tim
Shopify Expert
Contact Me
Status
Offline
Last Activity
‎04-12-2024 05:00 AM
Topic Started
1
Topics Started
Topic Solutions
246
Solutions
Post Count
3303
Posts
Post Kudos
1191
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

Looks like other products are either single-variant products or each variant has image assigned.The page you've shared fails because variants have no image assigned. There are 2 options:1) assign image to each variant2) fix the theme code.In your ass...
Section rendering API does not require authorization and you can't pass any data, so there is no need to POST.
As far as I remember, first you need to remove the tag from all products which may have it and then, after some time it should disappear from the lists automatically.You may check https://community.shopify.com/c/shopify-discussions/can-you-permanentl...
Somebody has added a code to open your drop-downs on hover and close them when mouse leaves. This works fine for desktop, however on mobile, depending on device/browser tapping the button may generate both "mouseover" and "click"  events so that firs...
Yes, the theme initially "dumps" all these images on the screen and then slider JS kicks in and sorts them into carousels. Unfortunately, this theme internal design is dated and you can't really make it much better/faster than what you have now.Keep ...
Yes, somehow adding these classes to existing '.image-with-text' element (like in second last of your screenshots) inside the section does not work.You need to either wrap it with another element or add these classes to the section element -- you can...
It would be possible to create a flow in Shopify Flow App to run, say, each time the product status is changed, loop over all metafields and delete ones which do not have a definition.This, however, is not really safe -- there is a lot if information...
This happens because somebody tried to optimize the loading of Javascript assets. In your layouts/theme.liquid  there is a code similar to <script src="{{ 'jquery-3.5.0.min.js' | asset_url }}" type="text/javascript" async></script> <script src="{{...
For starters, get rid of extra jQuery copies. Ther Second -- your show-on-hover images are not lazy loaded even though they have class lazyload, they also have src:<img class="lazyload" src="//soul-foods.in/cdn/shop/files/mango-pickle-amz_600x.webp?v...
This one is in a different class -- CartDrawerItems @ line 102. It's even in a different format.Look in CartDrawer class, around line 83 
In assets/cart-drawer.js there is a function in class CartDrawer -- it basically specifies what elements to update when cart is updated. getSectionsToRender() { return [ { id: 'cart-drawer', selector: '.cart-drawer__items' ...
 You'd need to modify 2 files:assets/component-menu-drawer.css -- find this: .js .menu-drawer { height: calc(100vh - 100%); height: calc( var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%)) ); } and replace it with this: ....
Most likely https://shopify.dev/docs/api/admin-graphql/unstable/queries/order#field-order-order: Only the last 60 days' worth of orders from a store are accessible from the Order object by default. If you want to access older orders, then you need to...
All other sections have classes "color-background-1 gradient" in their wrapper element, this one does not.These classes set background properties.So you can either add an extra wrapper to section content with these classes or add these classes to sec...
I'd be thinking something like:Except available is marked as deprecated and this should be quantities but I can't see it in object properties in Flow...
This widget could not be displayed.
This widget could not be displayed.