Jump to content

gerardsm

Members
  • Posts

    13
  • Joined

  • Last visited

Profile Information

  • Location
    Barcelona
  • Activity
    Freelancer

gerardsm's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. I solved a little the problem, but I keep with this problem. http://www.discosparadiso.com/ I follow tutorials like this to solve the problem, but I don't found the error. http://blog.belvg.com/how-to-change-default-grid-in-prestashop-1-6.html Someone can help me?
  2. Desabling smartcache something work, but keep working bad.
  3. Hi, I have this problem, when you see my shop (http://www.discosparadiso.com/) on your computer, this will be show ok. When you see it like a smartphone on chrome developer tools, this will be show ok too. But when you see it on a real smartphone or in a safari tools developer, all is a mess. The shopping cart and cart layer appear from nothing. Some css doesn't work don't know why. Footer is a mess too. Someone know what happen? I thought to unhook shopping cart, but then people can't buy. Thank's in advance.
  4. Hi Genzai, Sorry for the late answer, I was on travel, you can fix it with CSS.
  5. Hi, Today I upgrade to prestashop 1.6.11 my prestashop store, and now the class"sortpagibar" at categorie site, doesn't work, someone know why? Thank's! www.discosparadiso.com
  6. Hi all, I have a problem with responsive columns, my web at normal desktop have 6 columns of product, in an Tablet have 3 columns and in a Smartphone have 2 columns. At desktop vision I have any problem. At the horizontal of smartphone and tablet anyone too. But when I put smartphone or tablet at vertical this happen. I know that the problem is in this code (product-lit.tpl) but I don't know what else change. {if isset($products) && $products} {*define numbers of product per line in other page for desktop*} {if $page_name !='index' && $page_name !='product'} {assign var='nbItemsPerLine' value=6} {assign var='nbItemsPerLineTablet' value=3} {assign var='nbItemsPerLineMobile' value=2} {else} {assign var='nbItemsPerLine' value=6} {assign var='nbItemsPerLineTablet' value=2} {assign var='nbItemsPerLineMobile' value=3} {/if} {*define numbers of product per line in other page for tablet*} {assign var='nbLi' value=$products|@count} {math equation="nbLi/nbItemsPerLine" nbLi=$nbLi nbItemsPerLine=$nbItemsPerLine assign=nbLines} {math equation="nbLi/nbItemsPerLineTablet" nbLi=$nbLi nbItemsPerLineTablet=$nbItemsPerLineTablet assign=nbLinesTablet} <!-- Products list --> <ul{if isset($id) && $id} id="{$id}"{/if} class="product_list grid row{if isset($class) && $class} {$class}{/if}{if isset($active) && $active == 1} active{/if}"> {foreach from=$products item=product name=products} {math equation="(total%perLine)" total=$smarty.foreach.products.total perLine=$nbItemsPerLine assign=totModulo} {math equation="(total%perLineT)" total=$smarty.foreach.products.total perLineT=$nbItemsPerLineTablet assign=totModuloTablet} {math equation="(total%perLineT)" total=$smarty.foreach.products.total perLineT=$nbItemsPerLineMobile assign=totModuloMobile} {if $totModulo == 0}{assign var='totModulo' value=$nbItemsPerLine}{/if} {if $totModuloTablet == 0}{assign var='totModuloTablet' value=$nbItemsPerLineTablet}{/if} {if $totModuloMobile == 0}{assign var='totModuloMobile' value=$nbItemsPerLineMobile}{/if} <li class="ajax_block_product{if $page_name == 'index' || $page_name == 'product'} col-xs-6 col-sm-4 col-md-4 col-lg-2{else} col-xs-6 col-sm-4 col-md-4 col-lg-2{/if}{if $smarty.foreach.products.iteration%$nbItemsPerLine == 0} last-in-line{elseif $smarty.foreach.products.iteration%$nbItemsPerLine == 1} first-in-line{/if} {if $smarty.foreach.products.iteration > ($smarty.foreach.products.total - $totModulo)} last-line{/if} {if $smarty.foreach.products.iteration%$nbItemsPerLineTablet == 0} last-item-of-tablet-line{elseif $smarty.foreach.products.iteration%$nbItemsPerLineTablet == 0} first-item-of-tablet-line{/if}{if $smarty.foreach.products.iteration%$nbItemsPerLineMobile == 1} last-item-of-mobile-line{elseif $smarty.foreach.products.iteration%$nbItemsPerLineMobile == 0} first-item-of-mobile-line{/if} {if $smarty.foreach.products.iteration > ($smarty.foreach.products.total - $totModuloMobile)} last-mobile-line{/if}"> Thanks a lot.
  7. Hey, No, I didn't missed the first two parts. I solved the problem, the problem is, that when I copy your css code and paste at my CSS doc, don't know why, that doesn't work. But if I text the code manually that's works. So now works fine to me. Thank you so much.
  8. Hi, Thanks for the sharin, but you are sure that only doing that changes at css files, this works? Because doesn't work for me that modified CSS. Thanks.
×
×
  • Create New...