No content to show
User Activity
09-26-2024
It seems that you are still using the 1.0 theme. Maybe you can update your theme to 2.0 so that you don't have to insert the code manually.Because your theme is purchased from themeforest, the theme structure may be more complicated. I see that the p...
09-26-2024
You are wrong. A page containing all collections is automatically generated by Shopify. It is the following link.https://bluehurricane-eu.com/collections/ What you did was to add a collection list section to the collection, which caused the collectio...
09-26-2024
I'm not sure what your modified structure is. If it is the following code<div class="collection-img-wrap">
<div class="collection-info">
/***** title and description **********/
</div>
<div class="collection-image">
/*********** image **********/
<...
What I do now is to set up manual payment capture. Then, I use Shopify Flow to automatically capture payments when it determines that the orders are low-risk. In this way, I can judge whether the medium- and high-risk orders are real orders and then ...
09-24-2024
#shopify-section-sections--18247637991650__custom_liquid_deqA7n .custom-links-container {
display: inline-flex;
gap: 20px;
flex-wrap: wrap;
padding: 20px;
}
09-23-2024
Provide your website link
You shouldn't change the position this way. A more appropriate way is to delete the CSS style you added first.Then find the code for the quantity selector and the purchase button, add a div outside them, and set display:flex; on this added div. Howev...
09-23-2024
It is best not to buy a domain name from Shopify. You can buy it from other domain name registrars. If you need to change a platform in the future, you can easily rebind the domain name to the new platform.
The navigation menu is the wrong color and can't be seen.
09-23-2024
Maybe you can use a VPN. Or if you already use a VPN, try another node. It looks like a network problem.
09-22-2024
That's about it. You can adjust it according to your actual situation. <div class="collection-img-wrap">
{%- if section.settings.collection_info_enable -%}
<div class="collection-info">
{%- if section.setting...
09-19-2024
https://help.archetypethemes.co/en/articles/2765
09-19-2024
It's not that the collapsible row is incompatible with the file meta field.It's that the existing fillable content of your collapsible row can only be text and pages. You can't insert pictures. If you want to add a file meta field, you need to modify...
Add js code to theme.liquid file <script>
var btn = document.querySelector('.slideshow-button');
var menu = document.querySelector('#products_toggle');
var submenu =document.querySelector('.navmenu-meganav-item-parent .navmenu-submenu');
btn.addEve...
09-19-2024
The file metafield will only be displayed on the image dynamic field or video dynamic field.
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
265 | 09-26-2024 09:36 PM | |
353 | 09-25-2024 02:52 AM | |
585 | 09-24-2024 12:11 AM | |
190 | 09-23-2024 04:38 AM | |
314 | 09-22-2024 11:35 PM |