• Resolved chrishannon

    (@chrishannon)


    I am using the free version of The Events Calendar, but I am open to purchasing the Pro version, if necessary.

    My first query is about the display of the Event Time and the Event Name in both List and Month views. Is there any way (upgrading to Pro, using extensions, using Custom CSS, etc.) other than touching the WP, plugin, or theme files, to switch the order of these two pieces of info, so that the Event Title appears first and the Event Time second?

    Second, is there a way to have the Event Name wrap in Month view, so that the entire Event Name displays?

    In your response to each of these, please indicate whether I need to purchase or download any additional elements.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Chika Ibeneme

    (@chikaibeneme)

    Hi @chrishannon

    Thanks for reaching out.

    1. It’s possible to do this, you don’t need the free version. I wanted to try and give you some CSS code to perform this, however, the results were not pretty. This would require some custom development, If you want to look into outside Development help to change your plugin, you will want to contact our partners over at Codeable: Can I Hire Your Team to Customize My Calendar? | Knowledgebase | The Events Calendar They handle outside Development for us because that is not something we provide.

    2. This is possible to do with the free version via the following CSS code (desktop only):

    
    @media only screen and (max-width: 800px) {
    .fc-daygrid-event {
       
        white-space: normal;
     
    }
    
    .fc-daygrid-dot-event .fc-event-title {
        height: 74px;
     
        overflow: auto;
    
    }
    }

    you can add it to a custom CSS plugin or to your theme’s custom CSS area.

    Plugin Support Abz

    (@abzlevelup)

    Hi @chrishannon,

    We haven’t heard from you in a while, so I’m going to mark this as resolved. Feel free to start a new thread if you have any more questions.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Switching Order of Even TIme & Event Name’ is closed to new replies.