No content to show
User Activity
Hello everyone, I am currently facing an issue with accessing my store's collections through the Storefront API. Despite ensuring that my collections are published on all sales channels and granting Product and Collection API permission to my headles...
02-08-2023
Hello, can you provide your site's url or a preview url so I can take a look.
Hello, here is a good video on how to do just that https://www.youtube.com/watch?v=EOEjlERh2jU&ab_channel=GlobalBrainTeam. Essentially you need to:1. Download the font in woff2 format2. Upload the file to the asset folder of your theme3. Add this pie...
02-08-2023
Correct, Shopify provides the product with all its variants in the collection. However, with Metafields Collection Filtering and the method shown in the video shared above, you can get a good promise for what you are looking for (e.g., a collection p...
02-08-2023
Hey Paal, I agree it can be disappointing to not be able to create collections that only includes specific variants with metafields. However there is a workaround. You can copy the link of the collection where the proper filter is applied and add it ...
No problem, happy to help! Oh, gotcha. In that case, if I were in your shoes, I would lower the font size, do a position absolute on the parent div for tablets, and then hide it or put it in the footer for mobiles. Remember to like or accept a soluti...
Hello, I'm glad you were able to implement it. Yes, it is not responsive as is. It is most likely overflowing when resizing to a smaller screen. I'd suggest shortening the text or implementing a new layout for your navigation bar to ensure responsive...
Hello Fiona, happy to help :). The code should be dynamic and work with all product pages. I have some free time; if you provide me with access at [email protected], I can take a look and build that feature for you. Refer to this video for staf...
02-06-2023
This must be because of the theme you are using. I need to take a look to work on it. You can email me.
02-06-2023
Hello, I found a solution with a quick and straightforward implementation for you. Follow these steps: 1. Open your theme customizer. Online Store > Themes > Customize2. On the Home page (or any page), select "Add a section" and select "Custom Liquid...
02-06-2023
Hi, happy to help. Can you provide an example of this image gallery via a picture or a link? - Nico
02-06-2023
Hello Veronika. Unfortunately, Youtube shorts do not work in Dawn's video section. However, you can paste your video's embed code from Youtube to a custom liquid block. Follow these steps: 1. Right-click on the short youtube video and click "copy emb...
I see. The issue is with the search input bar; it offsets your phone number component to the right. I was able to get there however by reordering the DOM tree and fixing a fixed width to your input element. Here is my code://Set display to flex, and ...
Hello Xiaxia, Here is a video instructing you on how to do so https://www.youtube.com/watch?v=vfY6G35SlEE&ab_channel=ExpertRookieTeam-ShopifyDeveloper. If you need help implementing it, you can email me. Best, Nico
Hello @shellbell, I was able to center your toolbar social playing around in the browser. Here is my. CSS code: .toolbar {
text-transform: uppercase;
font-size: 1em;
line-height: 36px;
position: relative; //Add position relative to th...