-
AuthorPosts
-
January 6, 2014 at 3:26 pm #205838
Hi there,
after quite some research and experiences with WPML i decided to give Multilingual Press Pro + Enfold on a Multisite a try. Any experiences from anyone? Does the Avia Builder work?
January 6, 2014 at 4:16 pm #205863Hey german_photographer!
Tbh I didn’t find enough spare time to test the plugin with Enfold yet. The developers of Multilingual Press Pro cooperate with us though and if you find an issue we’ll look into it.
However please note that 1) we can’t promise or guarantee that Multilingual Press Pro works with Enfold and 2) we can’t promise that we’ll fix any reported incompatibility issue. Unfortunately such incompatibility issues are often very hard to debug and/or hard to fix and it simply doesn’t justify the effort in most cases – especially because Multilingual Press Pro is not as popular as WPML.
Regards,
PeterFebruary 13, 2014 at 12:58 pm #223361Hey!
Update: I tested Multilingual Press Pro 1.1.1 and I didn’t find any major theme incompatibility issues. A small known issue is that you can’t translate/build the template builder pages directly with the second text editor (because just one instance of the Layout Builder is supported at the moment). Afaik v2.0 will not add a second text editor to the “Edit” page anyway and you simply need to switch to the other blog to use the Layout Builder – thus I consider this issue as “minor issue”.
Regards,
PeterFebruary 23, 2014 at 8:32 pm #228188Thanks for the response. Sounds good!
I’m having most of the stuff up an running now. I like the of Multilingual Press Pro much more – and it looks good so far.
2 languages now, 3rd is coming up…February 24, 2014 at 7:17 pm #228622Glad to hear its working well for you!
March 17, 2014 at 10:07 am #238582Hallo Peter,
ich habe nach dem Uptate auf 2.6.1 Probleme mit dem Sprachenumschalter von Multilingual Press Pro.
Vor dem Update habe ich es auch Dank Eurer vorzüglichen Hilfe hin bekommen, das der Schalter sichtbar im secondary Headermenü war.
http://s511947180.online.de/wordpress/sprachumschalter.JPGWie gesagt nach dem Update finde ich einfach nicht mehr die Position wo ich den Code
<?php if ( function_exists( 'mlp_show_linked_elements' ) ) : ?><?php mlp_show_linked_elements( array( 'link_text' => 'flag', 'show_current_blog' => FALSE ) ); endif;?>
einfügen soll.
Er verschwindet quasi hinter der Seite. Hier ein zur Testseite http://s511947180.online.de/wordpress/Gibt es hier einen Lösungsweg oder Vorschlag wie ich das bewerkstelligen kann?
Danke.
Grüße
Martin- This reply was modified 10 years, 7 months ago by gator0815.
March 17, 2014 at 11:03 am #238613Hi!
Versuche einmal folgenden Code am Ende von enfold/functions.php oder in deine Child Theme functions.php einzufügen:
add_action( 'avia_meta_header', 'avia_mlp_language_switch', 10); function avia_mlp_language_switch() { if(function_exists( 'mlp_show_linked_elements' )) mlp_show_linked_elements( array( 'link_text' => 'flag', 'show_current_blog' => FALSE ) ); }
Regards,
PeterMarch 17, 2014 at 11:14 am #238618Hi Peter,
Du bist ja genial. Funktioniert Prima.Vielen vielen Dank für die schnelle Hilfe.
Alles Gute.Martin
-
AuthorPosts
- The topic ‘Multilingual Press Pro + Enfold + Multisite’ is closed to new replies.