Jump to content

[SOLVED] Problems after installing theme from Prestathemes


Recommended Posts

There is a JavaScript error on your page caused by the following in header.tpl:

var roundMode = ; 



This error could be caused by difference in your Prestashop version ex 1.2.5 and theme version 1.3.1.
Check this and this topics for more info and also you could try to contact Prestathemes.

Link to comment
Share on other sites

You are missing two images in your theme img folder table_header.gif and table_footer.gif.
Maybe there are not uploaded correctly or it is just error in css.
Here is code where thay appear

table.std thead th {
background-color:transparent;
background-image:url("../img/table_header.gif");
background-repeat:no-repeat;
color:#374853;
font-weight:bold;
height:24px;
text-align:left;
white-space:nowrap;
}


at global.css (line 197)

div.table_block {
background:url("../img/table_footer.gif") no-repeat scroll left bottom transparent;
margin:0 auto 2em;
padding-bottom:6px;
}


at global.css (line 181)

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