Oct 27, 2020
I have created div ids and classes for the logo section and header icons section on my mobile store website. I have created functions to activate a sticky header on scroll but there seems to be ...
Oct 27, 2020
I have created div ids and classes for the logo section and header icons section on my mobile store website. I have created functions to activate a sticky header on scroll but there seems to be ...
I have inspected the console on a view product pages. Desktop is working just fine, but mobile view is having issues. If you add one variant to your cart, it adds the wrong variant. No matter which v...
I have inspected the console on a view product pages. Desktop is working just fine, but mobile view is having issues. If you add one variant to your cart, it adds the wrong variant. No matter which v...
Oct 15, 2020
{%- if settings.use_header_inline == false -%}<nav class="panel-menu mobile-caterorie-menu"> <ul>{%- endif -%} {%- for link in linklists[mm].links -%} <li{% if settings.u...
No content to show
User Activity
10-26-2020
It has worked! Now, is there anyway to transition the scroll? The scroll is not smooth at all when the sticky header is activated. Logo fades out on scroll then fades back in with back to the top?
10-26-2020
Yes! while scrolling on mobile, you should only see the menu icons. The only time you should the logo displayed is at the top. That is why I wondering if there was something wrong I did in the script code? If you inspect our website via mobile view, ...
10-26-2020
The sticky header doesn't display at all when I copied in your code
10-26-2020
This is the same thing I wrote? the only different is the position but it needs to be fixed
hello I am having an issue that I cannot seem to resolve. Please see store on mobile: http://experiencecbd.com/I am trying to hide the logo div id "logomobileheader" on scroll, but it does not seem to work. Also the fixed header transition on scroll ...
10-13-2020
Awesome. This has been EXTREMELY insightful. My site is loading A LOT faster now. Thanks so much for the help.
10-13-2020
Got it. So yes, the theme.css is critical css that has been placed in a liquid snippet in the main HTML sheet.{%- include "include_css" -%}With that being said, what preload hint should be added to this?
So I noticed this issue or question gets mentioned A LOT, but no one really has been able to resolve the issue. For Example:Hi, looking to defer/ preload my main style sheet, as per google recommendations for deferring Defer non-critical CSS - https...