This is an RSVPMaker customization you can add or modify if you wish to present headlines with an excerpt from your event description, which was one of the requests from the blog. If I ultimately add this to the plugin, I’ll change the shortcode and function names to avoid clashing with this version.
Leave a comment
You must be logged in to post a comment.
Thank you so much for doing this plugin – it’s great!! I have not made anything custom yet, but when I setup my first event, I get the following look:
http://retouchtheworld.com/rsvpmaker/cleveland-gathering/
Is there a way to fix the font to look like your example?
You may need to add some css that overrides your theme’s defaults, for example
form#rsvpform td { font-size: 10px; }
to adjust the size and alignment of some of the table and form field elements. You can add those customizations to your theme’s style.css or to the styles file associated with the plugin.
Thanks, David, but I didn’t have to do this last time. I had three events, and they were displayed fine … Oh, but I updated my WP theme … that must have done it. … sigh.