• Resolved 2rascallyrabbitsbusiness

    (@2rascallyrabbitsbusiness)


    Not Safe For Work

    At the bottom of the page is a menu that is showing up. It’s just above the footer on mobile. My Desktop’s Secondary Menu is appearing there, and I need it not to. I think Astra is either just putting the Secondary menu on mobile there or it’s copying the Secondary menu and showing it there sort of like it shows a menu if you don’t have an off-canvas menu. If it is the Secondary menu can I turn it off for mobile and if so how?

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi @2rascallyrabbitsbusiness, sorry for the delay.

    It is actually the Sidebar. And on mobile, the Sidebar will show up at the bottom of the main content.

    Please try adding the following CSS to your site to hide that Menu on mobile

    @media (max-width: 544px) {
        aside#nav_menu-6 {
            display: none;
        }
    }

    Let us know if you need more help, otherwise please mark the topic as Resolved.

    Kind regards,
    Herman ??

    Thread Starter 2rascallyrabbitsbusiness

    (@2rascallyrabbitsbusiness)

    So this is what I get when I attempt to add that to my Code Snippets plugin. Any idea what the issue is?

    Don't Panic
    The code snippet you are trying to save produced a fatal error on line 1:
    
    syntax error, unexpected token ":", expecting ")"
    The previous version of the snippet is unchanged, and the rest of this site should be functioning normally as before.
    
    Please use the back button in your browser to return to the previous page and try to fix the code error. If you prefer, you can close this page and discard the changes you just made. No changes will be made to this site.

    Hi @2rascallyrabbitsbusiness,

    You can just add the CSS code I provided previously to the Customizer > Additional CSS field.

    I hope it will help.

    Kind regards,
    Herman ??

    Thread Starter 2rascallyrabbitsbusiness

    (@2rascallyrabbitsbusiness)

    I added it like you directed. There is some other code I have there above it. After adding it though the menu is still showing on mobile. Any suggestions?

    Screenshot

    Hi @2rascallyrabbitsbusiness,

    It’s because the code above the CSS code I previously provided. Please remove the code I marked with red box in this screenshot, then add it to the functions.php of your child theme.

    Kind regards,
    Herman ??

    Thread Starter 2rascallyrabbitsbusiness

    (@2rascallyrabbitsbusiness)

    Those instructions were way above my head but I managed to figure them out and it is now working tyvm. So if a new update to the Astra theme comes out will it update the child theme automatically? I’m not sure how that works. Will I get the main theme updated and have to recreate the child theme again and transfer the code over each update? I’ve never used a child theme before.

    Hi @2rascallyrabbitsbusiness,

    Good to know that you have figured it out.

    When a new update is available, you can just update it. It won’t affect the child theme, or anything you have done on the child theme. That’s “the power” of child theme ??

    Let us know if you need more help, otherwise please mark the topic as Resolved.

    Kind regards,
    Herman ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[NSFW] What menu is this?’ is closed to new replies.