intcon
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Missing CSS for sub sub menuIt’s a custom theme that is no longer supported by the maker….
Forum: Fixing WordPress
In reply to: Avatars/Gravatars not appearingaugh…that got me one of these..
Parse error: syntax error, unexpected ‘;’ in /home/elysseq/public_html/wp-content/themes/monicaburnsv2/functions.php on line 378
then when i switched it back, it said the same thing!
help!!!!
Forum: Fixing WordPress
In reply to: Dropdown showing all buttons on mouseoverI only have one group of submenus….should there be a secondary sub menu? (don’t leave me!)
=)Forum: Fixing WordPress
In reply to: Dropdown showing all buttons on mouseoverI’m sorry….I’ve searched. =) I simply don’t know where the selector for the third menu is…
Forum: Fixing WordPress
In reply to: Dropdown showing all buttons on mouseoverOk..I installed the custom css plugin and added your snippet of code above, and it almost works, but the indent disappears and it covers the second button.
thoughts anyone?
Forum: Fixing WordPress
In reply to: Dropdown showing all buttons on mouseoverI don’t believe the theme will update….the company who made it is no longer updating…
Forum: Fixing WordPress
In reply to: Dropdown showing all buttons on mouseoverIt’s a custom theme she’s purchased….
Forum: Fixing WordPress
In reply to: Dropdown showing all buttons on mouseoverOk..can you tell me where that goes exactly? this is my submenu hover code..
#nav ul li ul.sub-menu li a:hover{ width: 200px; padding:5px; color:#ffffff; background:#B92604; font-size:10pt; text-transform:none; border-bottom:1px solid #ffffff; } #nav ul li:hover ul.sub-menu,#nav ul li.sfhover ul.sub-menu { left: auto;}it’s not quite the same as yours….
or, sorry, did you mean add this code in with what I already have???
sorry…I hate to be dense. =)
Forum: Fixing WordPress
In reply to: Dropdown showing all buttons on mouseoverwhen you mouseover the “books” button….
Forum: Fixing WordPress
In reply to: Drop Down Nav Overlappingnever mind, i got the back pages to work ….although they only work as well as the front page, still with the second button hidden behind the sub sub menu items….
I inserted
z-index: 1;
into the submenu code, but that didn’t work…is there a way to move the second button down so it posts below the sub sub menu?
Forum: Fixing WordPress
In reply to: Drop Down Nav Overlappingactually, just to complicate matters, it only looks like that on the home page…..looks different on all the back pages. =) it doesn’t display the second sub menu at all….
this is the sub menu code for those pages i believe?
#navbar ul li ul.sub-menu { margin-left:20px; text-align:left; font-size:10pt; color:#ffffff;} #navbar ul li ul.sub-menu li { margin-left:0; margin-bottom:0; margin-top:0;}Forum: Fixing WordPress
In reply to: Sooooo Close with Sub Menu….yes!!!!!!!!!!!!!!! *dancing in the streets* yay!!! thank you thank you thank you!
Forum: Fixing WordPress
In reply to: Sooooo Close with Sub Menu….Andrew, that just turned the orange bar white….sorry….=) but thanks…
Forum: Fixing WordPress
In reply to: Sooooo Close with Sub Menu….#nav ul li ul.sub-menu { text-align:left; font-size:10pt; background:#D46123; color:#ffffff; position: absolute; width: 150px; left: -999em; }This is what is in my stylesheet…under background it says
background:#D46123;
not
background: none repeat scroll 0 0 #D46123;
I understand it’s ALMOST the same code, but in different order – but seriously, nowhere in that snippet of code is the ackground: none repeat scroll 0 0 #D46123; line….I’ve searched for it in the stylesheets, it simply isn’t there…I hate being stupid, but I can’t remove something that isn’t there….right?
Forum: Fixing WordPress
In reply to: Sooooo Close with Sub Menu….He said to remove
background: none repeat scroll 0 0 #D46123;
but that isn’t in my code…I have 3 stylesheets, and it’s not there. If it’s somewhere else, I’ll gladly remove the line…