Jump to content

Can CJ menu when disabled effect ccs changes in custom css?


ianhenry817
  • Not Specified Can't Reproduce Bug

 

We currently have CJ menu installed but disabled because we are not ready to implement it yet.

We are using this theme on the site - https://invisionpower.com/files/file/8349-designzshop-whitelabel/

The problem we are having is when we mouse over and select an active tab it is not changing to the color we have set in  our custom css.

The theme developer has asked me to check with you if cj menu could be causing this?

If you need acp access let me know.

He asked me to post the following

 

Please let Michael know to use the demo theme. Also please let him know the only rule we are concerned about is this one

/* Primary nav active Tab color & Tab text color */
.ipsNavBar_primary > ul > li.ipsNavBar_active > a {
    background: #FF0000!important none repeat scroll 0% 0%;
    color: #000;
}

I did see he uses white for his drop-down, that could be the cause

 


User Feedback

Recommended Comments

if the app itself is disabled, then the CSS shouldn't affect anything, as it wouldn't be loaded (as it is loaded via hooks and when an app is disabled, its hooks are also disabled). if the group is just disabled thru group management in CJ Menu, then the css will still load. CJ Menu's CSS  shouldn't contaminate other css, as it is all scoped with cjmenu_bars, cjmenu_blocks, cjmenu_widget, etc. Looking over the stylesheets again, i don't see anything that isn't scoped to something .cjmenu_/#cjmenu or to something specifically generated for cj menu. 

I would disable the CJ Menu in system->applications, to rule it out.

Link to comment
Share on other sites


×
×
  • Create New...