Preben_Frenning
Shopify Partner
Contact Me
Status
Offline
Last Activity
‎01-29-2022 02:51 PM
Topic Started
4
Topics Started
Topic Solutions
0
Solutions
Post Count
39
Posts
Post Kudos
13
Likes

Community Badges

We have two payment providers that occasionally have issues without notifying us. I have managed to find out that most of the errors arise when using the built in browser on Facebook and Insta...
Hi! We occasionally have issues with some of our payment providers, but have no means of getting notified when, or by which, there are issues. It's mostly related to the smaller ones Klarna and Vipp...
Hi! I just realized that customers using any instant checkout providers will not be able to add a discount due to not seeing the Shopify Checkout at all. Is there a way to fix this? And is it...
Hi! I'm in the process of optimizing the speed of our store to improve conversions and SEO. Since a big chunk of the loading and rendering time comes from all the scripts that gets loaded, ...
Hi! I have been trying to find a solution for this myself since January this year. We have 2 VAT rates. 25% on most items we sell, and 15% on some food products, determined by a hidden coll...
Hi! I'm in the process of trying to optimize our theme, as well as we have been having some bugs on Samsung phones, and some other bugs with some of our payment processors. I have been tr...
Hello fellow Shopifyers! I am fairly new to Shopify, but have tried it out a little, and need som help here. We are starting a new business now, and I’m doing some research to find out if Shopi...
No content to show

User Activity

Glad you made it work! This is how I have solved it:{% capture h_content %}{{ content_for_header }}{% endcapture %}{% comment %} Below, we exclude redundant scripts and assets, as wellas we remove them from the code and implement nativelywherever po...
Awesome, this finally worked for me!  Thank you so much for sharing 
They should also enforce a policy for "advanced install" where the store can choose to position the scripts and assets in the code themselves. I have never seen an app doing this, but they all should. Either go for vanilla - apps adding their assets ...
This technique looks like it can be added to the code manually to places you know will work. I'll try adding it to the menu and collection pages this week.
Thanks! I'll try this. Though find it a bit challenging to have it preload the same image size. Will need to look more into how that actually is determined in Shopify.
I haven't had much time to look more into it unfortunately, but I am also looking to solve something similar. Ideally, also prefetching the cart page after adding a product to the cart with AJAX as well.I did try Instantpage a little bit, but never h...
This is something Google is doing to verify that the public prices are the same after adding the product to the cart:https://ppcprotect.com/googlebot-shopping-cart/We don't have this issue ourselves, but I can understand it's frustrating. To be able ...
Hi!One of the things we often see from various speed tests, especially Yslow, is to combine our inline style tags. They often contain 1-3 css classes that can get altered in the theme editor. I assume this means they cannot simply be moved into the i...
Shopify does if you name them scss.css  Not sure about normal .css though
Since the Shopify preview admin bar and other resources always get loaded for previews, are there any other ways to test it?I'm trying to optimize liquid rendering, and reduce resources required. But I find it very hard when I'm not able to properly ...
I just set it up, no issues there. Just make sure you're not proxying anything in the DNS, as that will give errors. (our emails from CM commerce failed after proxying the mailserver)We initially set it up after the Pinterest bot had been kicking the...
Hi! I've been wanting to preload the first image on product pages for quite some time now. As have I been wanting to preload the first image in the slider on our home page. How can I do that?Something like <link rel="preload" as="image" href="{ produ...
I think this one we're using is from google itself:{% comment %} Testing font optimization script from Google {% endcomment %} <script> var font = new FontFace("Lato", "url(//cdn.shopify.com/s/files/1/0043/7560/9437/t/39/assets/lato-regular-400.woff...
Like you've both have mentioned, apps can dramatically ruin the speed of even the most optimized of themes.Deleting unused apps and setting up Cloudflare with rocket loader and caching can help a great deal. (rocket loader moved all scripts to the bo...
This looks like a very VERY interesting technique!..but I also couldn't get it to work, even when escaping the / in the urls, or copying them exactly as they stand in the source code.Here's what I did for a test: {% capture h_content %}    {{ content...
This widget could not be displayed.
This widget could not be displayed.
Helpful From