Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • saidx Friend
    #186435

    Hello,

    how can I change the modulpostion (navhelper), I want it below the masshead modulposition.

    Thanks & Greetings
    Saidx

    saidx Friend
    #488842

    I found a way to fix it:

    1. Open …/templates/yourtemplate/tpls/default.php

    2. Search for:


    <?php $this->loadBlock ('header') ?>
    <?php $this->loadBlock ('slideshow') ?>
    <?php $this->loadBlock ('masshead') ?>
    <...>

    add this below:


    <?php $this->loadBlock ('header') ?>
    <?php $this->loadBlock ('slideshow') ?>
    <?php $this->loadBlock ('masshead') ?>
    <?php $this->loadBlock ('navhelper') ?>
    <...>

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

This topic contains 2 replies, has 1 voice, and was last updated by  saidx 11 years, 7 months ago.

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