-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some Simple calendar improvements #234
base: main
Are you sure you want to change the base?
Conversation
Thank you for your time and submitting a PR. I haven't looked over everything yet, but something did stick out to me so I want to ask about it. The hover feature you mentioned - is that not the same as this setting? |
@sarjona Also thanks for submitting. I'll need some time to review the grouped calendar/taxonomies change. Maybe an example screencast and/or screenshots would help display your scenario. For the localization file, |
@nickyoung87 This hover feature only works in the page where the full calendar is showed (like http://agora.xtec.cat/formacio/primaria/calendar/145/). Instead, the patch works always with the widget (because in this case we've found that users prefer hover in all the cases). You can see an example in the following screenshot: http://www.screencast.com/t/7e7CXGrh |
@pderksen You're wellcome!! :-)
|
@sarjona Sorry for the delay. We're still backlogged with projects. We're hoping to address this next week sometime at this point. |
Using this plugin because it's GREAT, however, when I hover over an event, the window shows up super low on my screen and is cut off. I apologize for being a noob, but is there an adjustment I can make in the CSS? I've tried everything I know (which isn't much) and nothing has worked. |
@roxaubrey We already have that issue documented at #221 Please post on that issue and not this pull request. |
https://make.wordpress.org/meta/handbook/documentation/translations/ may also be helpful to know that you can import your plugin's existing/legacy translations. |
First of all, thanks for your plugin. We're using it in some of our projects :-)
We've fixed some bugs and included some improvements. We would like to share with you them:
By default, exclude grouped calendars from get_calendars function and Remove taxonomies associated to grouped calendar for preventing errors
This 2 patches are necessary to avoid deadlock when users add a grouped calendar to a category or when users add a grouped calendar to another grouped calendar (which contains the first one).
Load localization file
Without this patch, we're not able to load the catalan .po file.
Show event information on mouse over
It's an improvement to simulate a behaviour in the Google calendar events legacy version. With this patch, events information is showed on mouse over (it's not necessary to click).