Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Navigation Menu Not Working Properly

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #243685
    fernando93
    Participant

    Hi, 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-cqRllwM1JGdVdheWc

    Website 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

    #243688
    Beverleyh
    Participant

    If 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.

    #243693
    fernando93
    Participant

    How do i check the scripts that are beign executed in wordpress? (sorry im a noob on this)

    #243694
    Beverleyh
    Participant

    You 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.

    #243799
    fernando93
    Participant

    Problem solved! I just stopped JavaScript Minifaction, thank you very much Beverleyh!

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