Digital experiences for all disciplines
Forum Replies Created
-
-
May 8, 2015 at 3:41 pm in reply to: Swift Page Builder> "Portfolio" does not work with "WPML" #173326This reply has been marked as private.
Thanks Rui, it-s good for css 😉
Is it possible to change “Français” by ” | FR |” (and “English” by “| EN |”) ?
I would change background, color, style hover… All css
Attachments:
You must be logged in to view attached files.thanks, and for css of submenu please ?
OK, thanks for your reply.
For the next update, maybe you can add other options :
– deleting related videos
– show/hide controls
– AutoplayAnd it would be able to load an imported video to all parts of the page (or post). It is not possible today
Thanks you Rui, it work 😉
now
– How to remove the flags?
– How to edit the CSS style of the menu language?Only on the new
Or to make the simplest, how to remove”AUX Links – Translation” (Theme options > Header options) on main menu et display only on the top bar ?
see secreenshot pleaseAttachments:
You must be logged in to view attached files.Thanks Kyle, it works but but the video navigation bar is not displayed
This reply has been marked as private.With this solution, the design is perfect for me, thank you!
http://www.humour.pierrecommenge-design.com/en/
But for it to work, it would take a unique link that allows the translation:
What is the link to place for:
| FR | French translation?
| EN | English translation?Thanks Mohammad but how to place the menu in the topbar and remove flags?
If it is possible to change the css styles, I can define a discreet menu
I want the language menu is very discreet.
Is it possible to include it in the topbar? And how to remove the flags?
Thank you for your understanding
This reply has been marked as private.In fonction.php, I added a new statut pages (single code):
add_action( 'init', 'create_post_type' ); function create_post_type() { register_post_type( 'avocats', array( 'labels' => array( 'name' => __( 'Avocats' ), 'singular_name' => __( 'Avocats' ) ), 'public' => true ) ); register_taxonomy( 'statut', 'avocats', array( 'hierarchical' => true, 'label' => 'Statut', 'query_var' => true, 'rewrite' => true ) ); }
I named this statut “Avocats” (see screenshot “bt-swift-page-builder-missing”)
But when I create a new page (eg:”Test page avocat”), it works but the Swift Page Builder button does not appear.
-