-
AuthorPosts
-
April 16, 2015 at 5:12 pm #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 ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
April 16, 2015 at 5:20 pm #567272Seek and ye shall find —–> http://www.joomlart.com/forums/topic/how-to-create-new-module-position-updated/
April 17, 2015 at 6:46 am #567362Hi,
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
SanussApril 18, 2015 at 9:50 am #567463hi,
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
April 18, 2015 at 1:30 pm #567468Hi,
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 ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
April 20, 2015 at 10:23 am #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
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
April 20, 2015 at 10:23 am #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
AuthorPostsViewing 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
top bar
Viewing 7 posts - 1 through 7 (of 7 total)