• Resolved chartsandtrends

    (@chartsandtrends)


    I am running WordPress 4.9.1 running evolve Plus theme and just installed ecommerce plugin to create investment portfolios. When I display a product category – ‘Speculative Portfolio’ as an example here – there is a mention ‘All Category’ with a picture above the actual category description. How can I get rid of this?

    Thanks

    The page I need help with: [log in to see the link]

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

    (@ndre)

    You can hide the category image on category page with the ‘Disable Image on Category Page’ checkbox located in General Catalog Settings inside the categories settings section.

    Please use the following code to disable the category name:

    remove_action( 'product_listing_header', 'add_product_listing_name' );

    Please see the documentation for more PHP adjustments.

    Thread Starter chartsandtrends

    (@chartsandtrends)

    I don’t want to hide the category image on category page.
    I want to hide the random product image that is displayed on top of the page, and there is no option to do so.

    Plugin Author ndre

    (@ndre)

    Hello @chartsandtrends,

    This is actually your theme output. Can you please check if you can disable the thumbnail display in your theme settings?

    Plugin Author ndre

    (@ndre)

    This has been addressed in v2.7.11. The unwanted thumbnail shouldn’t appear now on product category pages.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘‘All Category’ with picture above product category’ is closed to new replies.