Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • creative_cow Friend
    #185836

    Hello,
    i want to set position-1 to be displayed above slideshow but cant find out how.

    Can you please tell me how to hide the mainbody on homepage only?

    Thank you in advance

    Saguaros Moderator
    #486575

    Hi creative_cow,

    You can go to file: templatesja_merotplshome.php – this file defines layout for the home page in which it loads blocks displaying there.

    <?php $this->loadBlock ('mainbody-home') ?>

    slideshow and position-1 block belong to main-body-home block so you can open file:

    templatesja_merotplsblocksmainbody-home.php

    Remove part you don’t want to display and re-ordering these 2 lines of code to re-order position of slideshow and position-1:

    [PHP]
    <?php $this->loadBlock (‘spotlight-1’) ?>

    <?php $this->loadBlock (‘slideshow’) ?>
    [/PHP]

    Regards

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

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

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