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

    Hi,

    There is a bug in Yoast SEO in Avia Layout Builder. If you will not use the Avia Layout Builder in the page section.
    The Wodpress SEO by Yoast will work perfectly.

    Everytime you update the page the the WordPress SEO by Yoast will not reset. So Meaning.. you dont have to enter the SEO meta tags again.

    While when you use the Avia Layout Builder, Everytime you update the page. You have to Enter the meta tags in WordPress SEO by Yoast. Again and Again and this is very annoying..

    Any fix of this? thanks, I hope the support team will answer my question since this plugis is widely use and supported by this theme.

    • This topic was modified 10 years, 2 months ago by jalmz.
    #312106

    Hey!

    Are you using the latest version of Yoast SEO (1.5.6)?

    Regards,
    Josue

    #312133

    Yes Version 1.5.6

    • This reply was modified 10 years, 2 months ago by jalmz.
    #312138

    We are experience the exact same problem with ENFOLD theme!

    #312139

    Fix..

    Hey!

    I could fix it on your website with this code – I added it to the 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);
    }

    Dude

    • This reply was modified 10 years, 2 months ago by jalmz.
    #312143

    Thanks! Dude

    #312152

    Thank you, it works…..:_)

    Thanx Dude

    #312155

    But you have to put in the SEO stuff in Default Editor mode……:-(

    #312159

    Not working, you still have to put everything in again when updating. :-(

    #312224

    Hi jalmz

    Did you get it to work???????

    #312300

    I’ve got problems with Yoast too. The weird thing is that on my front end everything looks right (e.g. seo titles are correct) but on the back end everything is messy.

    • This reply was modified 10 years, 2 months ago by gianmarizzi.
    #312311

    Hi,
    I think this bug is connected to: https://kriesi.at/support/topic/blog-posts-bug/

    #312488

    Yes fourdesigndk

    #312765

    Hi jalmz

    Where exactly did you paste the code in, functions.php

    #313200

    at the last line.. four

    #313880

    Hey!

    Thanks for helping out jalmz.

    Regards,
    Peter

    #316010

    May be fixed in Yoast 1.6: Bugfixes:

    Removed leftover code for the deleted HTML sitemap functionality.
    Fix a bug where the wrong $post info would be used for the metabox, props mgmartel.
    Fix the way we replace whitespace to be more compatible with different encoding, props Jrf.

    https://wordpress.org/plugins/wordpress-seo/changelog/

Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘Bug: Yoast SEO Version 1.5.6 in Avia Layout Builder Page’ is closed to new replies.