Viewing 3 replies - 1 through 3 (of 3 total)
  • You’d probably be able to do that but I think it would need quite a bit of custom coding. You might want to look through the Events Manager templates to see how the other dropdowns are done for pointers.

    Here’s a recap of how to add event images to the calendar, as requested in the other thread.

    1. Deactivate WP Full Calendar (if running)

    2. Set Display calendar in events page to yes under Events > Settings > Pages > Event List/Archives. You should now be seeing the Events Manager calendar.

    3. Go to Events > Settings > Formatting > Calendar and add this code:

    <li>#_EVENTIMAGE</li>

    Thread Starter Sabita Sahoo

    (@sabitasahoo)

    Thank you @caimin_nwl. The images are coming now ??

    I’ve been trying to get this working for over a year. I keep checking back, hoping that either WP FullCalendar or Events Manager will update their calendar functionality to support embedded images. It seems that every events management app has this, and I’m getting close to switching to Espressor or Events Calendar. ??

    The current implementation above <li>#_EVENTIMAGE</li> is really bad. The calendar is tiny, the images are too small to make out, and it only works with <li> and not <ul>. I can’t imagine why anyone would want a bullet next to an image in a calendar cell.

    I’m looking for anyone that can point me in the right direction to:
    1) make the calendar larger
    2) use <ul> tags instead of <il> to display the image
    3) link to the event from the image instead of having to include the #_EVENTURL in the cell

    Anyone?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Filtering events as per custom data just like the category filter’ is closed to new replies.