Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • webssolutions Friend
    #134782

    Hello People, i would know if i can get some help at this forum, im working on the Rutile template and i would know how i could add a new position below the JA News and Right. Im attaching an image.
    All the help will be appreciate.
    Regards
    Mariela


    1. ja_rutile_user_guide
    webssolutions Friend
    #276943

    Please somebody Help me

    webssolutions Friend
    #277421

    Please support

    questbg Friend
    #277423

    Hi Mariela

    Not sure I can help as I’ve never used the Rutile template before.

    It would seem from your screengrab that the ‘first stepping stone’ would be to duplicate the JA News Frontpage module, rename this and then publish this in a position underneath JA News?

    As for how you can get this to span across the right column, I don’t know, I’m quite new to Joomla myself.

    Hopefully, one of the JA staff will give you more information than this!

    Good Luck
    Chris

    Menalto Friend
    #277426

    To add a new posiiton like that is just as for any other template:)

    webssolutions Friend
    #277431

    what do you mean?……i thought that there needed to add some code to index.php

    Menalto Friend
    #277433

    Yes you need to, and the steps to add a new module position is the same as you need to do for any other template, use the code and place it where you want it

    scotty Friend
    Sherlock Friend
    #277614

    You can do so by the following way:
    1. Edit index.php:
    Search those lines:

    <?php
    $spotlight = array ('user1','user2','user5','user6');

    Add this code above:

    <div id="ja-rutile">
    <jdoc:include type="modules" name="yourposition" style="yourstyle" />
    </div>

    Change yourposition and yourstyle as you want
    2. Add those lines into CSS:

    #ja-rutile {template.css (line 1262)

    clear:both;
    float:right;

    width:77.5%;
    }

    scotty Friend
    #277625

    Copied straight from firebug ^^

    Should be…

    #ja-rutile {
    clear:both;
    float:right;
    width:77.5%;
    }

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

This topic contains 10 replies, has 5 voices, and was last updated by  scotty 16 years ago.

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