gorkreg
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: FeedBurner and my feeds don’t work?
Forum: Fixing WordPress
In reply to: FeedBurner and my feeds don’t workAny help there?
Forum: Fixing WordPress
In reply to: Checkbox “get following comments by email”Any help there?
Forum: Fixing WordPress
In reply to: HTML validation. Problem with id name.Thanks alchymyth. I changed what you said and it works. Why I didn’t think about it before, I don’t know.
The theme’s author who messed up it’s actually me 😉 But it’s my first time trying this so I guess I learned something there.
Thanks again!
Forum: Fixing WordPress
In reply to: Id or class name for a static pageThanks cais! It’s .page-id-167 instead of .page-item-167 but it works.
Forum: Fixing WordPress
In reply to: Dynamic Menu Highlighting on a dynamic menuIn the end the problem wasn’t with the .current_page_item class name but with the CSS. I had a rule #sub_nav a { … } to change the default blue colour of the anchor to black. Trying to change it to red with the #sub_nav .current_page_item didn’t work because the class name applies to “li” not to “a”. Using #sub_nav .current_page_item a { … } it works fine.
Thanks everyone for your help.
Forum: Fixing WordPress
In reply to: Dynamic Menu Highlighting on a dynamic menuThanks jmsearcy! It looks like a great piece of information. I guess that after reading it I will be able to achieve what I want. I’ll get back to you with the answer.
Forum: Fixing WordPress
In reply to: Dynamic Menu Highlighting on a dynamic menuThanks esmi. It doesn’t work though because the “current_page_item” class name is given to the father, not to each son. I explain myself: following my code, if I am in page “4”, that class name is for page “112”, not for page “4”.
SERVICES <<< .current_page_item applies to this
-
Option 1
Option 2
Option 3 <<< Not to this one (that it’s what I want highlighted)
Option 4
¿Any other ideas?
Forum: Fixing WordPress
In reply to: Two different titles in static pages?Great! I finally found it. Thanks!
Forum: Fixing WordPress
In reply to: Using a second stylesheet to printIt works! Thanks a million.
Forum: Fixing WordPress
In reply to: Two different titles in static pages?The Page Title should be the word/phrase that you want to see in the sidebar and then you can add the longer title as a separate <h1> or <h2> element within the page content area.
Yep, that is what I was thinking of but I would have preferred not having to add HTML code from the Administration Panel (it’s for a client and it’s better if he writes the posts as if it was a normal text editor). Do you know if there is a plugin that gives you a text editor in which you can choose this? Like a expandable menu where you can pick any of the h’s sizes?
Thanks for your help.
Forum: Fixing WordPress
In reply to: Using a second stylesheet to printThanks tugbucket. So, the good ol’ way. No specific function in WordPress.
Forum: Fixing WordPress
In reply to: I can’t navigate between pagesThanks esmi! It was because the rewrite-module in the Wamp Server wasn’t turned on. It all works fine now 🙂
-
Option 1