Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • marinolab Friend
    #188110

    First of all I congratulate you … I just saw Smashboard and its really great.
    For my institutional public health’m using Ja Teline IV Joomla 1.7 (http://www.aslromag.info/web) and to upgrade it to Joomla 3.x I would use Ja Argo (http://www.aslromag.info/2014) with some customizations ….
    1. On the Home page I have a blog in which the images of the news are 150px x 100px.
    Now, I wish the text of any news was closer to the images, just like it does for larger images.
    I tried to change span4 and span8 in style sheets, but without success.

    2. I completely lost the references to the socal network in “Follow us” …
    Can you help?
    thanks

    28069


    1. css.zip
    MoonSailor Friend
    #495297

    HI ,

    <blockquote>
    1. On the Home page I have a blog in which the images of the news are 150px x 100px.
    Now, I wish the text of any news was closer to the images, just like it does for larger images.
    I tried to change span4 and span8 in style sheets, but without success.
    </blockquote>

    You can try : open file “templates/ja_argo/html/com_content/category/blog_item.php”, find code (line 31):
    [PHP]
    <div class=”span4 article-row-aside”>
    [/PHP]
    and change to :
    [PHP]
    <div class=”span3 article-row-aside”>
    [/PHP]

    Find code (line 53):
    [PHP]
    <div class=”span8 article-row-main”>
    [/PHP]
    and change to :
    [PHP]
    <div class=”span9 article-row-main”>
    [/PHP]

    <blockquote>2. I completely lost the references to the socal network in “Follow us” …
    Can you help?</blockquote>

    When I check, content of modules:

    [PHP]
    <!– AddThis Button BEGIN –>
    <div class=”addthis_toolbox addthis_default_style addthis_32x32_style”>*</div>
    <!– AddThis Button END –>
    <ul class=”social-list”>
    <li class=”ja-facebook”><a href=”#” title=”Sample link”>Facebook</a></li>
    <li class=”ja-twitter”><a href=”#” title=”Sample link”>Twitter</a></li>
    <li class=”ja-linkedin”><a href=”#” title=”Sample link”>Linkedin</a></li>
    <li class=”ja-rss”><a href=”#” title=”Sample link”>RSS News</a></li>
    </ul>
    [/PHP]

    Pls go to administrator -> site, set default editor as “Editor – none”. Open again modules and change content again:
    [PHP]
    <!– AddThis Button BEGIN –>
    <div class=”addthis_toolbox addthis_default_style addthis_32x32_style”>
    <a class=”addthis_button_preferred_1″></a>
    <a class=”addthis_button_preferred_2″></a>
    <a class=”addthis_button_preferred_3″></a>
    <a class=”addthis_button_preferred_4″></a>
    <a class=”addthis_button_compact”></a>
    <a class=”addthis_counter addthis_bubble_style”></a>
    </div>
    <script type=”text/javascript”>var addthis_config = {“data_track_addressbar”:false, “data_track_clickback”: false};</script>
    <script type=”text/javascript” src=”//s7.addthis.com/js/300/addthis_widget.js#pubid=joomlart”></script>
    <!– AddThis Button END –>
    [/PHP]

    https://www.addthis.com/get/sharing

    Regards

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

This topic contains 2 replies, has 2 voices, and was last updated by  MoonSailor 11 years, 5 months ago.

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