I bought this 002036 template and i would like to know how i can change on the splash page (round logo picture link not on the HOME but on another menu item such as "Our salon" for example)... So, you understand, that it will be much better if the customer can click moues on the Logo-Picture in the body of site (left high corner) or splash page (round picture) and would have made the transition not on the SPLASH PAGE but on another menu item like "Our salon" or "About us"... Could not understand how to do it... May be it possible from admin panel or just only to change code somewhere... Excuse me, I'm still a newbie in Joomla :( But I will be very much appreciated for your valuable assistance!!! Thanks.
AS Templates
POSTED: 2015-05-20
Hello SBURLAKOV,
You can do it by editing the template's index.php file only, the code for the url you can find on lines 85 and 90.
Regards, AS Team.
sburlakov
POSTED: 2015-05-20
But what kind of code it must be for a menu item "Our salon"... Sorry, guys... I dont know php code very well... Please help with code if it is not hard... Thanks...
AS Templates
POSTED: 2015-05-20
Hello SBURLAKOV,
Instead:
<?php echo $this->baseurl; ?>
You have to put link your link:
http://stomatologya-sokolniki.ru/about-us.html
Regards, AS Team.
sburlakov
POSTED: 2015-05-20
On the splash page is working!!! But on the site, when i click on the logo - transfer to splash page again :( May be I made a mistake :
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 bought this 002036 template and i would like to know how i can change on the splash page (round logo picture link not on the HOME but on another menu item such as "Our salon" for example)... So, you understand, that it will be much better if the customer can click moues on the Logo-Picture in the body of site (left high corner) or splash page (round picture) and would have made the transition not on the SPLASH PAGE but on another menu item like "Our salon" or "About us"... Could not understand how to do it... May be it possible from admin panel or just only to change code somewhere... Excuse me, I'm still a newbie in Joomla :( But I will be very much appreciated for your valuable assistance!!! Thanks.
You can do it by editing the template's index.php file only, the code for the url you can find on lines 85 and 90.
Regards, AS Team.
Instead:
<?php echo $this->baseurl; ?>
You have to put link your link:
http://stomatologya-sokolniki.ru/about-us.html
Regards, AS Team.
<div id="logo">
<?php if($logo_type): ?>
<a href="http://stomatologya-sokolniki.ru/our-dental-clinic.html">
<img src="<?php echo $splash_logo_img;?>" alt="<?php echo $sitename; ?>" />
</a>
<?php else: ?>
<div class="logo">
<a href="http://stomatologya-sokolniki.ru/our-dental-clinic.html"><?php echo $logo_txt; ?></a>
<span class="slogan">
<?php echo $slogan_txt; ?>
</span>