test
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • angie00 Friend
    #731914

    Is it possible to have the off-canvas sidebar open up after page loads? Many people still don’t know they can click on the 3 horizontal lines to open the sidebar.

    Or are there any other suggestions as to how we might attract attention to this off-canvas option?

    TomC Moderator
    #753222

    I suppose one thing you could try is adding an eye catching background to the icon.
    For example . . . .

    Within file path —> /templates/ja_sugite/local/css/themes/school/template.css
    at/around line 1025 or so, locate the following CSS rule:


    .btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 0;
    border-width: 2px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease-out 0s;
    z-index: 1;
    }

    Modify the “background” property with a different color code – something to catch the eye.
    As an example (using the color black) . . .


    background: #000000;
    border-radius: 0;
    border-width: 2px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease-out 0s;
    z-index: 1;
    }

    Just an idea

    gringo211985 Friend
    #753250

    Hi @angie00,

    I would suggest to use the word “menu” next to the 3 horizontal lines, however this will require some php work to achieve.

    /templates/ja-sugite/tmpl/blocks/header.php on line 63 add the word “menu” like in example below.

    <button class="btn btn-primary off-canvas-toggle " type="button" data-pos="right" data-nav="#t3-off-canvas" data-effect="off-canvas-effect-2"><i class="fa fa-bars"></i>Menu</button>

    You will then need to style with css to get the best result.

    Hope this helps 🙂

    Thanks,
    Richard

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 3 voices, and was last updated by  gringo211985 9 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum