Cart Icon Location Shifted with Update

https://luminacbd.com/

The cart icon is no longer in line with the logo and nav bar.
Any idea why?

Jesse

Hi Jesse,

Thanks for writing in.

Have you tried clearing or purging your cache after the update? If the issue is still there after doing that, please try adding this custom css.

.x-navbar-static-active .x-navbar .desktop .x-nav > li.x-menu-item-woocommerce > a{
    padding-top:40px;
}

Hope it helps.

I cleared an purged all caches from WpEngine and Cloudflare, and nothing changed.
The code worked, i’m just not sure why it was necessary as it wasn’t necessary before the updates.

Hello Jesse,

I am seeing this on my end:

After doing the updates, always remember to clear all caches since you are using W3 Total Cache so that the code from the latest release is always in use. This will help you to avoid any potential errors.

And please clear your browser cache too. You may use private browsing mode in testing your site to make sure that you are viewing the latest codes from the updates and not the cached version in your browser.

By the way, I noticed that there is a JS error on the page. It is because you have inserted this code in the Custom JS in X > Theme Options

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-145197418-1"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-145197418-1');
</script>

Please have it updated and use this code instead:

</script><!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-145197418-1"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-145197418-1');
</script><script>

Hope this helps.

I just submitted a ticket about that caching plugin, i installed it because X theme forum recommended it, but then i got a notice this morning from WPEngine stating it is a disallowed plugin that I cannot use. Any other extensions you recommend? W3C is off the table as an option.

Hello Jesse,

I have replied your other thread.
Check it here:

Cheers.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.