Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
hi sorry for confusion I know it work in theme options but I asked you before as soon as I added this code my product page start loading slower, so you said I can try to add it to claue child theme style.css No? if I the code in that file and remove from theme settings it doesn’t work, any way I am trying to find a way not to slow down the site, maybe I can edit the main claue file then and will be carefull when updating my theme what do you think?
Hi Harry, I have tried the code below but it only moves stars on product page not changing position on quick view
.product_title {
margin-bottom: 0px !important;
}
.product-quickview .jas-col-md-7 { padding-right: 0;}
.p-thumb .slick-list, .p-thumb .p-item {
padding: 4px 0 4px 4px;
}tried to add but dodn’t help
.product-quickview .product_title {
margin-bottom: 0px !important;
}2. and this file content-quickview-product.php I tried to put in /var/www/one/wp-content/themes/claue-child or /var/www/one/wp-content/themes/claue-child/woocommerce but not working I added line in the file
<?php echo do_shortcode(“[wcst_low_stock]”); ?>
Thank you! Now it all look perfect!
Only question I have tried to move the code below from theme settings to claue-child > style.css tosee it it will help load page faster but it doesn’t work from that file for some reason, could you please double check
/*above Claue related products*/
#tab-description{
padding-bottom:0px;}
/*margin above product page tabs */
.woocommerce-tabs ul{
margin-top:-49px;
}
.jas-col-md-9 .product .woocommerce-tabs{
padding-top:0px;
}
/*Footer margins*/
#jas-content .jas-wc-single > .jas-container{
margin-bottom:-50px;
}
#jas-footer .footer__top{
padding-bottom:25px;
padding-top:25px;
}hi sorry please see attached, it is only on mobile checkout on cart is perfect
Attachments:
You must be logged in to view attached files.and how can I insert short code in quick window as it seems to be a script?
[wcst_low_stock] I have inserted it in product description and it is working there but I don’t know where to insert in to show on quick view in which file?
Could you please show an example? Thank you
- Hi, and what about margins on the checkout? I can’t seem to find a way to put the apply gift card button higher on the mobile as on the above pic in the middle
below didn’t work
@media only screen and (max-width: 736px) .
.woocommerce-checkout .ywgc_enter_code div input[type=”submit”].button {
margin-top: 0px;
margin-bottom: 0px;
}}
OK it was the issue with another redirect plugin
i think it stopped happening maybe they fixed it in the plugin update
Hi, I can’t seem to find a way to put the apply gift card button higher on the mobile as on the above pic in the middle
below didn’t work
@media only screen and (max-width: 736px) .
.woocommerce-checkout .ywgc_enter_code div input[type=”submit”].button {
margin-top: 0px;
margin-bottom: 0px;
}}Also I have edited some more margins with code below but it slows down the page loading can I put it in Claue child file instead maybe?
/*above Claue related products*/
#tab-description{
padding-bottom:0px;}
/*margin above product page tabs */
.woocommerce-tabs ul{
margin-top:-49px;
}
.jas-col-md-9 .product .woocommerce-tabs{
padding-top:0px;
}
/*Footer margins*/
#jas-content .jas-wc-single > .jas-container{
margin-bottom:-50px;
}
#jas-footer .footer__top{
padding-bottom:25px;
padding-top:25px;
} - Hi, and what about margins on the checkout? I can’t seem to find a way to put the apply gift card button higher on the mobile as on the above pic in the middle
-
AuthorPosts