tivnwvng
Posts
-
Side cart product images not working -
Side cart product images not workingThe product images in cart won't appear until I refresh the site.
Not sure why. -
Shopify ButtonNevermind I figured it out.
Holy shit ahahahaha.
-
Shopify ButtonAnd everytime I refresh the page one more add to cart button comes up. So If I clicked on 4 different pages, I would have 4 add to cart buttons stacked up on top of each other.
-
Shopify ButtonHi I am trying to add a shopify button to my website, but everytime I add in the javascript for it the button shows at the bottom of my homepage. What am I doing wrong?
<!-- SHOPIFY -->
<script>
Frontend.GlobalEvents.on('newpageshown', function(){function ShopifyBuyInit() { var client = ShopifyBuy.buildClient({ domain: 'sixoverone.myshopify.com', apiKey: '6bcba7d0a1f8b95ab9e5b16f854ab92f', appId: '6', }); ShopifyBuy.UI.onReady(client).then(function (ui) { ui.createComponent('product', { id: [454150389802], node: document.getElementById('product-component-855b57d3151'), moneyFormat: '%24%7B%7Bamount%7D%7D', options: { "product": { "variantId": "all", "width": "240px", "contents": { "img": false, "imgWithCarousel": false, "title": false, "variantTitle": false, "price": false, "description": false, "buttonWithQuantity": true, "quantity": false }, "styles": { "product": { "text-align": "left", "@media (min-width: 601px)": { "max-width": "100%", "margin-left": "0", "margin-bottom": "50px" } }, "button": { "background-color": "#f4e973", "color": "#000000", ":hover": { "background-color": "#dcd268", "color": "#000000" }, "border-radius": "0px", ":focus": { "background-color": "#dcd268" } }, "title": { "font-size": "26px" }, "price": { "font-size": "18px" }, "compareAt": { "font-size": "15px" } } }, "cart": { "contents": { "button": true }, "styles": { "button": { "background-color": "#f4e973", "color": "#000000", ":hover": { "background-color": "#dcd268", "color": "#000000" }, "border-radius": "0px", ":focus": { "background-color": "#dcd268" } }, "footer": { "background-color": "#ffffff" } } }, "modalProduct": { "contents": { "img": false, "imgWithCarousel": true, "variantTitle": false, "buttonWithQuantity": true, "button": false, "quantity": false }, "styles": { "product": { "@media (min-width: 601px)": { "max-width": "100%", "margin-left": "0px", "margin-bottom": "0px" } }, "button": { "background-color": "#f4e973", "color": "#000000", ":hover": { "background-color": "#dcd268", "color": "#000000" }, "border-radius": "0px", ":focus": { "background-color": "#dcd268" } } } }, "toggle": { "styles": { "toggle": { "background-color": "#f4e973", ":hover": { "background-color": "#dcd268" }, ":focus": { "background-color": "#dcd268" } }, "count": { "color": "#000000", ":hover": { "color": "#000000" } }, "iconPath": { "fill": "#000000" } } }, "productSet": { "styles": { "products": { "@media (min-width: 601px)": { "margin-left": "-20px" } } } } } }); }); }
(function () {
var scriptURL = 'https://sdks.shopifycdn.com/buy-button/latest/buy-button-storefront.min.js';
window.ShopifyBuy && window.ShopifyBuy.UI ? ShopifyBuyInit() : loadScript();function loadScript() { var script = document.createElement('script'); script.async = true; script.src = scriptURL; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(script); script.onload = ShopifyBuyInit; } })(); });
</script>
-
Cannot delete anything in code editor@arminunruh its okay I can just work around it : ) Great theme though, most of my friends I graduated with are using it for their portfolio site (including me). Do you think there will be some kind of e-commerce integration in the future?
-
Cannot delete anything in code editorI was trying to add it to a page and it didnt show up. But when I tried to add it to a category right now, it worked. Maybe a bug or something. Thanks.
-
Cannot delete anything in code editorI've also tried ninja form, and the same thing happens.
-
Cannot delete anything in code editor@arminunruh I am trying to add a signup form w/ Mailchimp for WP. When I click on preview form nothing shows up. Maybe I am doing something wrong on my end.
-
Cannot delete anything in code editor@arminunruh Thanks. How do I get the shortcode option to work? I can't get it to show up.
-
Cannot delete anything in code editorHello,
I cannot delete anything in the source code area. But I can select the code I want to delete and press the spacebar to get rid of it.