1. Balmmnd77
  2. Sherlock Holmes
  3. Commercial Templates
  4. Monday, 23 May 2016
  5.  Subscribe via email
hi
is it possible to have 17 colums instead of the default 14? i am using the caitlin demo package on joomla 3.5.1

thanks
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

In your modules mod_j51carousel.xml (../modules/mod_j51carousel/mod_j51carousel.xml - line181) replace the following...


<fieldset name="COLUMN_14">
<field name="j51_image14" type="editor" width="300" filter="raw" label="MOD_J51_COLUMNCONTENT" />
</fieldset>


With...


<fieldset name="COLUMN_14">
<field name="j51_image14" type="editor" width="300" filter="raw" label="MOD_J51_COLUMNCONTENT" />
</fieldset>
<fieldset name="COLUMN_15">
<field name="j51_image15" type="editor" width="300" filter="raw" label="MOD_J51_COLUMNCONTENT" />
</fieldset>
<fieldset name="COLUMN_16">
<field name="j51_image16" type="editor" width="300" filter="raw" label="MOD_J51_COLUMNCONTENT" />
</fieldset>
<fieldset name="COLUMN_17">
<field name="j51_image17" type="editor" width="300" filter="raw" label="MOD_J51_COLUMNCONTENT" />
</fieldset>


Then in your modules default.php (../modules/mod_j51carousel/tmpl/default.php - line44) replace the following...


$max_images = 15; 


With...


$max_images = 18; 


That should do it. Let me know how it works out! :)

CiarĂ¡n
  1. more than a month ago
  2. Commercial Templates
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!