Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • chizuoka Friend
    #197417
    chizuoka Friend
    #533639

    If i configure the section on the bottom…the top also changes
    http://screenpresso.com/=cLtW

    Then it saves.. but then there is duplicate on the top and bottom of the site..

    http://screenpresso.com/=rqaWc

    I just want the slogan on top..

    chizuoka Friend
    #533835

    Oh no… no one can help me on this…

    Ninja Lead Moderator
    #533926

    My apologies for this late response.
    I found the problem on this template. The template defines two slogan positions:

    In the templates/ja_beranis/tpls/blocks/spotlight-1.php file:


    <?php if ($this->countModules('slogan')) : ?>
    <!-- SLOGAN-->
    <div class="ja-slogan">
    <div class="row">
    <div class="span12 ">
    <jdoc:include type="modules" name="<?php $this->_p('slogan') ?>" style="raw" />
    </div>
    </div>
    </div>
    <!-- //SLOGAN -->
    <?php endif ?>

    And in the templates/ja_beranis/tpls/blocks/footer.php file:


    <?php if ($this->countModules('slogan')) : ?>
    <!-- SLOGAN-->
    <section class="container t3-slogan animate-text content-bottom">
    <div class="row">
    <div class="span12">
    <jdoc:include type="modules" name="<?php $this->_p('slogan') ?>" style="raw" />
    </div>
    </div>
    </section>
    <!-- //SLOGAN -->
    <?php endif ?>

    That’s why it doesn’t work when you set NONE clone slogan position.

    Please change slogan position in the templates/ja_beranis/tpls/blocks/spotlight-1.php file to another name,


    <?php if ($this->countModules('user-1')) : ?>
    <!-- SLOGAN-->
    <div class="ja-slogan">
    <div class="row">
    <div class="span12 ">
    <jdoc:include type="modules" name="<?php $this->_p('user-1') ?>" style="raw" />
    </div>
    </div>
    </div>
    <!-- //SLOGAN -->
    <?php endif ?>

    Then you can set it to NONE.

    chizuoka Friend
    #534445

    That worked! THanks!

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

This topic contains 5 replies, has 2 voices, and was last updated by  chizuoka 10 years, 6 months ago.

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