Home Forums WoodMart support forum Remove Products from Shop Page

Remove Products from Shop Page

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #168494

    MichaelH
    Participant

    Hi,
    sorry but the old Topic are closed.
    I ask you how to remove all Products from first shop Page.
    You give me a try whith css like this:

    .post-type-archive .container .woodmart-products-holder { 
    display:none;
    }

    Now Products removed from first page done.
    But when i use the category link to product page thre are no products.
    Only when i update the page by browser shows products.
    This problem only exists from the first shop page.
    Produkt page to produkt page is ok.

    Do you have any idea?
    Thanks and regards

    #168562

    Hello,

    Yes, I provided you that code to hide the products from shop page. Kindly share a small video clip of your problem and relevant screenshots so I can check and help you out.

    Best Regards.

    #168772

    MichaelH
    Participant

    Hello Aizaz,

    here the video.

    #168774

    MichaelH
    Participant

    Hi,

    here again.

    #168775

    MichaelH
    Participant

    Hi,

    #168776

    MichaelH
    Participant

    Hi,
    sorry but it dosent work.
    Video size is 377 KB.
    Upload is not possible.

    regards

    #168817

    MichaelH
    Participant

    Hi,

    here the video in my dropbox.

    regards

    #168851

    Hello,

    I have seen your provided video. Kindly deactivate all of your third party plugins and clear the site and browser cache and then check back.

    In case if the issue is still there after doing all this, then remain the plugins as disable and share your site admin login credentials.

    Best Regards.

    #168875

    MichaelH
    Participant

    Hello,
    I deactivated all plugins and the problem persists.

    regards

    #168906

    Hello,

    Your site is working just fine. Products not shown on shop because you added that code which you required from us to hide the products from shop page.

    The products on the category pages shown just perfectly fine. You can check after clearing your site and browser cache.

    You can watch the video for clarification: https://jmp.sh/g5IWSbY

    Because you set the shop page as your homepage and hide the products from shop page, that’s why on the same page products not shown and they shown when you open the category in new tab.
    So If you don’t want this behavior you can undo that custom CSS code which is responsible to hide the products from shop page.

    Best Regards.

    #168925

    MichaelH
    Participant

    I have deleted everything and does not work as I imagine it.

    “Since you set the shop page as the homepage and hide the products from the shop page, products are not displayed on the same page and are displayed in a new tab when the category is opened.
    If you don’t want this behavior, you can undo the custom CSS code that is responsible for hiding the products from the shop page.”

    I do not want to behave exactly like this. What sense should this make that the customer does not see any products after opening the category page. Is it possible, as I asked in the first post, that no products are displayed on the shop page and that products appear immediately when the category page is opened?

    kind regards

    #168945

    Hello,

    You can use the below CSS code in theme settings >> custom CSS >> global custom CSS area, to display the products on the shop page which is currently your homepage also:

    .post-type-archive .container .woodmart-products-holder { 
    display:block;
    }

    There is no other option to display products on product category page and hide them from shop.

    Best Regards.

    #168951

    MichaelH
    Participant

    Thats really bad.
    i waste my money and Time to the “Fully Customizable” Theme.
    Now I must change the theme.
    I trust your promise.

    Attachments:
    You must be logged in to view attached files.
    #169034

    Hello,

    Of Course our theme is fully customizable. But the parts which we are discussing the shop and product categories are the parts of default WooCommerce functionality and our theme does not influence this.

    Our theme just add ajax functionality to those modules. So If you want your products did not display on the shop page and only display in product categories page. Then you can disable the “Ajax Shop” option from theme settings >> shop. So that each time when you click a category from shop header the page get refreshed and the products shown on product category pages but remain hidden on your shop page.

    Screenshot for clarification: https://ibb.co/kMdNF6R

    Best Regards.

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