-
AuthorPosts
-
dieudonne Friend
dieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
January 28, 2014 at 11:20 am #194191Hello,
for big computer screen, we want to remove the off canvas on the top left.
So in the template/Off-Canvas Navigation/ we put it to off.But nothing is changing in the frontend (caches empty).
If someone have a idea to fix this ?
Regard.
-
MoonSailor Friend
MoonSailor
- Join date:
- November 2011
- Posts:
- 1106
- Downloads:
- 0
- Uploads:
- 245
- Thanks:
- 89
- Thanked:
- 248 times in 223 posts
January 29, 2014 at 7:46 am #520333Please PM me admin credentials of your site, I will help to debug the issue.
dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
January 29, 2014 at 3:32 pm #520381I just PM you .
It is the same access like here :
http://www.joomlart.com/forums/topic/problem-when-install/Regard.
MoonSailor FriendMoonSailor
- Join date:
- November 2011
- Posts:
- 1106
- Downloads:
- 0
- Uploads:
- 245
- Thanks:
- 89
- Thanked:
- 248 times in 223 posts
February 5, 2014 at 3:24 am #521201@dieudonne, I could not access your site, please check again.
dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
February 20, 2014 at 2:01 pm #523624<em>@MoonSailor 409461 wrote:</em><blockquote>@dieudonne, I could not access your site, please check again.</blockquote>
I just PM you. Access is ok now.
Regard.
MoonSailor FriendMoonSailor
- Join date:
- November 2011
- Posts:
- 1106
- Downloads:
- 0
- Uploads:
- 245
- Thanks:
- 89
- Thanked:
- 248 times in 223 posts
February 21, 2014 at 2:50 am #523680Please check your site again.
Here is what I modified:In the file “templates/ja_magz/tpls/blocks/header.php”, I changed :
<div class="vert-nav t3-hide">
<button type="button" class="btn btn-sidenav">
<i class="icon-reorder"></i>
</button><div class="side-nav fade <?php echo $this->getParam('navigation_collapse_showsub', 1) ? 'always-show' : '' ?>">
<?php if ($this->getParam('navigation_type') == 'megamenu') : ?>
<jdoc:include type="megamenu" name="sidenav" menutype="<?php echo $this->getParam('sidenav_type', 'sidenav') ?>" />
<?php else : ?>
<div class="sidenav-wrap <?php $this->_c('sidenav') ?>">
<jdoc:include type="modules" name="sidenav" style="raw" />
</div>
<?php endif ?>
</div>
</div>
To
<?php if($this->countModules("sidenav")) : ?>
<div class="vert-nav t3-hide">
<button type="button" class="btn btn-sidenav">
<i class="icon-reorder"></i>
</button><div class="side-nav fade <?php echo $this->getParam('navigation_collapse_showsub', 1) ? 'always-show' : '' ?>">
<?php if ($this->getParam('navigation_type') == 'megamenu') : ?>
<jdoc:include type="megamenu" name="sidenav" menutype="<?php echo $this->getParam('sidenav_type', 'sidenav') ?>" />
<?php else : ?>
<div class="sidenav-wrap <?php $this->_c('sidenav') ?>">
<jdoc:include type="modules" name="sidenav" style="raw" />
</div>
<?php endif ?>
</div>
</div>
<?php endif;?>
1 user says Thank You to MoonSailor for this useful post
-
AuthorPosts
Viewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 2 voices, and was last updated by dieudonne 10 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum