Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • studio_aard Friend
    #160647

    Hello, I’ve got two ‘little’ questions… Is there a file available with an overview of the module positions in Zeolite II? And I like to position articles between the featured and populair modules (it’s now below them)… But I can’t find the positions in the html file? Were can I find/change these positions?

    thank you.

    Ninja Lead Moderator
    #378350

    Hi Studio_aard

    You can define new position in
    templates/ja_zeolite_ii/templateDetails.xml
    file.

    And then position in template
    templates/ja_zeolite_ii/layouts/blocks
    folder.

    Thanks

    turminator Friend
    #378610
    studio_aard Friend
    #378611

    Thank you, so that’s the same? But how can I move JA-content slider after the articke? So below the win-DVD add?

    Thank you again.

    Ninja Lead Moderator
    #378741

    In
    templates/ja_zeolite_ii/layouts/blocks/

    you can find this code below


    <?php if ( $this->countModules('ja-slider') ) { ?>
    <div id="ja-slider">
    <jdoc:include type="modules" name="ja-slider" style="JAxhtml" />
    </div>
    <?php } ?>

    move to after code below


    <?php $contents = $this->getBuffer('component');
    if (!preg_match ('/<div class="blog">s*</div>/',$contents)) :?>
    <div class="ja-content-main clearfix">
    <jdoc:include type="component" />
    </div>
    <?php endif; ?>

    studio_aard Friend
    #378743

    Sorry, I didn’t notice the second message! Thank you tamlm!

    Ninja Lead Moderator
    #378776

    no problem, you are alway welcome.

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

This topic contains 7 replies, has 3 voices, and was last updated by  Ninja Lead 13 years, 2 months ago.

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