Home Forums Themes Support TeeSpace Broken Pages with All in One SEO Pro Plugin

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10557
    GlampinLife
    Supported

    Cart, Checkout and My Account pages seem to break once we activate All in One SEO Pro plugin.

    • This topic was modified 1 month ago by GlampinLife. Reason: added credentials
    #10564

    Hi,
    Thanks for contacting us and choosing our product!
    We have just checked and see All In One SEO plugin changed core function of WordPress and it cause the issue.
    We have just fixed it for you by go to: wp-content/themes/teespace/framework/includes/ then open file theme-functions.php
    Go to line 719 and change the code from:
    $title = apply_filters( 'the_title', $post_object->post_title );
    to

    if ( function_exists( 'aioseo' ) ) {
         $title          = $post_object->post_title;
    } else {
         $title          = apply_filters( 'the_title', $post_object->post_title );
    }

    Now it’s working fine!
    Hope this helps!

    ****
    Regards,
    HaruTheme

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.