Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Slobodan Manic

    (@slobodanmanic)

    Hi,

    There are two things that are off:

    1. The arrows – they are an HTML element that is being added by your theme and you’ll have to add this to your theme’s style CSS to remove them:

    .ts-fab-list li i { display: none !important; }

    2. Tab links being squashed – I just submitted updated version of the plugin (1.0.6.2) that should fix this. It should be available for download shortly, but give it a few hours if it isn’t.

    Plugin Author Slobodan Manic

    (@slobodanmanic)

    You can see the arrows are also added to social buttons below the author box (Shout out loud section).

    Thread Starter imgopal

    (@imgopal)

    Yes, this section I have added just to make the Plug-in Author aware of the fact that it is not just the Widget showing arrows.

    Plugin Author Slobodan Manic

    (@slobodanmanic)

    I see. I don’t know which part of the theme (or another plugin) it is exactly that adds the arrows, but there’s an empty <i> element there, so you might want to search the theme files for that.

    Thread Starter imgopal

    (@imgopal)

    Thank you very much guys!
    You rock!!

    Thread Starter imgopal

    (@imgopal)

    Hey, there is one problem still.
    When I click on ‘Recent posts’ by Author tab, inside the box, arrows are still being shown.
    Please help!

    Thread Starter imgopal

    (@imgopal)

    Plugin Author Slobodan Manic

    (@slobodanmanic)

    Same reason as the other thing, your theme adds <i> for whatever reason. I’d look into how that can be disabled, but until then this should work:

    .ts-fab-latest li i { display: none; }

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Author Box Tabs are not displayed correctly. Please help!’ is closed to new replies.