test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • chbroggi Friend
    #161761

    I am currently using the Facebook Like, Facebook and Retweet plugins with Joomla 1.5.22 and the JA Social template. This setup shows 3 boxes (one for each plugin) in different locations (see image Currently.jpg attached).

    Would anyone know how to show / integrate all these boxes within one bar (see image Desired.jpg attached).

    Thank you in advance for any suggestion 🙂


    1. Currently
    2. Desired
    chavan Friend
    #382652

    I can help you , Need your site Url

    chbroggi Friend
    #382755

    Here it is http://www.olotus.org/d/
    Thanks 🙂

    Ninja Lead Moderator
    #382856

    please do as following:

    open plugins/content/plg_jaretweet/assets/css/style.css,
    change:

    div.ja-retweet-horizontal-home, div.ja-retweet-horizontal {
    float: left;
    margin: 10px 0;
    }

    to


    div.ja-retweet-horizontal-home, div.ja-retweet-horizontal {
    float: left;
    left: 70px;
    margin: 10px 0;
    position: relative;
    top: -82px;
    }

    change:

    div.ja-facebookshare-button_count-home, div.ja-facebookshare-button_count {
    float: left;
    margin: 10px 0;
    }

    to:


    div.ja-facebookshare-button_count-home, div.ja-facebookshare-button_count {
    float: left;
    left: 70px;
    margin: 10px 0;
    position: relative;
    top: -81px;
    }

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

This topic contains 4 replies, has 3 voices, and was last updated by  Ninja Lead 13 years, 9 months ago.

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