• Resolved melonblue

    (@melonblue)


    I’m running a WP site with an Events Calendar. We’re not using any featured images for our calendar events, and use timeline-view style-3 to display.

    Please share CSS so I can hide the generic events image you started including in this view, and then to reduce the size of the box to account for the missing image. Or add a shortcode option to deactivate in a future version, please.

    • This topic was modified 9 months, 4 weeks ago by melonblue.
    • This topic was modified 9 months, 4 weeks ago by melonblue.

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

Viewing 1 replies (of 1 total)
  • Plugin Support shubham0095

    (@shubham0095)

    Hi @melonblue

    We have removed the image from the design and adjusted the date and share icon. Here is the CSS code :-

    #event-timeline-wrapper .ect-timeline-post.style-3 .timeline-ev-img{
        display: none;
    }
    #event-timeline-wrapper .ect-timeline-post.style-3 .ect-share-wrapper{
     	top:8px !important;
    }
    #event-timeline-wrapper .ect-timeline-post.style-3 .ect-date-area.timeline-view-schedule{
    	position: static !important;
    	width: 50%;
    	border-radius: 8px !important
    }

    If you want anything else to be change, please let us know. Also, share the screenshot or the page link where you are using our plugin.

    Hope this helps.
    Thanks & Regards

Viewing 1 replies (of 1 total)
  • The topic ‘timeline-view style 3: help me hide featured images again, please’ is closed to new replies.