Title of my WooCommerce shop is listed as page not found

#6930
Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    Thank you for contacting us today.

    We might need to take a closer look at the settings. Please edit the first post on this ticket and include your WP logins in the designated Sensitive Data section.
    Sensitive Data Section

    It is completely secure and only our support staff has access to that section. If you want, you can use the below plugin to generate a temporary login URL to your website and share that with us instead:

    https://wordpress.org/plugins/temporary-login-without-password/

    You can use the above plugin in conjunction with the WP Security Audit Log to monitor what changes our staff might make on your website (if any):

    https://wordpress.org/plugins/wp-security-audit-log/

    We really look forward to helping you.

    Hello,

    I have updated the sensitive data as requested. Can you please check further?

    Thank you.

    Hi there,

    Thanks for the access.

    I have added the following code to override this behavior and set your shop page title on your functions.php file:

    
    /**
    * Adjusting shop page’s title tag
    * @return string
    */
    function extra_rank_math_homepage_title_adjustment( $title ) {
    if ( is_shop() ) {
    $title = "Shop | Enamour Hair & Body Clinic";
    }
    return $title;
    }
    add_filter('rank_math/frontend/title', 'extra_rank_math_homepage_title_adjustment', 16 );

    I hope this info helps. Thank you.

    Hello Again.

    I did run website analyser tool and I got this error now.

    https://enamourlaser.co.uk/wp-admin/edit.php?post_type=page&fk_in_title=1

    Hi there,

    Thanks for the follow up.

    I am glad that this is now resolved 🙂

    Feel free to contact us should any other issues come up.

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)

The ticket ‘Title of my WooCommerce shop is listed as page not found’ is closed to new replies.