• Resolved Matt Scheidler

    (@matt6303)


    Thanks again for your help with my previous issue a couple of weeks ago.

    Everything is working great; this is just a minor thing. On the Product Listing Page that displays all my current products, the <title> is showing “Products” rather than the page name that I have specified for that page.

    I don’t see anything in the Settings that allows me to override “Products” with my preferred page name. Am I overlooking it, or is there a way to accomplish this?

    https://wordpress.org/plugins/ecommerce-product-catalog/

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author ndre

    (@ndre)

    You can choose a custom page to display all products (product settings > Choose Product Listing Page). The title of the page you choose will be shown on the website.

    Than before the product listing on your custom page there is a title “Products”. You can modify it on product settings > front-end labels > archives.

    Thread Starter Matt Scheidler

    (@matt6303)

    I am doing exactly as you’ve described but the word “Products” still shows as the page name. Not the name specified as of the title of the Product Listing Page, nor what is in the front-end labels > archives box.

    The text I’ve put in front-end labels > archives does show up as <h2 class="archive-title">, but does not show up in the <title> within the page head. It’s that title that I’m looking to customize, for the Product Listing Page, to replace “Products” . The individual product pages are fine.

    Plugin Author ndre

    (@ndre)

    Hi Matt, please provide an URL with the product listing URL.

    Does the description from the page show up?

    Thread Starter Matt Scheidler

    (@matt6303)

    http://linvillehobbies.com/deals/

    <title>Products | Linville Signs and Hobbies</title>

    I’m not sure where “Products” is coming from — none of the settings in the plugin are “Products”. I have hidden the <h2 class="archive-title"> via CSS but it is correctly echoing the $page_title that I specified in the settings.

    Plugin Author ndre

    (@ndre)

    You can manage this in any SEO plugin for example WordPress SEO.

    In the future eCommerce Product Catalog SEO options will be extended so you can manage it from product settings.

    I have the same issue as matt6303. I am using an SEO package but cannot change the page title from Products to the title I want

    A response would be great, then I can rate the plugin as it should be

    Plugin Author ndre

    (@ndre)

    Please follow my instruction from previous post.

    The ability to manage it from product settings will be added this or the next week.

    Thank you for your patience 🙂

    I have the same issue – sort of. I have three different pages for products:

    http://www.kd-art.be/al_product-cat/old-master-paintings/

    http://www.kd-art.be/al_product-cat/old-master-drawings/

    http://www.kd-art.be/al_product-cat/old-master-sculptures/

    The title on each page is preceded by “All”. I would like to delete it, and add an extra space between the title and the product list beneath it.

    Would greatly appreciate you help!

    Plugin Author ndre

    (@ndre)

    To change the “All” just go to product settings > Front-end labels > archive and change category prefix to empty field.

    Thank you!

    And is there a way to get a space between the title and the product list?
    Now I find it’s a bit ‘cramped’. 🙂

    Plugin Author ndre

    (@ndre)

    This is a matter of your theme. Just place the following code at the bottom of your theme css file:

    #product_listing h1.entry-title {
    padding-bottom: 20px;
    }

    And you can play with “20px” value.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Page title’ is closed to new replies.