Viewing 15 posts - 1 through 15 (of 18 total)
  • Author
    Posts
  • ceeyee Friend
    #167639

    When I set the intro items to be 2, and then deleted the intro image in the second article, there’s a empty gap left (please see screen shot).

    How can we remove that gap so that the title of the second article is just immediately following the Read More: of the article above?

    Thanks.

    Using Teline III V2
    Quickstart Package with Sample Data
    J1.6
    on WAMP 2.1
    WIN7 64bit

    chavan Friend
    #407392

    By reducing the text size in that section you can make it same. post you site url, admin details and ftp details in PM. I will resolve it for you.

    Note: If you Find my Post useful please click on the Thanks Icon

    ceeyee Friend
    #407395

    Login detail sent.
    Thanks so much.

    chavan Friend
    #407445

    I have solved it. Please check your Site and revert.

    I have worked on this css File: /templates/ja_teline_iii/html/mod_janewspro/telineiii/style.css

    replaced this code


    h4.ja-zintitle {

    margin: 0 0 5px !important;

    padding: 0 !important;

    font-weight: bold;

    font-size: 125%;

    }

    With


    h4.ja-zintitle {

    margin: 0 0 5px !important;

    padding: 0 !important;

    font-weight: bold;

    font-size: 125%;

    min-height:60px;

    }

    Note: If you Find my Post useful please click on the Thanks Icon

    ceeyee Friend
    #407454

    But on the website it appears that the gap is still there… Please see screen shot.
    Am I missing something?

    Thanks for your help.

    chavan Friend
    #407459

    please check your Live site. I have attached a screenshot of your site for your reference


    1. Aviary-importantcharts-com-Picture-1
    ceeyee Friend
    #407464

    Could you please set Intro Items to be 2 (please see screen shot)? Then you will see the gap.

    Thank you.

    chavan Friend
    #407471

    ok thanks for the clear information, Let me check with that and update you

    chavan Friend
    #407475

    I hope now the space is cleared. Please tell me any more fixes on that page.

    Note: If you Find my Post useful please click on the Thanks Icon

    ceeyee Friend
    #407495

    This is great!
    May I know how you did it?

    chavan Friend
    #407536

    There was a div tag which loads even when the image is not there. I have set a If condition that “if the image is equal to empty” don’t show the div tags.

    Thats it

    Note: If you Find my Post useful please click on the Thanks Icon

    ceeyee Friend
    #407558

    I am not very good at programing divs…
    May I know which file you changed and where?

    I would like be able to replicate the effect myself.
    Thanks very much.

    chavan Friend
    #407560

    Go to this File: /modules/mod_janewspro/tmpl/telineiii/blog_item.php

    This was the old code:

    <?php if($showimage): ?>

    <div class="ja-zinimg" style="width:160px;height:80px;">

    <?php echo $row->image; ?>

    </div>

    I have replaced the above with the following

    <?php if($showimage && $row->image !=''): ?>

    <div class="ja-zinimg" style="width:160px;height:80px;">

    <?php echo $row->image; ?>

    </div>

    Note: If you Find my Post useful please click on the Thanks Icon

    chavan Friend
    #407562

    there is an issue in the right column. I have attached a screenshot here. please confirm So i could suggest you on that

    Note: If you Find my Post useful please click on the Thanks Icon


    1. Aviary-importantcharts-com-Picture-2
    ceeyee Friend
    #407565

    I am aware of the layout of the right column.
    I am testing the settings there but I have learnt how to fix that.

    But thank you very much, for this and the codes above.

Viewing 15 posts - 1 through 15 (of 18 total)

This topic contains 18 replies, has 2 voices, and was last updated by  chavan 13 years, 2 months ago.

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