And it looks fine, except for the address. There is no space before it, I’d prefer to be able to have a label above it that says “Address:”, and the city and state are on separate lines (with a <br> at the end of each line). Is there a place where I can tweak the layout without having to edit the shortcodes.php file (don’t want changes to go away with the next upgrade).
What you can do is take the function that gets called in the shortcodes.php file, copy it into a custom functions plugin and change the function name by adding _custom after it. You’ll also need to copy the add_shortcode line above or below the function and change the function name in the parameter to add your _custom to it and maybe _CUSTOM to the name of the shortcode. Then in your do_shortcode line, add the _CUSTOM to it. That way you can change the layout in your copy of that function and it will be preserved on updates.
I have never created a custom functions plugin before, but now I have, and I am feeling very smug. It worked, thank you!
Viewing 2 reply threads
The support post ‘Customize ESPRESSO_VENUE layout?’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.