-
AuthorPosts
-
iaassens Friend
iaassens
- Join date:
- December 2013
- Posts:
- 121
- Downloads:
- 22
- Uploads:
- 18
- Thanks:
- 34
- Thanked:
- 2 times in 1 posts
October 6, 2014 at 1:22 pm #201862Hi guys,
Is it possible to assign a font awesome icon to the tabs in JA tabs? Been trying to wrap my head around how, but no matter what I do I cant seem to get it to show.
If so how, please advise.
Thankschavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
October 6, 2014 at 2:05 pm #551988can you please post your Site Url, so i could check it and provide a solution
iaassens Friendiaassens
- Join date:
- December 2013
- Posts:
- 121
- Downloads:
- 22
- Uploads:
- 18
- Thanks:
- 34
- Thanked:
- 2 times in 1 posts
October 6, 2014 at 2:29 pm #551990Hi Chavan,
It is currently only available on a localhost.
However it is a very simple question. What I am trying to do is to have an icon in the tab (<i class=”fa fa-angle-right”></i>), but no matter where I put it will not show.{jatabs type=”content” position=”left” style=”beryl” height=”441″ mouseType=”click” animType=”none”}
{/jatabs}
there is no icons present either on the demo site.
http://joomla-extensions.demo.joomlart.com/index.php/ja-tabsThanks
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
October 7, 2014 at 1:35 am #552038just disable the editor in global configuration, I mean to set to No Editor .
Then Add this <i class=”fa fa-angle-right”></i> , Since the Editor removes this tag.
iaassens Friendiaassens
- Join date:
- December 2013
- Posts:
- 121
- Downloads:
- 22
- Uploads:
- 18
- Thanks:
- 34
- Thanked:
- 2 times in 1 posts
October 7, 2014 at 6:25 am #552068Hi Chavan,
I have the editor disabled by default always.
Have tried the following, but nothing works.<i class=”fa fa-angle-right”></i>
<i class=”fa fa-angle-right”></i>
thanks
Denisiaassens Friendiaassens
- Join date:
- December 2013
- Posts:
- 121
- Downloads:
- 22
- Uploads:
- 18
- Thanks:
- 34
- Thanked:
- 2 times in 1 posts
October 14, 2014 at 6:55 am #552848Nobody knows how to insert icons to tabs?
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
October 14, 2014 at 9:46 am #552868can you please post your site Url and admin details in PM. And the exact Url where you have placed the Tabs in your site. I will fix that for you.
iaassens Friendiaassens
- Join date:
- December 2013
- Posts:
- 121
- Downloads:
- 22
- Uploads:
- 18
- Thanks:
- 34
- Thanked:
- 2 times in 1 posts
October 14, 2014 at 11:04 am #552885PM sent, thanks Chavan.
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
October 14, 2014 at 3:15 pm #552932this is not an issue, This is a customization.
1. I have replace your code
to
Just added this code customIcon=”fa fa-angle-right” , you can replace fa-angle-right to any icon you like
2. I have made a change to the JA Tabs Plugin
I have wriiten these codes in this function wirentTabContent
[PHP]$customIcon = (isset($params[‘customIcon’])) ? ” <i class=”{$params[‘customIcon’]}”></i>” : “”;
$_SESSION[‘li’] .= “<li><h3$jaclass>$customIcon<span>” . JText::_($params[‘title’]) . “</span></h3></li>”;[/PHP]
Please check your site and confirm.
1 user says Thank You to chavan for this useful post
-
AuthorPosts
This topic contains 11 replies, has 2 voices, and was last updated by chavan 10 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum