kevincbrock
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Move my sub-sub Menu to the RIGHT ?Thank you. Thank You!
I was able to go the Appearance > Editor and paste this snippet into the theme’s stylesheet.
It’s working great now. The sub menus appear on the right like I was hoping for.
Cheers!
BTW, left a review for you the other day.
Thanks for your efforts!
Yep, you’re right! I had 5—silly me. (I’m a video editor, motion designer, photographer but a coding “hack”.) I just altered the code to have the single instance. All is well this time!
Thanks again for your continued support! I’ll definitely give you (and the Meta Slider) a solid review.
Cheers,
KevinHi Tom,
This seems odd, don’t know when it cropped up. (I didn’t test thoroughly the other day when I was tweaking this.) But now the “Categories” menu item, doesn’t drop down at all. Could this be this stemming from this display:none code that we added?
Hover over “Categories” —?nothing happens. Hmmm https://www.josephbrockphotography.com/
EDIT: Okay, I removed those 5 instances of “display:none” for the menu and the categories reveal themselves again. So now the question is: how do I keep my drop down happening, while preventing that same drop down from revealing itself during my slider page loads?
Awesome!! Seems to be working a treat now.
Yeah, I had 5 “ul ul” spots where I was using bad syntax.
A solid product is one thing. But a lot more is revealed when it comes time to modify, fix and troubleshoot things. The true value of a product can often be gauged more by the support that accompanies it than the product itself. Best I can tell, you’re doing a terrific job! Thanks so much for your help.
Forum: Themes and Templates
In reply to: Thumbnail Images (excerpts?) not showing upFixed this the “old fashion way” — blunt force. Deleted images, re-uploaded images, inserted into post. Excerpt images (thumbnails) showed up properly.
Inelegantly solved.
Forum: Plugins
In reply to: AddThis Button alignment?Here’s the solution. Add this code to the theme’s CSS:
.addthis_toolbox {
clear: both;
}Worked perfectly for me!