No content to show
User Activity
Hi, Is it possible to add quantity buttons in cart notification?? I tried to add, it's showing but not working. only the remove button working. plus, minus buttons are not working.Please guide. Thank you.
@PageFly-Richard Thank You so much.I have 2 variants on some products and on some products more than 2 but your solution is working for only the first variant.Please help.
Hi,I'm trying to display the value of the selected Variant on the product page and I added this code inmain-product.liquid file. <span>{{ option.selected_value }}</span>It worked and displayed the selected value but when I try to choose another varia...
@EvinceDev What's next? How can I display it on the product page instead of the console?
11-15-2021
@Lanchaster_91,Add this, Good Luck! You can reduce more gap by changing 15 to lower values.@media only screen and (min-width: 768px){
.footer-content__logo {
margin-bottom: 15px;
}
}
11-14-2021
@Lanchaster_91,Add this code at the bottom of your theme.css file.@media only screen and (min-width: 768px){
.footer-bottom {
margin-top: 5px;
}
}
@tomm1p,Yes, it is the same as theme.css
@AhmedGhaziii,Please share your store URL.
@tomm1p,Add this code at the bottom of your theme.css file..hero__text-shadow:after {
background: none !important;
}
@media only screen and (max-width: 768px){
.horizontal-right .hero__text-shadow {
max-width: 100% !important;
}
} Please do l...
Hi, I'm trying to add an "a" Tag for a whole snippet but it's not working. <div class="main_wrapper">
<a href="{{ product.url | within: collection }}">
<div>
Other Code
<div>
<a>
<div> When I inspect the element it's showing there with the correct UR...
05-22-2021
@DevsIT,Thank you so much it worked.
Hi,I wanted to save some products on my site as blank vendors ( Without the vendor's name ). I'm getting this error when I leave vendor field empty while adding a product.There is 1 error with this product:Vendor can’t be blank I will be really grate...
@dmwwebartisan,Thank you for your response.But this is not what I'm looking for it's the manual way. I want the complete variant image as a swatch image.Here is my variant-button.liquid code. {%- assign swatch_file_extension = 'png' -%}{%- assign is...
Hi,I'm using impulse theme, I wanted to use variants image as swatches. I want variant images to automatically come instead of colors.Thank you in advance.
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
1523 | 11-15-2021 12:43 AM |