Home › Forums › WoodMart support forum › Various Questions
Various Questions
- This topic has 11 replies, 2 voices, and was last updated 1 month, 4 weeks ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
January 30, 2023 at 12:39 pm #438920
khurramsikandarParticipantHi WoodMart Support,
I have these queries:
1) How can I turn off attribute swatches from product grids (see attached image1.jpg for reference)
2) How can I decrease attribute swatch size in product grid so Add to Cart button shows completely (see attached image2.jpg for reference)
3) Can we add Buy Now button along with Add To Cart in product grid also currently Buy Now shows only in product page and quick view (see attached image3.jpg for reference)
4) How to change Select Options name to Select Color
Attachments:
You must be logged in to view attached files.January 31, 2023 at 10:16 am #439173
khurramsikandarParticipantHello,
Can anyone answer my questions.
It’s urgent please.January 31, 2023 at 10:17 am #439174
Aizaz Imtiaz AwanKeymasterHello,
1- Please navigate to the Dashboard > Theme Settings > Shop > Variable Products > Attribute swatches > Grid swatch attribute to display > there you can find the Attribute selected > just remove it and the Attributes will get hidden from the Products grid: https://snipboard.io/5UQ8hG.jpg
2- Please share the exact Page URL of your Site in this Private Content field so that we can check this concern specifically on your Site and provide you with the possible Custom CSS to adjust it.
3- Sorry to say but right now the Buy Now button is only available for the Single Product page only. It unfortunately can’t be added for the Products on the Archive pages like Shop or Category.
4- Sorry to say but for the Variable Products by default the Add to Cart button text changes to Select Options. This is the default working at WooCommerce level. So, there isn’t a direct option available to change the mentioned text.
Although, you can try using the Loco Translate plugin on your Site to change the mentioned text. Here is the guide to that: https://xtemos.com/docs-topic/translate-woodmart-theme-with-loco-translate/
Hope this helps!
Best Regards.
January 31, 2023 at 11:15 am #439195
khurramsikandarParticipantHi,
Thanks for reply
1) There is no option to remove or disable “Grid swatch attribute to display”. Three are four options are showing Select, Color, Size and Design. I have changed from Color to Select but the color swatches are still showing.2) I have provided the home page link please see the featured products tab and when clicking on Select Options its showing 12 colors and Add To Cart is not visible until scroll so if you could provide custom css so the color swatches size small then Add To Cart will be visible.
January 31, 2023 at 12:43 pm #439228
khurramsikandarParticipantHi,
If you could reply little early as we are stuck and need to fix it as soon as possible.
ThanksJanuary 31, 2023 at 4:11 pm #439303
Aizaz Imtiaz AwanKeymasterHello,
1- Sorry to hear about the inconvenience. Kindly, please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.
2- Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:
.quick-shop-wrapper .quick-shop-form { padding: 25px 10px 0 10px !important; }
Hope this helps!
Best Regards
January 31, 2023 at 4:45 pm #439313
khurramsikandarParticipantI have provided WP Login credentials in private content filed. Please check and let us know what cause it please.
February 1, 2023 at 10:16 am #439448
Aizaz Imtiaz AwanKeymasterHello,
The WoodMart Core plugin is updated on your Site but your WoodMart Theme isn’t updated to the latest version which is 7.0.4. So, kindly please update your Theme first using the following guide: https://xtemos.com/docs-topic/update-the-theme/ and then check back your concern again, if it gets resolved or not.
f somehow issue still persists, then please take complete Backup of your Site first, then provide us the permission to completely debug your Site which includes deactivating all the third party Plugins and removal of on-Site Customization changes too, so that we can thoroughly check this issue on your Site and assist you accordingly.
Best Regards.
February 1, 2023 at 1:40 pm #439548
khurramsikandarParticipantAlso I would like to know what is the purpose of this Grid Swatches as currently they are only using for variation images there is no connection of Grid Swatches with Add to Cart
For example if some one clicks on Red Color in Grid Swatch then the red color product image shows but to purchase this red color variation he has to Click on Select Options then colors form open then he selects desired color and Add to Cart. Is there anyway when select color on Grid Swatch then instead of that Select Option button direct Add to Cart button enables.Also when we mouse hover on Select Options button then on hover cart icon shows can we change this icon to text.
February 1, 2023 at 1:48 pm #439551
khurramsikandarParticipantAlso can we add “You May Also Like” in shopping cart right tab
February 1, 2023 at 1:52 pm #439554
khurramsikandarParticipantAs Grid Swatches are not disabling through options as I’ve done everything like disabling third party plugins, removing all custom CSS but it still showing so I’ve used following CSS to disable Grid Swatches, please check is this custom CSS is correct to disable Grid Swatches:
/* Disable Product Grid Swatches */
.product-grid-item .wd-swatches-grid {
display: none;
}February 1, 2023 at 4:47 pm #439614
Aizaz Imtiaz AwanKeymasterHello,
1- Yes, you have got it right, even though the Grid Swatches are there to select but according to the default WooCommerce functionality for the Variable Products, one needs to click on the Select Options button to further proceed with selection and Add to Cart. This is how it works at the default level.
2- Sorry but there isn’t an option available where you can add the “You May Like” sort of section under the Header Shopping Cart off-canvas slide. It requires Customization and this is beyond our limitations and support policy scope. Hope you can understand our limitations.
3- Yes, the CSS is correct to use on the Site and it is working fine too.
4- Regarding having text instead of a cart icon when hovered over the Select Options button, please try using the following Custom CSS on your Site and see if this works out for you or not:
.wd-add-btn-replace .add-to-cart-loop:hover:before { content: "Sample Text" !important; font-family: inherit !important; text-transform: capitalize !important; }
In the place of Sample Text, you can write your own text that you want.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register