Nav bar mobile (burger menu) not woking properly | X Theme

Hi team,

hope you have a great day. I am an avid youser of X & Pro. Am recommending you themes to everyone who is willing to listen :yum:

Anyways, I subled upon a problem at the X Theme regarding the burger menu. I hope you can help me. Already looked for a long time in the forum but didn’t found a suitable answer for my issue.

On some pages, If i click on mobile on the menu ( / nav / burger), the menu is not showing. I don’t know why. Had this issue on another page but it disappeared after a while. Already cleared the cache and deactivated plugins for researching if there was a plugin issue. Did not changed a thing thoug… :zipper_mouth_face:

For clarification:

On some pages, instead of opening the burger menu on click, nothing on the site seems to happen. Except of the domain: I get the slug " /#" behind the individual domain which causes issues (e.g. www.domain.com/category/category-one/#).

Maybe you can find the issue - or you can tell me a specific code for solving it. :pray:

Afterwards, you find the specific domain as well as the FTP and WordPress login credentials. Don’t know if you need them for this but if you do, we don’t lose time.

Oh, before I forgot: I recently changed the style of the header. For this, I used the Customizer > Theme Options > Header. I copied code which I found in the forum (changed hex-code for color adjustment). When I deleted it for troubleshooting, the issue with the burger menu were still present.

/*changed domain name ONLY HERE for anononymity reasons */
.x-navbar {
background-image: url(ā€œhttp://DOMAIN.de/wp-content/uploads/2018/09/DOMAIN-NAME-CATEGORY-background-008.jpgā€);
background-repeat: repeat-x;
background-size: contain !important;
}

.x-container.max {
margin-left: 0px;
}

.x-navbar .desktop .x-nav > li > a {
padding-top: 100px;
padding-left:100px; !important
text-align:center;
}

/*button mobile */
.x-btn-navbar.collapsed {
color: #fff;
}
.x-btn-navbar.collapsed:hover {
color: #7d0040;
}
.x-btn-navbar.collapsed {
background-color: #7d0040;
}

Thank you very much in advance :heart_eyes:

Hi @dustinjeff,

Thanks for reaching out.

It’s due to Essential Addon for cornerstone and Pro plugin. It’s causing javascript error which also affects the functionality of the page. I recommend contacting the plugin author for this issue.

Thanks!

1 Like

Hi @Rad,

Thank you very much for your quick response. It did - indeed the trick. You were a great help! Hope you have a day as bright as your mind :sunny:

You’re welcome!
We really appreciate for letting us know that it has worked for you.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.