Display Options (List/Month/Day/Week)

Home Forums Ticket Products Event Tickets Plus Display Options (List/Month/Day/Week)

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #988699
    Kamen
    Participant

    I got the pro version. I am wondering why I can’t switch between different displays month, list, day and so on?

    Seems to me the link (month) is not active at all and the search is not available at all.

    I did check the versions Event Calendar 3.10.1 , Event Calendar Pro 3.10.1 and The Events Calendar: WooCommerce Tickets 3.10.

    If I use list the options to switch between the displays are available but if I go to any other option they are not. I would like to use Month as a default view.

    The tips you have suggested (https://theeventscalendar.com/support/forums/topic/5-days-event/#post-988693) are not working

    Thank you

    #988790
    Nico
    Member

    Hi Kamen,

    Thanks for creating this new thread, happy to help you once again!

    I checked your site’s front-end and what’s happening is: an empty div from the header of the theme is overlapping the Events Bar in Month view. Not sure why this div is only present in Month View and not in other views. Maybe that’s something you configured in your theme?

    A simple workaround for this is to hide this div by adding this CSS hack to your theme’s stylesheet (located at ‘wp-content/themes/circles/css/main.css’):


    body.tribe-events-page-template .wrapper.headline {
    display: none;
    }

    If you want to set Month view as default, you can do so in ‘WP-Admin > Events > Settings > Display > Default View’.

    Please give this a try and let me know,
    Best,
    Nico

    #989005
    Kamen
    Participant

    Hi Nico,

    Your suggestion didn’t work. I have placed the css into my child theme and that had no effect at all. What is more frustrating is that the search is not working in month view as well. One I switch from List to Month I cant go back to List.

    Any suggestions?

    Thank you.

    Kamen

    #989401
    Nico
    Member

    Hi Kamen,

    Thanks for the follow-up! Sorry to hear that didn’t work, I just realized I made a mistake when copying the code 🙁

    Can you try replacing the previous code with this one?


    body.tribe-events-page-template .page-header .header-image {
    display: none;
    }

    Sorry for my mistake -hope this fixed code makes it right,
    Best,
    Nico

    PS: nothing in the Event Bar will work until this is fixed because an empty div element is preventing the clicks to reach the inputs and buttons in the bar.

    #989492
    Kamen
    Participant

    Hi Nico,

    That doesn’t work as well and the search is not available in Month View (it is there but it cannot be used).

    Kamen

    #989538
    Nico
    Member

    Kamen,

    Can you share the URL to the CSS file where you added the snippet? I can’t find it in the site (http://cmbh.space/events/month/).

    Search won’t work until this is fixed, because interaction is not possible since the overlapping DIV is getting in the way. Check out this screenshot please: https://cloudup.com/cYlLhK33fZx

    Best,
    Nico

    #989948
    Kamen
    Participant

    Hi Nico,

    I have resolved the issue with the theme developer and now it is working.

    In the month view now I am able to search and browse the events but strangely enough the Month Calendar doesn’t display the last 3 weeks of a Recurrence Event that suppose to end on 20/04/2016 (http://cmbh.space/events/2016-04/). It stops at 30/03/216 (http://cmbh.space/events/2016-03/). If I go to “Events In” – on top of the page and select April it does show but I don’t have April on the bottom of the Month Calendar to go to April.

    Any suggestions?

    Thank you.

    #990683
    Nico
    Member

    Hi Kamen,

    Glad to hear you could finally fix this issue 🙂

    We have heard of similar strange behaviors with month view and recurring events in the past week, which finally ended in a bug being discovered. A maintenance release addressing this bug is going to be released in a couple of hours – version 3.11.1 for The Events Calendar and Events Calendar PRO.

    Can you please check if this is still an issue after applying this updates to your site?

    Thanks a lot,
    Best,
    Nico

    #990726
    Kamen
    Participant

    Hi Nico,

    Thank you for your help. This is working now.

    Thank you guys.

    Kamen

    #990763
    Nico
    Member

    Kamen,

    That’s great, really happy to hear updating fixed the issue 🙂

    I’ll go ahead and close out this thread, but if you need help with anything else please don’t hesitate to create a new one and we will be happy to help.

    Best of luck with your project,
    Cheers,
    Nico

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Display Options (List/Month/Day/Week)’ is closed to new replies.