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

    Hi , http://www.pcbterminalblock.com, this is my website

    i want to change the https://www.flickr.com/photos/125912298@N02/14817752856/ to https://www.flickr.com/photos/125912298@N02/14837700661/
    So how should i do ? pls help me.thanks

    #301139

    Hi sunstarcomposites!

    Thank you for using Enfold.

    Please use this on functions.php to remove the theme’s WPML flag options:

    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);
    }

    Go to WPML then the Display the language switcher in the WP Menu. Select your main or secondary menu. On Language switcher style, choose the Drop-down menu.

    Cheers!
    Ismael

    #303696
    This reply has been marked as private.
    #303725

    Hi Ismael

    I have been done it according to request. but it is not still met the requirements.

    So what’s up?

    or i give u wordpress account, u go to http://www.pcbterminalblock.com/wp-admin help me solve it ,ok?

    #304507

    Hi!

    Did you already translate some pages? WPML won’t show the other languages in the dropdown if no translation of the page/posts exists. It seems like the default language is English but you didn’t add a translation of the homepage, etc. yet.

    Best regards,
    Peter

    #304817

    Hi Dude

    Thank you for your reply

    Yes, i didn’t translate any page on website.

    If i am translate some page and homepage , it will be show the multi language ,right ?

    Thanks & Best Regards

    #304825

    Hi!

    Yes it should show the language switcher – please create us an admin account and post the login credentials as private reply – we’ll look into it.

    Regards,
    Peter

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