Kidzy Burger Menu Not Showing And Login Module Not Working - Question | JoomShaper

Kidzy Burger Menu Not Showing And Login Module Not Working

Claire Haas

Claire Haas

Template 1 year ago

Hi,

1, I am having problems with the Burger Menu icon not showing on mobile devices.

2, I am having problems with the login module not working properly. It pops up but I can't click on anything or input username/password. It also doesn't close, I have to refresh the browser to get rid of it.

3, Main Menu display: I have used the below css to bring the last menu item up on to the same row on smaller screens, but now the small grey circles sit funny under each menu item. How can I get rid of the small grey dots please? Or, better still, how can I make the menu sit more to the left, closer to the logo please? .sp-megamenu-parent >li{ margin-right: 16px !important; }

4, How do I change the background colour of the text area in the Feature boxes please?

5, Blog article pages - the Helix 3 Blog Options image doesn't sit at the top as per your demo, instead it sits on the left, which pushes the text in to a small space.

Please could you help me fix these issues? More info in Hidden Content.

Kind regards Claire :-)

0
6 Answers
Atick Eashrak Shuvo
Atick Eashrak Shuvo
Accepted Answer
Support Agent 1 year ago #173129

Hello Claire Haas, Apologies for the issues you're experiencing. Your 1,2 issue has been solved. To solve issue 3, To address this issue effectively, you can activate the off-canvas menu earlier to manage it more efficiently. To solve issue 4, use this custom css inside you addon style tab custom css section prnt.sc/4cGEPUBpo1lZ . Select the color as per your preference.

#addonId .sppb-addon-feature {
    background-color: #000;
    border-color: #000;
}
#addonId .sppb-addon-feature .svg-overlay {
    color: #000;
}

& for issue Could you provide screenshot or more details on positioning so I can offer the most accurate fix?

0
Claire Haas
Claire Haas
Accepted Answer
1 year ago #173198

Hi Atick Eashrak Shuvo,

Thank you very much for your help.

Please could you tell me how do I activate the off-canvas menu earlier to manage it more efficiently?

4, don't worry, uploading larger (wider) image files corrects the problem.

Also, found another small issue with the Prev & Next buttons on the Blog Article pages. They seem to be missing an icon. And, how do I change their colour please?

Thank you again :-)

0
Atick Eashrak Shuvo
Atick Eashrak Shuvo
Accepted Answer
Support Agent 1 year ago #173211

Hello Claire Haas,

To active off-canvas menu, Please add the following CSS code to your Template Options -> Custom Code -> Custom CSS

@media screen and (max-width: 1199px) {
    .sp-megamenu-parent {display: none !important;}
    #offcanvas-toggler {display: block !important;}
}
0
Claire Haas
Claire Haas
Accepted Answer
1 year ago #173280

Thank you very much.

Just one last thing and I think that's everything...

Also, found another small issue with the Prev & Next buttons on the Blog Article pages. They seem to be missing an icon. Link to screenshot and link to page in hidden content.

Many thanks again :-)

0
Atick Eashrak Shuvo
Atick Eashrak Shuvo
Accepted Answer
Support Agent 1 year ago #173341

Please check now

0
Claire Haas
Claire Haas
Accepted Answer
1 year ago #173477

Thank you very much :-)

0