• Resolved vaibhavsimikeri

    (@vaibhavsimikeri)


    Hello Team,

    Thanks for the wonderful theme.

    I have come accross this issue.

    Secondary menu is displayed properly on the homepage when we are on the top of the page. However, it doesnt get displayed as we scroll down and the menu becomes sticky.

    Could you please help me on fixing this.

    Thanks again for the great theme.

    Thanks,
    Vaibhav

Viewing 10 replies - 1 through 10 (of 10 total)
  • Hi: vaibhavsimikeri your site URL?

    Thread Starter vaibhavsimikeri

    (@vaibhavsimikeri)

    Hi zeshankhanbwp,

    Thanks for the reply.

    Here is my site url: https://www.musingbrains.org/

    Do let me know you need more details.

    Thanks,
    Vaibhav

    Hi vaibhav,
    In the customiser panel, goto Header->Design and layout. Check under Sticky header settings

    Thread Starter vaibhavsimikeri

    (@vaibhavsimikeri)

    Hello Menaka,

    Thanks for your reply.

    I have checked goto Header->Design and layout. Check under Sticky header settings. The Menu is sticky and displays properly.

    But the problem is, Secondary menu is not displayed on Mobile devices.

    Any help in this would be much appreciated.

    Thanks,
    Vaibhav

    I don’t see any secondary menu on your website

    Thread Starter vaibhavsimikeri

    (@vaibhavsimikeri)

    Hi Menaka,

    Thanks for looking into my site.

    The secondary menu contains only 1 item: “Subscribe to our newsletter”

    I have used menu-icon plugin to display email icon beside this text.
    That may be the reason you may have missed it.

    However, I am still facing this issue on mobile devices.
    Thanks in advance for the help.

    Thanks,
    Vaibhav

    Hi,
    Add this to your child theme’s style.css

    @media (max-width: 979px) {
    .tc-sticky-header.sticky-enabled #tc-page-wrap .nav-collapse, #tc-page-wrap .tc-second-menu-hide-when-mobile .nav-collapse.collapse .nav {
                display:block;
              }
    }
    Thread Starter vaibhavsimikeri

    (@vaibhavsimikeri)

    Hi Menaka,

    Thanks for the solution. It worked very well.
    Appreciate your follow up and dedication.

    I think the non-collapsed menu contains a lot of blank space. It also covers significant amount of total display.

    So is there any way to reduce the size of menu at the same time retaining the secondary menu in mobile devices.

    Thank you for your time.

    Best regards,
    Vaibhav

    Hi,
    Thanks for your kind words.
    Try adding this as well to your child theme’s style.css

    .tc-header .brand a {
    margin: 0 0;
    }
    
    .navbar .navbar-inner .social-block {
        margin: 4px 0 0;
    }
    .tc-header .navbar .btn-toggle-nav {
        margin: 0 0;
    }

    Thread Starter vaibhavsimikeri

    (@vaibhavsimikeri)

    Hi Menaka,

    This one worked perfectly fine.

    A big thank you to you for your efforts and time.

    Keep up the good work!

    Thanks very much,
    Vaibhav

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Customizr secondary menu is not displayed on sticky menu in mobile’ is closed to new replies.