Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • berryc Friend
    #147015

    Hello,
    I need to move the search form off of the menu for space reasons.

    Can I create a new module position above the ja-login position?

    Here is my url: http://digicentralservices.com/catholicfoundationgb

    Thanks!
    Craig

    Anonymous Moderator
    #327265
    sushismb Friend
    #349051

    8298Hello,

    I tried to insert a module below the login but the alignment gets messed up (please see attachment). I think there is a specific way to aligh on this template?

    Would appreciate any help!

    Thank you very much in advance!!!


    1. ScreenShot059
    Saguaros Moderator
    #349201

    Dear pls give me the link to your site
    thanks

    sushismb Friend
    #349205

    Hello tienhc,

    Just sent you PM.

    Hope you can help.

    Thanks!

    sushismb Friend
    #349574

    Hello,

    Would appreciate any additional help regarding this issue.

    Thank you very much in advance!

    Saguaros Moderator
    #349724

    Hello

    Pls add the following code into the template.css file :

    #jflanguageselection {
    margin:0!important
    }

    GOodluck

    sushismb Friend
    #349730

    Hello tienhc,

    Thank you for your help! What I see in the template.css file is below;

    <?php } ?>
    <?php if($this->countModules(‘ja-login’)) : ?>
    <div id=”ja-headtools” class=”ja-headtool”>
    <ul>
    <jdoc:include type=”modules” name=”ja-login” />
    </ul>
    <?php endif; ?>
    </div>
    </div>

    I suppose I will place the code you suggested before it? By the way, the position of the language selection I’ve set to “JA-LOGIN”. Or should I create another postion above it?

    Saguaros Moderator
    #349991

    You should replace by the following:

    [PHP]
    <?php } ?>
    <?php if($this->countModules(‘ja-login’)) : ?>
    <div id=”ja-headtools” class=”ja-headtool”>
    <ul>
    <jdoc:include type=”modules” name=”ja-login” />
    <li>
    <jdoc:include type=”modules” name=”ja-extra” />
    </li>
    </ul>
    <?php endif; ?>
    </div>
    [/PHP]

    you put create a new position named is ja-extra to put others modules

    GOodluck

    sushismb Friend
    #350003

    Hello tienhc,

    I created a new module position called “ja-newlanguage” using and following link
    http://www.joomlart.com/forums/topic/how-to-create-new-position-in-joomla-1-5/

    Then I followed the code you mentioned and changed it to the following;

    #jflanguageselection {
    margin:0!important
    }

    <?php } ?>
    <?php if($this->countModules(‘ja-login’)) : ?>
    <div id=”ja-headtools” class=”ja-headtool”>
    <ul>
    <jdoc:include type=”modules” name=”ja-login” />
    <li>
    <jdoc:include type=”modules” name=”ja-newlanguage” />
    </li>
    </ul>
    <?php endif; ?>
    </div>
    </div>
    </div>

    But it’s the same. No difference with the initial problem I mentioned.

    What could be the solution to this???

    Saguaros Moderator
    #350033

    hmm, i think that pls give me the FTP account and the Administrator via PM or submit a ticket, i ‘ll check this issue for you

    Thanks

    sushismb Friend
    #350160

    Hello tienhc,

    I sent you a PM with the information you requested.

    I hope you could help me on this.

    Thank you very much in advance!

    sushismb Friend
    #350259

    Hello tienhc,

    I’d like to follow up on this matter.

    Did you get to read my PM?

    Thanks!

    Saguaros Moderator
    #350361

    i’m checking this 🙂 sorry for my delay

    sushismb Friend
    #350409

    Hello tienhc,

    I gave up on this one but I hope you could try to find the solution to this for future reference.

    Thank you.

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

This topic contains 15 replies, has 4 voices, and was last updated by  sushismb 14 years, 3 months ago.

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