Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • tom_laan84 Friend
    #988591

    Hi,

    Why does off-canvas button dissapear when i do not use the module positions:

    • notification
    • head-search
    • languageswitchloader.

    The header file has a checkup in it. But when i remove that. it breaks the "show icons only" part of the vertical sidebar system.

    Please advise.

    Pankaj Sharma Moderator
    #988821

    Hi
    Try this :
    Go to /tpls/blocks/header.php file
    Find below code

    if ($headright = $this->countModules('head-search or languageswitcherload or notification')) {
        $logosize = 'col-lg-4';
    }

    replace it with

    if ($headright = $this->countModules('head-search or languageswitcherload or notification or off-canvas')) {
        $logosize = 'col-lg-4';
    }

    Save file and check .

    Let me know if this work for you .

    Regards

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

This topic contains 1 reply, has 2 voices, and was last updated by  Pankaj Sharma 7 years, 10 months ago.

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