Can you please add our Support Team email to the list of collaborators to your application and provide us a link to your application? Please also mention on which page and which scenario should be tested. (here or via dm)
This will allow us to check your settings and run some tests to understand the root cause of the problem.
To add our Support Team as a collaborator, you need to do the following steps in the Bubble Editor:
Weāve tested the plugin with US timezone but unfortunately, the issue you reported is not reproducing on our side.
Would it be possible for you to grant access to your app so that we can investigate the issue? To do this, please add our email, support@zeroqode.com, as a collaborator to your app. Please note that you can add our email to the collaborator list, even if your app is on the Free plan. Disregard any warning messages that may appear.
Additionally, kindly provide us with the name of the specific page where you are experiencing the issue. This will help us focus our investigation and provide you with a more accurate solution. (here or via DM)
Thank you for your understanding and cooperation. We look forward to assisting you further.
This behavior is indeed unusual, and we havenāt been able to replicate it in our demo. Weāve forwarded this to our developer team, and weāll reach out as soon as we have any updates. We appreciate your patience while we investigate the issue inside your application.
Thanks. Iām having real issues today with the air calendar and lots of entries not showing. I downgraded the plugin and initially this resolved it, but a few hours later my users are experiencing missing entries again .
Edit: FYI Iāve downgraded once again and itās working again for now.
Hi @softlog,
Apologies for the late reply due to the weekend.
Weāve passed this issue to our developers and we will need some time to investigate it, as soon as we have any news weāll get back to you. Thank you for your patience and understanding.
In the meantime, please let us know if we can try to help you with anything else.
Itās been a bit over a year since I got the tooltip working using a floating group and the Element Move Rotate & Resize plugin. In the past week or so, it stopped working. This may be because I started getting serious about retrofitting the new responsive engine to my pages and reusable elements.
Do you know anything about the status of the plugin? It seems that developer has gone silent.
Back in June '22 @christo1 and I were exploring how to make event ātooltipā and context menu work in a page using Air Calendar. With help from @christo1 I got it working with a floating group and the Move Rotate & Resize plugin.
In the past week, the pluginās repositioning capability has stopped working. I suspect this may be the result of converting my floating group to the new responsive engine. I donāt know. The problem occurs with event tips triggered by the entered event and the context menu triggered by the right clicked event.
Could this problem be related to Air Calendar, or should I be looking for a different plugin to move the tip and menu to the right position?
In our latest update, we introduced an improvement that displays the event description in a Tooltip, eliminating the need for external plugins. However, this change may not be fully compatible with your current setup as we understand it serves the same purpose.
Can you please try using Tooltip as the content display type (disabling floating group and the Move Rotate & Resize plugin) and let us know if this solves the problem?
For many months, Iāve been lagging behind on updating the Air Calendar plugin. Today, in order to test the Tooltip feature, I updated my Air Calendar plugin.
I can see that the new Tooltip feature wonāt meet my needs. In short, I need much more information in the tip.
What I see with the Tooltip is this:
What I need is more like this:
(I have a fair bit of work ahead of me to style it properly.)
Whatās very interesting, and quite troubling, is that having updated Air Calendar, the problem of showing and positioning my custom tooltip seemed to have been resolved in my first round of simple testing. The image above shows the tip pretty much where I want it to be.
HOWEVER, when I went back to disable the built-in tooltip, the positioning of my custom tip broke.
Could there be some conflict between Air Calendar and a library used by the positioning plugin?
Hi Laurence, I ended up changing the move to reposition like this:
This is based on using a floating group for this. This goes before showing the Floating group element. (I started with a drag & drop group, hence the name, but changing it to a floating group opened this action reposition action)
I have based this on a right click event on the calendar. Youāll need the Bubble keyboard & mouse interactions plugin to get the mouse position data.
Just wanted to clarify that the tooltip currently shows only the event content. Not entirely sure if it fits your needs, but have you considered incorporating āprojectā and āobjectā details into the event content? This way, they might show up in the tooltip too.
Thank you @christo1 for the workaround! @laurence, give us a heads up on whether this suits your needs. If not, weāre more than happy to dive into your application and try to provide a few suggestions.
The only problem is that Bubble just broke the reposition action overnight. Now it causes the blue bar of frustration to show up. I have reported a bug to Bubble a moment ago.
Thanks for the help @ZeroqodeSupport. After many hours of work, I have resolved some of the problems I had been encountering with my home-grown tip and menu positioning. Itās not perfect, but gives me the ability to include a lot more information in the tip and have it tailored to the type of event.
Yes. Overnight!
Yesterday I thought I was making progress. This morning what Iād accomplished was broken by Bubble. Iāve fallen back to the element offset action.
It appears that a lot of my problems were caused by timing. I was calculating the new x and y position and storing them in custom states. But nothing I tried would reliably ensure that the custom states were available to the offset action.
Letās see what happens again overnight, and then maybe Iāll be able to get all of my many calendars working properly.