• Resolved bigant841

    (@bigant841)


    I am getting some styling issues when I installed the event. If you select a date the date menu z-index seems off and the arrows are changing. If I switch to month view and try to go to a different month the calendar view is no longer the same. I am using Tribe event styling with the updated calendar design checked. I just installed the plugin from WordPress. I disabled all plugins and I am still getting this issue. What can it be?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @bigant841
    Thanks for writing in,

    What you see in your calendar month view is the mobile version of the calendar.
    This happens some times when the width of the container where the calendar is loaded is to narrow. This does not seem to be the case.
    Could you try adding the following code to your theme’s functions.php and see it it changes anything?

    function customize_tribe_events_breakpoint() {
    return 600;
    }
    add_filter( ‘tribe_events_mobile_breakpoint’, ‘customize_tribe_events_breakpoint’ );

    Let me know how it goes
    Best
    Santiago

    Thread Starter bigant841

    (@bigant841)

    Hello and thank you for getting back to me. I tried the code you suggested and it is still displaying the mobile version.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Styling Issues’ is closed to new replies.