Okay
  Public Ticket #3316910
Off Canvas Menu Logo
Closed

Comments

  •  12
    tombeckham started the conversation

    Greetings,

    Thanks for a great product. I need some help with the site - off canvas menu area. I want to use the off canvas menu on all viewports, I am not sure if I have set that up correctly but it seems to be working so far, however I also want a logo image to appear above the off canvas menu items. Where is the setting for this? I tried doing it via the Salient Menu Options in Menus, but I couldn't get it to work at all.
    Thanks for your help.

    Attached files:  Screenshot 2023-03-16 at 1.54.48 PM.png

  •  8,839
    Tahir replied

    Could you try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

    Thanks 


    ThemeNectar Support Team 

  •  12
    tombeckham replied

    Hi, thanks for your reply. I tried disabling all the plugins and it had no effect. I also tried switching from the child theme back to regular theme and that had no effect.  

  •  8,839
    Tahir replied

    Please check your page for any unclosed html tags as that could be causing this?.

    Thanks 


    ThemeNectar Support Team 

  •  12
    tombeckham replied

    I ran a checker on the home page and it came up with this, but I don't know what could be causing it.

    closing tag </a> on line 610 does not match open tag <div class="ocm-effect-wrap-inner"> on line 355

    If I look at 609/610 it looks like this

    	<a id="to-top" href="#" class="
    	mobile-enabled	"><i class="fa fa-angle-up"></i></a>

    I couldnt make sense out of 355.

    Shouldnt the logo show up in the off canvas menu by default? I'm really confused.
    thanks

  •  8,839
    Tahir replied

    Hey Again,

    The Logo does not show up by default on the Off Canvas Menu automatically. You can however add it using this CSS:

    .off-canvas-menu-container.mobile-only:before {
        background: url(https://www.shardsoflight.org/wp-content/uploads/2023/03/site_logo_smaller.png) no-repeat;
        content:"";
        width:100%;
        position: absolute;
        height: 100%;
        background-size: 188px;
        transform: translateY(-50px);
    }
    

    Thanks 


    ThemeNectar Support Team