isasu88
Forum Replies Created
-
Forum: Plugins
In reply to: [Tooltip for Gravity Forms] Gravity Forms 5.9 Breaking Plugin@mehbubrashid It works perfect. Thank you very much for the quick update. I will leave a review.
I also noticed the messages in the console @millermultimedia says.Forum: Plugins
In reply to: [Tooltip for Gravity Forms] Gravity Forms 5.9 Breaking PluginPerfect, thank you!
Forum: Plugins
In reply to: [Tooltip for Gravity Forms] Gravity Forms 5.9 Breaking PluginHi @mehbubrashid, thank you for answering quickly.
I’ve realized it is in radiobutton fields where tooltips are not working. In some other fields it works. I have tried in a clean WordPress with the default theme and no extra plugins or code and it is not working in radio button fields either.
Here is an example: https://test.dabne.net/?page_id=7
Thank you!Forum: Plugins
In reply to: [Tooltip for Gravity Forms] Gravity Forms 5.9 Breaking PluginHi,
I’ve tried to update this plugin to the last version and it doesn’t work. With the previous version 2.9 and Gravity Forms 2.9.7.2 it worked, despite the warning about pollyfill script, but with 3.0 the tooltips I had configured in my forms just disappear.
Could be a problem with the new WordPress version? There is a notice in wordpress repository about not being tested with the current WordPress version.
Thank you!Hello,
Thank you very much for your answer although we find out a better solution. I explain it just in case is useful for anyone else.
Looking through the code we find out that EM_Calendar and EM_Events were the classes you use to do the query, and that the arguments passed through the shortcode were spread to these classes.
After that we find out that the attributes available for those classes were documented here: https://wp-events-plugin.com/documentation/advanced-usage/
So for showing a personal calendar with FullCalendar which only shows the events which a user has booked, we only need to do this [fullcalendar bookings=’user’]