Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #318865

    Hello!

    Love to work with your theme… just can not solve this hopefully minor problem.
    https://ipsrv02.ip.co.at/janinabaechle.com/

    With WPML I made an english version of the site, but can not get the content into Portfolio Raster – just like the german version…. (concerns the Aufnahmen/Recordings and Fotos pages)
    Was reading all related posts… but could not find a solution.

    Thanks for your help…
    Erich

    #319122

    Hey Erich!

    Please make sure that you are using the latest version of Enfold, WPML and WordPress. I wanted to check but browsers say your link is untrusted

    Regards,
    Yigit

    #322255
    This reply has been marked as private.
    #322256
    This reply has been marked as private.
    #322276

    Hi!

    If you want to remove the default theme flags you just need to insert this code into the enfold/functions.php file:

    
    add_action('after_setup_theme','avia_remove_main_menu_flags');
    function avia_remove_main_menu_flags(){
            remove_filter( 'wp_nav_menu_items', 'avia_append_lang_flags', 20, 2 );
            remove_filter( 'avf_fallback_menu_items', 'avia_append_lang_flags', 20, 2 );
            remove_action( 'avia_meta_header', 'avia_wpml_language_switch', 10);
    }
    

    Best regards,
    Peter

    #322387

    Hi Peter –

    if I put this code into the enfold/functions.php the website does not show up at all anymore.

    Other suggestions?

    Thanks!

    Erich

    #322772

    Hi Erich!

    I tried login to your installation using the details provided in #322255 but they are no longer working, please re-check.

    Best regards,
    Josue

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.