No content to show
User Activity
07-30-2024
in the collection page in your admin dashboard scroll down to this section:
make sure the reviews are approved and published
there is a js that adding top to the body. you can try to add this css but i think it will be better to disable this js.body.template-collection.quick-search-position-right.is-mobile.scroll-lock {
top: 0 !important;
}
07-30-2024
add this:p, .product__info-wrapper{
color: #fff !important;
}
07-29-2024
try to wrap the collection description div with this condition {% if paginate.current_page == 1 %}
07-29-2024
this is can help:body a, body {color: #fff !important;}
Go to settings -> custom data -> products -> add definition, create some field like Card Game.Then go to search & discovery and add filter, the filter source will be the field you created (Card Game for example)
07-29-2024
all the text is in white, can you specify where is not in white?
Add meafields for the products with the additional data you want to filter
in the search and discovery you can create a filter and manage the current filter:
07-29-2024
If you're comfortable with editing theme code, look for how the image count is being calculated. In Dawn, this might be in files like product-template.liquid or product-gallery.liquid.Look for code that counts the images. It might be something like {...
07-29-2024
Can you share your store url?
1. Go to your Shopify admin panel.2, Navigate to Online Store > Themes.3. Click on "Actions" > "Edit code".4. Search the file product-card.liquid or product-grid-item.liquid. 5. Add this code: <form method="post" action="/cart/add">
<input type="hidd...
try something like that:mutation VariantUpdate($input: ProductVariantInput!) {
productVariantUpdate(input: $input) {
productVariant {
id
sku
}
userErrors {
field
message
}
}
}
07-25-2024
You forgot to add the link
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
560 | 07-30-2024 04:11 AM | |
692 | 07-30-2024 04:01 AM | |
749 | 07-29-2024 05:04 AM | |
404 | 07-29-2024 04:41 AM | |
174 | 07-29-2024 03:41 AM |