Jump to content

Installing a 980px header


Recommended Posts

Hi there,

 

I need your help.

I put a web site on a remote server (A laboratory server, before we send the new site on the web)

I have configured the size and quality of images on the Performance Catégorie of Prestashop 1.5.2

 

Width: 6000

Height: 6000

Quality:100

 

The format JPG.

So, i would like to importe images for my products, but, i can't,

When i resize the dimensions at (2000x2000) on Fireworks....that works....but not above!

The message error i get is (Undifined) that's all...Is it because of the Php Version? (I am using 5.3.25)Uwamp.

IS it a Jquery Table?

 

 

 

Any answer please?

 

Thank's a lot...

 

Coxo :)

Link to comment
Share on other sites

I've uploaded a new website, http://ihawu.templatz.co.za and want to use a large header image, 980px x 300px ... where do I change the css file. Also, I want it to be at the top above everything.

Many thanks

Dalton

Replace the /img/logo.jpg file with your 980x300px logo directly in file system (don't use the Preferences > Themes page). It should be enough.

Link to comment
Share on other sites

Search for SHOP_LOGO_WIDTH and SHOP_LOGO_HEIGHT in the name field in the ps_configuration table and change these values to 980 and 300.

 

Alternatively, you can change the image width and height in the /themes/your_theme/header.tpl file to:

 

<img class="logo" src="{$logo_url}" alt="{$shop_name|escape:'htmlall':'UTF-8'}" width="980" height="300" />

Link to comment
Share on other sites

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...