No content to show
User Activity
Hey all, I've got an odd problem. I'm working on a theme update, and I'm using a custom liquid block that contains some code I wrote myself. On my current theme, it looks fine. When I move it to the new theme, it looks messed up. It's weird since it'...
08-24-2023
Sure! Here's a collection page. No password needed. Thanks!
Hello! Is there a way to change the price range display on Collection pages? For example, instead of $30 - $419, could it say, $30+?
Hey all, I have a simple problem, but so far I haven't been able to find a solution. When people buy specific products on our shop, we let them choose two freebies to go with it. The freebie items are usually $5, but if the user buys that specific pr...
Hi all, I've got a little app here that simply displays a floating button. But I'd like to hide it from certain pages, like the cart, thank you page, etc. Seems like this might be relatively simple, my Liquid just isn't good enough. Thanks for any id...
That actually didn't work, but we've decided to go a different route with the UI, so it's all good. Thanks so much for taking a stab at it anyway
03-15-2023
Hey all, I have a quick scripting question... To make for a smooth UX, we're trying to hide and show a certain button depending on which variant is selected. If Default is chosen, the Preview Legend button should be hidden.If Personalized is chosen, ...
Hey @PageFly-Richard, that did the trick - thank you!
Hi @Amlibolikha, hmm, weird. What's your screen size? It seems to happen anywhere above 1381px wide. My resolution is 1920x1080 and it currently looks like this:
Hi @Amlibolikha, thanks for the reply. Here's the shop and a PDP where you can see the wonky variant display: https://www.conquestmaps.com/products/decorative-wood-frame-for-push-pin-maps-all-frames
Hey all! We just updated our theme to a new version (Empire 8.1.0). Everything's ok with it, variants are displaying oddly now. On wider screens, instead of displaying variants in rows of 5, it just crams them all onto the same row and looks bad. I'v...
07-29-2022
I will - thank you. I'm definitely going to start going deep into Liquid tutorials. I need to get up to speed.
07-29-2022
That works! I had to change: @media(min-width:1077px) and (max-width:1411px) to @media(min-width:700px) and (max-width:1400px) But now I think it's just about perfect: https://www.awesomescreenshot.com/video/10239684?key=8169a5635536812931e5ee521ded7...
07-29-2022
Not yet... I removed display:flex; from the container and now it's centering again - basically doing what it was doing before. Still seeing the 3 columns from 1078px - 1410px though 樂 I appreciate any other ideas you've got - thank you so much! EDIT:...
07-29-2022
Cool, thank you! I can see what you're going for. Here's what happens: https://www.awesomescreenshot.com/video/10233854?key=a7deda7f61bbabaa4bc136f0a0c1cbd1 I removed the flex from the icons because it wasn't working well with them. The container cen...