Jump to content

TreeTheme Dev

Members
  • Posts

    29
  • Joined

  • Last visited

TreeTheme Dev's Achievements

Newbie

Newbie (1/14)

5

Reputation

1

Community Answers

  1. That is changed, so it is integrated in back office. If you go to Preferences > Themes in right top cornet you will see options to add and to export theme. It is similar to that module from version 1.5 of Prestashop.
  2. If you go to Back office and under Modules find Cart block module and disable Ajax cart, then it will go straight to order summary when you press "Add to cart" button. So no need to create some new button.
  3. When you add image to product in back office, for example, Prestashop generates all necessary types of images in Preferences > Images. Like 123-home_default.jpg, 123-large_default.jpg.. and so on. You could change those generated images manually, for example with JPGMini app/website to reduce size of images and upload new images, And then if you click on regenerate, it will delete those "Manually uploaded thumbnails" so that is warring about.
  4. Glad it worked, maybe there were some other solutions with wrappers. And even they are set to 100% height they are not, but body is.
  5. Yes sorry in globall.css lines 24, 347, 348 That overflow:hidden; does not work for me but if it is get job done use that.
  6. Try this body { font: normal 12px "Calibri", Arial, Helvetica, sans-serif; color: #666; background-image: url("http://www.computers.rs/themes/theme496/css/../img/bgnovo.jpg"); background-attachment: fixed; background-position: center; background-repeat: no-repeat; } #wrapper1 { min-width: 1020px; min-height: 100%; background: transparent; } #wrapper2 { height: 100%; background: transparent; } so image goes from wrapper2 to body.
  7. Yeah that is it, Prestashop do not have that feature, to override modules like that. So you have to edit original php file in root modules folder. Or to make a copy of module with your changes. But that is maybe too much as that is mall change.
  8. Agreed, you really need some space, but for temporal fix you could try to add in product.css #short_description_content { word-wrap: break-word; }
  9. That should work, so try to empty cache from back office or deleting files in cache\smarty\cache\productscategory.
  10. First your website is not loading right now it shows http://funkyfashionjewellery.co.uk/gb/ in url with 404 not fount. Try to turn off and on Friendly Url setting. Also note that image from post 12, that is how Cpanel see prestashop generated htaccess file that is all ok and you should not edit that in Cpanel or htaccess. If you need to add something to htaccess add before or after comment or using one Mr. El Patrons nice module. And about performance I saw on google cached page that you do not have CCC option activated so check that first regarding speed http://www.prestashop.com/en/top-tips have some more basic tips that you can try.
  11. Think you need to install module pluginadder. It contains like Krystian Podemski suspected, override to Product.php and few controllers. Not sure why you did not use Import/export module to install theme , much easier and theme documentation have only that method. It is easier to remove not wanted modules.
  12. What is your PrestaShop version and can you share a link to your website ?
  13. Hmm strange, but check Preferences > SEO & URL under Set shop url it should be something like mywebsite.com mywebsite.com / and it looks like it is mywebsite.com/_ mywebsite.com/_ /
×
×
  • Create New...