kiekers
Forum Replies Created
-
Forum: Plugins
In reply to: [Panda Pods Repeater Field] Set values of fields in repeaterrefer to answer above for the JS to set content of a field inside an iframe. You obviously need to change variable names to your solution, but the code works great.
Forum: Plugins
In reply to: [Panda Pods Repeater Field] Set values of fields in repeaterNevermind, I got the solution, posting it here in case someone needs to do the same ??
`var frame = document.getElementById(‘panda-repeater-add-new-565-572’);
var docframe = frame.contentDocument ? frame.contentDocument : frame.contentWindow.document;
docframe.querySelector(‘#pods-form-ui-pods-field-nommer’).value= e.data.bronNommer;Hi, In the end I used the checkin feature of the plugin along with a combination of buddypress (in order to attach certificate to user profile), mpdf (to generate the certificate) and custom mysql (to get the users’ booking and echo output if they have been marked as attended).
Unfortunately this wasn’t a simple solution that was done overnight, and this is done for the company that I work for, so I am not at liberty to disclose the code.
Thank you, exactly what I was looking for.
Thanks, but then this would be shown to the user, and not the admin? This should be an admin only field.
In the meantime I found an alternative solution by having admin approved booking attached to the certificates.
Try within your page content itself (follow the examples at the bottom of the page). Otherwise, you will need to edit the template that is found within plugin_dir/templates/templates/event-single.php. Please refer to the documentation on perhaps adding this to your child theme (if you have one) otherwise the changes will be lost on plugin update.
I haven’t used the plugin before, but couldn’t you add the following placeholders to your (single) event template? https://wp-events-plugin.com/documentation/placeholders/#
Thank you very much, will do.
Ah, didn’t even see it. Thanks a lot. The plugin is looking great. Keep up the good work.
Thanks a lot for your speedy reply. It does work, so no extra questions here. You can change this thread to resolved.
Forum: Plugins
In reply to: [Uji Countdown] Style in shortcodeNevermind. I got it. Just insert the name of the style into the id attribute.