Mobile Menu and top bar social icons have disappeared

Mobile Menu and top bar social icons have disappeared since update. have disabled all plugins. Still Nothing

Hi There,

Thank you for writing in, Remember to clear all caches (plugin, server-side, CDN, and browser’s cache) after updating so that the code from the latest release is always in use. This will help you to avoid any potential errors.

And another thing, do you have a customization on your child theme that has something to do with header? Would you mind removing that customization or switching to parent x theme and see if that resolves the issue.

Let us know how it goes,
Cheers!

I have cleared all caches and have switched to parent theme and still nothing showing up on mobile. website is here thanks in advance

Hi There,

Please do a testing for a plugin conflict. You can do this by deactivating all third-party plugins, and see if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

If that did not work still, please provide us login credentials (FTP and wp-admin) in a secure note so we can take a closer look.

Thanks,

Hello @HuntingtonWorth,

Thanks for sharing the details. :slight_smile:

Mobile menu is not showing up because you have added following code that needs to be removed from X > Theme Option > CSS. We have updated Font Awesome in this release of X theme.

[data-x-icon]:before, [class*="x-icon-"]:before {
    content: attr(data-x-icon);
    line-height: 1;
    color: white;
}

Thanks.

Working great now. Thank You so much for the great support! Cheers!

You are most welcome. :slight_smile:

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