Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #214036

    Hi,

    I have installed the AddThis plugin and used their custom settings in AddThis Share for Bottom sharing tool:<!– AddThis Button BEGIN –>
    <div class=”addthis_toolbox addthis_default_style addthis_16x16_style”>




    </div>
    <!– AddThis Button END –>

    I stripped the two JS tags as seen on this forum (thanks!) and everything works well on all pages but the author page where the icons are all separated by a <br> tag that came from nowhere :)

    I looked in author.php, and loop-index.php but couldn’t find out where the <br>’s came from.

    Could you please help me to fix this? Thanks a lot!

    #214141

    Hey!

    Try adding this code to the Quick CSS:

    body.author br{
    display: none !important;
    }
    

    Cheers! 
    Josue

    #214306

    Perfect! Thanks a lot.

    Wonderful support!!
    Serge.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Strange behavior of AddThis in Enfold Author page’ is closed to new replies.