JohnFromJotting
Shopify Partner
Contact Me
Status
Offline
Last Activity
‎08-30-2022 02:35 AM
Topic Started
0
Topics Started
Topic Solutions
94
Solutions
Post Count
665
Posts
Post Kudos
132
Likes

Bio: Shopify developer, SEO expert, and Social Media marketer who has been in ecommerce game for over 4 years. I've worked on 100's of Shopify ecommcerce s...

Community Badges

No content to show

User Activity

Hi @SHIBdev  I can't comment where, but that looks correct, one issue that could come up is if you want different text and images, then that would require more schemas or you can directly implement it without the schema. or you can have a few static ...
The JSON for the customization goes into the collection page. So turn that image carousel into a snippet, put all the JSON in the collection section.
Hi @XBRANDONX Context: Updating themes · Shopify Help Center Shopify transfers any updates you've made via the customizer to the updated theme. But I believe any code changes for any files (snippet/sections etc) will not be transferred. If you did ma...
Hi @JumpinJack Dawn and all the other free 2.0 themes have this sort of functionality through the option below in the customizer.  But this is only for the assigned variant image. If you want multiple images per variant you need to custom code it. I ...
Hi @CrowsLanding  Off the top of my head. Get the products you want hidden. Exclude them from the collection and product sections by using the {% unless product.id == NUMBER OF PRODUCT ID %} {% endunless %}The above code will exclude those products f...
Hi @SHIBdev  Try this {% if collection.title contains "COLLECTION TITLE" and forloop.index == 6 %} <li class="grid__item"> {% include 'image-slider-text' %} </li> {% else %} <li class="grid__item"> {% render 'card-product', ca...
Hi @7kingodmsla, There's no "link" per say, you need to understand how javascript works/how to develop using javascript. Unfortunately this request would be too unique for someone to have a solution done out there. You'll need to educate yourself or ...
Hi @DigitalCardGirl honestly just recommend any of the free 2.0 themes. On the backend they are all the same code, just different designs on the customizations. At the end of the day as long as you have a decent looking functioning website, you'll be...
Hi @7kingodmsla now you need to do the magic of frontend using javascript. I don't know what brooklyn does, but I assume when it scrolls the transparent header goes away. Use this trigger to interchange between the 2 logos - one is shown other is hid...
Hi @7kingodmsla, So you need to understand javascript here. 2 Things, you add 2 pictures for the logo upload, one for the black and other white. Then you use javascript to interchange between the 2.
Hi @ForeverRyic  Depends on where you put the font. If you put it on the header classes as mentioned above, you can change the font size in the customizer itself.  If it's for a specific element. like product title then you need to specific the font ...
Hi @ForeverRyic  Which list are you talking about? and as mentioned you will not find the custom font on your shopify customizer list. It'll need to be manually implemented. So for example now you have the new font as in the second screenshot you nam...
Hi @ForeverRyic You can add a font, but wont be in the font selector. So you will need to do it manually. Upload the font files in the Asset folder. Then in the base.css file at the end. Paste the below@font-face { font-family: 'FONT NAME'; src: ...
@Lindsay3484 no problems  glad you liked it
Hi Everyone, How To Make Dawn Theme Header Transparent - Bluish.io I've created a blog on how to turn the header transparent, as well as add color to the links and icons via the customizer while the header is transparent. I noticed some replies don't...
This widget could not be displayed.
This widget could not be displayed.
Likes given to