Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • seaneo Friend
    #1039483

    Hello,

    Regarding the attached, please let me know, I really appreciate it, thanks


    1. jaquestion-ocm-final-s
    Saguaros Moderator
    #1039811

    Hi seaneo,

    As I can see that the off-canvas block is displaying in the header block. If you want to show it in the topbar, you will need to edit this file: [root]/templates/ja_teline_v/tpls/blocks/topnav.php

    and call the off-canvas block:

    <!-- OFF CANVAS TOGGLE -->
    <?php $this->loadBlock ('off-canvas') ?>
    <!-- // OFF CANVAS TOGGLE -->

    place to the position you wish: http://prntscr.com/fge74m

    Regards

    seaneo Friend
    #1041186

    Your code does indeed place that menu button at the top left but in my case it caused some other unintended nearby issues so first i will try to fix some relative issues on a separate thread (regarding modules and the header), and then finish up here if needed.

    Also, how please can I change the menu button images and image sizes, and not have them turn red on hover?

    Many thanks

    Saguaros Moderator
    #1041316
    This reply has been marked as private.
    seaneo Friend
    #1041378
    This reply has been marked as private.
    seaneo Friend
    #1041611
    This reply has been marked as private.
    Saguaros Moderator
    #1041714

    Sure, you can try to add this css rule into the file: [root]/templates/ja_teline_v (your default template)/css/custom.css

    .off-canvas-toggle:hover, .off-canvas-toggle:focus {
        background: transparent none repeat scroll 0 0;
        color: #333;
        border-color: #7a7a7a;
    }

    Let me know if you need further help.

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

This topic contains 6 replies, has 2 voices, and was last updated by  Saguaros 6 years, 10 months ago.

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