• Resolved lucie136

    (@lucie136)


    Hi,

    I’ve changed the name and slug of my shop page to “Annuaire”. But the page title displayed on the page is “Products” (“Produits” in french), not even the original “Boutique”. The breadcrumb displays “Annuaire” AND “Produits” with the same link (see screenshot here : https://ibb.co/qdScyv0).

    Can I change this without using an SEO plugin like I’ve read somewhere? Is this even an issue related to OceanWP?

    Thank you for your help.

    Lucie.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @lucie136,

    Thanks for your report,

    Regarding the title, you can head over to the shop page (which you have set in WooCommerce as products archive page), find the OceanWP Settings, then in the title tab, use the custom title: https://i.postimg.cc/gjP5RpmL/image.png.

    Regarding the breadcrumbs, We did see this happening on our end, so we’ll share this topic to the UI/UX team, and it will be fixed for the next update(s).

    For a temporary solution, you can use the CSS below:

    .woocommerce-shop .site-breadcrumbs .trail-end span {
        font-size: 0;
    }
    
    .woocommerce-shop .site-breadcrumbs .trail-end span:after {
        content: 'TYPE YOUR CUSTOM TEXT HERE';
        font-size: 12px;
    }

    Use your custom text instead of the “TYPE YOUR CUSTOM TEXT HERE“, and put the above CSS in Customizing > Custom CSS/JS > CSS Code: https://i.postimg.cc/K8TRjtcY/image.png.

    Best Regards

    Thread Starter lucie136

    (@lucie136)

    Hello Shahin,

    Thank you for such a quick answer!

    I have found the OceanWP Settings for the page and did what you said: the H1 does change but the title tag is still “Produits”.

    So for now, I’m going to use a combinaison of Yoast SEO and Ocean Extra to solve this. Yoast will correct the breadcrumbs and the title tag while Ocean Extra changes the H1.

    I’ll mark this subject as resolved but I hope that this will be fixed in future versions.

    Have a good day,
    Lucie.

    Hi @lucie136,

    Thank you for your feedback.
    We will let you know when this topic is resolved.
    I appreciate your patience.

    Best Regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Shop page : Wrong page title and breadcrumb’ is closed to new replies.