-
AuthorPosts
-
christofferl Friend
christofferl
- Join date:
- January 2011
- Posts:
- 233
- Downloads:
- 30
- Uploads:
- 101
- Thanks:
- 21
- Thanked:
- 2 times in 1 posts
February 9, 2016 at 1:29 pm #879925I would like to be able to fix an error message I get on the front end which is "Block [content-mast-top] not found!"
Please let me know how to fix this … it is also present in the template settings.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 10, 2016 at 1:52 am #880315Hi,
You can fix this problem on your site with my solution below
Open both files
templates/ja_elicyon/tpls/default-content-left.php templates/ja_elicyon/tpls/default-content-right.php
Find and remove script
<?php $this->loadBlock('content-mast-top') ?>
Let me know if it helps
Regards
christofferl Friendchristofferl
- Join date:
- January 2011
- Posts:
- 233
- Downloads:
- 30
- Uploads:
- 101
- Thanks:
- 21
- Thanked:
- 2 times in 1 posts
February 10, 2016 at 6:53 am #880536OK, great … but if this is a module position then I would like to keep it. However, I only then would like to hide it until I have created content for it. Possible?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 10, 2016 at 8:13 am #880560Yes, you can do that.
-
Create templates/ja_elicyon/tpls/blocks/content-mast-top.php file
- With container
<?php /** * ------------------------------------------------------------------------ * JA Elicyon 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 if ($this->countModules('content-mast-top')) : ?> <!-- Content-Mast-Top --> <div class="wrap <?php $this->_c('content-mast-top') ?>"> <div class="container-hd"> <jdoc:include type="modules" name="<?php $this->_p('content-mast-top') ?>" style="T3xhtml" /> </div> </div> <!-- //Content-Mast-Top --> <?php endif ?>
December 31, 2016 at 3:15 pm #998703Also I have the same problem when I change something in template configuration, like logo, assignment and etc. , by default it works fine but when I want to update something the layout will be changed and I get this error. Is there any solution for that?
regards
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
January 2, 2017 at 2:21 pm #998970@mkhatami: Look at the video here, you will see the blocks are working on default layout: http://prntscr.com/dqma1i, but you can copy that block to another layout on your site as default-content-left, default-content-right, default-nosidebar layouts
templates/ja_elicyon/tpls/default-content-left.php templates/ja_elicyon/tpls/default-content-right.php templates/ja_elicyon/tpls/default-nosidebar.php
and you need to make a backup version when you process upgrading the new JA Elicyon version
Regards
jurgeng Friendjurgeng
- Join date:
- December 2010
- Posts:
- 77
- Downloads:
- 56
- Uploads:
- 12
- Thanks:
- 7
- Thanked:
- 6 times in 3 posts
April 13, 2017 at 4:07 am #1026142I’m having a hard time understanding why this kind of page-breaking bugs aren’t being fixed through an update… I see devs putting tweaks and fixes in the forum all the time… When I go into the forum I find a solution for an issue I’m also having on a standard site… and it’s a 4 month old bug. I expect a paid service provider to at least have this kind of issues being fixed in updates.
-
AuthorPosts
This topic contains 7 replies, has 5 voices, and was last updated by Saguaros 7 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum