Home Forums Themes Support Claue-Shopify Logo disappearing after adding it

Viewing 5 reply threads
  • Author
    Posts
    • #21549

      Hello, for some reason my logo keeps disappearing after adding it and saving the page for the header. I also noticed that the user account/login icon beside the shopping cart and search icon was gone. Is there a way to bring it back? Let me know if you need any more information or what kind of information you need.

    • #21565

      Hi,
      Sorry for the late response, I have fixed the problem for you, please check.

    • #21700

      Same here – my logo disappears after adding it..

    • #21702

      I am having the same problem.

    • #21748

      Hi,

      Sorry because late reply.

      Please go to Theme Action > Edit Code https://monosnap.com/file/2AjqrrRnQOakUB1hD9L76k5skFlBW3 and scroll to Snippet open logo.liquid https://monosnap.com/file/AT0mvVyJU0MT1eU8du4PD7LxwYh5yo# and change the code

      <img
      	src="{{ section.settings.logo_normal | img_url: image_size }}"
      	srcset="{{ section.settings.logo_normal | img_url: image_size }} 1x, {{ section.settings.logo_normal | img_url: image_size, scale: 2 }} 2x"
      	alt="{{ section.settings.logo_normal.alt | default: shop.name }}"
      />

      to

      <img src="{{ section.settings.logo_normal | img_url: image_size }}" srcset="{{ section.settings.logo_normal | img_url: image_size }} 1x, {{ section.settings.logo_normal | img_url: image_size, scale: 2 }} 2x" alt="{{ section.settings.logo_normal.alt | default: shop.name }}" />

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #21765

      Hi,

      We submitted update version to fix this issue and wait for Envato quality team check this

      Please wait for update to new version.

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 5 reply threads

You must be logged in to reply to this topic.