No content to show
User Activity
07-04-2022
This requires tweaking your theme code, I can't tell what your shop address is
07-04-2022
HalloIch kann diese Funktion für Sie anpassen.Bei Bedarf erreichen Sie mich per E-Mail:lfbokco@gmail.com
07-04-2022
Vous pouvez modifier la langue de votre thème
07-03-2022
Edit your theme code,Find the section-collection-list.css file,Add code at the very bottom:.card--card.card--media>.card__content{
display:none !important;
}
The Studio theme does not have this function and needs to be implemented by coding. Please contact me if you need it.I can implement configurable images, title text, detail text, and clickable links for you,
07-01-2022
You can annotate a paragraph with reference to the image above and add the following code <a
target="_blank"
href="/pages/contact"
class="btn product-form__cart-submit"
...
07-01-2022
Please let us know your store link or theme name
07-01-2022
Sie können versuchen, 5 * 1000 auf 25 * 1000 zu ändern
07-01-2022
Fügen Sie in der Datei theme.liquid den folgenden Code vor dem letzten Tag </body> ein<script>
setTimeout(function () {
var tidioScript = document.createElement('script');
tidioScript.src='//code.tidio.co/PUBLIC_KEY.js';
document.body.appendChild(tid...
06-30-2022
Maybe you can adjust the font-size to 8.5vw to solve this problem
Configuration as shown:
I tried the following code and it appears two buttons <div class='product-item'></div>
<div class='product-item'></div>(function () {
var scriptURL = 'https://sdks.shopifycdn.com/buy-button/latest/buy-button-storefront.min.js';
if (window.Sho...
document.getElementsByClassName('buybutton').forEach(node => {
ShopifyBuy.UI.onReady(client).then(function (ui) {
ui.createComponent('product', {
id: '7369316827224',
node,
//...
})
06-26-2022
这需要添加代码,你可能需要找程序开发人员解决
没有的话可以自己添加。第一步:创建文件theme.css.liquid因为scss.liquid被弃用,所以用css.liquid 第二步:引用文件 {{ 'theme.css' | asset_url | stylesheet_tag }} 然后你在theme.css.liquid文件中写入代码就会生效
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
613 | 06-28-2022 09:20 PM | |
2464 | 06-23-2022 11:46 PM |