Hello
Very nice template altrhough a little short on documentation.
Two questions
1) I`m having trouble changing colours of the Read More buttons and the mouseover coour. Doesn`t really work when I apply changes in the General Config parameters. In your demo the buttons are red and mouseover to black. How do I change the red to green for example?
2) Is red the default colour as in the menu mouseover? How to change this colour would be good.
3) In your demo you have a top bar with icons showing resizing the site to piphone/tablet/desktop/mac. Is that included in the quickstart package. If so where do I find it?
Sorry for these random questions but hope you can help
AS Templates
POSTED: 2014-02-26
Hello DICKSTANLEY,
1. Currently your site is offline, please open it, we will check and let you know where you can change the colors.
2. We are sorry, the top bar is not a part of the template.
Regards, AS Team.
dickstanley
POSTED: 2014-02-26
Very quick response
Ok, site is now online. Home Style2 is now my default home page
Thanks
AS Templates
POSTED: 2014-02-26
Hello DICKSTANLEY,
We are sorry for the quick response :)
1. The buttons background color you can change by editing tmpl,default.css file, the following classes:
Great stuff. Digging into the dark depths of code is new to me but looks better now. Can I bug you for one last question?
Under the logo is the slogan "Profit on the betting exchanges".
How do I alter the font size & colour - and postion. Would like to move it 20px up
AS Templates
POSTED: 2014-02-26
Hello DICKSTANLEY,
First of all yo have to change the logo bootstrap size from 2 to 4 columns, the slogan you can change by editing the following class in the tmpl.default.css class (line 2053):
Hello
Where is the favicon.ico file in the AS 002062 template?
I need to change it
Thanks
AS Templates
POSTED: 2014-02-28
Hello DICKSTANLEY,
The favicon.ico file should be uploaded in the "templatesas002062" folder on your server.
Regards, AS Team.
dickstanley
POSTED: 2014-02-28
Thnaks for the reply re: favicons
I have done that but obviously some problem with Chrome as the favicon shows ok in Firefox but not in Chrome
dickstanley
POSTED: 2014-02-28
Hmmm. I am not a newbie to Joomla but have to say that this template is giving me a headache!
I can`t seem to get the Contact form showing s per your demo site.
Do you have any detailed documentation?
AS Templates
POSTED: 2014-02-28
Hello DICKSTANLEY,
Have you installed this template using quick-start installation package? After installing this package your site will look exact like our demo preview page and it will be easy for you to make changes in the content and preview all parameters and settings, please see the following page fore more info:
http://www.astemplates.com/joomla-template-documentation/226-002062
Regards, AS Team.
dickstanley
POSTED: 2014-02-28
I used quickstart and site looked like your demo. Fine
But making changes in the Contact form area has led to me not being able to see it all on the front end.
It doesn`t seem too complicated and I have followed the steps correctly I`m sure.
Ok, I deleted the demo "contacts" menu item ( I wanted to get rid of the google maps thing) and created another menu item called Contacts. But the form won`t show on the front end!
Where am I going wrong?
AS Templates
POSTED: 2014-02-28
Hello DICKSTANLEY,
In this case our suggestion is install the quick-start package in some demo folder. After installing it you will be able to preview all parameters, settings and compare with yours, we think only in such way you can find the problem.
Regards, AS Team.
dickstanley
POSTED: 2014-03-06
I installed a slider extension (responsivebannerslider) compatible with Joomla 3x.
It have used the AS -5 - position for the the new slider but it appears to be
1152px wide which I believe is 20px too wide?
Can you look at the URL page and help me find the code to adjust this measurement.Thanks
Hello DICKSTANLEY,
It looks like you have not defined bootstrap size, the parameter you can find under the extension advanced options tab, you have set it to 12.
Regards, AS Team.
dickstanley
POSTED: 2014-03-07
Thanks again. Worked.
next question: I can`t seem to hide article or module titles. I have set global options to hide and in the article options also set to hide
Any ideas/
AS Templates
POSTED: 2014-03-07
Hello DICKSTANLEY,
Can you please let us know what exactly titles you can't remove and on which pages?
Regards, AS Team.
dickstanley
POSTED: 2014-03-10
Hi
Do you have a list of module class suffixes for individual module styling?
For example on your demo "About" page....the module "Why our Studio"
module is background colour grey & the blocknumber is black background with red circle border
Hope you can help. Thanks
AS Templates
POSTED: 2014-03-10
Hello DICKSTANLEY,
We are sorry, we are not using any module class suffixes, the colors you can change by editing css only.
Regards, AS Team.
dickstanley
POSTED: 2014-03-12
Having trouble with adding a menu
I have a main nav horizontal menu and have added a second vertical menu.
But this menu doesn`t show up even though I have assigned the module to various pages. All I get is a blank white page. For example if you click on www.inplaytrading/.co.uk/about
What am I missing?
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
Very nice template altrhough a little short on documentation.
Two questions
1) I`m having trouble changing colours of the Read More buttons and the mouseover coour. Doesn`t really work when I apply changes in the General Config parameters. In your demo the buttons are red and mouseover to black. How do I change the red to green for example?
2) Is red the default colour as in the menu mouseover? How to change this colour would be good.
3) In your demo you have a top bar with icons showing resizing the site to piphone/tablet/desktop/mac. Is that included in the quickstart package. If so where do I find it?
Sorry for these random questions but hope you can help
1. Currently your site is offline, please open it, we will check and let you know where you can change the colors.
2. We are sorry, the top bar is not a part of the template.
Regards, AS Team.
Ok, site is now online. Home Style2 is now my default home page
Thanks
We are sorry for the quick response :)
1. The buttons background color you can change by editing tmpl,default.css file, the following classes:
Featured Row (line 2303):
#featured-row a.btn,
#featured-row a.readmore
{
background-color: #FF2200;
background-image: none !important;
border-radius: 3px;
color: #FFFFFF;
padding: 5px 25px;
text-align: center;
}
#featured-row a.btn:hover,
#featured-row a.readmore:hover
{
background-color: #121212;
}
Content, Blog, Footer (line 617):
a.btn,
a.readmore,
.btn_info,
.btn-info,
.btn-group button.btn,
.mod-newsflash a.readmore,
.btn-primary,
.btn_primary,
.contentpane .button
{
padding: 3px 0px;
margin-top: 0px;
font-size: 12px;
line-height: 17px;
border-radius: 5px;
color: #ff2200;
background-color: transparent;
font-weight: bold;
}
2. The menu colors you can change by editing ext.asmenu.css file (line 64)
#as-menu ul.as-menu > li > a:hover,
#as-menu ul.as-menu > li > span:hover,
#as-menu ul.as-menu > li.active > a,
#as-menu ul.as-menu > li.asHover > a,
#as-menu ul.as-menu > li.current > a,
#as-menu ul.as-menu > li.active > span,
#as-menu ul.as-menu > li.asHover > span,
#as-menu ul.as-menu > li.current > span
{
background: transparent !important;
border: 0 !important;
color: #ff2200 !important;
}
Regards, AS Team.
Under the logo is the slogan "Profit on the betting exchanges".
How do I alter the font size & colour - and postion. Would like to move it 20px up
First of all yo have to change the logo bootstrap size from 2 to 4 columns, the slogan you can change by editing the following class in the tmpl.default.css class (line 2053):
#header-row #logo span.slogan {
display: inline-block;
font-size: 12px;
left: -33px;
margin-top: 10px;
position: relative;
top: 13px;
}
Regards, AS Team.
Where is the favicon.ico file in the AS 002062 template?
I need to change it
Thanks
The favicon.ico file should be uploaded in the "templatesas002062" folder on your server.
Regards, AS Team.
I have done that but obviously some problem with Chrome as the favicon shows ok in Firefox but not in Chrome
I can`t seem to get the Contact form showing s per your demo site.
Do you have any detailed documentation?
Have you installed this template using quick-start installation package? After installing this package your site will look exact like our demo preview page and it will be easy for you to make changes in the content and preview all parameters and settings, please see the following page fore more info:
http://www.astemplates.com/joomla-template-documentation/226-002062
Regards, AS Team.
But making changes in the Contact form area has led to me not being able to see it all on the front end.
It doesn`t seem too complicated and I have followed the steps correctly I`m sure.
Ok, I deleted the demo "contacts" menu item ( I wanted to get rid of the google maps thing) and created another menu item called Contacts. But the form won`t show on the front end!
Where am I going wrong?
In this case our suggestion is install the quick-start package in some demo folder. After installing it you will be able to preview all parameters, settings and compare with yours, we think only in such way you can find the problem.
Regards, AS Team.
It have used the AS -5 - position for the the new slider but it appears to be
1152px wide which I believe is 20px too wide?
Can you look at the URL page and help me find the code to adjust this measurement.Thanks
http://www.inplaytrading.co.uk/index.php/home-style-1/home-style-2
It looks like you have not defined bootstrap size, the parameter you can find under the extension advanced options tab, you have set it to 12.
Regards, AS Team.
next question: I can`t seem to hide article or module titles. I have set global options to hide and in the article options also set to hide
Any ideas/
Can you please let us know what exactly titles you can't remove and on which pages?
Regards, AS Team.
Do you have a list of module class suffixes for individual module styling?
For example on your demo "About" page....the module "Why our Studio"
module is background colour grey & the blocknumber is black background with red circle border
Hope you can help. Thanks
We are sorry, we are not using any module class suffixes, the colors you can change by editing css only.
Regards, AS Team.
I have a main nav horizontal menu and have added a second vertical menu.
But this menu doesn`t show up even though I have assigned the module to various pages. All I get is a blank white page. For example if you click on www.inplaytrading/.co.uk/about
What am I missing?