Oct 1, 2020
Is anyone else getting the same issue I am? When I click to Add Blog Post from the Blog Posts page I'm directed straight to the admin home page. I can't get on to edit an existing blog ei...
Aug 14, 2020
We have had feedback from a lot of customers suggesting they would like to see a notification on the checkout page or thank you page of an estimated delivery date. We have already got an estima...
Jul 1, 2020
Hello all could you guys offer some feedback on what you think to the loading speed of pages of our site. Sometimes I am getting images that don’t load at all and I just want to make its not just me...
No content to show
User Activity
12-18-2024
Hello All, I'm hoping you guys can help with an issue I am facing that has got me stuck. At the moment we are running Avenue theme version 7.1.3. This has been working fine, no issues. However the developer has released 10.0.0 (yes we are a little...
Thanks Dan,That app is no longer supported or listed in shopify apps so i guess it's redundant. My only other question is do I really need to install a replacement or will everything get indexed onto google without it?
Went ahead and deleted the app. Seems to have done the trick. Thanks for your help. Greatly appreciated. Wonder why it caused an issue now. It’s been installed since 2020.
Hi thanks for the reply. I’m using site map from Google. Should I just uninstall it or do I need to edit code?
Weird thing is that all my back-ups do the same thing....
Hello All, We have a newly developed issue with our website. All was working correctly today, taking sales, no problem. This evening everything apart from the header and footer has disappeared. The complete page looks to load initially then it all...
Thanks. I suppose the next step is to get in touch with Shopify support and see if they can solve the issue. Thanks for trying though
That'll be the problem, thank you. Problem is I can see what you referring to in the source code but I can't find it in the file to change it. I have a file titled product.rating.liquid but the code isn't the same {%- if product.metafields.reviews....
Hello All,We have a problem with the Star Rating box in that it's doesn't link to the product reviews box at the bottom of the page. We have both parts of the app displayed on the product page and the review number is a clickable link but when we cl...
05-09-2023
Just giving this a bump to see if there is anyone out there who can help.
Hey all, I wonder if you are able to assist with some coding for creating minimum order for select products. I have created a metafield that displays text below the quantity boxhttps://prnt.sc/5MvZsogeF8iZI have also created a second metafield which ...
04-19-2023
That seems much better however for the first item in every collection we now have no images at all showing, not even a coloured box. Desktop is all fine, the issue is still with mobile. As for the issue with the theme they have brought out a new upd...
04-18-2023
Sorry about that, I wasn't sure how much you needed/wanted to see. Here is the entire code for image.load.liquid {%- liquid
assign img_size = size | append: 'x'
capture img_height
if img_src.width < size
echo img_src.height
else
...
04-18-2023
That code was from file image.load.liquid. Again, I'm not sure how much code you want to see but here is the code from product.images.liquid{%- assign featured_media = product.selected_or_first_available_variant.featured_media | default: product.fea...
04-17-2023
I wasn't sure how much of the code you needed to see so here is what I think is relevant.<img id="image-{{ id }}"
class="{% if alt contains '3D' %}easySpanOpacity {% endif %}{{ screen }}{% unless nopad %}nopad {% endunless %}js lazyload {% if ba...