Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2234480
multilanguage bug
Closed

Comments

  • uribinsted started the conversation

    Hi,
    First our website is still on development server, not live yet :(

    I updated to the latest theme version and child theme and I found a problem with the submenu links on the main menu.
    In the hebrew version the menu links hide the main parent menu link, So I added :

    #navigation .menu .sub-menu, #navigation .menu .children {

        margin-top: 50px;

    }

    It solved the problem in the Hebrew version but it caused an error in the russian site:

    http://p62221-612-12043.s612.upress.link/ru/

    I will really appreciate if you guys can help me fix it

    Cheers
    Uri

  •  2,699
    PenciDesign replied

    Hi,

    Strange, we've fixed this issue long time ago.

    So, please remove all your custom css affect to sub-menu you did and update the theme to latest version 7.1.2

    When you done, clear the cache and check it again.

    If it still doesn't work, let's try add more this code to Customize > Custom CSS:

    body.rtl #navigation .menu .sub-menu, body.rtl #navigation .menu .children{ top: 59px; }

    Note: In all cases, please remove all your custom css affect to the sub-menu.


    Best Regards,

    PenciDesign