No content to show
User Activity
Hi @JordanMM, Hope you're okay. Did this resolve your issue. If so could you accept the solution to close the thread? Kind regards, Liam
Hi Alejandro, @baalej Hope you're okay. Did this fix your issue? If so could you accept the solution to close the thread?Kind regards, Liam
Hi Alejandro, Your browser will likely cache the JS file so it isn't calling and loading it again when you reload the page. Kind regards, Liam
09-30-2024
Hi, The biggest issue here is your Javascript files. The first thing to do would to be remove any apps you don't need. Then remove any external Javascript Libraries e.g jQuery and see if you can use plain vanilla Javascript to perform the same functi...
Hi, It looks like a JS issue. You are using an animation on one of the images and that looks like it is drastically slowing down the loading time on the product page. Hope that helps. Kind regards, Liam
Hi Jordan, I’ve looked through the codebase in the Dawn theme, and it doesn’t seem like there’s a straightforward solution. In the file dawn/snippets/product-variant-picker.liquid around line 69 we can change the select button to: <sel...
09-25-2024
Hi Ewan, This is definitely achievable, we use this in one of our themes. Try using {% if first_available_variant_qty => 20 %} You would also need to ensure this is placed in the relevant section where variant data can be accessed. Hope that ...
Hi, We’re also UK-based, and I’m really impressed with your project. With over 10 years of experience in eCommerce, there are a few things that stand out to me. As mentioned, the quality of traffic to your site is key. Analysing your bounce rate is ...
09-24-2024
Hi Lage, Depends on what the JS is doing as to if you need a Developer. Likely you are using external libraries in your theme which will need to be removed and then see if we can use CSS or plain JS to perform the same functionality. We are U.K based...
09-24-2024
Hi Rendy, You'll become familiar with the structure of shopify themes over time, so can often locate what you need based on what you see in the inspector. That being said I often will find it in the inspector then search through all files with someth...
No problem, yeah that would be helpful. If you need anything else just us know. Kind regards, Liam
Hi Baalej, If you share the URL I can look at what may be causing the issue. Kind regards, Liam
09-24-2024
Hi Adel, If you are using the Dawn theme you can definitely do this in the customiser. In the footer section add a new block and select image. Hope this helps! Liam
Hi, If you are referring to the main collection list we could use the liquid contains filter inside the collection for loop. For example{%- for collection in collections -%}
{%- if collection.title contains 'poster' -%} <!-- This filters collectio...
09-24-2024
Hi, Perhaps the easiest way, depending on your theme would be to use an external library like AOS. If any of these transitions work for you: https://michalsnik.github.io/aos you could install AOS in the theme.liquid and then reference them in each s...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
429 | 09-24-2024 09:37 AM |