Tagged: 

Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #305837

    Hi,
    it’s very stange.
    When I want to change the homepage on http://www.webethique.com/ the Yoast tags, description are change by the last article on the homepage (Location vacances Mazet des Pins Graveson), and if I update the link is also changed with a error message (do you want realy do that) ????
    Regards,
    Philippe

    • This topic was modified 10 years, 3 months ago by webethique.
    #306381

    Hi webethique!

    I’m not quite sure what you mean is happening. Can you walk me through the steps and then what the error is after the actions?

    Regards,
    Devin

    #306422

    I Devin

    Perhaps it’s more easier to see what I mean in http://www.webethique.com/enfold.pdf

    Thank’s

    #307162

    Hello,

    Have you tried disabling all third-party plugins (except WordPress SEO) to see if it gets fixed?

    Regards,
    Josue

    #308068

    I think I found it.

    Every page that I had a BLOG POSTS module inserted the Wordrpess SEO by Yoast meta fields did not show the correct info as I had originally entered. The info was pulled from the same POST in all the pages that had the blog posts module inserted. Note that it was not the most recent or old post nor the first in a category but it was always the meta info from a POST that was transferred to the meta data of the PAGE. Other problems I encountered was not being able to save new meta data in the Yoast module.

    Of interest is when DASHBOARD>PAGES is clicked. The SEO title displayed is correct however editing a page with the blog posts module shows incorrect info in the YOAST module.

    If I reverted back to WordPress SEO by Yoast ver 1.5.5.1 then everything works and is correct.

    Oddly enough the hover tag on a menu item shows correctly and using 3rd party site like SEOSITECHECKUP shows title, description and keywords as correct.

    So it seems to me that it is a display problem conflict with WordPress SEO by Yoast 1.5.5.3 on pages that have the blog posts module AND is limited to what you see in the ADMIN area.

    I hope this helps. I have to stay at 1.5.5.1 until this very specific problem is resolved…somehow.

    Background info and how I arrived at this

    Enfold 2.9.1 on same host but two different client website accounts. WordPress SEO by Yoast 1.5.5.3 works on one but not the other. This tells me that it is not a server/host conflict.

    Wordpress SEO by Yoast 1.5.5.3 does not have issues with other themes.

    Between 3 sites (2 use Enfold 2.9.1) and another theme plugins are similar. I have compared plugins and found only 1 (Hide YouTube Related Videos) that was in the site that wasn’t playing well with WordPress SEO by Yoast 1.5.5.3. Sorry. Deactivating and removing it had no positive effect.

    All three sites use W3Total Cache so I tried deactivated and removing that on the site that doesn’t work with WordPress SEO. No. That didn’t fix things.

    #308080

    I have the same problem on the home page and my blog template. The both models use a blog module.
    If I edit my home page without redoing the SEO, I lose the correct SEO.

    #308408

    Hi!

    I posted a temporary fix here: https://kriesi.at/support/topic/conflict-with-enfold-and-seo-yeast-woo-commerce/#post-307331
    We didn’t change the theme code and I think it’s a bug with the Yoast SEO plugin code. As you pointed out in your pot Yoast 1.5.5.1 worked just fine with Enfold 2.9.2 and we didn’t change any code in the meantime. We’ll wait for the Yoast developer team and hopefully they can fix the bug on their end.

    Another user: https://kriesi.at/support/topic/wordpress-seo-plugin-1-5-5-3-breaks-enfold-page-w/#post-308267 reported that the Yoast developer team works on the issue.

    Best regards,
    Peter

    #309694

    It’s always the same problem with WordPress SEO by Yoast Version 1.5.6 and Enfold 2.9.2…

    Best regards,
    Philippe

    #309765

    Exactly the same issue here – I thought I was going mad until I spotted this thread

    #310521

    Hey!

    Yes, the change log here: http://wordpress.org/plugins/wordpress-seo/changelog/ doesn’t mention a fix which would solve the incompatibility issue. A user here: https://kriesi.at/support/topic/wordpress-seo-plugin-1-5-5-3-breaks-enfold-page-w/#post-308439 mentioned that the Yoast support team has no ETA for the bug fix yet. I recommend to downgrade to 1.5.5 for now: https://kriesi.at/support/topic/yoast-seo-1-5-5-3-bug-may-affect-your-seo-please-downgrade-to-1-5-5/

    Regards,
    Peter

    #312405

    Hi
    I have the same problem.
    How to downgrade to 1.5.5?

    #312418

    Hey!

    Actually there’s no need to downgrade to Yoast 1.5.5. Try to update to 1.5.6 and if it still doesn’t work insert this code into the enfold/functions.php orchild theme functions.php file:

    
    
    add_action('init','avia_remove_yoast_filter');
    function avia_remove_yoast_filter()
    {
        remove_filter('wpseo_pre_analysis_post_content','avia_wpseo_pre_analysis_post_content_fix', 10, 1);
        remove_filter('wpseo_video_index_content','avia_wpseo_video_content_fix', 10, 2);
    }
    

    Regards,
    Peter

    #312420

    The issue appeared after I upgraded to 1.5.6. I try with your code.

    #312423

    Ok, did it. Nothing happened.

    #312651

    Hi!

    Do you mind if we take a look at the actual website? Please try to deactivate other plugins except yoast and woocommerce if you have it then test it on another browser after adding the fix Dude suggested.

    Cheers!
    Ismael

    #312708

    Hi Ismael,
    I did what you suggested: deactivated all plugins and used another browser… Nothing.

    #312711

    Hey!

    What is the website? Please create another thread. I’ll close this one for now.

    Best regards,
    Ismael

Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘Enfold and the SEO WordPress Version 1.5.5.3’ is closed to new replies.