Plugin Author
LBell
(@lbell)
Howdy! You may be looking for the use_tooltip="true" shortcode argument: https://ww.wp.xz.cn/plugins/pretty-google-calendar/#installation
Thread Starter
zapappa
(@lesarnott)
Perfect, thankyou! Now for another one – is it possible to include event attachments in the event display?
Thread Starter
zapappa
(@lesarnott)
Thank you for pointing out how to display the event description but I am a little confused about what I am seeing. There is a button titled Add to Google Calendar that partially overlaps the description display. Maybe I’m missing something but I don’t get the purpose. The data being displayed comes from the Google calendar so what does the Add to Google Calendar mean in this context?
Plugin Author
LBell
(@lbell)
To answer your first question, no there is no way to include event attachments at this time. If you like, you can vote on this feature here: https://github.com/lbell/pretty-google-calendar/issues/40
As for the “Add to Google Calendar” that is a convenient way for visitors to add that even to THEIR google calendar. Not sure why it is overlapping anything though, sounds like the formatting is off. Can you share a link to the page you’re working on?
Plugin Author
LBell
(@lbell)
You can hide the “Add button” using css .toolloc { display: none; }
(Though looking at this, it seems there should be a way to hide just the map button, or just the add button. I added a request for that: https://github.com/lbell/pretty-google-calendar/issues/56 )
Thread Starter
zapappa
(@lesarnott)
I will vote on the attachments feature because our attachments are for signing up etc.
Add to Google Calendar I looked at several events and the one I saw as ‘overlap’ was just it being small and the button was overlapping a little bit of the text. No big deal. But I can see this confusing our users and we don’t need it. Do you have a shortcode parameter to hide it? If not I’ll just css it out.
Plugin Author
LBell
(@lbell)
No shortcode parameter at this time, since CSS is readily available.