Laura - WPMU DEV Support
Forum Replies Created
-
Hi @timeassistant,
No worries about the delay; I’m glad to hear that you were able to modify the code we provided and that it’s working well for you. Thank you for sharing your solution! It’s great to see that you commented it and credited us for the initial help. That way, others can understand and adapt the code if necessary.
If you have any further questions or need any assistance, feel free to let us know. We’re here to help!
Best regards,
LauraHi @sdagency,
Hope this message finds you well, and thanks for the update.
Like Patrick I was not able to replicate the issue on my test, still, I did take a look at your site and I can confirm the theme is overwritten Branda Content >> Logo & Background setting for the background:
The CSS is:
html, .branda-background-mask { height: 100vh; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-position-x: center; background-position-y: center; background-image: url(/wp-content/uploads/2023/08/404-Background.jpg); background-repeat: no-repeat; }
You can use that code and add the !important property to each element and see if that helps or add the code at Appearance >> Customize >> Additional CSS, note that Branda does not use the body tag it uses html instead.
Please let us know the results and which theme you are using so we can try to replicate the same on our end.
Kind regards,
LauraHi @indikatordesign,
Hope this message finds you well and thanks for the update.
The & is the HTML for & ampersand symbol
I did test this snippet from the ticket you share and I did submit this:
JL)!t&Fq0dE%%hWoq3jG7
And get the same value submitted:
I shared my test form for only that field so you can compare it here: https://pastebin.pl/view/58489bb7
Also, the value was also saved as it is in the database.
Kindly take a look and let us know your comments.
Kind regards,
LauraHope this message finds you well and thanks for the update.
Glad to hear the issue was solved.
Kind regards,
LauraHi @tranos5,
Sorry for our delay and thanks for the information.
We were able to reproduce the issue only on Android devices, and only on your site. We would like to take a closer look at your form, it is possible for you to export the form and share it at https://pastebin.pl/ or to a Drive service like Google Drive and share the link with us? Thank you.
Looking forward to hearing from you soon,
LauraHi @msmilkov,
Thanks for the update and I’m glad to hear you could make it work.
We are marking this topic as solved as per your request.
Kind regards,
LauraHi @emreayhan25,
Our Developers provided the form and fixed the issues that were breaking the importation. Still, this has been reported as a bug and they will fix it in the future, but we can’t provide an ETA about when this will fix it yet.
You will find the form here:
https://pastebin.pl/view/04f74b3cYou should be able to import it now.
Let us know if you require additional assistance.
Kind regards,
LauraHi @nelinfo,
Thanks for the update.
We checked both URLs, and both are the same and look good on mobile. Would you let us know if AMP is enabled? Thank you.
Kind regards,
LauraHi @kallenwebdesign,
Hope this message finds you well and thanks for the update.
Sorry to hear about the issue with GoDaddy CDN. We hope you can give Smush a second try in the future.
Let us know if we can mark this issue as solved.
Kind regards,
LauraHi @abelhoyos,
Hope this message finds you well and thanks for your interest in becoming a member.
We notice that you have a membership and you already are getting assistance from our Support.
Kind regards,
LauraHi @omarsekkkk,
Hope this message finds you well and thanks for the update.
Here are Forminator Hooks you can try to generate the PDF:
/** * Action called before setting fields to database * * @since 1.0.2 * * @param Forminator_Form_Entry_Model $entry - the entry model. * @param int $form_id - the form id. * @param array $field_data_array - the entry data. */ do_action( 'forminator_custom_form_submit_before_set_fields', 'generate_pdf_on_form_submit'); function generate_pdf_on_form_submit($entry, $form_id, $data) { // Check if the form ID matches if ($form_id === REPLACEWITHYOURFORMID) { //Add your custom code here; } }
Kind regards,
LauraHi @mikerads,
Hope this message finds you well and thanks for the update.
I did test your form on my end but as Nithin I was not able to reproduce the issue. The form displays just fine if Rendering >> Load form using AJAX is enabled.
In most Load form using AJAX fails when there is another jQuery error or conflict with a different plugin. It would be possible for you that temporarily update the plugin and use Browser Developers Tools to share the errors in the Console? You will find the debug steps for the different browsers in this article https://www.ads-software.com/documentation/article/using-your-browser-to-diagnose-javascript-errors/
Looking forward to hearing from you soon,
LauraHi @zayn77,
Hope this message finds you well and thanks for the information.
After taking a close look I found the plugin Modern Events Calendar Lite uses the same class as Forminator:
.select2-container { z-index: 9999999; }
That value is forcing all Select fields to push in front of all elements. Kindly add this CSS at Edit your Form >> Appearance >> Custom CSS:
#forminator-module-33596 .select2-container{ z-index: 999; }
Note that code is only for the Form share for other forms you might need to replace the 33596 with the form ID and add to the form (edit) Appearance >> Custom CSS.
For the Repeater Group field, currently no font option at Appearance, but you can use this CSS:
label.forminator-label.forminator-repeater-label { font-size: 27px !important; }
Let us know if you require additional assistance.
Kind regards,
LauraHi @billalben,
Hope this message finds you well and thanks for the update.
I couldn’t find the code added, could you clear the site caches and try again? If still not working, could you add the CSS at Appearance >> Customize >> Additional CSS? Thanks.
Let us know if you require additional assistance.
Kind regards,
LauraHi @naryy,
Hope this message finds you well and thanks for the update.
Could you check if you have enabled Smush >> Bulk Smush >> Original Images enabled?
If it is, kindly disable it, so your original images will not be automatically compressed when uploaded.
Kind regards,
Laura