Tagged: Yoast SEO
-
AuthorPosts
-
September 25, 2014 at 10:44 am #324882
Hello,
I recently updated Enfold to the latest version. Apparently, it doesn’t work with two of the most popular SEO plugins, Yoast and All-In-One SEO. Once any of the plugins is activated, Post and Page do not load, they just show blank page. I am using WordPress version 4.0. I have also tried it on WordPress 3.9.2. , also tried the previous Yoast version, which is 1.5.6.
Can you please help shed some light? This is pretty urgent. I am in the midst of deciding if switching theme if it doesn’t work with any SEO plugins.
Thank you,
MJSeptember 25, 2014 at 1:32 pm #324945September 25, 2014 at 1:43 pm #324960Hi Yigit,
This is the link to my development site:
I have Yoast plugin turned off for my production site since it is not working.
The development site is using WordPress 3.9.2. with the latest Enfold theme installed.
The Post List Page List in Admin column are visible. However,single Edit Post or Edit Page is not visible,The production site is using WordPress 4.0 with the latest Enfold theme. All Post List/ Page List and Single Edit Post/Edit Page are not visible.
Thanks for your help.
MJSeptember 25, 2014 at 8:23 pm #325242Hi MJ,
Can you please create us an administrator account? post it here as a private reply.
Regards,
JosueSeptember 25, 2014 at 11:54 pm #325330I just want to echo that a fix for Enfold’s current incompatibility with Yoast SEO should be a highest priority issue.
The current version of Yoast changes permalinks in Enfold. It’s a serious problem. Reverting to the safe version of Yoast (v 1.5.5 for me) is a fragile, temporary solution that shouldn’t be satisfactory to anyone.September 26, 2014 at 12:48 am #325342I’ve got the same problems with the Yoast plugin after updated the theme to 2.9.2. Permalinks are changed out of nowhere and Google hasn’t updated pages changed since the update to 2.9.2. Since updating Enfold to 2.9.2 my site has fallen from page 1 to page 4 in the search results. Had to revert Yoast to 1.5.5 to temporarily (hopefully) solve the issues.
Please update Enfold to fix the Yoast issues.September 26, 2014 at 3:23 am #325367This reply has been marked as private.September 26, 2014 at 9:08 am #325449Hi!
I noticed the memory limit is set to 64MB. The blank pages are probably caused by a memory error and you need to increase the allocated memory to 128M.
Open up wp-config.php and replace:
<?php
with
<?php define( 'WP_MEMORY_LIMIT', '128M' );
Cheers!
PeterSeptember 26, 2014 at 9:31 am #325470Hi Peter,
I just changed to 128M for my development site. It is still the same.
Anyway, my production site has been set to 128Mb all along, the problem persist.I have also tried using Yoast 1.5.5.3 & 1.5.5 on my production site as participant axiomnews suggests. The same problem persist.
Best,
MJSeptember 26, 2014 at 11:07 am #325504I’m having problems with it too. Permalinks have changed for no apparent reason. Rolled back to 1.5.5 and it’s OK.
September 27, 2014 at 5:49 am #325867Hi Josue,
I have sent you a admin login credential in a private reply.
Have you been able to login and trace the problem?
I look forward to your reply.Thanks,
MJSeptember 27, 2014 at 12:02 pm #325935Hi!
@mjmj – your production server still just uses 64M and not 128M. Please contact the server administrator and ask him to increase the allocated memory. Sometimes you can’t increase the php memory with the wp-config.php and the server administrator must tweak the php.ini for you.
Regards,
PeterSeptember 28, 2014 at 3:15 am #326067Hi Peter,
Is Kriesi working on an update to fix the Yoast plugin issues other than telling us to increase the memory to 128M? Because increasing the memory doesn’t fix anything Yoast related issues that have surfaced with the latest Enfold update. Their latest updates 1.6 &1.6.1 changed and added quite a few things. I won’t be surprised if the random permalink change has to do with the new wpseo_json_ld_search_output or wpseo_json_ld_search_url additions on the last 2 updates. Have you guys checked these among others?
Thank you,
GeorgeSeptember 28, 2014 at 6:45 am #326086Hi Dude:
How can we check the php memory allocation besides checking phpinfo()?
Best Regards
Heng GAO
September 30, 2014 at 12:50 am #326898Hi!
If you view the source of your site the theme outputs a bit of debug info you can read the memory from. It will look like this:
<!-- Debugging Info for Theme support: Theme: Enfold Version: 2.9.2 Installed: enfold AviaFramework Version: 1.9.1 AviaBuilder Version: 0.7 ML:128-PU:37-PLA:3 -->
The ML is the memory limit set for the WordPress install.
Regards,
DevinSeptember 30, 2014 at 2:49 am #326921Hi Enfold support team,
I installed Yoast 1.5.5. and switch off iTheme Security, and then it works.
So it is either SEO or security if I continue to use Enfold theme. I have also tried with Wordfence security plugin. Same, I still need to make a choice.Can you do something? So that SEO and security plugin can coexist in Page/Post List and Edit Page/Post?
thanks,
MJSeptember 30, 2014 at 2:51 am #326922Hi Devin,
I just checked, It’s ML:64-PU:51-PLA:8
I have the access to cPanel. Can you let me know how to change to 128Mb memory limit?Thanks,
MJSeptember 30, 2014 at 2:57 am #326926Hi MJ!
Try the following:
http://wpsites.net/web-design/wordpress-memory-how-to-increase-php-allowed-memory-limits/Note that each cPanel may be different, if you are unable to make this change yourself please contact your service provider support.
Cheers!
JosueOctober 3, 2014 at 5:09 pm #329795Checked the source. My site is using memory limit of 128 and is also changing the permalink upon update.
However, if I choose to edit the pretty permalink manually (I don’t make any changes I just push edit and then close it) upon update the permalink stays the same. Somehow Yoast and/or the theme is dynamically changing the permalink if I don’t manually set it.
Only impacts the update function. When I publish a post the first time everything works as it should.
BTW. Have tried all the permalink settings/options in Yoast SEO and none of them alter the impact of this glitch. Clearly this is some kind of conflict between WP 4.0, Yoast, and Enfold. This problem started the minute I updated to WP 4.0.
Not a life changing issue for me, just another hoop I have to jump through until things get “fixed” by someone, somewhere.
Chad
October 7, 2014 at 2:59 am #331296Hi,
Just drop by to let everyone know that the problem is solved with php memory increased to 128Mb.
Thank you for the support.
I’m using Enfold 2.9.2.
I hope the latest Enfold 3.01 will work fine too but will wait a while before upgrading since the current works fine now.cheers,
MJOctober 7, 2014 at 3:32 am #331313Glad the issue is solved MJ!
Best regards,
JosueOctober 8, 2014 at 4:39 pm #332530Actually, we are still having the same issue. Permalink is still changing after updating the page.
October 8, 2014 at 4:48 pm #332538In fact, I am wondering if this issue is not related to Yoast SEO — both the permalink and excerpt are being changed to the title and excerpt of one of the posts in the post slider — these are both things that are able to be modified even if one does not have Yoast installed.
October 8, 2014 at 4:51 pm #332540Take that back – uninstalled Yoast and not having these issues.
October 9, 2014 at 7:15 am #332982Hi!
@ckerr44: Please refer to these links for possible fix regarding Yoast SEO issues:https://kriesi.at/support/topic/yoast-seo-1-5-5-3-bug-may-affect-your-seo-please-downgrade-to-1-5-5/
https://kriesi.at/support/topic/enfold-and-the-seo-wordpress-version-1-5-5-3/#post-312418Cheers!
Ismael -
AuthorPosts
- The topic ‘Latest Enfold theme not working with SEO plugins’ is closed to new replies.