No content to show
User Activity
06-26-2023
1- Assess necessity of each script, remove unnecessary ones.2- Find initial call to costly executions, make them call when they go into view or something with intersection observers. If third party script and immediately executed, you can load the sc...
06-26-2023
Hi, you can try negative margins + setting width to `calc(100% + 3rem)` for under 749px.However I would suggest removing padding from parent component for mobile view.```@media screen and (max-width: 749px) { // mobile styles}```
04-14-2023
I am also having this error when I try to run `shopify app dev` command with railway cli.
03-05-2023
Hello, please provide link to development store and store password so we can have a look at it. If your theme is stock booster theme I would suggest reaching out to their support.
Btw you really need to optimize those images, 19mb is a lot. Try adding images as jpeg or webp to canva. Png is basically uncompressed image. You can use this tool to get webp https://squoosh.app/
Hello there, those images are background images and you have below style applied to them. I would open up devtools and play around with that property i guess.It is in the theme.css file.
08-31-2022
Hey, thanks for the access. But I could not dive in because the state of section on the index template was not same with the time I did a debug when you first opened this thread.
08-22-2022
Hey, I sent you a collaborator access request. I can fix it if you accept.
07-19-2022
Hey, your section has a script that is using window.location and causing an error.Do you see this line? It is '/products/skin-tint-30ml' on the product page however it becomes '/' on the main page. The variable "path" should be '/products/skin-tint-3...
03-27-2022
Probably you are having a script error. There is a dropdown that is controlled by scripts that determines which variant to add to cart.Paste below code to the devtools console, when you change an option paste it again it should be changed. If not, it...
Hi, I am not a store owner but I have a suggestion for store owners. You can hire him/her to add alt text to all your product images. Alt text task is not typing intensive but requires thinking. Having alt text will increase the stores "accesibility"...
I guess I got what you wanted, you want to use one of product images seperately as "available colors" visual. So how many products will use this same image to visualize all color options available? If it is shared I would recommend uploading it to fi...
Ok, let me tell you what I would do then.I would first create a checkbox in the section settings, right here:then I would grab this classname conditionallyThere should be this expression in your theme.css then I would add it to probably this containe...
I would do it for you if you share your myshopify url, trying to make you do it would take 4-5 more messages I guess.
Well if you want to do it per section basis, it needs to be a "section setting".
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
365 | 03-05-2023 01:59 PM | |
222 | 03-27-2022 10:10 PM | |
1297 | 03-21-2022 07:46 AM | |
515 | 03-18-2022 12:34 AM | |
387 | 03-17-2022 03:20 AM |