Bob Varaleau
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Change Page Title Background ColorTry this:
.site-content .entry-header { background: #00071D; /*ENTRY HEADER BACKGROUND COLOR*/ color: #ca7d4f; /*ENTRY TITLE*/ }Forum: Themes and Templates
In reply to: [Twenty Fourteen] Searchint the Twenty Fourteen ForumTry this. Add the following into the search field of your favourite search engine.
site:wordpress.org “Twenty Fourteen” “support” description of the problem
Your welcome Tiger but I don’t think you are out of the woods yet.
When I did the update to 4.2.2 it did not load properly and I had my tech support reload the theme’s files to fix the problem. I recall that on the theme page in the dashboard there was a notice near the bottom of the page that advised me that there were missing files. The missing search icon may just be one of many things that are not working right. Best to get that sorted out. Not quite sure how.
Also the CSS for the menu is working but if you add a sub item under one of your menu items it will still be green. I am sure there is some CSS for that as well.
Thanks Steve. The brackets are pretty obvious. I didn’t pick that up. So Tiger, the code should look like this.
.primary-navigation li:hover > a, .primary-navigation li.focus > a { background-color: #000000; color: #FFF; } .secondary-navigation li:hover > a, .secondary-navigation li.focus > a { background-color: #000000; color: #FFF; }Please take the time to answer Steve’s questions. He sounds much more knowledgeable than myself.
Hi Tiger. When you say that has not worked, do you mean that you were not able to install the plugin or the CSS you added to it does not work?
I have the very same plugin on my site and the version of 2014 I have is also 4.2.2 so the plugin should work fine despite the warning.
I also am using the same CSS on my site and it also works fine.
What I suggest is that you review what you have done and when you are done that be sure to empty your browser cache before you load your site.
If you are using a caching plugin be sure to empty those caches as well.
Good luck.
Hi tiger. I would suggest that you add the “simple custom CSS plugin” to your list of plugins.
https://wordpress.org/plugins/simple-custom-css/
And then copy and paste the code below into the plugin field and save. It should get you what you want. Let me know.
.primary-navigation li:hover > a, .primary-navigation li.focus > a { background-color: #000000; color: #FFF; .secondary-navigation li:hover > a, .secondary-navigation li.focus > a { background-color: #000000; color: #FFF;I have to ask.
Do you have the custom CSS plugin installed to your site?
And are you using a 2014 child theme?
If you alter the code directly in the style sheet then it will be erased when the theme updates.
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Color Change to Nav BarTry this. Remember you should be using a child theme or the custom CSS plugin. Good luck.
#secondary li a:hover { color: #ffffff; !important; } .secondary-navigation li:hover > a, .secondary-navigation li.focus > a { background-color: #41a62a; color: #fff; }I think this is what you are looking for.
.content-area, .content-sidebar { padding-top: 0px !important; }Forum: Plugins
In reply to: [wp-forecast] Center an icon in the widgetI have managed to center this using padding. Probably not the best way but better than what it was.
img.wp-forecast-curr-left { height: 40px; width: 64px; padding-left: 50px; }Forum: Plugins
In reply to: [Awesome Weather Widget] Not workingIt’s gone……. disappeared.
Forum: Plugins
In reply to: [Awesome Weather Widget] Not workingI haven’t thought about it until now but I think the temperature is not changing because I am using a caching plugin on my website. The temperature does change when I clear the cache.
Is there an exception that can be added to W3 caching that will correct this situation?
Forum: Plugins
In reply to: [Awesome Weather Widget] Not workingIt still does not seem to be working. The temperature never changes.
Is there still issues with openweather?
Is the pro version having this problem as well?
Try this in your CSS.
.content-area, .content-sidebar { padding-top: 0px !important; }Forum: Themes and Templates
In reply to: [Twenty Fourteen] Child theme breaks the siteI think you are right.