test
Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • hariorama Friend
    #150644

    hello in the round

    i would like to put the content title on top of the image in mod_janews2

    Link

    also:

    1. section title
    2. content title
    3. thumbnail image
    4. short content intro
    5. links

    how can i do this?

    Anonymous Moderator
    #341522

    Hi hariorama

    Please open modules/ja_news2/tmpl/blog_item.php file, find following code section:


    <?php if ($s_showimage && $image) : ?>
    <div class="ja-zinimg" style="width:<?php echo $img_w;?>px;height:<?php echo $img_h;?>px;">
    <?php echo $image; ?>
    </div>
    <?php endif; ?>

    <h4 class="ja-zintitle"><a href="<?php echo $link;?>" title="<?php echo strip_tags($row->title);?>"><?php echo $row->title;?></a></h4>

    and change to:


    <h4 class="ja-zintitle"><a href="<?php echo $link;?>" title="<?php echo strip_tags($row->title);?>"><?php echo $row->title;?></a></h4>
    <?php if ($s_showimage && $image) : ?>
    <div class="ja-zinimg" style="width:<?php echo $img_w;?>px;height:<?php echo $img_h;?>px;">
    <?php echo $image; ?>
    </div>
    <?php endif; ?>

    hariorama Friend
    #341560

    hi ja-developer

    thank’s a lot my friend.

    one more question is:

    browser firefox does not show the frame in the right site in modul-klassen-suffix “_hilite”

    please see attached picture and

    LINK


    1. FireShot-capture-008-Startseite-I-Tierschutznews-einfach-gut-informiert-tierschutznews
    Anonymous Moderator
    #341928

    Hi hariorama

    It is too small to see your issue.

    Could you send me other image?

    hariorama Friend
    #341933

    ok ja-developer

    here you go:

    Link

    Anonymous Moderator
    #342735

    Hi you

    open templates/ja_teline_iii/css/template.css file, at about line 817, find following code section:

    .ja-mass-bottom .moduletable, .ja-mass-bottom .moduletable_default, .ja-mass-bottom .moduletable_hilite {
    border-bottom:1px solid #DDDDDD;
    }

    and change to:

    .ja-mass-bottom .moduletable, .ja-mass-bottom .moduletable_default, .moduletable_hilite {
    border-bottom:1px solid #DDDDDD;
    }

    hariorama Friend
    #342739

    thank you ja-developer.

    the problem is still there???

    i noticed another problem:

    sometimes when you go back to the frontpage, from another page inside the homepage, then mod_janews2 is not showing up below mod_janews_fp ???

    Saguaros Moderator
    #343872

    Dear hariorama!

    Did you resolve those problem, i saw your site, it is working well, (but having with ja menu 🙂 )

    Thanks

    hariorama Friend
    #343873

    i noticed another problem:

    sometimes when you go back to the frontpage, from another page inside the homepage, then mod_janews2 is not showing up below mod_janews_fp ???

    Saguaros Moderator
    #344071

    Dear hariorama!

    I could not detect this issue, i’m sorry for not being of much help in this case

    thanks

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

This topic contains 10 replies, has 3 voices, and was last updated by  Saguaros 14 years, 6 months ago.

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