Hi there! I downloaded the free version and all is going well :-) Couple of Q's before I purchase the full version:
1) I'd like to load new fonts. I tried replacing the 3 .js fonts in /scripts and got nowhere. Is this easy / could you assist?
2) I could not see how to configure it in Joomla 2.5, does on the pro version allow configuration?
many thanks
Al
amcquade
POSTED: 2012-03-22
Hello again :-)
Purchased the full version and have all controls now thanks. Great template, looks good and is easy to use, installed first time no problems at all.
I would also like to know where in the CSS the home page logo and buttons are as I'd like to move them.
Again great template :-)
Al
AS Templates
POSTED: 2012-03-22
Hello amcquade,
5 min ago we released an update, please be sure you have a latest version 1.1.1
Please see the tmpl.header.css, as well probably you will need to make changes in the styles.php file, your own css you can put in the Custom CSS area in the template parameters.
Regards, AS Team.
amcquade
POSTED: 2012-03-30
Hi There,
Having trouble with the login button when putting it in any position other than 40. Please see here:
http://modfitness.co.uk/index.php/login3
Thanks
Al
AS Templates
POSTED: 2012-03-30
Hello amcquade,
It is not designed for this position, so you have to make small changes, in the tmpl.content.css file please find the following class:
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) I'd like to load new fonts. I tried replacing the 3 .js fonts in /scripts and got nowhere. Is this easy / could you assist?
2) I could not see how to configure it in Joomla 2.5, does on the pro version allow configuration?
many thanks
Al
Purchased the full version and have all controls now thanks. Great template, looks good and is easy to use, installed first time no problems at all.
I would also like to know where in the CSS the home page logo and buttons are as I'd like to move them.
Again great template :-)
Al
5 min ago we released an update, please be sure you have a latest version 1.1.1
Please see the tmpl.header.css, as well probably you will need to make changes in the styles.php file, your own css you can put in the Custom CSS area in the template parameters.
Regards, AS Team.
Having trouble with the login button when putting it in any position other than 40. Please see here:
http://modfitness.co.uk/index.php/login3
Thanks
Al
It is not designed for this position, so you have to make small changes, in the tmpl.content.css file please find the following class:
#contact-form .button,
#searchForm .button,
#member-registration button,
#user-registration button,
#adminForm button,
.login button
{
height: 40px;
margin: 10px 0 0;
padding: 0 0 10px;
}
and add the: '#login-form .button,' to the top, so it will looks exact like the following:
#login-form .button,
#contact-form .button,
#searchForm .button,
#member-registration button,
#user-registration button,
#adminForm button,
.login button
{
height: 40px;
margin: 10px 0 0;
padding: 0 0 10px;
}
If you will have any problems please contact us through the "Contact Us" page and provide with an access to the Joomla admin panel.
Regards, AS Team.