Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Joe Dolson

    (@joedolson)

    It’s possible, but not native to the plug-in. That is, you can do it by authoring appropriate CSS, JS, and building the appropriate template, but there’s no default method to do it.

    The simplest method would be to make use of the existing jQuery, which you can do by using a template like this in the upcoming events widget:

    <div class="calendar-event">
      <span class="event-title">{link_title}</span>
    <div class="details"><strong>{date}</strong> – <br /><span>{time}, {category}</span></div>
    </div>

    In that template, the ‘event-title’ block will be the pop-up trigger, and everything inside the ‘details’ div will be inside the pop-up. You’ll have to provide your own styling for the details information, however.

    Thread Starter maximan

    (@maximan)

    Joe, can you please expand a little. I guess you’re saying edit the My Calendar Editor template and not the widget sidebar template. Looking at the My Calendar Editor template I don’t see a specific template for Upcoming Events. Are you saying to use one of the other templates? Sorry if this is a dumb question but a little extra guidance would be appreciated.

    Plugin Author Joe Dolson

    (@joedolson)

    The upcoming events template is set in the widget settings, or you can define it in the attribute of the short code. I’m suggesting that you edit that template.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: My Calendar] Description pop-up window in Future Event widget’ is closed to new replies.