Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • jeli1979 Friend
    #153830

    Hello,
    I´d like to change module positions in JA Ores like displayed in the attached picture. Is it possible and how?
    Many thanks & regards
    Jens


    1. modulepositions_new
    congtq Friend
    #353948

    Yes, of course. However probably you will have to change rather a lot of css.
    Firstly, you need to define the position as you want to display in templatesja_orestemplateDetails.xml file. Next, change the position of module in templatesja_oreslayoutsdefault.php file. For more changing, continue to change files in templatesja_oreslayoutsblocks folder.

    Saguaros Moderator
    #353949

    Hello,

    You open the file: templatesja_oreslayoutsblockstopsl.php and find the following code:

    class=”main

    class=”

    2) you open this: templatesja_oreslayoutsdefault.php and remove the followingcode:
    [PHP]
    <?php $this->loadBlock(‘topsl’) ?>
    [/PHP]
    3) you open the file:templatesja_oreslayoutsblocksmain.php
    find:
    [PHP]
    <jdoc:include type=”message” />
    [/PHP]

    replace:
    [PHP]
    <jdoc:include type=”message” />
    <?php $this->loadBlock(‘topsl’); ?>
    [/PHP]

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

This topic contains 3 replies, has 3 voices, and was last updated by  Saguaros 14 years, 2 months ago.

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