Good morning,
I have intalled the template as002036 first manually and then using Quickstart package, but the Splash page doesn't seem to be working, is it because I've choosen multilingual option in order to have a multilingual web site? How can I have the Splash page working on my multilingual web site?
Thanks.
Regards
Silvia
AS Templates
POSTED: 2015-03-17
Hello SILVIA72,
What is your site url please? Probably we will need an access to your Joomla admin panel for checking this issue. The info please put in the Special info area under your Purchased items section of your AS account.
Regards, AS Team.
Silvia72
POSTED: 2015-03-19
Good morning!
I've put my details on my Purchased items sectionas you asked.
I've disabled System - Language Filter and the Splash page came up.
I've tried by duplicating the template and assigning different menus to different template bus still when multilingula is on Splash page goes off.
Thanks for your support
Regards, Silvia
AS Templates
POSTED: 2015-03-19
Hello SILVIA72,
In the template's index.php file please find the following line (line 74)
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
I have intalled the template as002036 first manually and then using Quickstart package, but the Splash page doesn't seem to be working, is it because I've choosen multilingual option in order to have a multilingual web site? How can I have the Splash page working on my multilingual web site?
Thanks.
Regards
Silvia
What is your site url please? Probably we will need an access to your Joomla admin panel for checking this issue. The info please put in the Special info area under your Purchased items section of your AS account.
Regards, AS Team.
I've put my details on my Purchased items sectionas you asked.
I've disabled System - Language Filter and the Splash page came up.
I've tried by duplicating the template and assigning different menus to different template bus still when multilingula is on Splash page goes off.
Thanks for your support
Regards, Silvia
In the template's index.php file please find the following line (line 74)
<?php if($menu_active == $menu->getDefault() && $splash_page): ?>
and replace it with the following:
<?php if(($menu_active == $menu->getDefault() || $menu_id == 145 || $menu_id == 146) && $splash_page): ?>
Where menu id 145 is your English home page and 146 Italian home page.
Regards, AS Team.
It works! Many thanks for your support!
Best Regards, Silvia