sasjoy
Forum Replies Created
-
Forum: Plugins
In reply to: How to use a different menu class for each wordpress pageYour suggestion about adding the header and functions pages worked perfectly for what I was trying to do. Thank you so much!!!
Forum: Plugins
In reply to: How to use a different menu class for each wordpress pageThank you so much for your help. Some of that is a little over my head, but I’m trying to figure it out. Basically what I am trying to do is use css to style a menu so that a menu item’s hover state (i.e. ABOUT) will stay active when you are on that page.
you can see the menu at whysles.com
Here is the code I was using.
http://www.whysles.com/wp-content/themes/press/color-styles/white-red/style.css[CSS moderated as per the Forum Rules. Please just post a link to your site.]
basically, if an item had a class like .musicpage…then the hover would remain active if I had been able to change my menu class to “musicpage” on the corresponding wordpress page as well.
What do you think would be the easiest way to keep the hover active when staying on a page?
Thanks again. I really appreciate your help!
Forum: Plugins
In reply to: How to use a different menu class for each wordpress pageThanks stvwlf. I did see that page while searching about this issue. The only problem is that if I change the menu_class in the header…won’t that be a global change that affects every page? I need to find a way to make each page have a completely different menu class.
Is there some command that can do that?
Thanks so much!
Forum: Plugins
In reply to: How to use a different menu class for each wordpress pageThanks. I may have explained it wrong. I want to change the class of the actual menu as a whole, not of each
<li>
Is that somehow possible?THanks!
Forum: Fixing WordPress
In reply to: problem with floatingI tried to use <img class=”albums_image”> instead of <p…but, when I use <img, my CSS styling is getting ignored.
I don’t want both lines of text to be underneath the image. I want one line of text to the right of the image and the other line under the image.
the way my page is right now, the lines are switched opposite of the way I want it and I can’t for the life of me figure out what I’m doing wrong.
I’d really appreciate any help, this is driving me insane. If this is not the correct forum, could you please recommend a good place to ask?
the page again is (whysles.com/discography)
thank you so much!