• Resolved susantau

    (@susantau)


    I’m just getting started with this plugin. I have successfully created a page that shows a very preliminary calendar (contains one test event). This looks very promising; however, when the page loads, in its first second or two of display, the page jitters up and down a couple times. Is there something I can do to eliminate this jitter?

    • This topic was modified 5 years, 8 months ago by susantau.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter susantau

    (@susantau)

    I figured out this only happened when I was using my theme that uses a sticky header with a transition style (Hello Pro 2 – a Genesis theme). I switched to a different theme that doesn’t deploy the sticky header/transition technology and the jitter is gone.

    Still… I would love to know if there is a fix that would allow me to use the sticky header theme with the Modern Tribe calendar. ??

    Thanks!

    Hey there,

    Thanks for reaching out ??

    Sorry for the wait! We’ve been experiencing a high volume of support requests.

    Many times the issue here with certain themes is the z-index. Though I didn’t see this behavior myself so I might be off here.

    Usually assigning the z-index to a high number will force the element to show on top.

    For your header (if the theme doesn’t change the class when activating sticky):

    .site-header {
    z-index: 999; }

    Hope that helps!

    Take care,
    Ed ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Initial display of Events page jitters’ is closed to new replies.