fullworks
Forum Replies Created
-
Forum: Plugins
In reply to: [Quick Event Manager] Radio ButtonAs you are working on translations I’ll see what I can knockup code wise for you
Forum: Plugins
In reply to: [Quick Event Manager] TranslationsPlease email them direct to support@fullworks.net
Forum: Plugins
In reply to: [Quick Event Manager] Radio ButtonStackoverflow – I mentioned try Googling ‘How can I make a group of checkboxes mutually exclusive?’ this will give you an article how at least at code level. If are not a coder though that is a bigger ask.
If you were a paid customer I’d probably create snippet for you or enhance the plugin.
I’ll add it to the list of ideas though, radio buttons with a mutually exclusive choice.
Forum: Plugins
In reply to: [Quick Event Manager] Override CSS failsThanks,
I’m going to remove the Custom CSS section at the bottom of the styling page, as it was written so long ago before the Customizer / Additional CSS which is the ‘right’ place to put custom CSS ( if you are not a developer using a child theme )
Forum: Plugins
In reply to: [Quick Event Manager] LabelOther than what you have done, or text to the tick box -e.g. Also send the registration information to my email address. – please beaare on submit it amy take a few seconds to respond.
If you pay in translation I have about 10 plugins that could do with Dutch translations 🙂
Forum: Plugins
In reply to: [Quick Event Manager] LabelYes -good idea about spining wheel concept, I’ll add that to the list of ideas.
When you register with payment it does actually say ‘waiting for … ‘.
Forum: Plugins
In reply to: [Quick Event Manager] LabelThey can’t press the button twice.
Yes, I timed it on your site it was 6 seconds for me.
On my own site it takes 2 seconds.
It is strange as your site isn’t generally slow. There is little I can do about performance in the short term.
Forum: Plugins
In reply to: [Quick Event Manager] LabelWhy don’t you redirect to a landing page rather than your home page – the landing page can say
– your registration has been accepted, you should receive a confirmation shortly. Please check your spam folders and if you still have any question please contact us at …
Forum: Plugins
In reply to: [Quick Event Manager] Lag time in sendingThere is no particular lag.
I would recommend using WP. If you need to use SMTP I would suggest setting that up with a specialist SMTP plugin and leaving the mail setting to WP.
At a future release I will remove the SMTP option, as other plugins do it better.
Forum: Plugins
In reply to: [Quick Event Manager] Leading zero in datesYou men the date in the box? Currently there is no override for that.
Forum: Plugins
In reply to: [Quick Event Manager] Radio ButtonCurrently there is no way with the plugin as it stands.
You can do it with a little bit of jQuery / javascript.
Wordpress rules forbid me to post a link to sites I don’t own but try Googling ‘How can I make a group of checkboxes mutually exclusive?’
Forum: Plugins
In reply to: [Quick Event Manager] Confirmation of CancellationHi, excuse the fact I don’t know 100% of this code as I inherited it around 4 months ago from the previous developer.
The code says it is ‘either or’ in terms of where the email goes, if there is no email on the registration it goes to admin. Exactly why in that case it thought there was no email on the registration I don’t know. ( I assume you had a email field on the registration form of course – personally I find it strange email is optional in this system and trying to think if there is a valid reason to every have no registration email )
I will add this to my issue tracker as something to test myself.
if ( empty( $register['sendemail'] ) ) { $qem_email = get_bloginfo( 'admin_email' ); } else { $qem_email = $register['sendemail']; }- This reply was modified 5 years, 8 months ago by fullworks.
Forum: Plugins
In reply to: [Quick Event Manager] Limit places taken into 1 registerThis will be in the next release, and option not open up multiple boxes.
Forum: Plugins
In reply to: [Quick Event Manager] QEM – send mail when event happenThat is not a current feature, to send a reminder.
Forum: Plugins
In reply to: [Quick Event Manager] Confirmation of CancellationAccording to the code it already does – have you tested it?