Support Forum
Yellow Swordfish said
OK - let's peg this sucker once and for all...
How about
.searchbutcat .selectBox-dropdown .selectBox-label
Tried that?
How abut this:
#spMainContainer .selectBox-label { display: none; }You don't need to show me the CSS - I can see that already on your site.
The first one doesn't work, and the second one just made the whole label bigger, as you can see on the site..am I suppose to have the {display: none;} in there too?
As I posted earlier, I'm having this issue too, with ClassiPress 3.17 and SP 5.0. First I turned off all plugs, to no avail. Then I took out Classipress by switching (preview) to the Twenty-Eleven theme - and voila! SP double menu issue was fixed.
At first I thought it might be with the Custom Search plug-in as it does have the selectBox rules in it. But disabling that plug did NOT help.
So it would seem something in CP is causing the conflict. Sadly there is rarely much help on the CP forums - it takes many days to even get noticed... so this will be a toughie.
Don't know if this is part of it, but I also notice the labels on the left side over-lap a bit with the icons... I've got a child theme working so may be able to address that there.
Next idea: It appears that the style.css file in ClassiPress has some code that be causing the conflict. See Enclosure.
When I view the problem area in Firebug - and click on the apparent dupe-dropdown, it shows line 168 of style.css - from the ClassiPress main. Along with this I'm seeing the proper SP css styles - so it appears the line 168 code should NOT be appearing here.
I am running a child theme for both ClassiPress and SP My css knowledge is a bit rusty - I see the suggestion of creating a class name for SP - just now sure how/where to do/try the fix.
Help!
=Alan R.
is there a link in this thread somewhere???
so figure out what classipress style is overriding the forum style (it will have a line through it) and override it... with !important or a more specific hierarchy...
Visit Cruise Talk Central and Mr Papa's World
Attempted to include a screen shot of the css - dragged and dropped to the pane - but image never appeared - will try again - looks like it is in now. This is a snapshot of the Firebug display for the problem.
Here is a link to the page: http://www.swapyourmama.com/forum/
I've tried a couple over-rides in my CP child theme to no effect - think my css knowledge is too weak.
It def appears as though the CP style is being used, but I don't understand why - there is no such reference I can find in the SP code.
=Alan R.
Andy's code in post #21 was awful damn close and should have gotten you there...
add:
#spMainContainer .selectBox-dropdown {display: none !important;}
to your wp theme... its because the theme is globally applying select styles to anything it find in the pages...
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)