Home Forums WoodMart support forum Help me with design and stuff

Help me with design and stuff

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #462652

    dexterfox44
    Participant

    1. i want to display only the “add to cart” option.. even if i have multiple variation .. https://prnt.sc/HpuzfUMG3Yvv

    2. is there any option in the setting.. so i can remove add to cart and review .. and show only images and titles. https://prnt.sc/ay6pKsB6ItR3

    3. i place the “recently viewed” section to the top. but the problem is when new user visit .. there is no content for them… and after opening few posts then its star showing content toh them.. is there any option that i can show some dummy content on recently viewed when user options some posts its start showing that content..

    4. i removed these sections from the setting page .. but it’s still available .. https://prnt.sc/5WZTiH8er0ap

    5. also i removed sidebar from shop and categories pages but its still available..also from the wishlist page… https://prnt.sc/PV0VzPv8rDFi

    6. i place the banner on top of the categories page. but its not showing…

    7. when I click on the cart page. its slides from the right. can i remove this and just open the cart page? https://prnt.sc/yh5WDO7KuGvk

    8. i want to remove this specification section and side this description section.. https://prnt.sc/zZD-FCLSUOl2

    #462853

    dexterfox44
    Participant

    here’s the more details..

    #462999

    Hello,

    01. Select options button comes from wooCommerce by default. We cannot remove it. Could you please check how it works with some default WordPress theme like twenty sixteen to understand is it our theme issue or not?

    02. You have 2 ways to hide add to cart:

    a. By enabling the “Catalog mode” via Theme Settings -> Shop.
    https://gyazo.com/2c50966cad6f3d730a8073ae84c15ca5

    b. By using the below custom code, enter it into the “Global Custom CSS” area that is in Theme Settings -> Custom CSS.

    .product-grid-item .wd-add-btn {
        display: none;
    }

    Go to Theme Setting> Product Archive> Product Style. Here you can hide Show empty star rating, category etc.

    03. Please check this Manual:
    https://xtemos.com/docs-topic/recently-viewed-products/

    04. You have created a custom layout in the shop page. In the Elementor page builder you can remove these sections.
    .
    05. You have created a custom layout in the shop page. In the Elementor page builder you can remove sidebar columns.

    In order to remove the sidebar on the category page navigate to Theme settings > Shop > in this case, the sidebar will be removed from all the categories as well as from the shop page.

    06. Please check this Manual:
    https://xtemos.com/docs-topic/how-to-add-banner-to-the-category-page/

    07. Go to Theme Setting> Shop> Action after add to cart and enable no action.

    08. Go to Dashboard> Layout> Single Product Layout and delete this section.

    Best Regards.

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