test
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • sanuss Developer
    #205590

    Hi,

    I am working in localhost. I want to add a top bar, above the slideshow of ja nuevo. Hot to do this> Give me a solution.

    Regards,

    Sanuss

    TomC Moderator
    #567272
    sanuss Developer
    #567362

    Hi,

    Thanks for your reply.. I am using Ja nuevo.

    1) I need a topbar (having login and signup) like JA HOTEL.
    2) In JA nuevo —- Above the main nav.

    Regards
    Sanuss

    sanuss Developer
    #567463

    hi,

    I am waiting for your reply. Give me a solution. In layout, there is block but i see that place that “Block not found!”.

    How can i rectify this.

    Sanuss

    sanuss Developer
    #567468

    Hi,

    I tried, and in layout, the topbar block is seen. but it is not seen in my site. how to enable the topbar in my site ja nuevo. Answer and support me.

    Thanks

    Sanuss

    Ninja Lead Moderator
    #567620

    <em>@sanuss 469229 wrote:</em><blockquote>Hi,

    I tried, and in layout, the topbar block is seen. but it is not seen in my site. how to enable the topbar in my site ja nuevo. Answer and support me.

    Thanks

    Sanuss</blockquote>

    I’m not sure what did you add topbar position on your site but you can try to follow my solution below

    + Open templates/ja_nuevo/tpls/features-intro.php file and add new topbar block likes as my screenshot


    <?php $this->loadBlock('topbar') ?>

    + Create templates/ja_nuevo/tpls/blocks/topbar.php file and add entirely contains below


    <?php
    /**
    * ------------------------------------------------------------------------
    * JA Nuevo 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('topbar')) : ?>
    <!-- topbar -->
    <div class="wrap ja-topbar <?php $this->_c('topbar') ?>">
    <div class="container">
    <jdoc:include type="modules" name="<?php $this->_p('topbar') ?>" style="raw" />
    </div>
    </div>
    <!-- //topbar -->
    <?php endif ?>

    Now, you can add the module to show under topbar position


    1. Screen-Shot-2015-04-20-at-17.17.27
    Ninja Lead Moderator
    #732730

    <em>@sanuss 469229 wrote:</em><blockquote>Hi,

    I tried, and in layout, the topbar block is seen. but it is not seen in my site. how to enable the topbar in my site ja nuevo. Answer and support me.

    Thanks

    Sanuss</blockquote>

    I’m not sure what did you add topbar position on your site but you can try to follow my solution below

    + Open templates/ja_nuevo/tpls/features-intro.php file and add new topbar block likes as my screenshot


    <?php $this->loadBlock('topbar') ?>

    + Create templates/ja_nuevo/tpls/blocks/topbar.php file and add entirely contains below


    <?php
    /**
    * ------------------------------------------------------------------------
    * JA Nuevo 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('topbar')) : ?>
    <!-- topbar -->
    <div class="wrap ja-topbar <?php $this->_c('topbar') ?>">
    <div class="container">
    <jdoc:include type="modules" name="<?php $this->_p('topbar') ?>" style="raw" />
    </div>
    </div>
    <!-- //topbar -->
    <?php endif ?>

    Now, you can add the module to show under topbar position

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

This topic contains 7 replies, has 3 voices, and was last updated by  Ninja Lead 9 years, 8 months ago.

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