Mobile menu bar

Posted in: Newspaper
Post count: 39

The mobile menu bar doesn’t seem to be working correctly?

Sometimes it works fine, at other time it just doesn’t respond.

I’ve tried on multiple phones, deactivated plugins etc and the same issue happens.

My url is http://www.expertmortgageadvisor.co.uk

Post count: 20688

Hi,

Indeed it seems to happen. For me initially it did not work, but after browsing for a while it worked every time when clicked. It seems there are some js errors present on the website, when the mobile theme is loaded
https://www.screencast.com/t/CbHXIHTN
Please try again as a quick test top deactivate all plugins (important), leave only theme plugins active. Clear all caching after doing this, if you have any. Test to see if these errors are still displayed. If you entered any code in the mobile theme custom code sections, remove it temporarily.
The mobile theme can be affected by other plugins, this might be the case here. Let us know the results.

Thanks

Post count: 39

Ok it seems to be the Async JavaScript plugin causing a conflict.

I installed this to defer parsing of js, is there anything you can recommend for this.

Also I noticed that the scroll to top arrow keeps jumping around the mobile site, is there anyway I can simply remove this?

Post count: 20688

The scroll to top issue might be caused by the same plugin. Unfortunately I could not make any plugin recommendations in the matter. You could try other plugins with this capability, or configurations, and make tests to see if they cause issues with the theme functionality.

The scroll on mobile could be removed if required with a code like this, entered in Theme panel->Mobile theme->Custom CSS

.td-scroll-up {
display: none;
}

Thanks

Post count: 39

Ok great, also is there any custom code to remove the footer image from mobile device

Post count: 20688

That is the footer logo, I could give you a code to remove it on mobile
https://www.screencast.com/t/IOcV4NjPa
Enter it in the same mobile theme custom code section

.td-footer-logo {
display: none;
}

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.