No content to show
User Activity
15 hours ago
Hey @jeffreym ,Follow these steps:1) Go to Online Store2) Edit Code3) Find theme.liquid file4) Add the following code in the bottom of the file above </body> tag<style>
.product-form__buttons {
max-width: 50% !important;
}
</style>Res...
17 hours ago
Hey @Manny-v .Yes, you can use Shopify Flow to automate this, but Shopify Flow doesn’t directly modify filters in themes. Instead, you can use Flow to tag products as "out-of-stock" only when all variants are sold out. Then, update your filters to us...
Hey @HELLO2997 ,Please take a look at the screenshot below. Does this look great to you? What do you think? Please let me know. Thanks!
@HELLO2997 1. Resize Collection Page Product Images (Scale Down):.product-card-wrapper .card__inner {
max-width: 300px !important; /* Adjust size as needed */
margin: 0 auto !important; /* Centers the image */
}
.card__media img {
width:...
@HELLO2997 ,I see the issue! Your .product-card-wrapper .card__inner is making the images smaller, but it's not keeping the layout aligned properly. Let's fix both issues:1. Resize Collection Page Product Images (Scale Down):- Instead of using width:...
Hey @HELLO2997 ,In Shopify's Dawn theme, the misalignment of text and images in the collection or product grid can be fixed by ensuring that product titles and prices align consistently with the product images. Here's how you can fix it:1. Check for...
It looks like Webpixels Manager is injected by an app or Shopify’s built-in scripts. You can check Shopify Admin > Settings > Customer Events to disable it or search for webpixels in your theme code. If it's coming from an app, try disabling tracking...
Hey @DearFreddie ,It looks like your "Add to Cart" button is being pushed down due to CSS styling conflicts or improper flex/grid settings. Since you've followed other code examples but encountered issues, the problem might be related to the Pipeline...
Since one event has an ID and the other doesn’t, it likely means:- One is from Shopify's automatic Pixel integration.- The other is from an extra script firing in the browser.Fix it:1. Check for duplicate scripts in your theme code:- Go to Online Sto...
Check Test Events in Facebook Events Manager—are both events firing at the exact same time or with a delay? Also, use Chrome DevTools > Network (filter facebook.com/tr) to see where the duplicate request is coming from. If still unresolved, try remov...
03-12-2025
Hey @Pari12 ,I can definitely help! Here are a few things to check for adding filters and displaying Size and Color:1. Adding Variant Filters to Collection Page:- Enable Shopify's Native Filters: Go to Admin > Online Store > Navigation > Collection a...
Hey @Kristiyan14456 ,It sounds like your Meta Pixel is firing twice on the same page, which can happen due to several reasons. Since you already checked the theme.liquid, GTM, cache, and different browsers, here are some other things to investigate:S...
03-12-2025
Hey @damonrcr ,Thanks for reaching out!To achieve this functionality in your Remix app, follow these steps:1. Retrieve shop_id on the Frontend- After app installation, Shopify provides the shop’s domain (e.g., shop=myshop.myshopify.com) as a query pa...
03-12-2025
Hey @aevispa ,You can achieve this using Shopify Flow by following these steps:1. Trigger: "Product Variant Compare at Price Updated" – Detects when a product is marked down.2. Condition: Check if "Price" is lower than "Compare at Price" to confirm i...
03-12-2025
Hey @JohnAllen439 ,The collection.title variable is populated from the title of the collection in Shopify. Here’s how it works and how you can change it:Where collection.title Comes From:Follow these steps:1. Collection Admin Settings- Go to your Sho...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
101 | 03-12-2025 04:04 AM | |
75 | 03-10-2025 03:58 AM | |
295 | 03-04-2025 12:50 AM | |
178 | 02-27-2025 01:27 AM | |
209 | 02-26-2025 06:09 AM |