Hi, I'm wondering if someone can help with an annoying debut theme issue. It seems on a larger screen, the theme zooms in - my issue is that the sky is being cropped out on the larger screen.&n...
No content to show
User Activity
02-05-2025
I've been trying to work out (with little success) whether it's possible to share a URL that will prompt the user to leave a review? For example, if I follow this URL https://g.page/r/CW66Ca-T3n_aEBM/review I'll be prompted by Google to submit the re...
04-30-2024
I would like to send customers a request for a review 1 week after their purchase. I have a review app installed, but I do not like their email template to request a review (the email does not look correct, especially on mobile), plus I would like th...
01-11-2024
Sorry the code before was from collection-item.liquidThe code for main-collection-product-grid.liquid is here: {%- liquid
assign paginated = false
if section.settings.pagination == 'paginated'
assign paginated = true
endif
assign per_pag...
Can anyone help with this? I'd be open to chatting with any freelance developers who have the expertise. ThanksRyan
01-10-2024
This is the code from collection-item.liquid {%- comment -%}
Pass these variables into snippet:
Required:
* collection: Collection object
* label_style: String
* overlay_title_background: Color_picker value
* overlay_title_background_...
01-10-2024
Hey Kevin, Please see belowCheersRyan {%- liquid
assign per_page = section.settings.rows | times: section.settings.columns
assign paginated = false
if section.settings.display_type == 'all'
assign paginated = true
endif
-%}
{%- capture im...
01-10-2024
Hi Kevin, Thank you for the suggested solution.I've managed to locate main-collection-product-grid.liquid and found the below code:{% for product in collection.products %}
{% However, when I added your code the red squiggly lines appeared?
Hi, I've created a collection page for 'best-sellers'. The problem I'm facing is that I'm unable to filter by best-selling and limit to the top 10 products. It's pulling through all products in my store. Does anyone know a workaround for this? I'm ...
Hi, I've noticed on any of my product pages it defaults to Shopify Pay. However, I'd love for this to show Apple pay for anyone on a relevant device and then defaulting to Google Pay for Android devices. This is maybe a little too specific - but does...
12-28-2023
Hi Paul, Thanks for the quick reply! I think I've confused what I'm looking for by using the word visual in my original post. I meant a graphic/sliding graphic that shows how each garment will size. Here is an example on H&M: https://www2.hm.com/en_g...
Hi, I've been looking for an app that is compatible with the Stiletto theme, that shows the customer how each garment will 'fit'. For example, if the customer selects a medium I want them to see a visual to show how this fits (whether it comes up sma...
Hi, I'm looking for a free app that will enable me to manually select the 'you may also like' products. It's currently displaying random products that have no relevance. Does anyone have suggestions for an app that will solve this? The only app I've...
Hi,I created a Vimeo animation with some product photos and customer testimonials - and it looks great.However, the giant Vimeo watermark at the bottom completely ruins it. It feels very unprofessional, which is a shame. So, I'm wondering whether any...
06-21-2021
Ahh works perfectly - you legend! I removed the muted text as you suggested and also updated height to 100% (from 600) as it was looking a bit 'tall' on mobile. Really can't thank you enough, though. I've seen thread after thread trying to find thi...
06-21-2021
@PieterB22 that was much easier than I anticipated - you're a star! Thank you.I'm being greedy now, but is there way to add some code for the following:1) auto-fit for all screen sizes (I adjusted the width for desktop, but when I checked on mobile,...