Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • arokikas Friend
    #126626

    Looks like:

    How to fix this?

    cssyeah Moderator
    #242297

    Hi arokikas,

    Can you provide your the live site url, please?

    Menalto Friend
    #242314

    Try this here:
    Find this in the index.php file:

    </ul>

    <div id="ja-wrapper1">
    <div id="ja-wrapper2">
    <div id="ja-wrapper3" class="clearfix">

    <!-- BEGIN: HEADER -->
    Add this code below:

    <?php if ( mosCountModules('pagepeel') ) { ?>
    <div>
    <?php mosLoadModules ( 'pagepeel', -1 ); ?>
    </div>
    <?php } ?>

    So it will look like this:

    </ul>

    <div id="ja-wrapper1">
    <div id="ja-wrapper2">
    <div id="ja-wrapper3" class="clearfix">

    <!-- BEGIN: HEADER -->

    <?php if ( mosCountModules('pagepeel') ) { ?>
    <div>
    <?php mosLoadModules ( 'pagepeel', -1 ); ?>
    </div>
    <?php } ?>

    If not working try this:

    </ul>
    <?php if ( mosCountModules('pagepeel') ) { ?>
    <div>
    <?php mosLoadModules ( 'pagepeel', -1 ); ?>
    </div>
    <?php } ?>
    <div id="ja-wrapper1">
    <div id="ja-wrapper2">
    <div id="ja-wrapper3" class="clearfix">

    <!-- BEGIN: HEADER -->
    Make sure you make a new modle position called “pagepeel” or rename it to the one you want.

    arokikas Friend
    #242315

    It works! Thanks 🙂

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

This topic contains 4 replies, has 3 voices, and was last updated by  arokikas 16 years, 2 months ago.

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