Tagged: 

Viewing 25 posts - 1 through 25 (of 25 total)
  • Author
    Posts
  • #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,
    MJ

    #324945

    Hi mjmj!

    Can you post the link to your website please?

    Cheers!
    Yigit

    #324960

    Hi Yigit,

    This is the link to my development site:

    http://emp.com.ge/ElvDev/

    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.
    MJ

    #325242

    Hi MJ,

    Can you please create us an administrator account? post it here as a private reply.

    Regards,
    Josue

    #325330

    I 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.

    #325342

    I’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.

    #325367
    This reply has been marked as private.
    #325449

    Hi!

    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!
    Peter

    #325470

    Hi 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,
    MJ

    #325504

    I’m having problems with it too. Permalinks have changed for no apparent reason. Rolled back to 1.5.5 and it’s OK.

    #325867

    Hi 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,
    MJ

    #325935

    Hi!

    @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,
    Peter

    #326067

    Hi 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,
    George

    #326086

    Hi Dude:

    How can we check the php memory allocation besides checking phpinfo()?

    Best Regards

    Heng GAO

    #326898

    Hi!

    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,
    Devin

    #326921

    Hi 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,
    MJ

    #326922

    Hi 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,
    MJ

    #326926

    Hi 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!
    Josue

    #329795

    Checked 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

    #331296

    Hi,

    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,
    MJ

    #331313

    Glad the issue is solved MJ!

    Best regards,
    Josue

    #332530

    Actually, we are still having the same issue. Permalink is still changing after updating the page.

    #332538

    In 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.

    #332540

    Take that back – uninstalled Yoast and not having these issues.

    #332982
Viewing 25 posts - 1 through 25 (of 25 total)
  • The topic ‘Latest Enfold theme not working with SEO plugins’ is closed to new replies.