-
AuthorPosts
-
romolo Friend
romolo
- Join date:
- August 2012
- Posts:
- 585
- Downloads:
- 97
- Uploads:
- 37
- Thanks:
- 79
- Thanked:
- 23 times in 11 posts
September 17, 2015 at 4:31 pm #686003Hi,
The off canvas menu item is permanently displaying on the homepage when we view it in full desktop mode.
This doesn’t happen on any other page… However we are using a different template on the homepage to the other pages on the site.
We only want it to the off canvas menu to show when in responsive mode.
Please advise
Thanksromolo Friendromolo
- Join date:
- August 2012
- Posts:
- 585
- Downloads:
- 97
- Uploads:
- 37
- Thanks:
- 79
- Thanked:
- 23 times in 11 posts
September 17, 2015 at 4:39 pm #686056Nevermind, we have resolved. We set the position to off canvas position to “None” in the template manager on desktop mode and this solved it.
romolo Friendromolo
- Join date:
- August 2012
- Posts:
- 585
- Downloads:
- 97
- Uploads:
- 37
- Thanks:
- 79
- Thanked:
- 23 times in 11 posts
September 17, 2015 at 4:39 pm #748912Nevermind, we have resolved. We set the position to off canvas position to “None” in the template manager on desktop mode and this solved it.
romolo Friendromolo
- Join date:
- August 2012
- Posts:
- 585
- Downloads:
- 97
- Uploads:
- 37
- Thanks:
- 79
- Thanked:
- 23 times in 11 posts
September 17, 2015 at 5:25 pm #686059Hmmm, weird, it was working for a moment and then stopped working again…
Please investigate and advise.
Thanksromolo Friendromolo
- Join date:
- August 2012
- Posts:
- 585
- Downloads:
- 97
- Uploads:
- 37
- Thanks:
- 79
- Thanked:
- 23 times in 11 posts
September 17, 2015 at 5:25 pm #748915Hmmm, weird, it was working for a moment and then stopped working again…
Please investigate and advise.
ThanksSaguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
September 18, 2015 at 3:20 am #686084Hi romolo,
You didn’t include the password for admin account in this thread so that I can’t check for you.
Anyway, you can try with css to hide this off-canvas button in desktop:
@media screen (min-width: 992px) {
.btn-primary.off-canvas-toggle {
display: none;
}
}
Hope this helps.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
September 18, 2015 at 3:20 am #748940Hi romolo,
You didn’t include the password for admin account in this thread so that I can’t check for you.
Anyway, you can try with css to hide this off-canvas button in desktop:
@media screen (min-width: 992px) {
.btn-primary.off-canvas-toggle {
display: none;
}
}
Hope this helps.
romolo Friendromolo
- Join date:
- August 2012
- Posts:
- 585
- Downloads:
- 97
- Uploads:
- 37
- Thanks:
- 79
- Thanked:
- 23 times in 11 posts
September 18, 2015 at 8:58 am #686187Hi @saguros, ok I will send the password in a private message.
Ok, if we can help it we would rather not use display none in CSS.. We only want to use that solutions as a last resort.
Just to clarify, this problem with the occurred when we cloned the template style from “home-1” to “home-4-new2”. As shown in this screenshot…
I hope this helps. Please advise how to resolve.
Thanksromolo Friendromolo
- Join date:
- August 2012
- Posts:
- 585
- Downloads:
- 97
- Uploads:
- 37
- Thanks:
- 79
- Thanked:
- 23 times in 11 posts
September 18, 2015 at 8:58 am #748984Hi @saguros, ok I will send the password in a private message.
Ok, if we can help it we would rather not use display none in CSS.. We only want to use that solutions as a last resort.
Just to clarify, this problem with the occurred when we cloned the template style from “home-1” to “home-4-new2”. As shown in this screenshot…
I hope this helps. Please advise how to resolve.
ThanksSaguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
September 21, 2015 at 7:18 am #688118When I access template manager in back-end of your site, I’m noticed with message:
<blockquote>
Error
The template folder is not writable. Some features may not work.
</blockquote>Pls make sure that you set the right permission for file/folder on your site first, the recommended permission is file-644, folder-755.
If problem still persists, try with css solution above.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
September 21, 2015 at 7:18 am #749163When I access template manager in back-end of your site, I’m noticed with message:
<blockquote>
Error
The template folder is not writable. Some features may not work.
</blockquote>Pls make sure that you set the right permission for file/folder on your site first, the recommended permission is file-644, folder-755.
If problem still persists, try with css solution above.
romolo Friendromolo
- Join date:
- August 2012
- Posts:
- 585
- Downloads:
- 97
- Uploads:
- 37
- Thanks:
- 79
- Thanked:
- 23 times in 11 posts
September 21, 2015 at 3:31 pm #691376Hi @saguros
We have updated the site permissions for the folder. However this still hasn’t resolved the issue.
Please investigate and advise as soon as possible as we want to launch this site.
Thanks
romolo Friendromolo
- Join date:
- August 2012
- Posts:
- 585
- Downloads:
- 97
- Uploads:
- 37
- Thanks:
- 79
- Thanked:
- 23 times in 11 posts
September 21, 2015 at 3:31 pm #749208Hi @saguros
We have updated the site permissions for the folder. However this still hasn’t resolved the issue.
Please investigate and advise as soon as possible as we want to launch this site.
Thanks
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
September 22, 2015 at 3:04 am #691408I just updated the off-canvas block on your site a bit: /tpls/blocks/off-canvas.php
by adding an additional class ‘hidden-lg’ :
<button class="btn btn-primary off-canvas-toggle <?php $this->_c('off-canvas') ?> hidden-lg" type="button" data-pos="right" data-nav="#t3-off-canvas" data-effect="<?php echo $this->getParam('addon_offcanvas_effect', 'off-canvas-effect-4') ?>">
<span><i class="fa fa-bars"></i>
</button>1 user says Thank You to Saguaros for this useful post
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
September 22, 2015 at 3:04 am #749240I just updated the off-canvas block on your site a bit: /tpls/blocks/off-canvas.php
by adding an additional class ‘hidden-lg’ :
<button class="btn btn-primary off-canvas-toggle <?php $this->_c('off-canvas') ?> hidden-lg" type="button" data-pos="right" data-nav="#t3-off-canvas" data-effect="<?php echo $this->getParam('addon_offcanvas_effect', 'off-canvas-effect-4') ?>">
<span><i class="fa fa-bars"></i>
</button>1 user says Thank You to Saguaros for this useful post
-
AuthorPosts
This topic contains 17 replies, has 2 voices, and was last updated by romolo 9 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum