I run yoast and all in one SEO. If I click on the menu tab it doesn’t redirect or load. I disabled both and it worked…I disabled one of the two and it worked but won’t work with both activated. What can I do?
Hello There,
Thanks for writing in! Yoast SEO and All in One SEO should not have any problems in the theme as we have tested it and other users too. Based on your information, it sound like there is a JS error in the page generated by either one of the problem which could be causing your issue.
Could you please provide the url of the site in questioned and enable both plugins also. We need to check any JS error or anything that might have been in conflict with the theme.
Kindly let us know.
Hello There,
Are you referring to the blank white screen when you click on the menu items in your site? This usually happens when there is a fatal error in the site. A fatal error could sometimes occur because you have exhausted your PHP memory. We recommend that you increase your memory allocated to PHP. To increase it, please edit your wp-config.php file and insert these lines:
define( 'WP_MEMORY_LIMIT', '256M' );
define( 'WP_MAX_MEMORY_LIMIT', '512M' );
You can add it before the line
/*That's all, stop editing! Happy Blogging. */
If you already have done this, then there is another reason for the fatal error. It could be that a certain function code is invalid or calling non existent functions. To figure more about this fatal error, you can enabled the debug mode. You can do this by opening wp-config.php and adding
define('WP_DEBUG', true);
/* That's all, stop editing! Happy blogging. */
When you revisit the page, you should have some error output describing the issue in more detail.
We would loved to know if this has work for you. Thank you.
Thank you so much! Here is the error I received…
Fatal error: ob_start(): Cannot use output buffering in output buffering display handlers in /home4/outreaf7/public_html/wp-content/plugins/wordpress-seo/frontend/class-frontend.php on line 1820
Hello There,
This error would tell us that WordPress SEO plugin is causing the issue. You may need to update this plugin or contact the creators of this plugin about this error so that the will be informed and be able to fix this.
Thank you.
you’re the best thank you!!!
You’re most welcome!
We’re glad we were able to help you out.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.