Amarjyoti
Excursionist
Contact Me
Status
Offline
Last Activity
‎12-21-2021 11:26 PM
Topic Started
0
Topics Started
Topic Solutions
10
Solutions
Post Count
23
Posts
Post Kudos
25
Likes

Community Badges

No content to show

User Activity

Hey @cbyrn,Looks like the height: 500px CSS is causing this issue. Follow the below steps to fix that.Navigate to Online Store > Themes > Click on Actions dropdown of live theme > Choose Edit CodeUnder the Assets folder find the stylesheet.css file a...
@Roombles I guess some JS code is adding the space through padding. The quick fix is just to override that padding through CSS.Just put the below code at the end of your css file and this should do the trick..page-container { padding-top: 0 !import...
Hey @Roombles,Replace the CSS you have added for .site-header with the below code and let me know if it works for you.#shopify-section-header { position: sticky; top: 0; z-index: 1001; -webkit-box-shadow:0px 2px 4px 0px rgba(0,0,0,.1)...
Hey @Hyrox, Can you please try removing /ro from the URL? Just open https://hyrox44.ro on incognito. This is working fine for meThank you!!
Hey @Anne-Marieke,Got it. Can you please replace that code with the below one?{% for tag in collection.all_tags %} {% unless tag contains '_' %} {%- assign new_url = tag | link_to_tag: tag | split: 'href="' | last | split: '"' | first -%} <opti...
Hey @Anne-Marieke,Replace this:{% for tag in collection.all_tags %} {%- assign new_url = tag | link_to_tag: tag | split: 'href="' | last | split: '"' | first -%} <option value="{{ new_url }}"{% if current_tags contains tag %} selected="select...
Hey @itsSelman,Here's Shopify's native solution for this:https://help.shopify.com/en/manual/online-store/themes/os/customize/show-remaining-quantityLet me know if it works for you.Thank you!!
Hey @tobychen,The Dawn theme uses browser-level lazy loading and it doesn't require any additional plugins. You can read more about Browser level lazy loading from here.Thanks!!
Hey @NZA,I'm glad it worked. Let's try this. Please paste the below code into the last line of theme.css file and let me know if it works.You can also try changing the 25px to more or less..Header__Icon img { max-width: 25px; } Thanks!!
Hey @NZA,Try this:Step: 1Navigate to Online Store > Click on Actions dropdown > Click on Edit Code > Open header.liquid under sectionsStep: 2Under header.liquid search for {%- render 'icon' with 'account' -%} and replace it with the below code <img s...
Hey @jake_lue,You don't need to define multiple blocks array. Instead, you can use different block types inside one block array.Please see the below example. You can also refer to this link for more information about section schema. {% schema %} { ...
@satvicfoods Sure. Here's my email id: er.amarjyotikhuntia@gmail.com
Hey @SquareMarket,If you're still looking for the solution, try this: {%- assign item_collections = '' -%} {%- for line_item in cart.items -%} {%- for collection in line_item.product.collections -%} {%- assign item_collections = item_collections |...
Hey @satvicfoods,Since Kalles is not a standard Shopify theme the snippet name could be slightly different than Shopify's own themes. Can you please provide the access to your store so that I can take a look into it.The solution is quite simple. We j...
This widget could not be displayed.
This widget could not be displayed.
Likes given to