No content to show
User Activity
This is what I see on my dashboard for Super Subscriptions. They must have been delisted recently for some reason.I've contacted their support and will come back to you about it
Hi @leoking , this will be a highly customized build and it's unlikely it will be a copy & paste solution from Shopify Community. My recommendation would be to either look to hire a developer to build this or use an app that provides this same functi...
@Boomdeleon , The templates is a simplier way to achieve this. The solutions are laid out above, you can decide which is the best suited for you. Goodluck
Hi @Boomdeleon , you will need to create a new template for each blog post in order for the collapsable content to be unique per page. Step 1: Go to theme editorStep 2: Select Blog Posts in drop downStep 3: Create templateStep 4: Go to blog post and...
Go to your theme > edit code and it should be a snippet included in the theme.liquid file. The name will indicate the function like cart-drawer so something like this. I can only guess where you can find this snippet as I don't have access to investi...
03-06-2025
Hi @JadeVinted13 , Please could you send the store URL and I can take a look at what can be improved and can offer some suggestions!
Hey @undercoverfresh , this is happening because there the images in the cart drawer are being lazy loaded. If you remove the loading="lazy" from the image elements in the cart draw it should fix this issue!
03-06-2025
Hi @dreamtechzone_5 , I'm happy to assist you with this. Please could you send me the URL for store and I can assist you with this build. It is simple to do, but more complicated to explain in detail. I'm happy to send you a loom video explaining wh...
If you can't find it it could be inline css so somewhere in your code base, you'll find the CSS wrapped in: <style></style> tags
Hi @MaisonBillonDon , The reason it's not working is because it is limited to the Product Page only (.template-product . shopify-section-group-footer-group)You need to look for the class . shopify-section-group-footer-group which is stand alone and ...
02-24-2025
Hi @DrNurse ! In marketing, the 5 Levels of Awareness (developed by Eugene Schwartz in Breakthrough Advertising) help businesses understand where their audience stands in their buying journey. These levels guide messaging, offers, and ad strategies t...
02-24-2025
Hey @3D-Cast , You will need some JS code similiar to this: <script>
document.getElementById("newsletter-form").addEventListener("submit", function(event) {
setTimeout(function() {
window.location.href = "https://yourredirecturl.com"; // ...
Hi @LisaCFryer , From my knowledge, I don't believe that Shopify does offer this. Maybe someone from the Shopify Team can chime in. However, if you need help with this and I'm happy to organise this for new merchants to help them with the setup of th...
Hi @MaisonBillonDon , The issue is the following:.shopify-section-group-footer-group {
position: absolute !important;
bottom: 0px !important;
width: 100% !important;
}This is causing your footer to be in an absolute position relative to t...
02-24-2025
Hi @MagdalenaBB , It is possible to submit a product note alongside a product when it is added to the cart using:<textarea name="properties[Message]"></textarea> And then the users can add this in. However, I'm guessing there would be more than a sin...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
677 | 03-11-2025 11:06 AM | |
2009 | 02-11-2024 12:21 PM |