ClobberGirl
Forum Replies Created
-
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack: cookie check failedI noticed Yoast SEO is also saying “cookie check failed” now that I’m trying to set it up again, so this has to be an issue that’s affecting several parts of the site.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack: cookie check failedTried uninstalling and deleting Jetpack several times. No change; still getting the cookie error message.
Forum: Fixing WordPress
In reply to: Unable to create directory for media uploadsSo, apparently my Web host had a security feature called fortification turned on. I have no idea how or why they turned it on. I just turned it off and I can upload things again.
You can mark this closed. Thank you!
Forum: Fixing WordPress
In reply to: Unable to create directory for media uploadsI thought I did it yesterday through the cPanel FTP but I just downloaded Filezilla and tried it again. Still can’t upload media.
I’ve learned that I can’t upload my Bluchic Lynette theme to update it, either; I get the same error message. So I’ve reached out to Lithium Hosting just to see if there’s something they need to do on their end to enable my WordPress software to add files again, since I believe this problem may have started when my Web hosting was full.
Good news: I was able to get it working. For future reference for any other Lithium Hosting folks having this issue: Lithium automatically blocks xmlrpc access by default. I had to go into my cPanel, enable hidden files, and find my htaccess file in my WordPress root directory. Then I had to copy-and-paste this code:
<Files xmlrpc.php>
order allow,deny
allow from all
</Files>Liz, thank you for your help!
I got a 403 forbidden error. I have submitted a ticket to my Web host, Lithium hosting. Please keep this thread open for a few days while I await a response. Thank you for your help!
Forum: Themes and Templates
In reply to: [Adelle] “:NU” messing up nav barFixed my own problem. I deleted this line from the header.php file:
<label for=”show-menu”><div class=”menu-click”>Menu</div></label>
It was originally line 21.
Forum: Themes and Templates
In reply to: How to change the hover color on pagination?Figured it out. Here is how I changed the current page number to dark teal, the hover color page number to pale pink:
.pagination .current { background: #143D43; } .pagination a:hover { background: #f0d5ce; }Forum: Themes and Templates
In reply to: [Adelle] Pagenumber button colorHere is how I changed the page number colors on my site. I changed it to dark teal for the current page, pale pink for the hover color:
.pagination .current { background: #143D43; } .pagination a:hover { background: #f0d5ce; }What do you mean by “attribution link”? The color of the links in the navbar footer? I know how to change those.
Sorry I can’t help with the tag cloud.
Forum: Themes and Templates
In reply to: [Adelle] How to edit nav menu style?Go to YouTube and look up “Adelle Bluchic Studio77.” There is a very helpful instructional video there that will give you a good feel for how to edit CSS in Adelle and tells you exactly how to increase the nav bar font size. If you don’t want to watch the whole thing, the CSS part is the last 30 minutes or so.
It might tell you how to change the nav bar link alignment, too. I can’t remember.
I’d post the link directly, but I’m on mobile and can’t get it to copy.
Forum: Themes and Templates
In reply to: Gap between content and footerPosted before I even saw your post, lindsayjodesigns. Thank you, much!
Forum: Themes and Templates
In reply to: Gap between content and footerAnd… I just figured it out and fixed it myself.
Sorry for posting. Resolved.
Added this CSS to my Stylesheet Editor in case anyone else does a search and lands on this:
section.container { margin-bottom: 0; }Forum: Themes and Templates
In reply to: Removing header padding / nav margins on mobile viewYes, it seems my phone was loading some kind of cache of the header for the site or something, because it went away the next day without me further touching the code. *shrug*
Thanks anyways!