tim
Shopify Expert
Contact Me
Status
Offline
Last Activity
‎03-10-2024 05:15 AM
Topic Started
1
Topics Started
Topic Solutions
223
Solutions
Post Count
3212
Posts
Post Kudos
1171
Likes

Community Badges

I have used the code similar to {{ image | img_url: "x250" | img_tag }} to output several product images and expect to get images with height of 250 pixels. How...
There are several approaches to creating tabs on the product page. One of them is covered in this tutorial and discussed in this forum several times. When store owners implement this code ...
For those of us, who are not happy with the new look of Shopify because the code editing window is too small here is a bookmarklet which puts a small button in the right top corner to toggle the...
Here is my attemp at creating a new section for Brooklyn theme (may be suitable for other themes as well with minimal tweaking). The section picks up several first products from the specified...
In the shop I am working on, collection page has sorting and advanced tag filtering (basically borrowed from the Supply theme). Among others I have price range tags (like Under 50, 50 ...
Hi! I've added random product picking logic to home page based on this docs article featuring the jquery.pick.js by Caroline Schnapp. My theme is modified Minimal. The page...
No content to show

User Activity

This looks like a bug in Dawn.There is a code which expects second slide to be to the right of the first, but for RTL it's not so. You need to edit your assets/global.js and modify function initPages() aroundhttps://github.com/Shopify/dawn/blob/b10f3...
One approach was here for years -- https://freakdesign.com.au/blogs/news/105830151-make-a-product-in-shopify-with-more-than-the-100-variant-limit  It's not that relevant now, since variant selection is now created mostly in liquid and option_selectio...
Shopify documentation is pretty reasonable. Plus their free themes are (were) a good example.You can google a lot of tutorials.
Section files must define presets in their schema to support being added to JSON templates using the theme editor. Section files without presets should be included in the JSON file manually, and can't be removed using the theme editor. https://shopif...
Yep, for the second instance you should use something like:<div class="marq"> <div id="node-marquee1"> ... </div> </div> ... <script> nodeMarquee({ parent: '#node-marquee1', speed: 0.4 }); </script> ... Since your Theme Editor does not lo...
It would be nice to see the link to your site (preview or with storefront pass...) One thing you did not mention -- are you using different IDs on your elements?  Obviously, you can have multiple instances on one page (see the demo https://antonbobro...
You should talk to the Apps on Demand people -- if their app (Instant checkout?) is disabled, proper quantity is added to cart. 
You have an extra element after each product card:They are highlighted in beige on the left and have class AirReviews--Widget on the right. And they are empty. I think your theme should have a kind of "product-grid-item" or card-product snippet -- th...
Hmm. The page you've linked does not have a <title> tag (only <title> tags inside <svg>). I can also see this: <!-- "snippets/booster-seo.liquid" was not rendered, the associated app was uninstalled --> I believe that during app installation your the...
Your theme looks like modified Dawn? The problem is not with variant price itself -- the theme has Javascript code which should update it when variant changes -- this code fails. This happens because on your page there are two product <form> elements...
These are URLs from Recomended/Complimentary products.Using these links allows Shopify to collect some data on your visitors behaviour and make better recommendations. It's possible to modify your theme to not output these links, say look in your car...
You can't prevent users from registering, however, you can manually assign a tag or metafield on them and then modify your theme to only show discounted products to logged-in customers who carry this tag/metafield. This is the usual way. This will re...
Because you're asking for help and it's impossible without seeing your site.There are 1001 possible reasons this may happen and even if you mention your theme we would have no idea how you've modified it to remove an arrow. 
Well it depends on what your theme allows.I guess you're limiting the section height? Using the "Adapt to image" will make your banner grow without stretching. However,  on an ultrawide monitor it may result in a banner being taller than screen  Sin...
You can add the following code to the "Custom CSS" section setting (or even under "theme settings"):.price.price--sold-out { display: none; }The prices will still be output in HTML code, but will be hidden from visitors. Since this is a theme/secti...
This widget could not be displayed.
This widget could not be displayed.