Jump to content

Logo Url wrong after migration


vitovito1

Recommended Posts

Hello guys I am having this issue i am not able to go over.

As you can see i get the url wrong and i don't understand how to fix it and why it happened

<img class="logo" src="https://givilulu.com/img/https://givilulu.com/img/givi-lulu-official-web-site-logo-1608640195.jpg" alt="" title="" width="200" height="50">

 

many thanks

Link to comment
Share on other sites

This is the code from template

 

<div class="header_logo">
  {if isset($page.page_name) && $page.page_name != 'product' && $page.page_name != 'category'}<h1 class="m-0">{/if}
    <a class="header_logo_img dib" href="{$urls.base_url}" title="{$shop.name}">
        <img class="logo" src="{if (version_compare(_PS_VERSION_, '1.7.7', '>='))}{$urls.img_ps_url}{/if}{$shop.logo}" alt="{$shop.name}" loading="lazy" width="200" height="50" />
    </a>
  {if isset($page.page_name) && $page.page_name != 'product' && $page.page_name != 'category'}</h1>{/if}
</div>

Edited by vitovito1 (see edit history)
Link to comment
Share on other sites

  • 1 year later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...