This topic has 20 replies, 3 voices, and was last updated 5 years, 4 months ago ago by Rose Tyler
Hello, the countdown of group products is not displayed correctly in mobile format. The seconds of the timer are not displayed on the same countdown line. Could you correct that? Please, thank you.
Link to the problem:
https://citarature.com/?s=&post_type=product&product_cat=uncategorized
Link to the group product:
https://citarature.com/product/mon-premier-groupe/
See screenshot:
https://drive.google.com/file/d/1Jn1MNsWwWvE1P4i8GJtg4xPhEAiEuEV2/view
https://drive.google.com/file/d/1Jr5sJiqz1SmYry4c_MuUvmN3Vo_t8pwD/view
Hello,
Try to add this code in Theme Options > Custom CSS > Custom CSS for mobile:
.products-loop .groupbuy-time-countdown.is-gbcountdown .gbcountdown-section {
margin: 10px;
}
Regards
Hello, the add to cart icon does not appear in the shop for the products of the sellers. I use the wc Marketplace plugin. Could you correct that? Please, thank you.
See screenshot:
https://drive.google.com/file/d/1uDLkh3MdJrs8_MuuONgwhtIMd0-04ZIV/view?usp=sharing
Hello,
Sorry but there is no add to cart button there, only message http://prntscr.com/o9078f
Add the following code to custom CSS to show it
.product-view-mask3 .footer-product > .wcmp_add_to_cart_message {
font-size: 14px !important;
order: 1;
width: 100%;
text-align: center;
justify-content: center;
}
Regards
Is it possible to add an icon specifically for the message that the salespeople are on holiday?
You can use Custom CSS code, for example:
http://prntscr.com/o9znpz
https://fontawesome.com/v4.7.0/icons/
.product-view-mask3 .footer-product>.wcmp_add_to_cart_message:before {
content: "\f017";
font-family: FontAwesome;
font-size: 19px !important;
border-color: #444444;
background: #222222;
color: white;
border-radius: 50px;
width: 35px;
line-height: 2;
}
.product-view-mask3 .footer-product>.wcmp_add_to_cart_message {
font-size: 0 !important;
}
change this code depends on your needs.
Regards
Ok thank you, but could you add this in the next update of the xstore theme so that those who use the wc marketplace plugin don’t have the same problem? Please, thank you.
Hello,
Ok. I have passed your request to theme developers and I think we’ll include this in next theme update.
Regards
Hello, the cross to close the window to “report an abuse” in the quick view does not work, yet in the product page it works.
See screenshot:
https://drive.google.com/file/d/1tOvyXM6QsGbOE3yDYOPLFXdozLW1qQNL/view?usp=sharing
https://drive.google.com/file/d/1VnZz2ul5NPWrDFSg7pGU8x0GcvO2phmo/view?usp=sharing
Hello,
Please provide FTP access, one of our developers will take a look on Monday.
Regards
ok
Hello,
Check now.
Regards
Okay, thank you! But how to display products in the shop on 5 columns instead of 3 by default? Please, please.
Hello,
You are welcome.
Go to Appearance > Customize > WooCommerce > Product catalog > Products per row.
Regards
It doesn’t work, when I change the number of product per line in the shop page, it’s always 3 by default.
Can you show me? Please, thank you.
Hello,
I do not see any problems with it – https://prnt.sc/ocyg23 Please clear cache and check the Shop page now – http://prntscr.com/ocyknt
Regards
Ok thank you! but I notice that the report abuse button does not work, when the user sends the message nothing happens. Could you correct that? Please, thank you.
See screenshot:
https://drive.google.com/file/d/113GSbKsJTM0dd2iB34Q3lDqpQ-VybcbM/view?usp=sharing
Hello,
You are using a third-party plugin to implement that button. Probably it uses some hooks or enables some scripts only for the single product and it was not created to work in quick view. We did not declarate support of this plugin. I would recommend you either contact plugin author and ask them about additional help to make it work in quick view or submit additional customization requests to WPKraken team or disable that option for the quick view. Take our apologies but additional customization to add compatibility with third-party plugins is not included in our basic support.
Regards
The problem has been solved, thank you.
Hello,
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up