Jump to content

[SOLVED] Problem whit integration of theme


Recommended Posts

Hi, i do blazesquad.com with free theme. I change many of it, but problem is in theme. In left categories block not work. And in header - "home" - work, but "contact" - didn't work. In header.tpl  have <li><a href="{$base_dir}contact-form.php">Пиши ни</a></li> The file exist, but didn't open. Anybody have an idea? 

 

P.P The theme is with rabbit and grass. If you don't see it I try with another theme... :/

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

In the end I try to do my theme. Can you tell how to put white background for body. In global.css I put 

 

#page {
        width: 980px;
margin: 0 auto 2px auto;
text-align:left;
background: #FFFFFF;
}
 
but don't work. 
And how to put left, center and footer do the right? :/
 
And now I don't know what I did but in "Featured products" is a mess - I change only global.css in my theme
Edited by sikera (see edit history)
Link to comment
Share on other sites

Yes, but links don't work. And there aren't helpful posts. For that reason I doing the theme by my self. I have two problem:

1. How to do white background but only for page {left column, center and right column}

2. How to fix problem to put in center page. Columns are in left site on the screen. And when you do zoom they move more to the left.

The other mess I can repair :)

P.P I use the default theme in prestashop and change it

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

a bit large thread, this is why i missed url, sorry :)

 

use these styles (paste somewhere in your stylesheet file


#columns {
width: 980px;
margin: auto;
display: block;
}

and remove clear:left and padding-left:13em from:

#left_column {
clear: left;
width: 190px;
padding-right: 15px;
padding-left: 13em;
}

(global.css line 101)

 

 

effect:

lGtO795.png

Link to comment
Share on other sites

as you can see there is a thin gap:

9PKepMZ.png

 

to remove this weirdy looking gap, change margin: 0 auto 2px auto; to margin:0px; in:

#page {
width: 980px;
margin: 0 auto 2px auto;
text-align: left;
background: #FFFFFF;
}

(it's a part of global.css line 74)

Link to comment
Share on other sites

Hi, can I ask you how to change category menu. I want to put picture whit link and bla bla... but i don't find the file. I try to change category.tpl in theme and in module but don't work. If I put this in header, when you zoom + - the list change his position. I want the list sty when is category block, and I want we can see when we are in home page. Not like now only when you click on some of category :/

 

P.P You can see it, now I have one category like that but you will see it when click "категории" / category/  :)

Edited by sikera (see edit history)
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...