-
AuthorPosts
-
May 21, 2014 at 1:41 am #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 Friendnewsun11026
- Join date:
- May 2012
- Posts:
- 62
- Downloads:
- 14
- Uploads:
- 7
- Thanks:
- 6
- Thanked:
- 19 times in 13 posts
May 21, 2014 at 9:26 am #536031Hi,
features-intro position only display on features-intro layout. You must select this layout via template setting. Please see attach file.-
1 user says Thank You to newsun11026 for this useful post
May 21, 2014 at 9:52 am #536037It 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
newsun11026 Friendnewsun11026
- Join date:
- May 2012
- Posts:
- 62
- Downloads:
- 14
- Uploads:
- 7
- Thanks:
- 6
- Thanked:
- 19 times in 13 posts
May 22, 2014 at 2:30 pm #536238Hi,
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.com – http://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]1 user says Thank You to newsun11026 for this useful post
AuthorPostsViewing 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
Jump to forum