• Resolved Erissera

    (@erissera)


    Hi,

    So this is in the title : yesterday I upgrated my version of Bizway theme to the 1.7.5 version and the main menu on the website lost its CSS. Instead of having the menu works well, I have a list of links.

    I tried to rewrite CSS on the custom CSS area of wordpress dashboard but the changes come out very slowly so, at this moment, I don’t know if this works. The slowness of applaying CSS changes is really annoying and I don’t know where it comes from. Maybe from my server ?

    So, if anyone has an idea to fix the bug, I would be very glad to hearing from you.

    Thank you

    Website : https://laicite-sivryrance.org/

Viewing 8 replies - 1 through 8 (of 8 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Is there a setting in the dashboard for that theme that enables “Superfish (sf) menu”?

    Thread Starter Erissera

    (@erissera)

    I don’t think so. I’ve just checked and haven’t seen something like that.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    This is the HTML for your menu:

    <ul id="menu-un" class="ddsmoothmenu">
    ...
    </ul>

    It should be this:

    <ul id="menu-un" class="sf-menu">
    ...
    </ul>

    Your website is also loading this file:

    https://laicite-sivryrance.org/wp-content/themes/bizway/js/ddsmoothmenu.js

    Instead of this file:

    https://laicite-sivryrance.org/wp-content/themes/bizway/js/superfish.js

    It would just suggest that there is a setting somewhere in the theme that allows you to switch between DD Smooth Menu and SuperFish menu

    Thread Starter Erissera

    (@erissera)

    Thank you for your answer, I will check this and try to fix the problem ??

    Thread Starter Erissera

    (@erissera)

    Thank’s to your help, the problem is solved ! So this subject can be closed.

    Thank you very much

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    What was the solution may I ask?

    Thread Starter Erissera

    (@erissera)

    Just as you said : I had to change the class=”ddsmoothmenu” to class=”sf-menu” and then it worked !

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    :p Cool, maybe the theme author has some insight on this issue.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Main Menu lost styling after upgrade to 1.7.5’ is closed to new replies.