Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • christofferl Friend
    #879925

    I 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 Moderator
    #880315

    Hi,

    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 Friend
    #880536

    OK, 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 Moderator
    #880560

    Yes, 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 ?>
    mkhatami Friend
    #998703

    Also 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 Moderator
    #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 Friend
    #1026142

    I’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.

    Saguaros Moderator
    #1026715

    Pls apply the suggestion as above, I will report to the team for further updating.

    Thank you.

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

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