Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #257362

    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!

    #257364

    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.

    #265370

    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

    #278172
    This reply has been marked as private.
    #278885

    Same problem for me: the code was fixed but with the last update the plugin broke the code again…
    Regards!

    #279191

    Glad I’m not the only one with this issue.

    #281266

    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

    #281290

    Works like a charm, Peter! Thank you so much for your help! Greatly appreciated.

    #281310

    Hey!

    Great, we’ll include it in the next update :)

    Cheers!
    Peter

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘WordPress SEO (Yoast) & Theme Updates – Too Many Redirects’ is closed to new replies.