Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • miroslavg Friend
    #198004

    Hello,
    I tried very simple. New module, simple text, features-intro position, menu assignment on all pages and nothing is displayed. Should I put something in Module Class Suffix?
    Thanks!

    newsun11026 Friend
    #536031

    Hi,
    features-intro position only display on features-intro layout. You must select this layout via template setting. Please see attach file.


    1. layout
    miroslavg Friend
    #536037

    It works, but I lost all content.

    Home page is ok but when I click on any button in main menu except home it shows me only header and footer


    1. mg_creative-design
    newsun11026 Friend
    #536238

    Hi,
    Features-intro layout hasn’t mainbody so you can’t see your content. You need add mainbody into templatesja_sugitetplsfeatures-intro.php file.
    [PHP]
    <?php
    /**
    * ————————————————————————
    * JA Sugite Template
    * ————————————————————————
    * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
    * @license – Copyrighted Commercial Software
    * Author: J.O.O.M Solutions Co., Ltd
    * Websites: http://www.joomlart.comhttp://www.joomlancers.com
    * This file may not be redistributed in whole or significant part.
    * ————————————————————————
    */

    defined(‘_JEXEC’) or die;
    ?>

    <?php
    $has_slideshow =””;

    if ($this->countModules(‘slideshow’)) :
    $has_slideshow = ” has-slideshow”;
    endif;

    ?>

    <!DOCTYPE html>
    <html lang=”<?php echo $this->language; ?>” dir=”<?php echo $this->direction; ?>”
    class='<jdoc:include type=”pageclass” />’>

    <head>
    <jdoc:include type=”head” />
    <?php $this->loadBlock(‘head’) ?>
    </head>

    <body class=”<?php echo $has_slideshow; ?>”>

    <div class=”t3-wrapper features-intro features-intro-1″> <!– Need this wrapper for off-canvas menu. Remove if you don’t use of-canvas –>

    <?php $this->loadBlock(‘header’) ?>

    <?php $this->loadBlock(‘slideshow’) ?>

    <?php $this->loadBlock(‘features-intro’) ?>

    <?php $this->loadBlock(‘mainbody’) ?> // add this code

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

    <?php $this->loadBlock(‘footer’) ?>

    </div>

    </body>
    </html>
    [/PHP]

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

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

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