roundupwp
Forum Replies Created
-
Hey again TStone,
It took a year to get what you needed but it’s available now 🙂
Update to version 2.4.3 and change the “Phone Number Format” setting to “No Format” https://snag.gy/Ernk9P.jpg
This should allow your users to define how they need their phone to be formatted.
Let me know if you have more questions!
– Craig
Hey Christian,
Ahh thanks for letting me know! I see now the issue. It looks like you have 3 divs with the class “tribe-events-single-event-description” which is causing this. I can fix this within the registrations code though event if this issue still exists. I will add this fix to both plugins and see if I can have the update available either today or tomorrow.
Thanks again,
– Craig
Hey Christian,
Sorry that the issue remained! I’m testing another fix for this in the “Pro” version that seems to be going well. I will include it in the free version this weak in another update.
I’ll let you know when it’s available!
– Craig
Hi mikemedoro,
Initializing the form with a single JS function is something in the Pro version that I’ve been meaning to add to the free version. Can you wait a day or two? A new release should be out soon and I will include this in the update.
– Craig
Hey again TStone,
It looks like we discussed this a year ago as well. Since then there is added support for different phone formats. Do you know a bit of PHP? If so, you can use our guide to changing the format to whatever you would prefer: https://roundupwp.com/faq/format-phone-numbers/
Thinking about this a bit, it would also make sense to have a setting that doesn’t format the response at all and will just use whatever the user supplied. I’ll add a setting for this in the next update.
Let me know if you have more questions!
– Craig
Hey ricksir,
It looks like the text for this was not written in a way that makes it translatable. I’ll fix this in the next update.
Let me know if you have questions in the meantime!
– Craig
Hey elschnuperro,
Thanks for adding another potential fix here! Like I mentioned previously, there will be an update that I believe will prevent this issue coming out soon.
Another thing to try would be using shortcodes to place the feed on the page. This can be done by switching the “Form Location” setting to “Shortcode” and then adding the shortcode where you would like the form when editing the event description:
[rtec-registration-form]
Thanks,
Craig
Sorry for the inconvenience as well!
Did you try any of the suggested fixes above? We have a planned fix to prevent this within the normal plugin code but the update may not be released for another week or two while I’m helping out with a new baby.
Let me know if neither seems to work and I can take another look.
Thanks,
Craig
Hey casikring,
Sorry for the issue! When you say that the problem comes after an update, do you mean the registrations plugin, The Events Calendar, or do you mean your theme? Is it a combination of these if you can recall? I will look into it. In the mean time, I have a few suggestions:
Add the following to the “Custom JavaScript” area on the “Form” tab:
if ($('#rtec-js-move-flag').length) { if ($('.rtec-outer-wrap').length > 1) { $('.rtec-outer-wrap').each(function(index) { if (index > 0) { $(this).remove(); } }); } else if ($('.rtec').length > 1) { $('.rtec').each(function(index) { if (index > 0) { $(this).remove(); } }); } else if ($('.rtec-success-message').length >1) { $('.rtec-success-message').each(function(index) { if (index > 0) { $(this).remove(); } }); } }This will remove the extra register buttons.
Another thing to try is going to the “Form” tab and enabling the setting “I am using a custom single-event.php file in my theme”. This may also fix the issue.
Let me know if you need more help!
– Craig
This thread has been quiet for awhile so I’ll go ahead and mark is as resolved.
This thread has been quiet for awhile so I’ll go ahead and close it. Let me know if you have more questions!
– Craig
I’ll go ahead and mark this as resolved for now but I hope you were able to get something that worked for you.
– Craig
Thanks for following up on our support page! I’ll go ahead and close this issue.
Hey rhodesengr,
Sorry for the confusion! That note means that any setting with the red asterisk beside it can also be configured for each event individually.
Only our paid “Pro” plugin allows you to create more than one registration form at this time.
Let me know if you have more questions!
– Craig
No problem!
Actually, from your other question here, it sounds like you’re using the “Pro” version. This template works without adding the PHP code in that case. If you’re using the free version, then this would be necessary at this point.
Thanks,
Craig