• el_mauri

    (@villaggiobaiaarena)


    Hi
    In Extra Settings it’s possible to choose a default background image for featured events. If no featured image is selected, the plugin puts a default image with fixed size.
    I believe could be interesting to have an option to avoid showing the default image if feature image is missing, since my users are not used to put a featured image.

    As a workaround, I choose as default image a 1×1 px transparent image, but some CSS is necessary to remove the fixed image:
    #event-timeline-wrapper .ect-timeline-post img {
    width: auto;
    height: auto;
    }
    The alternative is implementing it by code. What about implementing this option in future versions? Is there a better way to achieve my goal?
    Cheers

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Jyoti Bhandari

    (@jyoti197)

    hi there,

    Please share a website link so we will provide a solution as soon as possible.

    Thanks

    Thread Starter el_mauri

    (@villaggiobaiaarena)

    Hi
    The link is https://www.caicava.it, the event timeline is in the homepage. Before posting I already updated to the last version (1.4.1)
    Best regards

    • This reply was modified 5 years, 3 months ago by el_mauri.
    Plugin Author Satinder Singh

    (@satindersingh)

    Under Events >> Shortcode & Templates Addon – Settings >> Extra Settings

    we already have an option to select default image for no-featured image events.

    Thread Starter el_mauri

    (@villaggiobaiaarena)

    What I’m suggesting is to have an option to have NO default image at all. Currently if you don’t choose a default image the plugin put a default one.

    Plugin Author Satinder Singh

    (@satindersingh)

    thanks for suggestion, we will try to add some setting/option in upcoming updates.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Make default featured image optional’ is closed to new replies.