agileArt
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: drop down menu on custom page displays all links. Doesn't dropyeah…dint’ work.
You maybe right about the specificity,but I am working w/the classes given by wp…so not quite sure how to deal with it.thank you though.
Forum: Fixing WordPress
In reply to: drop down menu on custom page displays all links. Doesn't dropThank you Andrew. so for example it should be
.sub-menu ul ul {
display: none;
}&
.menu ul li:hover ul {
display: block;
}? running to try it out & crossing fingers.
Forum: Fixing WordPress
In reply to: drop down menu on custom page displays all links. Doesn't dropok…making a little bit of headway. but stuck here.
using the class assigned to the menu by wp. but I still can’t make the sub-menu hide. Advice anyone?
thx
D#menu-primary{ margin-left: 20px; } .menu ul{ border-radius:0 0 20px 20px; list-style-type:none; } .menu li{ position: relative; line-height: 30px; float: left; list-style-type:none; background: #000099; } .menu li a{ color:#fff; display: block; padding: 5px 10px; text-decoration: none; } .menu li a:hover{ text-shadow: 0px 0px 9px rgba(255, 255, 255, 1); } .sub-menu li:hover{ display:block; list-style-type:none; } .sub-menu ul li{ float: none; color: #fff; background-color: #000099; list-style-type:none; } .sub-menu li{ position: absolute; display: none; }Forum: Fixing WordPress
In reply to: drop down menu on custom page displays all links. Doesn't dropHello Seacoast and thanks for advising.
Don’t know how to create child pages actually. I did create the pages in the links
In wp-admin UI. Also were would I find out about the page order please?
And does wo assigns a default case styling for the menu? I couldn’t find it to edit it.
Thank you
DForum: Plugins
In reply to: [Simple Badges] Help need to assign badgesI am with Asshu.
would it be possible to have just a little be more info in assign the badges.
I have the install fine. the badges plugin in tools.
I create the new badge.
Is there a clearer link on how to hand out/assign the badges?
thank you.Forum: Fixing WordPress
In reply to: sidebar doesn't display on actual pageNever mind…Posting this in case it helps another user.
PHP code was:
!function_exists('dynamic-sidebar')
should be
PHP code correct is:
!function_exists('dynamic_sidebar')It was actually solved by Ronalds at sitepoint.com forums! Finally get the bar.
Forum: Fixing WordPress
In reply to: Side Bar Disappearing (but not when logged in)how do activate de-activate plugins?
just moved them back & forth from widgets area to sidebar?
thx
d[Moderator note: Create your own thread for your own issue]
Forum: Fixing WordPress
In reply to: sidebar doesn't display on actual pageHmm. I see I forgot to add:
hope you can advise and thank you in advance for your suggestions.
Sorry. banging head on laptop in frustration will do this to you