Hi zipani,
You can backup your files and try to follow these steps:
– Open templatesja_fixeletcformcom_content.article.xml, add line:
<option value=”4×2″>4×2</option>
in <field name=”jcontent_size” type=”list” default=”1×1″ block.
– Open templatesja_fixeljsscript.js, add these code at 332th line:
items.filter(‘.grid-4×2’).width(itemWidth * 4).height(itemWidth * 2);
– After that, you put grid-4×2 in Module class suffix option of JA Slideshow lite module. The module will display in full-page then.
Note: You also need to create a custom.css file at templates/ja_fixel/css/ path, then put below codes to make the cart icon be visible:
#mycart {
z-index: 9999;
}