[SOLVED] Problems after installing theme from Prestathemes
Started by MerseysideUK, Sep 01 2010 05:59 PM
Hi there,
I have recently installed a commercial theme purchased from Prestathemes onto my clients website, but when you click on the categories, the products do not display properly.
Can anyone help with this please. This is the site www.lovemaxpetwear.co.uk
I have recently installed a commercial theme purchased from Prestathemes onto my clients website, but when you click on the categories, the products do not display properly.
Can anyone help with this please. This is the site www.lovemaxpetwear.co.uk
Thanks for that. I've upgraded to 1.3.1 anf now the categories are working.
However, now I don't seem to be able to edit any of the modules (all greyed out).
Any ideas?
However, now I don't seem to be able to edit any of the modules (all greyed out).
Any ideas?
On the Modules > Positions tab, you must click the "Transplant a module" link instead of the "Edit" icon next to a module, then those dropdowns won't be greyed out.
Check out Nethercott Constructions for PrestaShop guides and modules. Like us on Facebook for news updates.
Thanks for your reply.
I managed to work it out in the end. I've just got one problem with the site now. When I go to checkout, in the shipping section, I get some strange background image showing. See attached picture. Any ideas how to sort this out? Thanks again.
I managed to work it out in the end. I've just got one problem with the site now. When I go to checkout, in the shipping section, I get some strange background image showing. See attached picture. Any ideas how to sort this out? Thanks again.
Attached Files
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
at global.css (line 197)
at global.css (line 181)
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)
Just checked and those files weren't included in the theme package, so I uploaded the same files from the standard Prestashop theme and it looks fine now. Thanks for your help.



Back to top









