ayam maiself
Forum Replies Created
-
Forum: Plugins
In reply to: [ICS Calendar] Problems with the order of events in list view.Hello @room34
Thank you very much, I have already managed to solve the problem. It wasn’t an issue with ICS Calendar; it was related to a custom plugin that uses an ICS Calendar function to add custom posts as events to the calendar array.
Thanks
Thanks , i’ll try it.
Anyway, I think the calendar should open the popup about the event info even when the event doesn’t have a description because the title, date, and hour info in the calendar cell are very small, difficult to read, and it’s necessary to show it bigger.
The filter would be more useful if it could add a description to the events that don’t have one. If we try to input additional text to the description of all events using this filter, that information won’t appear on the events that had no description. Moreover, the parameter $has_desc in the filter makes no sense if we can’t modify the events without a description.
I imagine r34ics_event_description_html action will don’t add that aditional text to events without description.
Thanks for your work!
Forum: Plugins
In reply to: [ICS Calendar] Normal calendar in mobile versionYes, i was talking about the possibility of set custom defaults that override the core default settings in a configuration page, to use them when the shortcode don’t change the parameter by itself.
Then you can have the opportunity of write shorter shortcodes and modify some parameters globally, because it’s usual to have the same default configuration in the most of the calendars used on a website.
Thanks for your further attention
Forum: Plugins
In reply to: [ICS Calendar] Normal calendar in mobile versionI’ve added this to the CSS to have what I want:
So, it’s solved for my needs.
@media (max-width: 782px) {
.ics-calendar li.event {
height:80px;
overflow:hidden;
}
.ics-calendar .end_time {
display:none!important;
}
.ics-calendar-month-grid {
min-width: 0px!important;
}
}with nomobile=”true” and without compact=”mobile”
Thanks for every of your improvements.
Can be able to have a configuration page in a next update to modify the default parameters for every calendar in the global website?
Imagine I want to change to the new compact=”mobile” feature and i need to go to every calendar to change it one by one in the website…
I usually have the same configuration parameters in every calendar and the opportunity of change them in a single page would be great!
Thanks!
- This reply was modified 1 year, 8 months ago by ayam maiself.
Forum: Plugins
In reply to: [ICS Calendar] combinemultiday visualization issuesHello, in Spain the usual first day of week is monday, i think you have designed combinemultiday feature thinking only in sunday as the first day of week, so in the “monday first” version of the calendar the multiday events begin blank in the first day of the week (monday) if the event cross to the next week, and them become an entire blank block crossing the week if the event ends before sunday.
- This reply was modified 1 year, 8 months ago by ayam maiself.
- This reply was modified 1 year, 8 months ago by ayam maiself.
- This reply was modified 1 year, 8 months ago by ayam maiself.
- This reply was modified 1 year, 8 months ago by ayam maiself.
- This reply was modified 1 year, 8 months ago by ayam maiself.
- This reply was modified 1 year, 8 months ago by ayam maiself.
Forum: Plugins
In reply to: [ICS Calendar] Normal calendar in mobile versionPrevious to add the horizontal scrolling functionality in mobile versión I added this CSS to avoid log height cells:
@media (max-width: 600px) {
.ics-calendar li.event {
height:80px;
overflow:hidden;
}
.ics-calendar .end_time {
display:none!important;
}
}Now, with the new feature the need is to vertical scroll instead of horizontal scrolling… But i preffer the user don’t need to scroll in any way, having all the events at a time in the screen, like the previous version without these improvements. This funtionality is great anyway for those who need it, but i need the not scrolling version with all the events in the view. Because I don’t want people to have to figure out that they have to scroll.
Other Issue: with this feature added to the combinemultiday functionality some days have blank cells because the first events shown are multiday ones and don’t have any text.
- This reply was modified 1 year, 8 months ago by ayam maiself.
- This reply was modified 1 year, 8 months ago by ayam maiself.
Hello,
Thanks, I’ve solved it sorting the month level of the array every time after add a new element, instead of do a recursive sorting, because I add not so much events and think the performance would be better than sorting the entire array at the end of additions.asort($ics_data[‘events’][$year][$month]);
- This reply was modified 1 year, 8 months ago by ayam maiself.
Forum: Plugins
In reply to: [ICS Calendar] Normal calendar in mobile versionI would like to have the same functionality, no need the horizontal scroll version of calendar in mobile version, previous no scrolling version was better for me… I was using css for limit the height of calendar cells in mobile version. Because i prefer the whole calendar in the screen rather than the whole title of events.
Forum: Plugins
In reply to: [ICS Calendar] Events not ALL DAY shown like thatI’ve used combinemultiday to show them better.
Anyway it have some visualization issues, in example: when I have an event begin in a week and end in the next one, the ending of the event (the event in the last week) are emty blocks.
So when i have some events, ones ending in the weekend and others ending in the next week, the emty blocks don’t lets know whats is the event they are related too… because them don’t have any text…
Anyway they are not ALL DAY EVENTS, because are events begining in 22h and ending in 2:00h (concerts and dance parties), only 4 hours events.
Thanks a lot for your answer
- This reply was modified 1 year, 11 months ago by ayam maiself.
- This reply was modified 1 year, 11 months ago by ayam maiself.
I’ve try having only installed Directorist Plugin and I’ve the same Issue… It happens when there is a lot of categories and locations. In that case some of them are not listed.
- This reply was modified 1 year, 11 months ago by ayam maiself.
Forum: Plugins
In reply to: [Magee Shortcodes] QR Code Shortcode created a broken imageIt still generate a broken image
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF?)] New release issue in time FieldsThe problem is a compatibility issue with the Magee Shortcodes plugin, not related with the new version of ACF.
When I disable Magee Shortcodes plugin, Time Picker works fine, but when I enable Magee Shortcodes, The Time field works bad, instead of display Time Picker, Date and Time Picker appears in Time Fields and it don’t dissapear when i take the focus out of the Time Field.
- This reply was modified 2 years, 5 months ago by ayam maiself.
Forum: Plugins
In reply to: [ICS Calendar] $args into Filter r34ics_display_calendar_filter_ics_dataWe was writing at the same time ??
Thanks for your answer.
- This reply was modified 2 years, 5 months ago by ayam maiself.
Forum: Plugins
In reply to: [ICS Calendar] $args into Filter r34ics_display_calendar_filter_ics_dataI’ve seen that the Filter r34ics_display_calendar_filter_ics_data have a second parameter with the $args since 7.3.1 version of the plugin, despite it’s not documented in the website Developer documentation:
https://icscalendar.com/developer/#r34ics_display_calendar_filter_ics_dataSo, the issue is only that the documentation don’t inform about the $args parameter.
Solved
Thanks
Forum: Themes and Templates
In reply to: [OceanWP] After last new update my website crashedWhile the official support solve the problem, you can check this entry:
https://www.ads-software.com/support/topic/cant-activate-ocean-wp-theme/#post-15515933- This reply was modified 2 years, 11 months ago by ayam maiself.