vortex0965
Forum Replies Created
-
Forum: Plugins
In reply to: [Modern Events Calendar Lite] Related events – Expired eventsPS. A small suggestion, It would be nice also to show event labels (such as canceled or featured) on related events
Forum: Plugins
In reply to: [Modern Events Calendar Lite] Related events – Expired eventsSorry man but I have the same problem with latest version, also tried to deactivate plugin, related events always show past events.
Anyway, thank you for your support and patienceForum: Plugins
In reply to: [Modern Events Calendar Lite] Display problem with the latest updateSame problem of @wilson-legros but with tiles view,last update repeatedly displays the events that take place over several days in the chronological view even though option is disabled.
Forum: Plugins
In reply to: [Modern Events Calendar Lite] Related events – Expired eventsHi, I was not referring to shortcode in general but only to related events:
https://webnus.net/dox/modern-events-calendar/related-events/
I tried to set Show Only Ongoing Events on grid view but related events also show expired events.
Thanks
Forum: Plugins
In reply to: [Modern Events Calendar Lite] Featured/Canceled label bugThanks for your help,
I made some little changes to the code to display it better, especially on mobile devices and tablets. If it can help:.mec-wrap .mec-event-tile-view article.mec-label-canceled:before, .mec-wrap .mec-event-tile-view article.mec-label-featured:before { z-index:9999!important; top: 70% !important; left: 0px !important; -ms-transform: rotate(0deg)!important; -webkit-transform: rotate(0deg)!important; transform: rotate(0deg)!important; height: auto; }
- This reply was modified 4 years, 7 months ago by vortex0965.
Forum: Plugins
In reply to: [Modern Events Calendar Lite] Tiles view clickable imageIt works like a charm!
Really thanks for your support!I’ll give you 5 star for your great pluginForum: Plugins
In reply to: [Modern Events Calendar Lite] Tiles view clickable imageYes certainly,
here it is: render.php
thanks for your support!
- This reply was modified 4 years, 8 months ago by vortex0965.
Forum: Plugins
In reply to: [Modern Events Calendar Lite] Tiles view clickable imageSorry man, but I can’t understand how to do that, in your article there is only a guide to overwrite templates, I need to understand how to apply a link to background image. I tried to put this code:
<a class="mec-color-hover" data-event-id="<?php echo $event->data->ID; ?>" href="<?php echo $this->main->get_event_date_permalink($event->data->permalink, $event->date['start']['date']); ?>"
to the entire<article>
tag but it seems not to work, it only gives a link to date and locationThanks for your help