Home Forums WoodMart support forum Set up base shop page like demo

Set up base shop page like demo

Viewing 30 posts - 1 through 30 (of 34 total)
  • Author
    Posts
  • #31429

    ndaffunchio
    Participant

    Hello, I installed minimalism dummy content to start from but cant find shop pages. How can I choose to use the examples in the SHOP menu in demo?
    Thanks a lot!

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

    Artem Temos
    Keymaster

    Hi,

    The pages from Shop are actually all the same but with different settings. You can combine all types of shop pages via Theme Settings -> Shop.

    Regards

    #31542

    ndaffunchio
    Participant

    Hello, you tell me how should I manage multiple questions, if I can reply this listing questions or should I open a new thread?

    In case its ok to have it here:

    1. How to take out attribute badges over the main products image?

    2. How do I get rid of woocommerce notification messages that appear on the bottom of the page (ochre) “Color Remera, Rayas โ†’ To continue, please choose product optionsโ€ฆ”

    3. Related products -> images look blured and zoom over effect is weird

    Thank you!!!
    Nat

    #31554

    Artem Temos
    Keymaster

    Hello,

    Yes, you can ask all your questions related to our theme here.

    1. You can disable this option for each attribute separately in Dashboard -> Products -> Attributes -> edit attribute -> Show attribute label on products

    2. Try to add the following code snippet to the Custom CSS area in Theme Settings to remove it

    .composite_wrap .composite_message .woocommerce-info {
        display:none;
    }

    3. You need to increase number of products per screen for related products to 4 or 5 in Theme Settings -> Product page -> Show/Hide elements.

    Regards

    #31569

    ndaffunchio
    Participant

    Awesome, thanks!

    I have some more ๐Ÿ™‚

    PRODUCT PAGE
    1. I need to take out hover effect for variation thumbnails.
    2. “Add to my wishlist” is out of style and above “Compare”

    SHOP PAGE
    3. How can I make filters to stay permanent in shop pages (not accordeon)
    4. Make SORT BY and SHOP BY PRICE dropdown filters (as PRODUCT CATEGORIES)
    5. NEED elements arranged like this:
    a. Breadcrumb + Show 9 24 36
    b. Page Title (Custom, not post)
    c. Subtitle
    d. Filters
    e. Products grid

    Thank you!!!

    #31594

    Artem Temos
    Keymaster

    Hello,

    Strange, but your website seems to be not working at the moment and we don’t see any styles https://gyazo.com/82a035367e38e3b283e6ba49f6373f80

    Regards

    #31751

    ndaffunchio
    Participant

    Hello! Sorry, here I go again. Hope you can help me before weekend please ๐Ÿ™‚
    hugs, nat

    #31772

    Artem Temos
    Keymaster

    Hi,

    1. You can add the following CSS code to disable thumbnails hover

    .woocommerce-product-gallery .product-image-thumbnail:hover {
        opacity: 1!important;
    }

    2. Seems that you are using some additional extra plugin that changes your single product page template structure and breaks the wishlist button styles.

    3. You can use the following code snippet to do this

    .filters-area {
    	display:block!important;
    }
    
    .woodmart-filter-buttons {
    	display: none!important;
    }

    4 & 5. Sorry, but these tasks require more additional code customizations and we don’t have quick instructions for that.

    Kind Regards
    Xtemos

    #31849

    ndaffunchio
    Participant

    Oh thank you and ok!

    And is it possible to add a secondary menu to blog? it will be right below header.

    Thanks!

    #31856

    ndaffunchio
    Participant

    Hello, I dont know what happened but I dont see shop title or filters now.
    Can you please check if its a setting issue?
    Thank you!
    Nat

    #31887

    Artem Temos
    Keymaster

    Hi,

    Sorry, but there is no option to show secondary menu on the blog page. Seems that you have disabled shop title in Theme Settings -> Shop -> Sidebar & Page title.

    Regards

    #31946

    ndaffunchio
    Participant

    Hello!

    I dont get how to set proper image in mega menu “KITS”. I set as thumbnail and it appears huge and exploded.

    I will appreciate some tip ๐Ÿ™‚

    Thanks

    #31951

    ndaffunchio
    Participant

    Hello again, I’ve set a prefooter after content in product page:

    1. IG appears as a hidden right sidebar
    2. it forces to change product image design

    Thanks!

    #31974

    Artem Temos
    Keymaster

    Hello,

    If you are using Visual Composer banner element for this image you need to specify its size. For example 500x500 or simply write full to load the original image size.

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .product-image-summary-inner, 
    .product-image-summary-wrap {
    	flex-wrap:wrap!important;
    }

    Regards

    #32163

    ndaffunchio
    Participant

    Hello!
    I am having some trouble with hovers on variations thumbnails, how can I disable hovers there?
    Thanks!

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

    Artem Temos
    Keymaster

    Hello,

    As we can see, you are using some extra plugin for this custom functionality. This hover effect is a part of this plugin and you need to contact its developers for help in removing it.

    Kind Regards

    #32420

    ndaffunchio
    Participant

    Hello!

    I still cant set proper image in mega menu โ€œKITSโ€. I set it as 250×250 and it wont fit that size. What else do you think I should do?

    I will appreciate more help ๐Ÿ™‚ thanks!!!

    #32452

    Artem Temos
    Keymaster

    Hi,

    Try to upload 400×400 image to make it look clear and not blurred.

    Regards

    #33062

    ndaffunchio
    Participant

    Hello!

    I have this issue with VIEW CART button at cart sidebar. It wont show until you mouse over that area above “FINALIZAR COMPRA” button.

    Thanks!

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

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    a.button.btn-cart.wc-forward {
        background: #a7a7a7;
    }
    #34302

    ndaffunchio
    Participant

    Hello!

    Can you tell me how to fix account dropdown to go over cart when header is over content and transparent*.

    *header wont show as transparent when set in theme settings > Page Heading > Pages heading background > Checked Transparent.

    Thank you!

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

    Artem Temos
    Keymaster

    Hi,

    Where can we see this problem on your website now?

    #34312

    ndaffunchio
    Participant

    Hi!

    It had a z-index, fixed.
    But now for example in home, top bar seems to be behind slider.

    Thanks!

    #34318

    Artem Temos
    Keymaster

    Try to fix it with the following CSS code

    .topbar-wrapp {
    	z-index:1;
    }
    #34320

    ndaffunchio
    Participant

    Great! But now Account dropdown is behind cart icon ๐Ÿ™‚

    thanks!!

    #34325

    Artem Temos
    Keymaster

    Could you please provide us your account access so we can see the problem?

    #34349

    ndaffunchio
    Participant

    Sure!

    #34383

    Artem Temos
    Keymaster

    Try to fix it with this code

    div.topbar-wrapp {
        z-index: 400;
    }
    #34390

    ndaffunchio
    Participant

    Looking great!!! *its an awesome theme!*
    Thank you!

    #34411

    Artem Temos
    Keymaster

    We are glad that you like it ๐Ÿ™‚

Viewing 30 posts - 1 through 30 (of 34 total)