But it worked well before your template installation. and broke after I installed template
seregassmtun
POSTED: 2014-10-08
I can give you access to admin part to check it step by step (to see it working before template installation and not working after applying template)
AS Templates
POSTED: 2014-10-08
Hello SEREGASSMTUN,
What template did you have before?
Regards, AS Team.
seregassmtun
POSTED: 2014-10-08
Well, no template at all, just joomla 3 from official site. Then I made multilingual setup on it, and after that applied your template.
AS Templates
POSTED: 2014-10-08
Hello SEREGASSMTUN,
OK, we need an access to your Joomla admin panel.
Regards, AS Team.
AS Templates
POSTED: 2014-10-08
Hello SEREGASSMTUN,
It looks like you have some problems with your Joomla, even after changing the default template to 'beez3' or 'protostar' it still showing '002040'. We just can suggest to you reinstall it using our quick-start installation package.
Regards, AS Team.
seregassmtun
POSTED: 2014-10-08
Comment in status pending...
It will be published after it has been approved by the Website Administrator.
seregassmtun
POSTED: 2014-10-08
The reason why I tried joomla 3 from official site was the same problem with quick-start installation package.
Joomla doesnt change it to 'beez3' or 'protostar' because these templates are not assigned to UA or RU menu shown on frontend.
seregassmtun
POSTED: 2014-10-08
I've just changed it for you. pls check
AS Templates
POSTED: 2014-10-08
Hello SEREGASSMTUN,
It is not the template problem, you have not configured properly 'System - Language Filter', the 'Remove URL Language Code' parameter should be set to 'No'.
Regards, AS Team.
seregassmtun
POSTED: 2014-10-12
It's not a question of configuration of Language Filter, as any other template, except for 002040, works fine with such settings. It's also not correct from SEO perspective to have additional URL level. So I would appreciate your help in identifying the reason why this template doesn't perform well on multilingual setup.
seregassmtun
POSTED: 2014-10-18
May I expect any reply?
AS Templates
POSTED: 2014-10-18
Hello SEREGASSMTUN,
We checked your website http://allbooking.com.ua. Additional URL is used for Russian and Ukrainian pages, there is no additional URL for your default language: English, sorry, we do not see any problems here.
Regards, AS Team.
seregassmtun
POSTED: 2014-10-19
You are right, there is no problem with my site. The problem is with template. And I remember there was no statement in ItemDetails, that it has limited functionality and should not be used in full scope in multilingual setup.
seregassmtun
POSTED: 2014-10-19
but ok, nevermind, i've already fixed it.
AS Templates
POSTED: 2014-10-19
Hello SEREGASSMTUN,
Can we know what you have fixed?
Regards, AS Team.
seregassmtun
POSTED: 2014-10-20
The problem was with header part of template's index.php file - baseurl reference was missing.
AS Templates
POSTED: 2014-10-20
Hello SEREGASSMTUN,
Can you please provide us with the missed code? Thank You very much.
Regards, AS Team.
seregassmtun
POSTED: 2014-10-21
<a href="<?php echo $this->baseurl; ?>"></a>
AS Templates
POSTED: 2014-10-21
Hello SEREGASSMTUN,
Strange, just checked the index.php file, we have it in our code:
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
What template did you have before?
Regards, AS Team.
OK, we need an access to your Joomla admin panel.
Regards, AS Team.
It looks like you have some problems with your Joomla, even after changing the default template to 'beez3' or 'protostar' it still showing '002040'. We just can suggest to you reinstall it using our quick-start installation package.
Regards, AS Team.
It will be published after it has been approved by the Website Administrator.
Joomla doesnt change it to 'beez3' or 'protostar' because these templates are not assigned to UA or RU menu shown on frontend.
It is not the template problem, you have not configured properly 'System - Language Filter', the 'Remove URL Language Code' parameter should be set to 'No'.
Regards, AS Team.
We checked your website http://allbooking.com.ua. Additional URL is used for Russian and Ukrainian pages, there is no additional URL for your default language: English, sorry, we do not see any problems here.
Regards, AS Team.
Can we know what you have fixed?
Regards, AS Team.
Can you please provide us with the missed code? Thank You very much.
Regards, AS Team.
Strange, just checked the index.php file, we have it in our code:
<div id="logo" class="span<?php echo $this->params->get('logo_size'); ?>">
<?php if($logo_type): ?>
<a href="<?php echo $this->baseurl; ?>">
<img src="<?php echo $logo_img;?>" alt="<?php echo $sitename; ?>" />
</a>
<span class="slogan">
<?php // echo $slogan_txt; ?>
</span>
<?php else: ?>
<div class="logo">
<a href="<?php echo $this->baseurl ?>"><?php echo $logo_txt; ?></a>
<span class="slogan">
<?php echo $slogan_txt; ?>
</span>
</div>
<?php endif; ?>
</div>
Regards, AS Team.