-
AuthorPosts
-
September 2, 2014 at 8:26 am #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.
September 2, 2014 at 8:38 am #312106Hey!
Are you using the latest version of Yoast SEO (1.5.6)?
Regards,
JosueSeptember 2, 2014 at 9:39 am #312133Yes Version 1.5.6
- This reply was modified 10 years, 2 months ago by jalmz.
September 2, 2014 at 9:45 am #312138We are experience the exact same problem with ENFOLD theme!
September 2, 2014 at 9:45 am #312139Fix..
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.
September 2, 2014 at 9:46 am #312143Thanks! Dude
September 2, 2014 at 9:54 am #312152Thank you, it works…..:_)
Thanx Dude
September 2, 2014 at 9:56 am #312155But you have to put in the SEO stuff in Default Editor mode……:-(
September 2, 2014 at 10:01 am #312159Not working, you still have to put everything in again when updating. :-(
September 2, 2014 at 12:16 pm #312224Hi jalmz
Did you get it to work???????
September 2, 2014 at 1:58 pm #312300I’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.
September 2, 2014 at 2:21 pm #312311Hi,
I think this bug is connected to: https://kriesi.at/support/topic/blog-posts-bug/September 2, 2014 at 8:29 pm #312488Yes fourdesigndk
September 3, 2014 at 11:45 am #312765Hi jalmz
Where exactly did you paste the code in, functions.php
September 4, 2014 at 7:10 am #313200at the last line.. four
September 5, 2014 at 10:05 am #313880Hey!
Thanks for helping out jalmz.
Regards,
PeterSeptember 9, 2014 at 5:36 pm #316010May 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. -
AuthorPosts
- The topic ‘Bug: Yoast SEO Version 1.5.6 in Avia Layout Builder Page’ is closed to new replies.