Tagged: ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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?

    #205863

    Hey 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,
    Peter

    #223361

    Hey!

    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,
    Peter

    #228188

    Thanks 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…

    #228622

    Glad to hear its working well for you!

    #238582

    Hallo 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.JPG

    Wie 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.
    #238613

    Hi!

    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,
    Peter

    #238618

    Hi Peter,
    Du bist ja genial. Funktioniert Prima.

    Vielen vielen Dank für die schnelle Hilfe.
    Alles Gute.

    Martin

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Multilingual Press Pro + Enfold + Multisite’ is closed to new replies.