Jump to content

1.5.4.1 default theme menu moved to right, how to fix?


Recommended Posts

hi,

my website is http://www.airsoftlipo.com/index.php

and as your see i have a problem with the header logo, how do i change this to it being to the left?

 

this is my code:

 

 

 

/* ************************************************************************************************

HEADER

************************************************************************************************ */

#header {position:relative}

#header_logo {

position: absolute;

top: 0px;

z-index: 1;

}

 

/* ************************************************************************************************

 

this is how your website looks like:

Wm3gv7j.png

 

everything looks fine (i suppose)

Link to comment
Share on other sites

Have you got troubles with your prestashop template after updating to 1.5.4.1 version? There is a quick fix for the "menu on right" issue. For the first, you have to open the themes directory. Open the header.tpl file located in your theme. You've got there something like:

 

 

<div id="header_right" class="grid_6 omega">
{$HOOK_TOP}
</div>

 

all you have to do is to use grid_9 instead the grid_6:

 

 

<div id="header_right" class="grid_9 omega">
{$HOOK_TOP}
</div>

 

 

 

if you've got troubles with the logo (white space between the menu and top of the page) you can follow @nadie solution:

 

open the file:

 

themes/your_theme/css/global.css

 

look for:

 

#header_logo {
float: left;
display: block;
margin-top: 30px;
}

 

 

change it to:

 

#header_logo {
position: absolute;
top: 30px;
z-index: 1;
}

 

Thanks a lot for the help...

 

Updated the site today to latest version and had same problem with the menu bar and the search box...

 

did what you mentioned and bamm! issue fixed.....

  • Like 1
Link to comment
Share on other sites

Hi guys,

 

I am having a similar issue (see attach screen shot), but the code changes are already in the relevant files that you guys have used..

 

The site it www.tcscountrysupplies.com but the shop is set to maintenance mode and I can only open up temporarily. So if anyone needs to look just ask.

 

Any help would be appreciated.

 

Gareth

post-645349-0-21055600-1374848478_thumb.png

Link to comment
Share on other sites

your issue is strictly related to the catalog mode, if your store run under the catalog mode it will not work. In this case you have to change additional things - your case is not related to this thread

Link to comment
Share on other sites

  • 1 month later...

I'm sorry for the confusion,

 

but right now it is PS 1.5.2 on www.euro-carrousel.nl

 

and I must have the upgrade to 1.5.4 because of ean13 in the sql export, so I can make a connection with my POS system.

 

I tested this on: testdemo.euro-carrousel.nl

Link to comment
Share on other sites

http://testdemo.euro...l.nl/After3.jpg

 

Then my homeslider gets into my header..

 

EDIT: Little mistake, did change position of header in stead of Headerlogo.

 

Now it is like you said it would be.

But how do I get my blockbanner to the right and a little more space between the logo and topmenu?

 

Thanx

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

Hi,

 

I upgraded to 1.5.4.1 yesterday and had the same issues with the menu and logo. I applied the changes you recommended to the code but I still have a big white gap below the logo before the menu. I've tried all the alterations I could find in this thread but nothing seems to happen. Could someone take a look and spot something I am missing?

 

website: www.inkfinity.co.uk

 

Thanks =)

Link to comment
Share on other sites

Eurocar,

A few small changes to make it as before (well, maybe some few more enhancements needed when you put back your slider)

to make the header the same as before:

/themes/eurocarrousel/css/modules/blocktopmenu/css/superfish-modified.css:

 

 

.sf-menu {

margin: 23px 0;

padding: 0 5px;

width: 970px;

background: none repeat scroll 0 0 #166234;

-moz-box-shadow: 0px 1px 2px #c6c6c6;

-webkit-box-shadow: 0px 1px 2px #c6c6c6;

box-shadow: 0px 1px 2px #c6c6c6;

}

 

and

 

/themes/eurocarrousel/css/global.css:

 

 

 

.banner {

float: left;

height: 96px;

left: 161px;

position: absolute;

top: 2px;

width: 547px;

}

 

 

My 2 cents,

pascal

Link to comment
Share on other sites

mzungu,

on Mac-pro: Safari, Chrome, Opera, Firefox. all looks great like Vekia showed in his latest picture.

 

Just for testing purpose, can you download a browser you haven't used yet (opera or so) and check with that one??

 

My 2 cents,

pascal

Link to comment
Share on other sites

mzungu,

Can you open chrome on your site, right click on header logo and select the same line as in the attached picture.

On the right, do you have position: absolute OR position:relative ??

post-455771-0-26881200-1377796342_thumb.jpg

 

If I change it to relative, I see a picture very similar to yours

 

Did you try to delete the files in /themes/default/cache?

 

pascal

Link to comment
Share on other sites

mzungu, the screenshots you're providing - can I just double check, are they from your live site or from a test site?

 

I don't see how you're getting different css entries from the rest of us.

 

Yours:...... post-578343-0-42130800-1377823020_thumb.png

 

Mine:...... post-578343-0-31663100-1377823035_thumb.png

 

 

As Pascal has indicated, the fact that you don't have position:absolute; under #header_logo is the root of your problem. Without that, it defaults to position:static; which results in the gap you are seeing. Position:relative; will generate a gap too, but not as big.

 

With position:absolute;...... post-578343-0-68799800-1377823641_thumb.png

 

Without position:absolute;...... post-578343-0-32132400-1377823638_thumb.png

Link to comment
Share on other sites

I can confirm they are from my live site... I am opening Chrome and navigating to the homepage of my site and then right clicking on the header logo and clicking inspect element... I'm puzzled why I'm getting different css entries too... I noticed 1.5.5 was released last night - would it be worth completing the upgrade?

Link to comment
Share on other sites

Hey,

 

After the update the banner moved again...how do i fix this?

 

http://www.airsoftlipo.com/index.php

 

thanks in advance

 

EDIT: nevermind i fixed it already.

 

But i still have the problem that the banner is in a ''layer'' above the searchbar and cart/login menu

so when i upload a wider banner than i have now the searchbar and mennus gets hidden/covered by the banner.

 

How do i place the banner under the searchbar and menu's layer?

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

i checked your website and everytihng looks like you expected, everything fixed?

 

But i still have the problem that the banner is in a ''layer'' above the searchbar and cart/login menu

so when i upload a wider banner than i have now the searchbar and mennus gets hidden/covered by the banner.

 

How do i place the banner under the searchbar and menu's layer?

that bit is not solved yet... :(

 

And suddenly i have a problem with the carriers because al shippingscosts are gone now although the carriers and weightranges are still correect(i manually added 7 eu shipping now but the normal shipping rates arent working. if i disable the addtional charge it says free shipping)

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

hello

 

this thread isn't related to your template. 

 

your issue is also a bit different, i just wondering: you changed some css styles etc.?

yep.. all modules/blocttopmenu/css im erase the css file

hi sir.. i pixed the menu... but the logo is up.. see again my website thank you again..

Link to comment
Share on other sites

  • 4 weeks later...
Hello, everyone.

I'm using the theme Graphileom 27r and have the same problem of displacement of the header. I've applied all the suggestions above and did not get the expected result.


The picture shows the current situation and how the appearance that the site should have.

Can anyone help me, please?

 

problemas_header.jpg

Link to comment
Share on other sites

  • 2 weeks later...

Vekia Are you there?

I am having a break down and I need your expert help!

My website is www.moinsde2euros.com

As you can see, my main menu bar has moved to the top. Why and how I don't know.

I've sent an hour trying to move it, but I just can't find the code in global.css

Could you please help me?

Link to comment
Share on other sites

Hi

If someone can sort out my problem to, I would be very grateful.

My site : www.moinsde2euros.com

As you can see the main menu bar has gone up with the search bar. I tried moving the logo but it didn't move the menu bar back down.

This is really bugging me now.

Please someone help!

Link to comment
Share on other sites

Hi

If someone can sort out my problem to, I would be very grateful.

My site : www.moinsde2euros.com

As you can see the main menu bar has gone up with the search bar. I tried moving the logo but it didn't move the menu bar back down.

This is really bugging me now.

Please someone help!

hello

 

please go to modules > positions 

search for "displayTop" modules list

move block user info module to the top of the list

 

attention! make sure that you're doing this on displayTop modules list!

Link to comment
Share on other sites

  • 2 months later...

hello

 

you're talking about your cookie notification? or... ?

no im talking about the space between the header logo and the adress bar, the header logo used to be on the very top of the page. now there is a space between the logo and adress bar my browser.

Link to comment
Share on other sites

  • 3 weeks later...

hi vekia

please help me to my client design on : www.mitravitech.com

 

1. How  to change search query with  the Submit search?

2. How to move newsletter on the footer?

3. HOw to make a menu ( Home-about us-our link-product-contact us)? because i trying with wiznav, can't make change and help. do you have a idea?

4.How to change a text Contact us :" Our support hotline is available 24/7" with : " Our support hotline is available Monday - Saturday"?

5. How to modification color deafult and  Erase many menu on the footer? like: Rss + Specials + Best Seller + New Product + Our Store + Term and Conditionof Use + About us + Sitemap  --> i want to erase

6. How to make slide product  under Featured Product?

7. How to make fulldown menu to Categories block?

8. How can make Submit Search always intergration with Search engine google or Yahoo or etc?

 

Thank you for you help and please help me because i newbie.

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

hi vekia

please help me to my client design on : www.mitravitech.com

 

1. How  to change search query with  the Submit search?

2. How to move newsletter on the footer?

3. HOw to make a menu ( Home-about us-our link-product-contact us)? because i trying with wiznav, can't make change and help. do you have a idea?

4.How to change a text Contact us :" Our support hotline is available 24/7" with : " Our support hotline is available Monday - Saturday"?

5. How to modification color deafult and  Erase many menu on the footer? like: Rss + Specials + Best Seller + New Product + Our Store + Term and Conditionof Use + About us + Sitemap  --> i want to erase

6. How to make slide product  under Featured Product?

7. How to make fulldown menu to Categories block?

8. How can make Submit Search always intergration with Search engine google or Yahoo or etc?

 

Thank you for you help and please help me because i newbie.

 

please follow forum rules.

this topic is not related to your questions.

1 topic = 1 question.

 

no one will help, if you will ask so much questions in one topic. It's hard to reply for messages like that.

Link to comment
Share on other sites

  • 1 month later...

Hi there, I have the same problem but my shop is not in catalog mode.

Can someone help me?

The shop is www.lineauto.ro

hello

what problem? as i described in first post, perhaps some other issue (this post has got 10 pages, here a lot of problems are described)

Link to comment
Share on other sites

LE: 

When I wrote my firt post here the logo was:

 
Now after I modif global.css and superfish-modified.css looks like this:
 
in global.css I modif header in this:

 

HEADER

************************************************************************************************ */
#header {position:relative;height:200px;padding-top:5px;}
#header_logo {
        height:150px;
position:absolute;
top:0px;left:0;
z-index:10;
}
 
#header_right {
position: relative;
float: right;
left: 0px;
top: -150px;
}
 
 
/* ************************************************************************************************

 

and superfish-modified.css in this :

 

 

/*** ESSENTIAL STYLES ***/

.sf-contener {
        padding:top
clear: both;
        margin-top:170px;
}

 

LE:

Now I remove all the modifications that I did but nothing change.

If I not can make the menu bar to move a little down I wish it was in the beginning

Any help please?

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

  • 1 year later...
×
×
  • Create New...