Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • sfpkent Friend
    #146790

    Hi,

    I would like to more all the news links to the bottom of the news for JA News Module (similar to JA Copper Business)

    Since I do it on my computer (localhost), I can provide the website link.

    Attached with two images:

    – JA Seleni
    – JA Copper

    Thanks!
    Kent


    1. movelinks
    2. jacopper
    John Wesley Brett Moderator
    #326407

    Open the JA_News Module and set the parameters to what you are wanting it to do.
    Set “Intro Items” = 0

    Have fun!
    John.

    sfpkent Friend
    #326469

    Hi jbrett,

    Actually, I want those links under articles, not totally remove the article. Similar to JA Cooper. The problem is not in the setting, the problem is the structure of the JA News.

    As you can see, JA Seleni is links beside the article, JA Cooper is links under the article.

    Thanks!
    Kent

    sfpkent Friend
    #326556

    This is second time happened in Joomlart forum.

    First time, the problem not solved yet, but someone marked the question answered.

    Second time is this one, the problem not solved yet but someone marked solved.

    What happened to JA Support, don’t you guys realised your support is getting worst??

    Is there any answer for my problem here?

    Saguaros Moderator
    #326587

    Dear sfpkent!

    I’m sorry for my delay, right now i’ll give you the solution to resolve your problem 🙂

    Please open the file : templatesja_selenihtmlmod_janewsblog_item.php and find a section code: 76 and 77:
    [PHP]
    if (count ($rows) > $i) {
    echo “<ul class=”jazin-links”>n”;
    [/PHP]
    you replace them by:
    [PHP]
    if (count ($rows) > $i) {
    echo “<ul class=”jazin-links”>n”;
    echo “<strong class=”jazin-more”>”.JText::_(“MORE:”).”</strong>n”;
    [/PHP]

    The next step: please open the file : templatesja_selenicssja.news.css and find some sections code:

    1) at line 47 to 49:


    .jazin-box {
    margin: 0;
    padding-bottom: 15px;
    }

    replace them by:


    .jazin-box {
    margin: 6px;
    padding-bottom: 15px;
    }

    2) at line 98 to 101:


    .jazin-content {
    float: left;
    width: 34%;
    }

    Replace :


    .jazin-content {
    float: left;

    }

    3) at line 120 to 125


    ul.jazin-links {
    float: left;
    padding: 0;
    margin: 0;
    width: 66%;
    }

    and replace:


    ul.jazin-links {
    float: left;
    padding: 0;
    margin: 0;

    }

    Finally, you access the administrator, in the setting of the ja news, please you set the “Columns” parameter equal 2 .

    Good luck

    sfpkent Friend
    #326985

    For temp, it works perfectly, hopefully there is no problem in future. 🙂

    Anyway, thanks! 🙂

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

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

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