tim
Shopify Expert
Contact Me
Status
Offline
Last Activity
‎03-10-2024 05:15 AM
Topic Started
1
Topics Started
Topic Solutions
232
Solutions
Post Count
3258
Posts
Post Kudos
1178
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

settings.XXX refers to Theme settings, defined in config/settings_schema.jsonsince we're in section, you need to use section.settings.XXX
Have you talked to ExpertRec people -- their code takes over the search form.Or you've installed the app because themes own search does not work? Could be also because theme JS code expects a closing button in search modal and there is no -- either i...
I wonder if there is an option somewhere in settings to do just that. Can't check though.If not, should be pretty easy to add in section code, but again -- can't tell without seeing the code. If there is a Custom liquid or HTML block/section, you can...
If they're talking about storefront password, https://help.shopify.com/en/manual/online-store/themes/password-page then it's totally safe -- this does not give access to anything other than your site when it's password protected. Same access as your ...
Hmm. The preview link has unfortunately expired (why on earth they are so short-lived!?).The code looks proper'ish, but it's hard to tell from the outside why your edits do not succeed. If you able to modify your theme elsewhere and see it on storefr...
Your shop is under password, so I can't see the link you've posted above.Again -- my logo replacement solution works on my test store I mentioned above.To help you further I need to understand at what step yours fails and how.
Just followed my own instructions in my test shop and seems to work fine.https://bbkmarket.myshopify.com/  The link you've shared above does not show any image logo, so I can't really see what's wrong.If you go step by step, then after doing step 1 y...
Hey, this seems to be the relevant part of default notification:{% for transaction in transactions %} {% if transaction.status == "success" or transaction.status == "pending" %} {% if transaction.kind == "capture" or transaction.kind == "sale" ...
The problem is actually in your product description.See those lines made of dots which are wider then site width?Browser treats each of them them as a single word and does not want to wrap them.  It's fixable -- you can clean up your product descript...
Yes, this is theme-dependent.Looks like HTML would not fit in your case because the code actually uses some liquid. Worth a try though. But, again, depending on your theme you may be able to work this around by removing the form={{...}} code from tha...
I remember implementing "Product/Model" switch, but unfortunately, has no statistics behind this decision:https://camilla.com/collections/new-arrivals  
The you'd need to output 2 image tags and show/hide them in a similar way. 1) modify config/settings_schema.jsonFind  { "type": "image_picker", "id": "logo", "label": "t:settings_schema.logo.settings.logo_image.label" ...
A Foxkit app seem to show a modal popup when you go directly to product page. The app then sets a cookie and do not show this popup again.It's the same "Tilmeld Dig Vores Nyhedsbrev" popup, just somehow it does not show any content on mobile because ...
This depends -- would you have an image, inlined svg or simply a text logo, like you have now?
But to fix your solution, you need to remove display: flex; from the 'header { rule and add max-width: none; instead. 
This widget could not be displayed.
This widget could not be displayed.