About The Menu Refresh Problem After Clicking The Menu - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

About The Menu Refresh Problem After Clicking The Menu

A

Aexe

Helix Framework 3 years ago

Hi, I have a question about the menu refresh problem. I’m using joomla 4.12, Magnin, and the problem is, when I click on the menu bar, the current page as well as the menu will be refreshed once. However, I actually do not want to refresh the menu bar because it will bring a very bad experience. Could you please let me know how to set it, thank you very much. Best regards, Liu

0
3 Answers
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 years ago #66702

Hi there,

Thanks for contacting us. Sorry for the inconvenience. Add this css code inside the custom.css file.

#sp-header {
    height: 80px;
    width: 100%;
    position: relative;
    z-index: 99;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    -webkit-animation: initial;
    animation: initial;
}

-Thanks

0
A
Aexe
Accepted Answer
3 years ago #66721

Hi Toufiq, you are right! Thanks for your answer.

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 years ago #66796

You are most welcome. Will you please spend some to write a review about our product and support quality? 

https://extensions.joomla.org/extension/sp-page-builder/

0