Is it possible to import more then 3 top modules in Joomla


Author Message
LESENNE

Posted: 9/24/2015
Quote message 

Using joomla 3.4.4 and Artisteer 4.3
Hello,
Event i design Artisteer template with 4 or 5 top modules on the same line i get only 3 top modules in Joomla after import. If i check the preview in template menu of joomla, i see only 3 differents positions.
If somebody have informations to create more than 3 modules position per line, I Take .....
Thanks
 
Tanya
Artisteer Team

Posted: 9/25/2015
Quote message 

Hi,

There is no possibility to create custom module positions in the top of the template. By the default there are 3 module positions that you see in your site. To add additional module positions you will need to edit the exported files manually. Some help on creating the custom module positions can be found on this forum.

Best regards,
Tanya
 
EDGAMA

Posted: 1/25/2016
Quote message 

Try next

In index.php file search for:
<?php echo $view->positions(array('position-16' => 33, 'position-17' => 33, 'position-18' => 34), 'art-block'); ?>


Change for this:
<?php echo $view->positions(array('position-16' => 20, 'position-17' => 20, 'position-18' => 20, 'position-40' => 20, 'position-41' => 20), 'art-block'); ?>


Remember backup first your index.php

8-)