• Resolved editor4alan

    (@editor4alan)


    Hi, We recently installed (free) “Display Eventbrite Events in WordPress,” which works fine. We would like to make some changes to the way it displays, like changing the spacing between text and images, and perhaps splitting the display into two columns. We are using WordPress with the Hestia Pro theme. Is it possible to make those changes? I assume it needs to be done somehow in the WP CSS code or somewhere, but any light you can shed would be helpful. Thanks!

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

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

    (@fullworks)

    Hi, thank you for using my plugin.

    Yes it is totally possible to customise the look of the free plugin.

    As you say, you can use CSS and the default css is documented here: https://fullworks.net/docs/display-eventbrite-events-in-wordpress/developer/widget-css/

    For example in your site to split the image from text and add a divider you could use

    .eaw-li {
        margin-bottom: 20px;
        border-bottom: 1px solid #000;
    }

    You can also clone the widget template ( templates/widget.php ) and completely rebuild the layout if needed see here for advanced customisation: https://fullworks.net/docs/display-eventbrite-events-in-wordpress/developer/widget-css/

    To split into two columns, you can do that with grid css and a tweak to the template.

    I would point out that the premium version does already have a 3 column grid template which you can see from the demos – however I appreciate as a volunteer led charity that paying for upgrades is often an issue.

    • This reply was modified 5 years, 3 months ago by fullworks.
    Thread Starter editor4alan

    (@editor4alan)

    It took me a while to get to this, but I tried the divider code and it worked. No suprise there. You are correct, our client has not OK’d an upgrade, so I must figure out how to make that 3-column template. Thanks very much!

    Plugin Author fullworks

    (@fullworks)

    You are welcome. Flexbox an Grid CSS is what you should use.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Modify appearance of EventBrite display in Hestia Pro’ is closed to new replies.