No content to show
User Activity
Hi @SharonP Yes, you can achieve a product card slider like the one on www.rhodeskin.com on your Shopify homepage using custom code and the Swiper.js library (like on rhodeskin, I've checked the source code) without the need for a paid app. By impl...
04-09-2024
I'm sorry, but I can't seem to find this problem
04-09-2024
Could you send a screen's capture of the problem ?
04-09-2024
It was with "Klarna Pay Later"
04-09-2024
I've tested the payment tunnel right up to the moment I enter my credit card, paying with Klarna, and I haven't seen any errors in the browser console, everything works.Of course, I didn't make the payment, so maybe that's where the problem lies.
Hi @ashleyfonseca Add this in your css's file : .blog-tags {
display: none!important;
}
Hi @Silax Here's how you can display different content on your Shopify site based on the user's geographic location, without using any third-party apps:Get the user's country code using Shopify's built-in Liquid object localization.country.iso_code....
04-09-2024
Hi @future3 Could you share your site's url ?
Hi @Hunter11 While preserving the existing code, here are the modifications to try : <div class="product--tab__content {% if first %}tab--show{% endif %} {% if block.settings.content == 'description' or block.settings.content contains 'page' %}{% e...
04-09-2024
Hi @TrendBlend I don't understand your question... Could you reformulate ?
04-09-2024
Hi @TrendBlend For the border around the picture : .card__media {
border: 5px solid #AF9676;
}
04-08-2024
Hi @TrendBlend Try this at the bottom of the base.css file :.collection-list__item.grid__item.scroll-trigger.animate--slide-in {
flex: 15%!important;
}
Hi @xnyjyh To manually move the pop-up section to a specific area on the product page using Liquid code, you can follow these steps: 1. Open your Shopify admin and go to Online Store > Themes.2. Find the theme you want to edit and click on the "Acti...
04-03-2024
Hi @rbr44 To manually add a language switcher to your Shopify theme's code, you'll need to edit the theme files directly, specifically the header.liquid and footer.liquid files. This requires some familiarity with Liquid, Shopify's templating langua...
Sorry, I've made a mistake. The Sense theme for Shopify does not have a file named `product-template.liquid`. Instead, it uses `main-product.liquid` located in the `Sections` folder to render the product page.To find and edit the code for the produc...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
949 | 04-09-2024 09:34 AM | |
154 | 04-09-2024 04:12 AM | |
583 | 04-09-2024 03:32 AM | |
615 | 04-08-2024 12:53 PM | |
1108 | 04-03-2024 04:12 PM |