• tvetochka

    (@tvetochka)


    Hi there!

    I chose Evolve for my site and everything was fine until yesterday. Suddenly a dropdown showed up in menu! The first line is <span class=”glyphicon glyphicon-align-justify”></span>.

    I haven’t done any changes in code, and I have only 3-4 plugins (Carousel Gallery, Backup, Instagram).

    It appears only sometimes. And after reloading the page disappears..
    Anyone knows what could be a problem?

    Thanks.

Viewing 8 replies - 1 through 8 (of 8 total)
  • harmonyinfotech

    (@harmonyinfotech)

    What is your site url? Generally this problem occurs when there is a jquery issue.

    Thread Starter tvetochka

    (@tvetochka)

    Hello!

    The url is onego-pirates.ru

    I found out that something is happening in evolve/library/media/js/main.js

    I understood that there is something for mobile version of the web-site. And I changed the line

    ‘text’ : ‘<span class=”glyphicon glyphicon-align-justify”></span>’
    for

    ‘text’ : ‘Меню’

    But the dropbox still appearce on the webpage! Sometimes only.

    I cannot delete these lines, because I need site to be working for mobiles..

    Thank you!

    harmonyinfotech

    (@harmonyinfotech)

    Seems to be opening fine here.

    Thread Starter tvetochka

    (@tvetochka)

    That’t the problem!

    It seems to be fine here also, for now. But once in a while it shows up! =(
    And I don’t understand why?

    harmonyinfotech

    (@harmonyinfotech)

    Once try disabling gridrotator plugin as I can see an error for it.

    Thread Starter tvetochka

    (@tvetochka)

    I don’t have this plugin…

    Here is the screenshot https://yadi.sk/i/TQUjDk51ekEch

    I am having the exact same problem – whats the resolution to getting rid of this drop down menu?

    Hi tcetochka,

    Thanks for writing in! have you tried hide the bar from showing up on your primary menu (see: https://prntscr.com/8170iu ). Though, you can try adding the following code under Appearance > Theme Options > custom Css:

    .primary-menu select {
      display: none;
    }

    Thanks.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Menu problem – dropdown glyphicon?!’ is closed to new replies.