HEJ ! I need TWO AS menues - one on the top right (Pos4) and one below the slider (Pos2). I can adjust ONE to be in either position, but as soon as I duplicate AS menue module and activate the second menu, I get this error:
Fatal error: Cannot redeclare class modASMenuHelper in /homepages/31/d17778110/htdocs/kunden/floettmann/floettmann/modules/mod_as_menu/helper.php on line 15
What can I do ? I also tried the other menues for the top right, but then all I get is a vertical menue...
Site is http://kunden.brandmarc.com/floettmann/floettmann !
AS Templates
POSTED: 2014-04-09
Hello BRANDMARC,
It is designed for 1 menu only, if you would like to use more AS menus you have to edit 'modules/mos_as_menu/helper.php' file, on the line 14 please replace:
require __DIR__ . '/helper.php';
with
include_once 'helper.php';
Regards, AS Team.
brandmarc
POSTED: 2014-04-15
Okay- it is the mod_as_menu.php to change... buta nyaway, I run into the next Problem...
Fatal error: Cannot redeclare googleFontChooser() (previously declared in /homepages/31/d17778110/htdocs/kunden/floettmann/floettmann/modules/mod_as_menu/tmpl/fonts.php:13) in /homepages/31/d17778110/htdocs/kunden/floettmann/floettmann/modules/mod_as_menu/tmpl/fonts.php on line 294
AS Templates
POSTED: 2014-04-15
Hello BRANDMARC,
In the 'modules/mos_as_menu/styles.php' file on line 11 please replace:
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
Fatal error: Cannot redeclare class modASMenuHelper in /homepages/31/d17778110/htdocs/kunden/floettmann/floettmann/modules/mod_as_menu/helper.php on line 15
What can I do ? I also tried the other menues for the top right, but then all I get is a vertical menue...
Site is http://kunden.brandmarc.com/floettmann/floettmann !
It is designed for 1 menu only, if you would like to use more AS menus you have to edit 'modules/mos_as_menu/helper.php' file, on the line 14 please replace:
require __DIR__ . '/helper.php';
with
include_once 'helper.php';
Regards, AS Team.
Fatal error: Cannot redeclare googleFontChooser() (previously declared in /homepages/31/d17778110/htdocs/kunden/floettmann/floettmann/modules/mod_as_menu/tmpl/fonts.php:13) in /homepages/31/d17778110/htdocs/kunden/floettmann/floettmann/modules/mod_as_menu/tmpl/fonts.php on line 294
In the 'modules/mos_as_menu/styles.php' file on line 11 please replace:
require __DIR__ . '/fonts.php';
with:
include_once 'fonts.php';
Regards, AS Team.