thebark
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] All my links go “nowhere” after update – pages not found.Ok, I’ve updated and am no longer getting the “Isn’t that embarrassing; page cannot be found” message. Everything else appears to be working fine on first glance.
Forum: Plugins
In reply to: [Yoast SEO] All my links go “nowhere” after update – pages not found.I have not updated to the latest version after yesterday’s 7.4. It appears there’s a 7.4.1 now. I am currently using WP 4.9.5 and have been since its release. I’ve reverted back to 7.3 Yoast for the time being. I’ll give the 7.4.1 a try.
Forum: Plugins
In reply to: [Code Snippets] My site crash after update!Yep, ditto – have white screen of death. Unfortunately I don’t have access via FTP so I’m dead in the water until Monday.
Forum: Plugins
In reply to: [Advanced Editor Tools] not visible TinyMCEThanks, it has since returned (and I’m a happy camper!). I’m not sure what the issue was, but it’s apparently resolved and I have no idea if it was something I did or not.
Forum: Plugins
In reply to: [Advanced Editor Tools] not visible TinyMCEIt’s disappeared for me as well. It shows as being active, but when I go to add a widget in pagebuilder it’s not amongst the selectable widgets and I’ve had to revert to the standard siteorigin editor.
Forum: Plugins
In reply to: [National Weather Service Alerts] The plugin does not have a valid headerI was receiving the same error message running 4.8.3. As for plugins, I have about 29 activated so deactivating them one by one would be pretty difficult.
Found one that works! Mind you, I had to customize it a bit because I didn’t want the header on my homepage:
body:not(.home) .site-header {
background-color: rgba(0,0,0,0.8);
}You can change the value of the opacity to your liking.
I had the same question, however, I’ll pose it this way: is it possible to have this effect by changing your header setting so it already has an opacity level to it? I fiddled around with the web inspector and added some of the coding to the site-header shown below and it works, unfortunately it can’t be saved and as I’m just learning this stuff myself, I’m unsure of what the actually CSS (I’m assuming) would be to implement or if I’d have to go in via the editor somewhere.
I’ve deactivated for the time being and am using something else. I’d prefer to use this one so I can activate it again on short notice if need be.