Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • iaassens Friend
    #201862

    Hi 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.
    Thanks

    chavan Friend
    #551988

    can you please post your Site Url, so i could check it and provide a solution

    iaassens Friend
    #551990

    Hi 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-tabs

    Thanks

    chavan Friend
    #552038

    just 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 Friend
    #552068

    Hi 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
    Denis

    iaassens Friend
    #552848

    Nobody knows how to insert icons to tabs?

    chavan Friend
    #552868

    can 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 Friend
    #552885

    PM sent, thanks Chavan.

    chavan Friend
    #552932

    this 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.

    iaassens Friend
    #553027

    Thanks Chavan,

    It is working now 🙂
    Quick question though. What will happen once I upgrade the JA-TABS?

    best regards
    Denis

    chavan Friend
    #553043

    the changes will disappear. we need to update the code it again.

Viewing 11 posts - 1 through 11 (of 11 total)

This topic contains 11 replies, has 2 voices, and was last updated by  chavan 9 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum