Viewing 15 posts - 1 through 15 (of 19 total)
  • Author
    Posts
  • jamjodesign Friend
    #142608

    When I add 2 leading articles to JA News 1.3.1 the right column breaks and the News section on the homepage does not line up properly. Can you only have 1 leading news section on the homepage and not 2 or 3? I tried to just remove the JA News module and use standard blog layout but on thiis template this does not work and is just blank on the homepage?

    jamjodesign Friend
    #310472

    Anybody get 2 articles into the Ja-news module yet. When I say 2 I mean on the demo/default template they have 1 leading article from a section. I need to show 2 or 3 articles and it completely breaks the site?

    erikbernhard JA JobBoard
    #317009

    Ive got exactly the same problem. I want to show 4 articals from the same cat on frontpage. doesnt work. Anyone have a solution for this?
    Thanks

    scotty Friend
    #317030

    It appears to be a bug in JA News where it is not closing a </div>. Will post a fix shortly.

    scotty Friend
    #317032

    Ok… open templates/ja_lead/html/mod_janews/blog_item.php and find on line 46…
    [php]
    <div class=”jazin-content”>[/php]and change to…

    [php] <div class=”jazin-content clearfix”>[/php]Then on line 55 find…

    [php] <?php if ($showreadmore) : ?>
    <a href=”<?php echo $link; ?>” class=”readon” title=”<?php echo JText::sprintf(‘Readmore’);?>”><?php echo JText::sprintf(‘Readmore’);?></a>
    <?php endif; ?>
    </div>[/php]and change to… (your just adding the </div> at the end)

    [php] <?php if ($showreadmore) : ?>
    <a href=”<?php echo $link; ?>” class=”readon” title=”<?php echo JText::sprintf(‘Readmore’);?>”><?php echo JText::sprintf(‘Readmore’);?></a>
    <?php endif; ?>
    </div></div>[/php]Then at the very end of the file there are 3 closing </div>. Delete one of them.

    Now open your template.css and at the very end add…

    ul.jazin-links {
    padding-left: 160px;
    }

    Problem solved.

    Anonymous Moderator
    #317069

    Hi

    Maybe you are using the old version. We fixed this issue and updated to the latest version last month.

    Please kindly download our template and install again.

    scotty Friend
    #317074

    The problem is in the version I downloaded last night.

    erikbernhard JA JobBoard
    #317085

    I agree with Scotty, the issue was recognized in the current version, downloaded a few days ago. Thank you Scotty.

    erikbernhard JA JobBoard
    #317107

    Hi Scotty, after adding your changes Ive got this error.
    Can I send my account detail to you in a PM and you will try to login and fix this?

    My Bad. Missed one DIV. It works.
    Thank you Scott.


    1. joomlart
    scotty Friend
    #317109

    Yup PM them to me… and FTP details.

    scotty Friend
    #317117

    You missed this step…

    scotty;144180Then at the very end of the file there are 3 closing </div>. Delete one of them.

    I even made it bold so people wouldn’t miss it 😛

    Fixed now.

    heldholgi Friend
    #317226

    Hi Scotty,

    exactly this is the solution i was searching for !

    Great work !
    Thx

    Rob Hawthorn Friend
    #318027

    Downloaded it this morning and the bug was still there

    anet Friend
    #318280

    thanks scotty it works.

    :-))

    <em>@scotty 144180 wrote:</em><blockquote>Ok… open templates/ja_lead/html/mod_janews/blog_item.php and find on line 46…
    [php]
    <div class=”jazin-content”>[/php]and change to…

    [php] <div class=”jazin-content clearfix”>[/php]Then on line 55 find…

    [php] <?php if ($showreadmore) : ?>
    <a href=”<?php echo $link; ?>” class=”readon” title=”<?php echo JText::sprintf(‘Readmore’);?>”><?php echo JText::sprintf(‘Readmore’);?></a>
    <?php endif; ?>
    </div>[/php]and change to… (your just adding the </div> at the end)

    [php] <?php if ($showreadmore) : ?>
    <a href=”<?php echo $link; ?>” class=”readon” title=”<?php echo JText::sprintf(‘Readmore’);?>”><?php echo JText::sprintf(‘Readmore’);?></a>
    <?php endif; ?>
    </div></div>[/php]Then at the very end of the file there are 3 closing </div>. Delete one of them.

    Now open your template.css and at the very end add…

    ul.jazin-links {
    padding-left: 160px;
    }

    Problem solved.</blockquote>

    stolma Friend
    #318523

    <em>@JA Developer 144239 wrote:</em><blockquote>Hi

    Maybe you are using the old version. We fixed this issue and updated to the latest version last month.

    Please kindly download our template and install again.</blockquote>

    A general question please: when the template has been updated last month (August 09) why is the version still 1.0 and the date still 07-03-2009? If I had not taken a look into this thread and read your comment I would never have been realised that there is a new version.

    Should I download an install again (I havent since July) bevore implement Scottys patch or not?

    thankx 4 a re:

    Regards
    stolma

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

This topic contains 19 replies, has 10 voices, and was last updated by  asimd 15 years, 1 month ago.

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