Drag & Drop Layout Builder and SP Page Builder Pro Integration. Flex is coming with fantastic page builder very easy to use and to edit. Only with drag and drop you can create complex layouts. With lightning fast SP Page Builder you can easily customize your website just in few clicks. Fastest and the most powerful drag & drop builder available.
template only and extensions are in this package also !!!
Post automatically merged:
If your using the quickstart
when using vm you get an error when saving categories change this
JROOT/administrator/components/com_virtuemart/helpers/vmtable.php
LINE = 1758
$this->{$slugName} = trim(utf8_strtolower($this->{$slugName}));
change it to this
$val = $this->{$slugName};
$this->{$slugName} = trim(function_exists('mb_strtolower') ? mb_strtolower($val, 'UTF-8') : strtolower($val));
also after first install you may get error 500 if you do remove acymtriggers folder from
JROOT/plugins/system
Then in the admin area remove acymailing all together from the extension manager or you will get an error in the site frontend..