• Resolved golempas

    (@golempas)


    Hi,

    Thank you for this great Theme.

    I have an issue with the SG one page Nav and multilingual addon Polylang.

    I ask SG ONE Page Nav to appear for one language ( french for example)
    and i have several SG Images (SGwindows) specify for each different language i choose.

    The fact is the NAV menu include a menu with a number corresponding to SG Images not included in the langage i choose in the NAV.

    If i choose Nav only for french, and i have AG Image only for english, the nav menu insert a menu with the position number of the english SG Image. Is it possible to make it dissapear ?

    I hope i am enough understandable
    example here
    https://www.traduction-russe-assermentee.fr/
    Thank you for your help

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author cats_456

    (@cats_456)

    Hi golempas, I can suggest custom css to hide empty buttons:

    .one-page-nav li {
       display: none;
    }
    .one-page-nav li:nth-child(2),
    .one-page-nav li:nth-child(3) {
       display: inline-block;
    }
    Thread Starter golempas

    (@golempas)

    Hi,

    Thank you for your answer,

    I Insert quickly the code in the style.css (I think it will be better to create a child theme after) but it doesn’t fix the problem
    It makes appear a >0 Menu at the beginning of the nav menu,

    Thread Starter golempas

    (@golempas)

    I change my way to do use the Nav menu, so it’s Ok for me

    Thank you for your help

    Theme Author cats_456

    (@cats_456)

    golempas, good luck! I have changed the code from 1, 2 to 2, 3 to select correct buttons.

    Thread Starter golempas

    (@golempas)

    Thank you

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘SG One Page Nav and multi languages’ is closed to new replies.