fullworks
Forum Replies Created
-
Forum: Plugins
In reply to: [Quick Event Manager] Event Not In Registrations ListHi, I only just noticed this request. It is likely something special on your home page e.g. a javascript conflict.
I can’t really help investigate without more information.
If a page wont load follow the WordPress debugging guide https://wordpress.org/support/article/debugging-in-wordpress/
And post any relevant errors ( not warhing or notices ) in the debug log here.
Forum: Plugins
In reply to: [Quick Event Manager] Plugin show the loading GIF and never finish loadingHow are you getting on?
Forum: Plugins
In reply to: [Quick Event Manager] cannot change month displayedMonth & year on multiple calendars on the same page fixed, and also relative month / years can be used. Version 9.0.18 released
Forum: Plugins
In reply to: [Quick Event Manager] cannot change month displayedYour original post was fine, it was my quick reading of it that was lacking.
Having looked at the code today, I have reasonable idea why, so I’ll check tomorrow and get a fix if I can in the next release.
Forum: Plugins
In reply to: [Quick Event Manager] cannot change month displayedAh ha – the plot thickens – two calendars on one page
[qemcalendar]
[qemcalendar month=”7″]That would probably be the issue, I didn’t test that scenario, I will do in the morning
Forum: Plugins
In reply to: [Quick Event Manager] cannot change month displayedI tested 9.0.16 on WP 5.5.1 running 2020 theme without issue.
As mentioned do you have cache plugin or running on a cached host ( like GoDaddy? )Forum: Plugins
In reply to: [Quick Event Manager] cannot change month displayedI have coded relative month for the next release. But still would like to know why you can get integer months working.
Forum: Plugins
In reply to: [Quick Event Manager] cannot change month displayedOK, so I tested [qemcalendar month=”7″] and it works perfectly showing July.
So I would be intrigued to see what you think is wrong with the code, and more intrigued to understand why it doesn’t work on your site. The only think I can think of is you may have a caching plugin caching pages, maybe?
Forum: Plugins
In reply to: [Quick Event Manager] cannot change month displayedlol – yes I didn’t know, I took over this plugin from the prior developer 6 months ago and I’m still discovering things.
Forum: Plugins
In reply to: [Quick Event Manager] cannot change month displayedYou are correct, there is no current way to achieve this with the shortcodes.
It is possible to specify a month at the url level by adding ?qemmonth=10
e.g. my domain / my event page for October ?qemmonth=10
I actually use that on one sie where all their events are only in a single month
It is a nice idea to have a relative month in the shortcode, but not currently planned.
- This reply was modified 5 years, 8 months ago by fullworks.
Forum: Plugins
In reply to: [Quick Event Manager] Google Map Image Not ShowingIf you ‘inspect’ your browser consoles you can check for any errors.
In your case
staticmap:1 Failed to load resource: the server responded with a status of 403 ()
Error 403 = not permitted
Which means your API key is not set up correctly or is restricted from your domain.
Unfortunately Google make it a real pain to use their maps and then they don’t instantly work either which makes testing painful.
I suggest you try some variations on setting up / restricting your key.
This isn’t an issue with the plugin I’m afraid.
Forum: Plugins
In reply to: [Quick Event Manager] Plugin show the loading GIF and never finish loadingThey are just warnings and do not impact functionality.
They are also fixed in the next release which is currently in beta testing.
Do you have a caching plugin running.
If I clear my browser cache then I can see the page, so something pre caching the bouncing balls, perhaps you have something that optimises javascript that is changing sequencing.
You will have to go through a process of elimination I’m afraid.
Forum: Plugins
In reply to: [Quick Event Manager] Plugin show the loading GIF and never finish loadingYour theme seems to have some sort of pre-loader ( the orange bouncing balls ).
There is clearly some sort of conflict with your theme, and as it is a custom theme developed by you it is impossible for me to identify what the conflict is – but it is likely a jQuery conflict.
You will need to ask your developers for further investigation. If they identify a specific issue that I can resolve, let me know.
By the way have you tried the jQuery migrate enabler plugin the WordPress team released, whilst my plugin does not need it ( as far as I know ) I know the removal of jQuery migrate in V5.5 broke many sites.
Forum: Plugins
In reply to: [Quick Event Manager] Leading zero in datesYou wont be able to override that without making coding changes
Forum: Plugins
In reply to: [Quick Event Manager] Radio ButtonI have had a look, I think I can change the code to give a radio button option, to the options field, but the next release is a little way off, maybe a week away. So hopefully you can live with current situation until then