No content to show
User Activity
07-11-2021
Hey Jackson! Are you comfortable editing code at all?
This made me smile. Glad to have helped @Tuttifruitti! :))
12-13-2020
Hey @spbp!I found this on the Shopify help site. Not sure if this is causing your specific problem, but might be worth looking into!To see the Apple Pay button in your checkout, you must be using Safari on iOS 12.1 or macOS 10.14.1. If you are using ...
No worries! All the best : )
My mistake!In that case you're right – this is best solved with liquid. I just had a look into it, this is what I came up with:Find for the following block of code in the product-template.liquid file: {% for media in product.media %}
<li class="pro...
No worries, all the best!
Hey @Aavara!Shopify doesn't use the conventional installation method specified in GAs documentation, so you won't find the GA installation script... But, looks as though your tracking id is still in there!The only real way to find a real answer would...
Hey @celadon-charles!It's always a bit hard to debug without access to the full file, however... it looks as though you may just be missing a closing curly brace.Add this single character below to the end of your file, and let me know how it goes!}
Hey @avadipietro!If you're using Debut, I believe the following CSS should do the trick:[data-thumbnail-slider] {
display: none;
}Let me know how it goes!
No worries @Mounts!All the best with your store!
Hey @Mounts!Not sure what's going on with your export, but the white border is definitely a part of the image.The ideal solution would be to export your logo as a png with transparent background – this way your logo would work well on any background....
12-09-2020
Hey @gadmsp,You might be looking for cart permalinks!They're special links that send users to pre-filled cart pages (pre-filled with products of your choosing).You can find more info here.Let me know if this helps!
Hey @Willem3!You can achieve this via 2 methods:Change the default variant selected via the Shopify admin (easiest)Go to the edit product page. Scroll down to the Variants card. Click the More options dropdown (top-right of the card), then click re-o...
12-09-2020
From what I understand, you don't have to manually re-enter your inventory, however, you will lose all of the customisations associated with your original theme (i.e. the images, copy, and custom styles). So you will have to re-customise your theme, ...
Hey @macncheese,Always a bit hard to suggest code without testing, but I'll have a go! Try this: $(document).ready(function () {
$('.product-single__thumbnails-item').click(function () {
let id = $(this).attr('data-id');
let title = $(this)...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
5601 | 12-12-2020 03:37 AM | |
1560 | 12-11-2020 02:59 AM | |
975 | 12-08-2020 08:50 PM |