- This topic is empty.
-
AuthorPosts
-
July 18, 2016 at 2:19 pm #243685
fernando93
ParticipantHi, im currently making a mobile wordpress site, when the page width goes below 480px the main Navigation display changes. The menu is currently working on 404 pages but it is not working on normal pages, what should i do?
404 Pages (Working): https://drive.google.com/open?id=0B_aKnHqQg-cqYXRLY0JpOVAwSzg
Normal Pages (Not Working): https://drive.google.com/open?id=0B_aKnHqQg-cqRllwM1JGdVdheWcWebsite Links:
404 : https://m.top10tienda.com/cart
Normal: https://m.top10tienda.com/To display it you have to reduce your window’s width under 480 px
July 18, 2016 at 9:43 pm #243688Beverleyh
ParticipantIf you have a working example, compare it against the non-working one and look for differences. The first thing I’d look at are differences between scripts – the non-working page has quite a few more so maybe there’s a conflict. Try removing the scripts that differ and add them back one at a time, testing between additions, until you find the one that stops things from working. Maybe disable plugins and try the same ‘add back gradually’ approach. Also check the console log/developer toolbar for errors that will point you in the right direction.
July 19, 2016 at 4:33 am #243693fernando93
ParticipantHow do i check the scripts that are beign executed in wordpress? (sorry im a noob on this)
July 19, 2016 at 5:38 am #243694Beverleyh
ParticipantYou should be able to view the page source to see what script files are there. Hopefully you can disable plugins and/or modify the header/template files to disable scripts? (some Googling will be in order)
Maybe there’s a plugin that selectively allows you to remove scripts so that you can disable them one-by-one? (there’s one for Joomla called “JCC – JS CSS Control” but I don’t know what there is for WordPress)
Sorry, I don’t know much about WordPress – I’m more of a “build-my-own” scripter, or Joomla user.
July 23, 2016 at 6:05 am #243799fernando93
ParticipantProblem solved! I just stopped JavaScript Minifaction, thank you very much Beverleyh!
-
AuthorPosts
- The forum ‘CSS’ is closed to new topics and replies.