roundupwp
Forum Replies Created
-
Hey ZC Web,
The “free” version just has a basic field and form creator. You can’t change the order at this time. What fields were you hoping to move? If you send a link to an event with the form on it I can give you a bit of JavaScript to move it as an alternative.
– Craig
Hey Mark,
Sorry I seem to have never replied here!
We have an automatic refresh in the “Pro” version that will come to the “free” version soon. It’s been awhile since there has been a major update with some new features for the free version but it is now officially planned.
– Craig
This thread has been quiet for awhile so I’ll mark it as resolved. Let me know if you need more help though!
This thread has been quiet for awhile so I’ll mark it as resolved. Let me know if you need more help though!
Hey pre20,
This will be a setting in a future update but until then, you could try adding this JS snippet to the “Custom JavaScript” area on the “Form” tab:
setTimeout(function() { $('.rtec-form-wrapper').show(); $('.rtec-form-toggle-button').hide(); },500);Let me know if you have more questions!
– Craig
Hey Mark,
The “new” icons and the “dismiss new” option are separate from the attendee list settings and will still display when there are new registrations.
Are you saying that none of your attendees are showing up in the attendee list? Do you have a link to an example event I can take a look at?
Thanks,
Craig
Sure! Try adding this to the “Custom CSS” area on the “Form” tab to make the link a button:
.rtec-already-registered-reveal { display: inline-block; background: #555; border-radius: 5px; padding: 5px 10px; vertical-align: top; } .rtec-already-registered-reveal a { color: #fff; }Use this JS to prepopulate the email field:
if (jQuery('#rtec-visitor_email').length && jQuery('#rtec_email').length) { jQuery('#rtec-visitor_email').val(jQuery('#rtec_email').val()); }Let me know if you have more questions!
– Craig
Ahh I see.
No problem! Let me know if you would like to remove the extra character and I can help you fix it as well.
Thanks,
Craig
Great!
Try adding this to the “Custom CSS” area on the “Customize” tab and let me know if this looks better:
#rtec .rtec-register-button, #rtec input[type="submit"] { font-size: 14px; padding: 6px 10px } #rtec .tribe-bar-toggle-arrow { top: 7px; }Hey Fabio,
For the most part the plugin will try to match the button styles for your theme. I can help you override your theme’s styles though with some CSS.
Can you send a link to one of your events?
– Craig
Hey Ely,
Yes you are correct. Since this is now a conversation about the “Pro” version exclusively, would you mind contacting me on our website?
https://roundupwp.com/support/
The moderators of the forum prefer that all questions about paid versions of plugins are done elsewhere.
Thanks!
– Craig
Hey elysseens,
We have features in our paid “Pro” version that can help with what you’re asking about here. Otherwise, if you are handy with PHP you can add a bit of customization to get this working with the free version. Here are some helpful articles:
https://roundupwp.com/codex/action-rtec_the_attendee_list/
https://roundupwp.com/codex/action-rtec_before_display_form/
This other thread will help with submitting the form without filling in any information:
https://wordpress.org/support/topic/register-immediately/
Hopefully that helps!
– Craig
This topic has been quiet for awhile so I’ll mark it as resolved. Let me know if you have more questions though!
In case someone else comes across this thread, the issue ended up being that the form was loaded on the page using AJAX. This will work fine but in order to apply the JavaScript based features the “rtecInit()” function will need to be called after the form is loaded to the DOM.
I hope your project is going well Cédric!
No problem! Good luck with your project.
– Craig