Hello TRIP278,
The template is built using Boostrap framework, we are using the same version like Joomla use: https://docs.joomla.org/J3.x:Javascript_Frameworks#Twitter_Bootstrap_JavaScript_Framework
The bootstrap documentation you can see here:
http://bootstrapdocs.com/v2.0.2/docs/base-css.html#icons
Regards, AS Team.
Trip278
POSTED: 2016-07-02
Hello TRIP278,
The template is built using Boostrap framework, we are using the same version like Joomla use:
https://docs.joomla.org/J3.x:Javascript_Frameworks#Twitter_Bootstrap_JavaScript_Framework
The bootstrap documentation you can see here:
http://bootstrapdocs.com/v2.0.2/docs/base-css.html#icons
Regards, AS Team.
~~~~~~~~~~~~~~~~~~~~~~~~
THANKS
Regards
Trip
Trip278
POSTED: 2016-07-02
Hello TRIP278,
The template is built using Boostrap framework, we are using the same version like Joomla use:
https://docs.joomla.org/J3.x:Javascript_Frameworks#Twitter_Bootstrap_JavaScript_Framework
The bootstrap documentation you can see here:
http://bootstrapdocs.com/v2.0.2/docs/base-css.html#icons
Regards, AS Team.
~~~~~~~~~~~~~~~~~~~~~~~
This doesn't seem to be the correct list since the icons for Facebook, Twitter, google+ and linked-in you guys used on this template are not in the list you provided. The other link from Joomla docs does not help either since no icons and style names are there.
Where is the icon list / style names you used at the bottom middle of this page: http://demo.astemplates.com/joomla-templates/002032/ ? Where are all the other icons that belong to these same icon groups?
Regards
Ed
Trip278
POSTED: 2016-07-04
Where is the icon list / style names you used at the bottom middle of this page: http://demo.astemplates.com/joomla-templates/002032/ ? Where are all the other icons that belong to these same icon groups?
I don't see an answer to the above question. Maybe you missed it?
Regards
AS Templates
POSTED: 2016-07-04
Hello TRIP278,
All available icons you can find in the 'templates/as002032/css/bootstrap.css' file, please make search for: 'icon-'
Regards, AS Team.
Trip278
POSTED: 2016-11-03
Hi again AS
I have a small issue that I've noticed. Why do I see a 1 pixel border on three sides of an image?
This link shows no border. It's the way it should be.
http://www.tbowlmcc.com/index.php/tournament/latest-news?start=1
This link shows the 1 pixel border. Not the way it should appear.
http://www.tbowlmcc.com/index.php/tournament/latest-news/131-our-50-discount-for-new-members
It's the same image in both cases.
Regards
Trip
AS Templates
POSTED: 2016-11-04
Hello TRIP278,
You can disable bordering by editing tmpl.default.css file the following class (line 429):
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
The template is built using Boostrap framework, we are using the same version like Joomla use: https://docs.joomla.org/J3.x:Javascript_Frameworks#Twitter_Bootstrap_JavaScript_Framework
The bootstrap documentation you can see here:
http://bootstrapdocs.com/v2.0.2/docs/base-css.html#icons
Regards, AS Team.
The template is built using Boostrap framework, we are using the same version like Joomla use:
https://docs.joomla.org/J3.x:Javascript_Frameworks#Twitter_Bootstrap_JavaScript_Framework
The bootstrap documentation you can see here:
http://bootstrapdocs.com/v2.0.2/docs/base-css.html#icons
Regards, AS Team.
~~~~~~~~~~~~~~~~~~~~~~~~
THANKS
Regards
Trip
The template is built using Boostrap framework, we are using the same version like Joomla use:
https://docs.joomla.org/J3.x:Javascript_Frameworks#Twitter_Bootstrap_JavaScript_Framework
The bootstrap documentation you can see here:
http://bootstrapdocs.com/v2.0.2/docs/base-css.html#icons
Regards, AS Team.
~~~~~~~~~~~~~~~~~~~~~~~
This doesn't seem to be the correct list since the icons for Facebook, Twitter, google+ and linked-in you guys used on this template are not in the list you provided. The other link from Joomla docs does not help either since no icons and style names are there.
Where is the icon list / style names you used at the bottom middle of this page: http://demo.astemplates.com/joomla-templates/002032/ ? Where are all the other icons that belong to these same icon groups?
Regards
Ed
I don't see an answer to the above question. Maybe you missed it?
Regards
All available icons you can find in the 'templates/as002032/css/bootstrap.css' file, please make search for: 'icon-'
Regards, AS Team.
I have a small issue that I've noticed. Why do I see a 1 pixel border on three sides of an image?
This link shows no border. It's the way it should be.
http://www.tbowlmcc.com/index.php/tournament/latest-news?start=1
This link shows the 1 pixel border. Not the way it should appear.
http://www.tbowlmcc.com/index.php/tournament/latest-news/131-our-50-discount-for-new-members
It's the same image in both cases.
Regards
Trip
You can disable bordering by editing tmpl.default.css file the following class (line 429):
.mod-custom img,
.item_img img,
.category_img img,
.item_fulltext img,
.random-image img,
aside .img-intro__left img,
aside .img-intro-left img,
aside .img-intro__right img,
aside .img-intro-right img,
.img-intro__none img,
.img-intro-none img,
.img-full__none img,
.img-full-none img,
.random-image .img
{
border-color: #545453 #9b9b9a #fff;
border-style: solid;
border-width: 1px;
}
Regards, AS Team.
.mod-custom img, .item_img img, .category_img img, .item_fulltext img, .random-image img, aside .img-intro__left img, aside .img-intro-left img, aside .img-intro__right img, aside .img-intro-right img, .img-intro__none img, .img-intro-none img, .img-full__none img, .img-full-none img, .random-image .img {
border-top: 1px solid #545453;
border-right: 1px solid #9b9b9a;
border-bottom: 1px solid #fff;
border-left: 1px solid #9b9b9a;
What if I change the 1px value to 0 or maybe just comment out these 4 lines? I'm not sure so please be specific.
Regards
Trip