Questions about Payment Form extension

Black box shown on the payment confirmation screen

  • Jose Antonio Omedes
  • Topic Author
  • Offline
  • New Member
  • New Member
More
11 years 2 months ago #25340 by Jose Antonio Omedes
Black box shown on the payment confirmation screen was created by Jose Antonio Omedes
A black box is shown on the payment confirmation screen. This black box covers part of the text.

See the attached file.
Attachments:

Please Log in or Create an account to join the conversation.

More
11 years 2 months ago #25398 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Black box shown on the payment confirmation screen
Hi

I think the reason is because your site template has some css code for info class. Please follow the instructions below to get the issue sorted :

1. Open the file components/com_pmform/views/confirmation/tmpl/default.php

2. Find the code below :
Code:
<p class="info"><?php echo $message ; ?></p>

3. Change it to:
Code:
<p><?php echo $message ; ?></p>

After that, the issue should be fixed.

Tuan

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc