Once again,
1. The problem is only with multilingual setup.
2. Other templates (e.g. 2036) works fine on same setup.
3. Check and compare both (2040 and 2036) so you'll see that the difference is header part, so if 2040 is adjusted for already mentioned code in header part, the problem will be solved:
//the code has to be addded here
<a href="<?php echo $this->baseurl; ?>"></a>
<?php if ($this->countModules('as-position-4')): ?>
PS. Truly saying I would expect this part of analysis from your side, as you, being template author, have better knowledge how it functioning, not from my side, customer, with no programming experience at all.
seregassmtun
POSTED: 2014-10-31
Hello,
is there any way to have one css styling on the main page and other css on the other page (e.g. located in different position)?
AS Templates
POSTED: 2014-10-31
Hello SEREGASSMTUN,
Yes, but it should be developed.
Regards, AS Team.
seregassmtun
POSTED: 2014-11-12
Hello,
AS Slider doesnt load image on pages with non-default language.
Pls check.
Thks.
AS Templates
POSTED: 2014-11-12
Hello SEREGASSMTUN,
Can you please provide us with 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.
seregassmtun
POSTED: 2014-11-12
Hello,
Info was provided.
Looks like it's relative URL generated for the images and server responds fine in case of default language:
www.xxx.com/image/pic.jpg
and with mistake in case of non-default language:
www.xxx.com/UA/image/pic.jpg
thus resulting in 404 mistake and not loading image.
I may assume, that absolute URL may help, but this require changes in plugin code, so I would appreciate you help.
AS Templates
POSTED: 2014-11-12
Hello SEREGASSMTUN,
The issue, was fixed, please check.
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
1. The problem is only with multilingual setup.
2. Other templates (e.g. 2036) works fine on same setup.
3. Check and compare both (2040 and 2036) so you'll see that the difference is header part, so if 2040 is adjusted for already mentioned code in header part, the problem will be solved:
<!-- HEADER ~~~~~~~~~~~~~~~~~~ -->
<div id="header-top-wrapper">
<div id="top_header">
<div id="header-top-row">
<div class="container">
//the code has to be addded here
<a href="<?php echo $this->baseurl; ?>"></a>
<?php if ($this->countModules('as-position-4')): ?>
PS. Truly saying I would expect this part of analysis from your side, as you, being template author, have better knowledge how it functioning, not from my side, customer, with no programming experience at all.
is there any way to have one css styling on the main page and other css on the other page (e.g. located in different position)?
Yes, but it should be developed.
Regards, AS Team.
AS Slider doesnt load image on pages with non-default language.
Pls check.
Thks.
Can you please provide us with 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.
Info was provided.
Looks like it's relative URL generated for the images and server responds fine in case of default language:
www.xxx.com/image/pic.jpg
and with mistake in case of non-default language:
www.xxx.com/UA/image/pic.jpg
thus resulting in 404 mistake and not loading image.
I may assume, that absolute URL may help, but this require changes in plugin code, so I would appreciate you help.
The issue, was fixed, please check.
Regards, AS Team.