Hi, I would like to change the colour of the text in the main logo. In my case I would like to mak green the 5th letter, too. How can I change it? Thanks.
AS Templates
POSTED: 2016-01-07
Hello REDISZTRIBUCIO,
What is your site url please? We will check and let you know.
Regards, AS Team.
redisztribucio
POSTED: 2016-03-22
Hi, with Joomla 3.5 the Logo link doest work. Any solution?
AS Templates
POSTED: 2016-03-22
Hello REDISZTRIBUCIO,
What is your site url please?
Regards, AS Team.
redisztribucio
POSTED: 2016-03-22
http://ajszeven.hu:400/
AS Templates
POSTED: 2016-03-22
Hello REDISZTRIBUCIO,
Our suggestion is to install it using quick-start installation package, after installing the package your site will look exact like our demo preview page and it will be easy for you to make changes in the content, preview all parameters and settings. The quick-start package is actually the template documentation. If by some reason you can't install it on your live server you can install on some demo server or demo folder and then preview all settings.
The package should be installed like regular Joomla installation, here you can find some more info:
http://www.astemplates.com/joomla-template-documentation/436-002085
Regards, AS Team.
redisztribucio
POSTED: 2016-03-22
In the previous version of Joomla it was working fine... so... I think the problem isnt by me or my server. Could you send me some php or css instruction to put in somewhere in the theme, that solve my problem?
AS Templates
POSTED: 2016-03-22
Hello REDISZTRIBUCIO,
Just updated our demo to the latest Joomla 3.5 version and as you can see everything works fine: http://demo.astemplates.com/joomla-templates/002085/
It seems base url on your website is empty, our suggestion is in the template's index.php file, lines 121 and 125, replace the following string with your site url:
<?php echo $this->baseurl; ?>
Regards, AS Team.
redisztribucio
POSTED: 2016-03-22
I will try, thanks.
redisztribucio
POSTED: 2016-03-22
It dosnt work. When I am on one of the menu points, and I move my mouse over the logo, the url shows the same url where I am standing. Interesting. Before upgrade it was working perfect. Please help me.
AS Templates
POSTED: 2016-03-22
Hello REDISZTRIBUCIO,
Accordingly to your website source code you did not make any changes, the href is empty:
<a href="">
<img alt="Fluidcontrol" src="http://ajszeven.hu:400/images/fluid.control.logo.png">
</a>
Regards, AS Team.
redisztribucio
POSTED: 2016-03-23
I had done reundo the chenges.
I had compared the 2 versions: my old and new, and in the index.php are the same:
So I dont know what made the changes. I dont understand.
AS Templates
POSTED: 2016-03-23
Hello REDISZTRIBUCIO,
In the code just change: <?php echo $this->baseurl; ?>
with: http://ajszeven.hu:400
Regards, AS Team.
redisztribucio
POSTED: 2016-03-23
This way its works, I'vew said, but it's strange. Why I had to change the index file after upgrade? The content of the file are the same in the earlier version.... Can you explain?
AS Templates
POSTED: 2016-03-23
Hello REDISZTRIBUCIO,
In the latest version 3.5 Joomla changed the home url to the current.
Regards, AS Team.
redisztribucio
POSTED: 2016-03-23
So it will be error for anyone else too...
AS Templates
POSTED: 2016-03-23
Hello REDISZTRIBUCIO,
On our web server it works just fine, there is no any info yet from joomla.org, hope it will be resolved soon.
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 is your site url please? We will check and let you know.
Regards, AS Team.
What is your site url please?
Regards, AS Team.
Our suggestion is to install it using quick-start installation package, after installing the package your site will look exact like our demo preview page and it will be easy for you to make changes in the content, preview all parameters and settings. The quick-start package is actually the template documentation. If by some reason you can't install it on your live server you can install on some demo server or demo folder and then preview all settings.
The package should be installed like regular Joomla installation, here you can find some more info:
http://www.astemplates.com/joomla-template-documentation/436-002085
Regards, AS Team.
Just updated our demo to the latest Joomla 3.5 version and as you can see everything works fine: http://demo.astemplates.com/joomla-templates/002085/
It seems base url on your website is empty, our suggestion is in the template's index.php file, lines 121 and 125, replace the following string with your site url:
<?php echo $this->baseurl; ?>
Regards, AS Team.
Accordingly to your website source code you did not make any changes, the href is empty:
<a href="">
<img alt="Fluidcontrol" src="http://ajszeven.hu:400/images/fluid.control.logo.png">
</a>
Regards, AS Team.
I had compared the 2 versions: my old and new, and in the index.php are the same:
<div id="logo">
<?php if($logo): ?>
<a href="<?php echo $this->baseurl; ?>">
<img src="<?php echo $logo;?>" alt="<?php echo $sitename; ?>" />
</a>
<?php else: ?>
<a href="<?php echo $this->baseurl; ?>">
<h1><?php echo wrap_chars_with_span($sitename); ?></h1>
<h6><?php echo $slogan;?></h6>
</a>
So I dont know what made the changes. I dont understand.
In the code just change: <?php echo $this->baseurl; ?>
with: http://ajszeven.hu:400
Regards, AS Team.
In the latest version 3.5 Joomla changed the home url to the current.
Regards, AS Team.
On our web server it works just fine, there is no any info yet from joomla.org, hope it will be resolved soon.
Regards, AS Team.