Forum PrestaShop

Il Forum di PrestaShop è lo spazio in cui puoi condividere con la comunità di PrestaShop consigli pratici sull'e-commerce e trovare la risposta a tutte le domande tecniche e funzionali.

Forum PrestaShop

Jump to content

 

[SOLVED] Problems after installing theme from Prestathemes

8 replies to this topic
#1
MerseysideUK

    PrestaShop Newbie

  • Members
  • Pip
  • 14 posts
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

#2
razaro

    PrestaShop Addict

  • Members
  • PipPipPip
  • 954 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.

#3
MerseysideUK

    PrestaShop Newbie

  • Members
  • Pip
  • 14 posts
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?

#4
rocky

    PrestaShop Superstar

  • US Moderators
  • 9988 posts
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.

#5
MerseysideUK

    PrestaShop Newbie

  • Members
  • Pip
  • 14 posts
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.

Attached Files



#6
razaro

    PrestaShop Addict

  • Members
  • PipPipPip
  • 954 posts
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)

#7
MerseysideUK

    PrestaShop Newbie

  • Members
  • Pip
  • 14 posts
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.

#8
razaro

    PrestaShop Addict

  • Members
  • PipPipPip
  • 954 posts
If your issue is resolved please edit your first post and add [SOLVED] the front of the title.

#9
MerseysideUK

    PrestaShop Newbie

  • Members
  • Pip
  • 14 posts
Done thanks.