• anantshri

    (@anantshri)


    Using this plugin to display event listings. the listing layout is something i would like to change. I dont need details but i need widget layout with a custom layout

    <title>
    <image>
    <dates>

    Is there an easy way or hard way to do it without forking the code or creating my own custom widget.

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

    (@guido07111975)

    Hi,

    You cannot override template, you can hide certain elements via the settings page. With available widget settings you can archieve this:

    <title>
    <dates> // event date
    <image> // featured image (set width on 100%)
    Thread Starter anantshri

    (@anantshri)

    It basically puts it as

    <title>
    <dates> <images>

    Any way to put image and dates on their own lines.

    Other wise i assume i need to create my own widget using a copy of your code to modify as per my need?

    Plugin Author Guido

    (@guido07111975)

    Hi,

    If you go to the settings page (tab Widget) and change the width of featured image to 100%, it will be displayed underneath event date.

    Guido

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Custom Widget Display / override’ is closed to new replies.