No content to show
User Activity
4 hours ago
Hi @CV5 Please add required attribute to your textarea and see if it works Thanks!
4 hours ago
Hi @mdglobal Instead of opening it in local excel, upload it in Google sheets, make edits there and then download it back, it should fix your issue Thanks!
4 hours ago
Hi @rpeck90 It seems to be a issue from Shopify side in their editor, please consult with them if they can reset it for your store or you have to wait till they add a fix to it. Thanks!
Hi @Kranthi_Rayudu After setting redirects, it takes some time to take into effect.Please check after some time and it should work fineThanks!
Hi @jasminsharp97 Firstly convert the font to webfonts and then upload those to files.Web fonts generally contains all supported font formats like: TTF, OTF, WOFF, WOFF2 or SVG etc...You can use any online tool to convert into webfontsand then place ...
Hi @Denis6 Please replace above code with this{% if template contains "index" -%}
{%- if section.blocks.size > 0 -%}
{%- for block in section.blocks -%}
{% if block.type == 'video' %}
<div class="onhow-video-box" data-block-id="{{ block.id }}">
{%- i...
05-15-2025
Hi @Saba13 I hope you are doing well,Instead of assets, upload font in files and access it from there Please check if it works for you Thanks!
05-15-2025
Hi @George-nelli11 You can check abandoned cart/checkout at Shopify backend and see the customer behaviour there, even you can use some market strategy like sending an email to such customers with some discount to attract them, also you can use some ...
05-15-2025
Hi @Jubins You can use Shopify app blocks for this.Using your app, you can create app blocks and sections that can be added from theme customizer in the same way as theme built-in blocks Thanks!
Hi @Nykuu Please try this code in theme.liquid before closing head tag </head><script>
// Disable right-click
document.addEventListener('contextmenu', function(e) {
e.preventDefault();
});
// Disable text selection and copy
document.ad...
05-14-2025
Hi @Infinite5G Please put this code in theme.liquid before body closing tag </body><style>
.multicolumn-card__info .link {
font-weight: bold !important;
}
</style>Thanks!
@MJW1994 Please make sure you are calling it correctlyIt only happens if you call wrong translation or it does not existIn other cases, it should work fineThanks!
You can create a text block from product customizer and connect it to dynamic metafield by clicking dynamic source icon, For styling, you can add that to custom cssThanks!
Please create another section newsletter-2 and add this content there, then you will find this section in theme settings as "Newsletter 2"{{ 'component-newsletter.css' | asset_url | stylesheet_tag }}
{{ 'newsletter-section.css' | asset_url | styleshe...
You can access in liquid like this: https://shopify.dev/docs/api/liquid/objects/metaobjectYou just need to explore some of these basic terms and then it will be very handy to use
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
135 | 05-15-2025 07:30 AM | |
204 | 05-14-2025 12:50 PM | |
199 | 05-14-2025 12:36 PM | |
115 | 05-14-2025 12:33 PM | |
310 | 03-18-2025 12:43 PM |