Home › Forums › WoodMart support forum › Set up base shop page like demo
Set up base shop page like demo
- This topic has 33 replies, 2 voices, and was last updated 6 years, 10 months ago by Artem Temos.
-
AuthorPosts
-
January 3, 2018 at 2:52 pm #31429
ndaffunchioParticipantHello, 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.January 3, 2018 at 3:48 pm #31436
Artem TemosKeymasterHi,
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
January 4, 2018 at 5:23 pm #31542
ndaffunchioParticipantHello, 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!!!
NatJanuary 4, 2018 at 6:29 pm #31554
Artem TemosKeymasterHello,
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
January 5, 2018 at 6:05 am #31569
ndaffunchioParticipantAwesome, 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 gridThank you!!!
January 5, 2018 at 8:25 am #31594
Artem TemosKeymasterHello,
Strange, but your website seems to be not working at the moment and we don’t see any styles https://gyazo.com/82a035367e38e3b283e6ba49f6373f80
Regards
January 5, 2018 at 5:18 pm #31751
ndaffunchioParticipantHello! Sorry, here I go again. Hope you can help me before weekend please π
hugs, natJanuary 6, 2018 at 7:52 am #31772
Artem TemosKeymasterHi,
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
XtemosJanuary 6, 2018 at 7:31 pm #31849
ndaffunchioParticipantOh thank you and ok!
And is it possible to add a secondary menu to blog? it will be right below header.
Thanks!
January 6, 2018 at 8:04 pm #31856
ndaffunchioParticipantHello, 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!
NatJanuary 7, 2018 at 8:11 am #31887
Artem TemosKeymasterHi,
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
January 7, 2018 at 6:01 pm #31946
ndaffunchioParticipantHello!
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
January 7, 2018 at 6:23 pm #31951
ndaffunchioParticipantHello 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 designThanks!
January 7, 2018 at 8:59 pm #31974
Artem TemosKeymasterHello,
If you are using Visual Composer banner element for this image you need to specify its size. For example
500x500
or simply writefull
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
January 9, 2018 at 2:20 am #32163
ndaffunchioParticipantHello!
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.January 9, 2018 at 7:33 am #32184
Artem TemosKeymasterHello,
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
January 10, 2018 at 1:33 am #32420
ndaffunchioParticipantHello!
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!!!
January 10, 2018 at 8:05 am #32452
Artem TemosKeymasterHi,
Try to upload 400×400 image to make it look clear and not blurred.
Regards
January 12, 2018 at 4:38 am #33062
ndaffunchioParticipantHello!
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.January 12, 2018 at 7:19 am #33081
Artem TemosKeymasterTry 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; }
January 19, 2018 at 3:39 pm #34302
ndaffunchioParticipantHello!
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.January 19, 2018 at 3:44 pm #34306
Artem TemosKeymasterHi,
Where can we see this problem on your website now?
January 19, 2018 at 4:01 pm #34312
ndaffunchioParticipantHi!
It had a z-index, fixed.
But now for example in home, top bar seems to be behind slider.Thanks!
January 19, 2018 at 4:34 pm #34318
Artem TemosKeymasterTry to fix it with the following CSS code
.topbar-wrapp { z-index:1; }
January 19, 2018 at 5:14 pm #34320
ndaffunchioParticipantGreat! But now Account dropdown is behind cart icon π
thanks!!
January 19, 2018 at 6:08 pm #34325
Artem TemosKeymasterCould you please provide us your account access so we can see the problem?
January 19, 2018 at 7:43 pm #34349
ndaffunchioParticipantSure!
January 19, 2018 at 9:52 pm #34383
Artem TemosKeymasterTry to fix it with this code
div.topbar-wrapp { z-index: 400; }
January 19, 2018 at 11:03 pm #34390
ndaffunchioParticipantLooking great!!! *its an awesome theme!*
Thank you!January 20, 2018 at 9:07 am #34411
Artem TemosKeymasterWe are glad that you like it π
-
AuthorPosts
- You must be logged in to create new topics. Login / Register