test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #1005073

    Hi I am getting this error on your site: http://prntscr.com/dzlsep Can u check, also give me mockup how you would like to display the menu button.

    To open off-canvas from left to right
    open template folder/tpls/blocks/off-canvas.php file
    Find

    data-pos="right"

    replace it with

    data-pos="left"

    and open header.php file
    Find

    
        <!-- OFFCANVAS -->
                            <?php if ($this->countModules('off-canvas')) : ?>
                                <div class="pull-right">
                                <?php if ($this->getParam('addon_offcanvas_enable')) : ?>
                                    <?php $this->loadBlock ('off-canvas') ?>
                                <?php endif ?>
                                </div>
                            <?php endif ?>
                            <!-- //OFFCANVAS -->

    cut the code and paste it
    above logo code here
    chnage pull-right to pull-left >>> http://prntscr.com/dzlwi9

    camara consulting Friend
    #1005078

    The website is still in development, so it is not on a live URL yet.

    I simply need to have the off-canvas menu slide in from the left side of the screen, instead of from the right side of the screen.

    Then, I need the pillbox menu button (responsive mode) to sit in the top.

    I attach an image of how I want it to look (I know the styling is not the same – this is only an example)


    1. 14-Mobile-menu-2
    Pankaj Sharma Moderator
    #1005084

    Hi
    Kindly check my first post in this thread and apply the suggestions for the same.
    Hope it helps.

    camara consulting Friend
    #1005095

    Pankaj

    Thank you, that worked well.

    J

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

This topic contains 4 replies, has 2 voices, and was last updated by  camara consulting 7 years, 10 months ago.

The topic ‘Responsive Mode: Move off-canvas to left (slide in from left)’ is closed to new replies.