Jump to content

[SOLVED] How to Add a script next to logo


Recommended Posts

Hi guys,

 

I want to add a script next to where my logo is, here is the link to my page www.tonia.se.
I have tried to but the script in header.tpl after the logo script, but it moves the script behinde my logo and a bit above it. Tried to put the script in header_left, before {$HOOK_TOP} and after, but the postion is not next to the logo. I want it next to it, how can I fix that?

 

Something like this:

 

Logo Script Searchbar

Here is the script:

 

<a id="celink1" href="https://www.mysite.se/"><img id="ceimg1" alt=""
src="https://www.mysite.se/lv5/preload.png" style="border:0px;"></a>
<script src="https://www.mysite.se/lv5/bootstrap.php?size=75&
url=www.mysite.se&lang=se&autolang=yes&pos=auto&nr=1"
defer="defer" type="text/javascript"> </script>

 

 

I use prestashop 1.4.6.2.

 

Best regards

 

Omid

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

Yes exactly there.

 

The script is something like truspilot but it is a swedish company, it shows that the shop is safe. I have put it in the footer right know with htlmbox module ( I believe it's your module ), Certifierad E-Handel, a green icon.

Link to comment
Share on other sites

use this code:

<div style="position:absolute; left:470px; top:70px;">
    <a id="celink1" href="https://www.mysite.se/"><img id="ceimg1" alt="" src="https://www.mysite.se/lv5/preload.png" style="border:0px;"></a>
<script src="https://www.mysite.s...hp?size=75&
url=www.mysite.se&lang=se&autolang=yes&pos=auto&nr=1" defer="defer" type="text/javascript"> </script>
  </div>

paste it right after <div id="header"> in header.tpl file located in your theme directory

 

you can of course manipulate (increase / decrease) values of left and top in: <div style="position:absolute; left:470px; top:70px;">

Link to comment
Share on other sites

  • 1 year later...
Hi,

Thanks for your topic, works fine on my desktop after then I manipulate (Increase / Decrease) values of left and top. :D

The problem is that the logo will move to the right on the iPad and iPhone.

How can I lock the position?

My shop is installed with PS1.6.1.14

Link to my shop www.dovadoumr.se

 

BR

Jan
Link to comment
Share on other sites

×
×
  • Create New...