• Hi folks,

    I’m trying to make my site’s menu work on a secured IE9 (without JS), so I changed it to the plugin “menubar”, which works on another site of mine (www.rrpauditores.cl).

    But on my new site it doesn’t work, it is displayed with all the dropdowns open (please see http://clubaleman.sei.cl).

    This persists even if I disable all the plugins except for menubar, and it doesn’t happen only on IE9 but also in FF and GC.

    Can anyone please help me?

    Thanks,
    Michael.

Viewing 3 replies - 1 through 3 (of 3 total)
  • In your theme “minimalistic” you will find a file named “menusm.css”, I think it’s colliding with the code of “sf-grey.css” of your plugin. May be in your “style.css”, the “menusm.css” is imported like:
    @import url('menusm.css');

    Try commenting it out with /* & */ like:
    /*@import url('menusm.css');*/

    So that it won’t load. Then try refreshing your site, and let’s know it works or not.

    But I’d like to remind you that, it’ll cause some other problems too. Because it has some other css codes, necessary for your site design too.

    So, it’d be better, if you not comment out the whole file but some of the colliding codes only. You can use FireBug in Firefox to get all the colliding codes, and then can comment ’em out specifically.

    First, your URL has a not allowed ) at the end…

    Second…you have some odd URL’s such as //http://clubaleman.sei.cl/?ai1ec_event=orquesta-marga-marga&instance_id=15

    These are likely from an events plugin?

    Try deactivating that plugin, make sure any server cache is flushed, and see what happens…

    Additional, for SEO purposes, review using Permalinks…

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Menubar not showing correctly’ is closed to new replies.