Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • mgurbanes Friend
    #186800

    Hi,

    How can I add new module position, beside the logo.. (attached file).

    Thanks


    1. new-position
    phong nam Friend
    #490318

    Hi mgurbanes,

    Try this :

    1. Open<blockquote> templatesja_socialblocksheader.php </blockquote>on your server, then put below code

    <?php if($this->countModules('newmodule')) : ?>
    <div id="newmodule">
    <jdoc:include type="modules" name="newmodule" />
    </div>
    <?php endif; ?>

    before line

    <?php if($this->countModules('search')) : ?>

    2. Open <blockquote>templatesja_socialtemplateDetails.xml </blockquote>. Then add below line

    <position>newmodule</position>

    before

    </positions>

    3. Open <blockquote>templatesja_socialcsstemplate.css</blockquote>, then add the css style of new module:

    .newmodule {
    float: left;
    witdth: 728px;
    height: 90px;
    }

    4. Then create new module at newmodule position in Module Manager.

    Regards,

    Leo

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

This topic contains 2 replies, has 2 voices, and was last updated by  phong nam 11 years, 7 months ago.

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