Best Premium and Free WordPress Themes › Forums › Event Star › Sticky menu option not working
- This topic has 2 replies, 2 voices, and was last updated 3 years, 5 months ago by
sandras.
- AuthorPosts
- January 18, 2019 at 11:22 am #43597
sandras
ParticipantI build a new site with Event Star and from some reason sticky menu is not working. I have marked under Menu OPtions “Enable Sticky Menu” but menu is not sticky.
Any hints what could be the reason?January 20, 2019 at 6:59 am #43719acmesupports
ModeratorDear Sandras,
If you can provide us your site URL, we will observe and can provide you possible solutions.Best Regards!
January 20, 2019 at 10:11 am #43732sandras
ParticipantMy site is not public yet, so I can`t share it. However meanwhile I added that to my css:
.at-sticky {
width: 100%;
position: fixed;
left: 0;
top: 0;
z-index: 999;
border-bottom: 1px solid #e6e6e6;
-webkit-animation: navigationFlipIn 0.5s;
animation: navigationFlipIn 0.5s;
}
and that did the trick and it works now!
Another question is that info-icon-box is displayed here https://demo.acmethemes.com/event-star/ on top of the slider image, on my site it is in below. I tried to add
.image-slider-wrapper > .info-icon-box-wrapper {
position: absolute;} But that does not help. What could be the problem?Here (https://www.acmethemes.com/freevspro/event-star-free-vs-pro/) it looks that free version shall have google fonts to choose but in customizer there is no such thing as Font options.
- AuthorPosts
- You must be logged in to reply to this topic.