Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #306585

    Hi,

    in my site I have some pages with the same name/slug in different languages (using WPML) and I don’t want to use different slugs. Unfortunately the menu is not working that way. The red underline does not stay in the secondary language (DE). Is there a way to solve this. Thanks.
    Cheers, Tom

    #306819

    Hi yoginthusiast!

    Can you post a link to your website please and provide a link to a sample page where we can reproduce the problem?

    Best regards,
    Peter

    #306841
    This reply has been marked as private.
    #307351

    Hey!

    It seems like WordPress doesn’t detect the page as “current page item” and because of the missing class the theme won’t add the underline to the menu links. I’m not sure what causes the issue though. Please create me an admin account and post the login credentials as private reply.

    Regards,
    Peter

    #307388
    This reply has been marked as private.
    #307632

    Hey Tom!

    Try adding this code to the Quick CSS:

    .current_page_parent > a > .avia-menu-fx{
        opacity: 1;
        visibility: visible;
    }

    Cheers! 
    Josue

    #307753

    Hi Josue,

    I tried it but nothing has changed.
    Kind regards, Tom

    #307760

    Hey!

    Your WPML version is outdated. Please update WPML 3.0.1 to 3.1.7 (latest version). I’m not sure if this will fix the issue but I know WPML 3.0.1 is not fully compatible with WP3.9.2 and maybe the WPML update fixes the issue.

    Best regards,
    Peter

    #308253

    Hi Peter,

    thank you for your help. I did not realize that my version was outdated. It seems to work now. However now I am not able to show my language switcher in the top menu. I am trying to set the top menu as location within the WPML settings for Englisch then switched to the settings for German and also selected top menu as location. After that the location settings for English were set back to default automatically (“-select-“). Strange behaviour.
    Is this an issue with Enfold or WPML?

    Thanks for your help. Cheers, Tom

    #308262

    Hi again,

    problem solved. It was my mistake. I had a workaround in functions.php that was helping me with the older WPML version. After deleting this it all works fine now. Thank you all so much for your stunning support. Very much appreciated.

    Cheers, Tom

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Main Menu not working when using slugs twice, WPML’ is closed to new replies.