-
AuthorPosts
-
testcouch Friend
testcouch
- Join date:
- October 2013
- Posts:
- 155
- Downloads:
- 0
- Uploads:
- 45
- Thanks:
- 30
- Thanked:
- 9 times in 1 posts
October 10, 2014 at 3:01 pm #201983hi, i geht a issue with Off-Canvas Menü Slider on Easydiscuss Pages! if i Click on Menü Slider Button then is the First Joomla Menus not showed in Slider. That’s happen only on Easysocial Pages and the EB Toolbar is also not showed then. maybe a JavaScript conflict.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 13, 2014 at 8:47 am #552712Hi
Which ‘Menü Slider Button’ on your site are you referring to?
If possible, illustrating what you expect via screenshots, it’s better to assist you.
testcouch Friendtestcouch
- Join date:
- October 2013
- Posts:
- 155
- Downloads:
- 0
- Uploads:
- 45
- Thanks:
- 30
- Thanked:
- 9 times in 1 posts
October 14, 2014 at 8:11 pm #552971<em>@Saguaros 449770 wrote:</em><blockquote>Hi
Which ‘Menü Slider Button’ on your site are you referring to?
If possible, illustrating what you expect via screenshots, it’s better to assist you.</blockquote>
i mean this one 😉
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 15, 2014 at 8:19 am #553038You can try with this tweak:
– Open css file: /templates/ja_social_your_default_template/css/custom.css (create this file if it doesn’t exist)
– Add this css rule:
html.off-canvas #off-canvas-nav {
top: 0 !important;
}
Hope this helps.
1 user says Thank You to Saguaros for this useful post
testcouch Friendtestcouch
- Join date:
- October 2013
- Posts:
- 155
- Downloads:
- 0
- Uploads:
- 45
- Thanks:
- 30
- Thanked:
- 9 times in 1 posts
October 15, 2014 at 5:48 pm #553130hi Saguaros, your css tweak works to fix the Slider, but there is still a conflict with Easydiscuss toolbar! if the menu slider is open then ED Toolbar Menu are hidden! if we close menu slider then ED Toolbar Menu are showed..
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 16, 2014 at 1:30 am #553153It due to the style of EasyDiscuss component as it hides that toolbar in small view port, you can try to add this css rule into custom.css file as I mentioned above:
@media screen and (max-width: 768px;) {
div#discuss-wrapper .navbar .btn-navbar {
display: block !important;
}
}
testcouch Friendtestcouch
- Join date:
- October 2013
- Posts:
- 155
- Downloads:
- 0
- Uploads:
- 45
- Thanks:
- 30
- Thanked:
- 9 times in 1 posts
October 16, 2014 at 1:44 pm #553258your last css rule does not help in this specific issue, because the Toolbar Buttons are hide (for example the blue one) if canvas slider pop in and not the complete ED Toolbar. please try again and you see what i mean. 🙂
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 17, 2014 at 1:37 am #553303Could you tell me in which device I can reproduce this issue? and illustrate the modification you expect via screenshot so that I can assist better.
testcouch Friendtestcouch
- Join date:
- October 2013
- Posts:
- 155
- Downloads:
- 0
- Uploads:
- 45
- Thanks:
- 30
- Thanked:
- 9 times in 1 posts
October 17, 2014 at 11:24 am #553375<em>@Saguaros 450503 wrote:</em><blockquote>Could you tell me in which device I can reproduce this issue? and illustrate the modification you expect via screenshot so that I can assist better.</blockquote>
hi Saguaros, you can reproduce the issue on any devive..just resize the Browser to smaller width!
i’v tested the issue on iPad Air with Safari Browser and here on this good emulator: http://ipadpeek.com/
1. here you can see how ED Toolbar looks like if Canvas menu are closed:
2. here you can see how ED Toolbar and Menu Slider looks like if Canvas menu are opened.
canvas menu jumps outside of screen and ED Toolbar Icons are not loner showed. for me it looks like a javascript issue and not a css one!
3. here you can see how Menu Slider should displayed.
if i add your previous css code:
html.off-canvas #off-canvas-nav {
top: 0 !important;
}
then jumps the menu slider on other pages down!- Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 20, 2014 at 2:09 am #553507So you meant that you want to hide the Toolbar when the Off Canvas menu is opened, right?
You can try to add this rule:
@media (min-width: 768px) and (max-width: 979px) {
div#discuss-wrapper .discuss-toolbar {
display: none;
}
}
testcouch Friendtestcouch
- Join date:
- October 2013
- Posts:
- 155
- Downloads:
- 0
- Uploads:
- 45
- Thanks:
- 30
- Thanked:
- 9 times in 1 posts
October 20, 2014 at 9:05 am #553591<em>@Saguaros 450800 wrote:</em><blockquote>So you meant that you want to hide the Toolbar when the Off Canvas menu is opened, right?
You can try to add this rule:
@media (min-width: 768px) and (max-width: 979px) {
div#discuss-wrapper .discuss-toolbar {
display: none;
}
}
</blockquote>no we missunterstood us here..i do do not want to hide anything..if OFF Canvas menu is opened then should:
ED Toolbar looks like 1. and not like 2.
and
OFF Canvas menu should look like 3. and not like 2.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 20, 2014 at 10:14 am #553595I’m still so confused about this, could you send me screenshot of how you want it should be?
testcouch Friendtestcouch
- Join date:
- October 2013
- Posts:
- 155
- Downloads:
- 0
- Uploads:
- 45
- Thanks:
- 30
- Thanked:
- 9 times in 1 posts
October 31, 2014 at 6:00 pm #553802just a note for me 🙂
fixed css codes are in my template.css file..replies, screenshots and codes are lost because of the data issue:
1 user says Thank You to testcouch for this useful post
testcouch Friendtestcouch
- Join date:
- October 2013
- Posts:
- 155
- Downloads:
- 0
- Uploads:
- 45
- Thanks:
- 30
- Thanked:
- 9 times in 1 posts
November 11, 2014 at 7:34 am #554834hi Saguaros, i need additional a similar code to get slider also on top during closing time.
html.com_easydiscuss.off-canvas #off-canvas-nav {
top: 0 !important;
}see screenshot
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
November 11, 2014 at 8:49 am #554846I couldn’t get your point here, pls describe how you want to achieve in more details.
AuthorPostsThis topic contains 17 replies, has 2 voices, and was last updated by Saguaros 10 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum