• Resolved cogwebadmin

    (@cogwebadmin)


    I’m having major difficulty finding how to resolve theww things with the event calendar.
    First: Future dates are now showing on homepage in header or down below. Instead, the earliest event shows. I’ve had to mark past events as “private” in order for them not to show up which then defeats the purpose of the month calendar.

    Second: In the event listing that overlays the slider. I’d like it to show 3 events, and NOT have the end date show (For example: Start Date @ Start Time – End Time)

    Third: How can I make the date/time be bold rather than subdued. It’s become harder for our older population to read and I’d like to make it more clear again the slider pictures.

    Thank you for any help I could get.

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

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

    (@masoodak)

    Hi @cogwebadmin,

    Thanks for reaching out.

    1- I believe you are using some custom shortcode or widget to display event entries in header and footer of your site’s homepage. Kindly check to see if the shortcode / widget provides you the functionality to control which events to display. If not, you may need to modify the query shortcode / widget is running to fetch future events first.

    2- Again, you will need to customize the shortcode / widget query to only fetch 3 items instead of more, if the shortcode / widget doesn’t have any easy way to configure this. You can some CSS to hide end date but this will also hide end time as well.

    3- You can use following CSS to modify font-size and font-weight assigned to start date /time and end date/time section,

    .sc_list_event_details_content {
    font-weight: bold !important;
    font-size: 1rem !important;
    }

    Hope this helps.

    Plugin Support Jaime

    (@jaimemarchwinski)

    Hey there! This thread has been inactive for a while so we’re going to go ahead and mark it Resolved. Please feel free to open a new thread if any other questions come up and we’d be happy to help. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Issue with calendar format and upcoming events’ is closed to new replies.