SomeUsernameHe
Shopify Partner
Contact Me
Status
Offline
Last Activity
‎08-24-2024 03:34 AM
Topic Started
7
Topics Started
Topic Solutions
55
Solutions
Post Count
495
Posts
Post Kudos
101
Likes

Bio: self.startofday = insertCoffeeIntoMouthHole(); Newport Beach, CA

Community Badges

No content to show

User Activity

iOS: Are you using Safari? I would try another browser and see if your theme is fully compatible with safari or that your safari is fully updated. I have seen so many issues with safari. 
Absolutely, are you in a rush? I can go ahead and try and get something coded up for you within the next day and post it back here for you?
Not sure... I have tested the site on both mobile and desktop in mobile view and nothing. Everything is working perfectly and I can play the video and replay the video after. Maybe it is a local issue? Try clearing your browser cache and opening a in...
With dawn you would have to adjust the code in sections/header.liquid. Here you would create your new header to your liking. 
You can use the following css: To adjust your title:  .section-template--19453454287115__image_with_text_9RKdNB-padding h2.image-with-text__heading.inline-richtext.h2 { font-family: Montserrat, sans-serif !important; } to adjust your body text:  .s...
Was the old CLI working much better?
I would place your code here. After the closing <div data-products></div> but before the closing </div> for <div class="drawer__scrollable">
Do you have a preview link to your store, I would need to inspect it since it isn't the Dawn Theme
section-main-product.css
Yes, you should have a file called cart-drawer.liquid most of the time it is a snippet. You would go in here and in between </form> and </cart-drawer-items> you would add your code to display products.</form> //** YOUR CODE HERE **// </cart-drawer-it...
For me, I do not see the links. You already have the .css to hide the link: .product__title>a { display: none; } Maybe try adding !important to the css rule to see if that helps. .product__title>a { display: none !important; }You can find thi...
Question: have you even tried using GID here and see if that changes anything? You are running a graphql query with literally 3 variables... One of them is probably wrong. Maybe UI extensions require GID? 
Shopify's GraphQL API expects IDs to be in a global format. Like this:  gid://shopify/Product/910489600  I think this is the issue:  "query": "id:8880883990804", Your variables should look something like this:  const variables = { first: 1, query...
Try changing   cartLine: { id: line.id }to productVariant: { id: variant.id } 
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.