No content to show
User Activity
I'm creating a quick-add feature, which allows users to add items to cart from the home page, which displays product variants when a user hovers over said product.My problem is, the cart drawer code is way too advanced for me to even begin to compreh...
For a theme feature I'm developing, I'm checking if a product is sold out, low on stock, or is a 'preorder'. Is there any way to check if the merchant unchecked the "Track Inventory" box in the product's settings? For example:{% if product_inventory....
Hey Shopify Community I'm trying to access shop variables like shop.url & theme.name inside of an external Javascript file. I successfully made a script which I've placed between script tags inside of a section file, but I'm trying to clean up my c...
I'm on the lookout for a theme resembling Shopify Simple theme, the Kingdom theme, or any others like it, that come with a static side navigation header. If you know of such themes, please share the details or links. Your help is much appreciated! I ...
06-20-2023
Oh shit I forgot to develop my theme far enough to allow a password I switched over the password page to allow password input. You can access it now
06-20-2023
I've had a lot of trouble centering these elements, I've asked this question before, but it seems different and unique this time. the site is https://grimlabs.co, and the password is tonythetiger. I want to center: prices, titles, add to cart, shop p...
I've been looking for the "SIMPLE" theme for literally weeks. It's so lame how it isn't up for download because of the new update to all themes. If any of you have it, PLEASE let me know. Or, on the contrary, if you have any knowledge of any themes s...
05-28-2023
Hey there! Would you be down to talk some more on these methods of securing my themes? I'd love to hear some more of your thoughts, and pick your brain for some techniques. Let me know! (Specifically I'm interested in the key system.)
Hey there! Recently I've decided to embark on the journey of developing my own shopify theme. I decided once I get far enough I'd like to start selling it, but I've noticed the majority of themes nowadays get leaked faster than I can blink my eyes. W...
I can confirm, this solution does not work. It just adds a second vertical scroll bar.
Wouldn't disabling overflow just remove the scroll feature? It wouldn't unhide the icons?
04-05-2023
Hello. I'm using the Dawn theme. My site is: https://safeplaceny.co/, and my pass is polar72.As you can see, the website is off center and that awkward horizonal scroll happens. The nav icons (search and cart) are cut off, as well.
I added two custom icons to my store's header file, and they work just fine on desktop, but when you move to a mobile device they're invisible. In a simulated mobile environment like in the inspect element window, they're visible and work just fine, ...
The code worked perfectly! Now i'm trying to make the entire product page visually centered and not mathematically/literally centered. I want to shift everything besides the header over. So the product images, size chart, basically that entire div. B...
Yes, it worked! I have another question though. How can I make the width of these titles smaller? The red box is the existing width, and I'm wanting to make it more like the green. How can I make the words wrap differently or tighter so the titles ar...