ArtemSupport
Forum Replies Created
-
Forum: Plugins
In reply to: [EventON - Events Calendar] Repeat events not showing in list view.Perfect! Please keep us updated.
Forum: Plugins
In reply to: [EventON - Events Calendar] Repeat events not showing in list view.They two separate monthly repeating events, so will be visible no matter what you put into your shortcode.
We need to take a look at your calendar. Do you have it somewhere online?
- This reply was modified 3 years, 5 months ago by ArtemSupport.
Forum: Plugins
In reply to: [EventON - Events Calendar] Repeat events not showing in list view.Recreated the shortcode on our test server with two repeating events:
https://devlite.myeventon.com/47-2/
No issues. Both events show.
Could you check?
Forum: Plugins
In reply to: [EventON - Events Calendar] Repeat events not showing in list view.Are Event01 and Event02 repeats of the same event or two completely separate ones?
Forum: Plugins
In reply to: [EventON - Events Calendar] Repeat events not showing in list view.Could you send us a link to your website?
Forum: Plugins
In reply to: [EventON - Events Calendar] Repeat events not showing in list view.Hello,
hide_mult_occur=”yes” hides all multiple occurence. So what you need to do is to also add show_repeats=”yes” to your shortcode. Could you try and let us know?
Forum: Plugins
In reply to: [EventON - Events Calendar] Shortcode in EVENT DETAILSGreat! Please keep us updated.
Forum: Plugins
In reply to: [EventON - Events Calendar] White Shadow or Border On Featured ImageIt works on my side:
https://postimg.cc/Z9sHrw0LCould you check again as a user (not admin)?
Forum: Plugins
In reply to: [EventON - Events Calendar] Vulnerability reported by WordFenceAshan will check this ASAP.
@ashanjay Could you take a look?Forum: Plugins
In reply to: [EventON - Events Calendar] Missing field “eventAttendanceMode”Could you clear your site cache, go to https://search.google.com/structured-data/testing-tool/u/0/ and test if there are errors?
Forum: Plugins
In reply to: [EventON - Events Calendar] Title and Description Line BreakGreat!
If you have a moment, we would greatly appreciate if you could kindly leave us a review at https://wordpress.org/support/plugin/eventon-lite/reviews/
Cheers!We do full testing before every release. Since WordPress is a complex system, sometimes it can work completely fine for some users and there are can be issues for others.
Forum: Plugins
In reply to: [NSFW] [EventON - Events Calendar] EventonlineYour theme recognizes the /event page as Archive page, so it puts “Event Archive” as page’s name. Try following my suggestion and use “Events Directory” page instead.
Forum: Plugins
In reply to: [EventON - Events Calendar] Title and Description Line BreakTry adding the code to wp-admin > Themes > Customize > Additional CSS.
Forum: Plugins
In reply to: [EventON - Events Calendar] Title and Description Line BreakPlease try this code as well:
.ajde_evcal_calendar.boxy.boxstyle2 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title, .ajde_evcal_calendar.boxy.boxstyle2 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_subtitle { word-wrap: normal; overflow: hidden; white-space: normal; }