ojlaura
Forum Replies Created
-
Forum: Plugins
In reply to: [Seamless Donations is Sunset] Paypal commissionsOk. Thanks for your help 🙂
Ok. I think figured it out:
Here’s an explanation for begginers like me…
1. Go to “Categories” in the Dashboard
2. Click on the category you want to use3. You will see that in the URL, after < tag_ID= > there will be a number. In my case: 29. So it looked like this:
mysite/blabla/term.php?taxonomy=category&tag_ID=29more blabla
3. Go to the shortcode and, after < cat= >, write the number you found.
For me, it looks like this:[rpwe limit=”5″ thumb=”true” cat=”29″]
That’s it. Hope it was clear.
Regards!
Forum: Fixing WordPress
In reply to: Nav bar problem: Children show as active when parent is activeThat did work! Thank you both for your help.
Forum: Fixing WordPress
In reply to: Nav bar problem: Children show as active when parent is activeActually no, I was wrong. Now the parents don’t show as active either. Only the items that don’t have children do. But I don’t have enough time right now. Thanks again for your help and I’ll try to give it some time another day to try to work it out.
In the meantime, if anyone has an idea it’d be great!
Forum: Fixing WordPress
In reply to: Nav bar problem: Children show as active when parent is activeIt worked! I just replaced this:
.main-nav .menu .current-menu-item a { color: #000; background: #009978; text-decoration: none; text-transform: uppercase; font-size: 14px; }Whit the code you gave me and it worked! Thank you very much!!!