No content to show
User Activity
Glad that you figured it out. happy coding!
04-16-2025
Glad that we are making progress here. Add this code before the </style> line in my previous code. #MainContent .video-section__media.media-fit-cover video {
object-fit: contain
}
@media (min-width: 1024px) {
.video-section.isolate.page-width.se...
04-15-2025
Hey @vanessalynn, This can be done with CSS. Please follow these steps to get the expected result: 1. Edit your live/main theme's code.2. Search and edit theme.liquid file.3. Search </body> and paste the following code above that line.<style>
#MainCo...
04-15-2025
Hi @Rushngo, This can be achieved by this simple CSS snippet. 1. Edit your current theme code2. Search and edit theme.liquid3. Search and place the following code above the line </body> <style>
#splide02-list .trustpilot-review { position: relative; ...
Hey @withaudette, Please add this to your theme.liquid file and it'll accomplish your desired output.<style>
.accordion__content .card-wrapper { align-items: flex-start }
.accordion__content .card-information__button a { opacity: 1 }
.accordion__cont...
Hey, glad that the solution helped. So the block you had previously could be used as a section/block in your theme customizer on the product page. If you need a block in your app, create a new .liquid file and use the "target": "section" value. Its p...
Hey @ryanb564, welcome to the Shopify Community. I see that the images in your slideshow are already clickable. Do you require something different or did you figure it out already?
04-09-2025
Hey @mainetees, its not obvious from the settings. Your best bet is to talk to Printify support.
{%- if product.tags contains 'medium' -%}medium{%- endif -%}{%- if product.tags contains 'Large' -%}Large{%- endif -%}{%- if product.tags contains 'Huge' -%}Huge{%- endif -%}{%- if product.tags contains 'Gargantuan' -%}Gargantuan{%- endif -%}My bad, ...
That's good progress. Okay, so now, in the last step where you updated the metafield, now update the value field below the metafield selection. It'll contain some code, remove all the code and add this code, make sure there're no empty new lines or s...
Oh wait, I forgot. Since I don't have a "Size" metafield, you'll have to edit the flow, edit the last step and select the "Size" metafield, then save.
04-08-2025
Thanks for sharing the store link. First of all, your store looks so good. Congratulations on accomplishing that. I put NY address and it displayed the error even on quantity of 15. So I am thinking, there's a problem with your shipping rules. You mi...
Hi @Bonusfeatures75, you can probably do this with Shopify Flow. I created this Flow but haven't tested it yet. Please install the Shopify Flow app. Open the app and click on Import and import the attached .flow file. Then test with a product. Hopefu...
04-08-2025
Please share your store link. For privacy reasons, you can DM me the link.
04-08-2025
Please share list of apps your store is using. Also, please share the current inventory of the product that gives you this error.
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
997 | 04-16-2025 02:01 PM | |
881 | 04-08-2025 05:38 PM | |
561 | 04-08-2025 09:35 AM | |
1168 | 04-07-2025 09:33 AM | |
564 | 04-06-2025 01:47 PM |