just temporarely remove the LOGO Image from the image/... Folder,
or just make it mucho mucho smaller in size, and upload it to the server again,
then, reload your Browser a few Times, and you have your links again.
Ernie
or just make it mucho mucho smaller in size, and upload it to the server again,
then, reload your Browser a few Times, and you have your links again.
Ernie
I don't use Forum Mail, to reach me, contact: jti@jacob.ch
-
Server Q & A Basic Information on Code + Settings
http://www.everyauction.info/serverinfo.html
Demoversion OpenCart LIGHT v.1.5.6.5
http://www.jti.li/shop/
1'400+ FREE OC Extensions - from OC v.1.5.x up,
on the world's largest OC-related Github Site: https://github.com/IP-CAM
-
Hi,
Solution 1:
Just replace admin/view/image/logo.png (via FTP) with other image with same name (but new image with height max 25 pixels )
Solutin 2: - not so professional
In admin/view/template/common/header.tpl find this line
and add width and height
I strongly recommend to use solution 1;
Some other solutions are also available;
Solution 1:
Just replace admin/view/image/logo.png (via FTP) with other image with same name (but new image with height max 25 pixels )
Solutin 2: - not so professional
In admin/view/template/common/header.tpl find this line
Code: Select all
<div class="div2"><img src="view/image/logo.png" title="<?php echo $heading_title; ?>" onclick="location = '<?php echo $home; ?>'" /></div>
Code: Select all
<div class="div2"><img src="view/image/logo.png" width="200" height="25" title="<?php echo $heading_title; ?>" onclick="location = '<?php echo $home; ?>'" /></div>
Some other solutions are also available;
Who is online
Users browsing this forum: No registered users and 54 guests