Luigi Donato

Results 5 comments of Luigi Donato

The _PrestaShop .htaccess_ rules have interference with _mod_pagespeed_?

I've solved by adding this code to _Apache .conf_ file: ``` RewriteEngine Off ```

Yes.. I've disabled this folder by rewrite and now the _mod_pagespeed_ images rewrite work

> There seems to be a missing class in the repository or am I doing something wrong? > > Best regards > > Holger Same problem here

Solved with: `var cellDiv = jQuery("", { "class": "ganttview-grid-row-cell" }); cellDiv.attr('id', dates[y][m][d])` And: `$(".ganttview-grid-row-cell").live('click', function(event){ alert($(this).attr('id')); });`