Support,
I performed a search on the forums and found others are having similar issues, too many redirects on the homepage (Other pages work fine, though). The common response that I have seen is check your host provider or something along those lines.
Wordpress SEO is the cause of the error. I noticed this error when I updated your theme to the most recent version. Other than that, WordPress SEO worked fine with your theme. I have tried various websites, servers and hosting companies. No luck. Any help?
Thanks!
Update: Any permalink other than the “Default” option selected with the WordPress SEO activate, does not work. WordPress SEO WITH the “Default” permalink selected, works. Does this help you?
Again, this is ONLY on your theme. I have tried four others and they all work as they should.
Thanks.
Hi!
If you are still having the issue can we take a look at your theme settings/admin? You can reply here with the credentials and mark the reply as private.
Best regards,
Devin
Same problem for me: the code was fixed but with the last update the plugin broke the code again…
Regards!
Glad I’m not the only one with this issue.
Hi!
I think I found a fix – please try to open up enfold/config-templatebuilder/avia-template-builder/php/template-builder.class.php and replace:
add_action( 'template_redirect',array($this, 'template_redirect') );
with
add_action( 'template_redirect',array($this, 'template_redirect'), 1000);
Then open up enfold/config-wordpress-seo/config.php and delete this code located at the very top:
remove_action('template_redirect', 'wpseo_frontend_head_init', 999);
add_action('template_redirect', 'wpseo_frontend_head_init', 9);
Regards,
Peter
Works like a charm, Peter! Thank you so much for your help! Greatly appreciated.
Hey!
Great, we’ll include it in the next update :)
Cheers!
Peter