Home Forums WoodMart support forum Prebuilt websites

Prebuilt websites

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #501380

    vaslin.mk
    Participant

    Hi, I already have woocommerce products on my website, now if I install some of the pre built websites will my already created products will be deleted or not. Thanks

    #501551

    vaslin.mk
    Participant

    And I also want to ask why when I display descriptions for shop and categories, on shop page it shows only shop description but when I go on category page it shows and category description and aslo shop description. On category pages I want to display only category descriptions. Thanks

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

    Hung Pham
    Keymaster

    Hi vaslin.mk,

    Thanks for reaching to us.

    1. Products created by yourself will NOT be override or removed. However, I am always kindly recommend that you take a complete backup of your site before proceeding.

    2. Please provide me with temporary wp-admin access, I will take a look settings.

    Regards,

    #501813

    vaslin.mk
    Participant

    Thanks for answering first question. I provided admin details in private section

    #502147

    Hung Pham
    Keymaster

    Hi vaslin.mk,

    Shop Filters content type option under Theme Settings > Product archive > Shop filters will be applied to all product archive pages. In order to remove content in Product Categories page only, you can add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS

    .tax-product_cat .filters-area.custom-content{
    	display: none;
    }

    Regards,

    #502157

    vaslin.mk
    Participant

    Thanks that solves the category pages issue, but why now on shop page I don’t see text from HTML block. Thanks

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

    Hung Pham
    Keymaster

    Hi vaslin.mk,

    Add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS

    .filters-area.custom-content .filters-inner-area>.col-12>p {
        display: block;
    }

    Regards,

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