Alan Fuller
Forum Replies Created
-
Forum: Plugins
In reply to: [Remove Site Health From Dashboard] update breaks backendthanks for your report, are you getting anything like a crash report email from WordPress?
Forum: Plugins
In reply to: [Stop WP Emails Going to Spam] Service IP Blacklist messagezen.spamhaus.org
Mx toolbox should show the same
Forum: Plugins
In reply to: [Quick Event Manager] URL when clicking on category keysI have released 9.14 with those minor changes
Fixes that issue with extra categories – but more usefully adds the class qem-active-category
which I set to have a little ‘feel’ with this css ( which of course you can override ).qem-active-category {
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
}Forum: Plugins
In reply to: [Quick Event Manager] URL when clicking on category keysit would take coding change to the core plugin to add an active class, if you have time and skill to investigate the core code then that would be fantastic, otherwise I’ll take a look when I have a spare moment.
Forum: Plugins
In reply to: [Quick Event Manager] URL when clicking on category keysSounds like it is appending the category rather than replacing the category.
You can investigate via the source code here https://github.com/alanef/quick-event-manager and if you identfify the issue I will consider a pull request.
Also, it would probably be better to add a css selector to the active button via the code rather than javascript and I would happily incorporate that if you create a pull request that does so.Forum: Plugins
In reply to: [Stop User Enumeration] Found a user enumeration that is not stoppedHi from my testing the plugin correctly removes author_url from the oembed and correctly leaves the author ‘display name’. The important thing to note is display name is not the same as login name -unless the users have left their display name as login name.
This is an example (without the plugin running) showing the author name is not the login name ( with the plugin running and setting set author_url is removed )I have often wondered if I should add (perhaps a small premium feature?) to provide an ‘audit/restriction’ to stop people revelaing their login name by leaving their display name defaulted.
it wasn’t working when tested and I don’t have time to look after it so I closed it down.
The plugin is very simple at the moment.
“Just input a title and save the product. The description will be generated and saved if the existing description is empty”
As existng products would have descriptions you would have to manually delete the existing description, save and then redo. It should generate two descriptions based simply on the title.
To be honest,I have’t touched this for a long time. I’ll do a quick test.Forum: Plugins
In reply to: [Display Eventbrite Events] co-hosting EB events – display on WP site?If a user is joined to multiple organisations in Eventbrite then the free plugin shows all events for all organisations linked to that user.
See Eventbrite help to see how to invite users.
Forum: Plugins
In reply to: [Display Eventbrite Events] Collections Support?Unfortunately Eventbrite don’t publish a public API for collections data so it is not currently possible.
Filtering a is a premium feature and we are not allowed to provide support ( including pre sales ) of premium plugins here. Please take a look at our product pages and contact us via our website if you need further info. https://fullworksplugins.com/products/widget-for-eventbrite/
Forum: Plugins
In reply to: [Quick Event Manager] something wrong with v9.12.2The readme had not been incremented. Fixed now.
Forum: Plugins
In reply to: [Quick Event Manager] Registration emails no longer being sentPlease read this article on how to enable Email sending debugging in QEM
https://fullworksplugins.com/docs/quick-event-manager/trouble-shooting-quick-event-manager/qem-emails-not-being-delivered/Forum: Plugins
In reply to: [Quick Paypal Payments] Order details in QPP PaymentsI’m not sure I can help effectively as I don’t know you order flow. You hav ethe right gist that teh payments are stored in the options table.
- This reply was modified 3 months, 3 weeks ago by Alan Fuller.
Forum: Plugins
In reply to: [Quick Paypal Payments] This block has encountered an errorVery strange as it wasn’t showing any useful console errors.
I noticed in my dev version it was working, by a process of elimination it was related to the very standard register_block_type(). What is stange is that all that was different was where that code was positioned, despite still being on the init hook. I have no explanation why that would resolve it, but released a fix anyway.Forum: Plugins
In reply to: [Quick Event Manager] How to display the Title on the single Event page?check your single.php ( event will use it by default) easiest way is do a blog post, does the title show?
And / Or share the single.php here for review.