mitchbartlett
Forum Replies Created
-
Oh yeah, I know that’s the way it is in the original code.
I must’ve copied and pasted code in the header so many times that it included and extra <?php wp_head(); ?> in my situation and possibly others.
I’ve been having the same problem for months. I looked closer and found that in the header.php file there was an extra
<?php wp_head(); ?>
entry. I removed that and all is well.- This reply was modified 1 year, 8 months ago by mitchbartlett.
- This reply was modified 1 year, 8 months ago by mitchbartlett.
Forum: Themes and Templates
In reply to: [Twenty Twenty-Three] Adding Code toThanks!
Forum: Fixing WordPress
In reply to: Sorry, you are not allowed to access this pageI did all this without any result. I started getting this error on two of my sites after a migration to another server. I use Cloudflare, and what I had to do was switch SSL/TLS encryption mode to Full (strict) on the CF site.
- This reply was modified 3 years, 6 months ago by mitchbartlett.
Forum: Plugins
In reply to: [Ultimate FAQ Accordion Plugin] Accordion not working as expectedThe page I am working on is here. https://machinelearningmastery.com/faq/
I had the same issue originally. Since re-activating, none of the permalinks work.
Forum: Plugins
In reply to: [Ultimate FAQ Accordion Plugin] Accordion not working as expectedSame problem here. Permalinks don’t work at all.
Same thing here. Deleted plugin and went back to normal.
Forum: Themes and Templates
In reply to: Genesis Version issueDid you make any custom changes to the files within the genesis theme folder before the update? Those changes get reverted with every update and they recommend you only change things within the child theme folder.
Forum: Fixing WordPress
In reply to: Posts all the way down on the pageYou probably have an extra </div> tag somewhere. It’s hard to see where.
Use the W3C markup validator to solve the problems on your site.
Forum: Fixing WordPress
In reply to: Visual Editor Not WorkingDoes this help?
https://en.support.wordpress.com/missing-visual-editor/
I know you said you emptied the cache, but sometimes cached data stays behind.
Plugins cause the issue too. Be sure to completely clear out plugins folder from he plugins directory.