Jump to content

LucianoNapoli

Members
  • Posts

    7
  • Joined

  • Last visited

About LucianoNapoli

  • Birthday 01/01/1980

Profile Information

  • Location
    Italy
  • Activity
    Freelancer

LucianoNapoli's Achievements

Newbie

Newbie (1/14)

2

Reputation

  1. Thanks Rocky! That solution is right, now all images are aligned correctly. The file to edit is /modules/themeconfigurator/views/templates/hook/hook.tpl For me the right code (near row 34) is the next: <li class="htmlcontent-item-{$smarty.foreach.items.iteration|escape:'htmlall':'UTF-8'} col-xs-4" {if $smarty.foreach.items.iteration % 3 == 1} style="clear: left"{/if}> my collection name is "items" (do not forget the double = for comparison in %3) Thank you so much!
  2. Thanks jgamio, I've done the change you suggested but nothing has changed. Have another idea?
  3. Hi, I have tried everything I know and found on the forum but can't make work well the alignment of the images on this homepage http://orzastudio.it/smartphone What is the problem with the last 3 images don't display on the same line? Please help me, have spent all day trying everything.
  4. The problem is that you have two languages defined. One language, let's say english with id 1 is deactivated and the other language with id 2 is active and is default language. The correct assignment for the name property is: $object->name[Configuration::get('PS_LANG_DEFAULT')]
  5. mysqli and mysql pdo extensions usually are activated by your hosting provider. You have to change the php.ini
  6. Trying updating from 1.5.4.1 to 1.5.5 I got this error "Javascript error (parseJSON) detected for action "upgradeNow". Starting restoration... To solve the error follow this steps: 1. Open file in modules\autoupgrade\db\Db.php 2. Go to line 212 and uncomment the lines if (PHP_VERSION_ID >= 50200 && extension_loaded('pdo_mysql')) $class = 'DbPDO'; else if (extension_loaded('mysqli')) $class = 'DbMySQLi'; Don't forget to active mysqli and mysql pdo extensions.
×
×
  • Create New...