- Posts: 13
- Thank you received: 4
Questions about Payment Form extension
Required Field: Notice Mobile Position
- chiappa
-
Topic Author
- Offline
- New Member
-
Less
More
8 years 10 months ago - 8 years 10 months ago #80320
by chiappa
Required Field: Notice Mobile Position was created by chiappa
I need to have support for mobile phones for the Payment Form.
Everything seems to work well, except the "this field is required" speech bubble.
It is shown on the right with absolute positioning which jumps out of the mobile view.
How can I change the top and left coordinates of the div?
Thanks!
Everything seems to work well, except the "this field is required" speech bubble.
It is shown on the right with absolute positioning which jumps out of the mobile view.
How can I change the top and left coordinates of the div?
Code:
<div class="showdateformError parentFormos_form formError" style="opacity: 0.87; position: absolute; top: 1119.5px; left: 1221.6px; margin-top: -35px;">
Thanks!
Last edit: 8 years 10 months ago by chiappa.
Please Log in or Create an account to join the conversation.
- chiappa
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 13
- Thank you received: 4
8 years 10 months ago #81354
by chiappa
Replied by chiappa on topic Required Field: Notice Mobile Position
Solved.
file: ~/components/com_pmform/assets/js/paymentform.js
See my notes for details.
file: ~/components/com_pmform/assets/js/paymentform.js
Code:
promptPosition : "topRight:-140",
See my notes for details.
Please Log in or Create an account to join the conversation.
Moderators: Tuan Pham Ngoc
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.