I just paid to join to AS design club, but neither myself or anyone in my company can find any links to download a premium template. There's only a link for the free version, which looks awful.
I already have joomla on my computer, will I have to use the premium quickstart for the template to come out correctly?
AS Templates
POSTED: 2016-03-16
Hello SOLARDIRECT,
We just checked your account, it contains links on the premium version only.
To have your site exact like our demo preview you must to install it using quick-start installation package, after installing the package 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.
solardirect
POSTED: 2016-03-25
Hello,
I was wondering how I can change the copyright text at the bottom of the screen. It default set to our website title, but our company name is different.
AS Templates
POSTED: 2016-03-25
Hello SOLARDIRECT,
Can you please provide us with more info, like site URL or template name you used.
Regards, AS Team.
solardirect
POSTED: 2016-03-25
Our site URL is www.solar-pool-heater.com
AS Templates
POSTED: 2016-03-28
Hello SOLARDIRECT,
You can do it by editing template's index.php file the following lines (458-473):
BTW, our support is not available for your subscription as indicated here: http://www.astemplates.com/templates-club-1.
You might want to upgrade your membership to get our competently free support.
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 just paid to join to AS design club, but neither myself or anyone in my company can find any links to download a premium template. There's only a link for the free version, which looks awful.
I already have joomla on my computer, will I have to use the premium quickstart for the template to come out correctly?
We just checked your account, it contains links on the premium version only.
To have your site exact like our demo preview you must to install it using quick-start installation package, after installing the package 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.
I was wondering how I can change the copyright text at the bottom of the screen. It default set to our website title, but our company name is different.
Can you please provide us with more info, like site URL or template name you used.
Regards, AS Team.
You can do it by editing template's index.php file the following lines (458-473):
<div id="copyright">
<?php if($this->params->get('footer_copy') == 1) echo '<span class="copy">Copyright ©</span>'; ?>
<?php if($this->params->get('show_footer_year') == 1) echo '<span class="year">'.date('Y').'</span>'; ?>
<?php if($this->params->get('show_footer_logo') == 1) : ?>
<a class="footer_logo" href="<?php echo $this->baseurl; ?>">
<img src="<?php echo $footer_logo;?>" alt="<?php echo $sitename; ?>" />
</a>
<?php else: ?>
<span class="siteName"><?php echo $sitename; ?></span>
<?php endif; ?>
<?php if ($this->countModules('footer')): ?>
<jdoc:include type="modules" name="as-copyright" style="html5nosize" />
<?php endif; ?>
</div>
BTW, our support is not available for your subscription as indicated here: http://www.astemplates.com/templates-club-1.
You might want to upgrade your membership to get our competently free support.
Regards, AS Team.