Viewing 15 posts - 1 through 15 (of 17 total)
  • Author
    Posts
  • testcouch Friend
    #201983

    hi, 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 Moderator
    #552712

    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.

    testcouch Friend
    #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 😉


    1. Off-Canvas-Slider
    Saguaros Moderator
    #553038

    You 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.

    testcouch Friend
    #553130

    hi 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 Moderator
    #553153

    It 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 Friend
    #553258

    your 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 Moderator
    #553303

    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.

    testcouch Friend
    #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!


    1. off-canvas-1
    2. off-canvas-2
    3. off-canvas-3
    Saguaros Moderator
    #553507

    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;
    }
    }

    testcouch Friend
    #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 Moderator
    #553595

    I’m still so confused about this, could you send me screenshot of how you want it should be?

    testcouch Friend
    #553802

    just a note for me 🙂

    fixed css codes are in my template.css file..replies, screenshots and codes are lost because of the data issue:

    http://www.joomlart.com/blog/news-updates/important-one-click-and-10-days-of-data-lost-including-signups-support-requests-sorry

    testcouch Friend
    #554834

    hi 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


    1. Off.Canvas-Closing
    Saguaros Moderator
    #554846

    I couldn’t get your point here, pls describe how you want to achieve in more details.

Viewing 15 posts - 1 through 15 (of 17 total)

This 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