Title: Kaldia Team's Replies | WordPress.org

---

# Kaldia Team

  [  ](https://wordpress.org/support/users/huma11/)

 *   [Profile](https://wordpress.org/support/users/huma11/)
 *   [Topics Started](https://wordpress.org/support/users/huma11/topics/)
 *   [Replies Created](https://wordpress.org/support/users/huma11/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/huma11/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/huma11/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/huma11/engagements/)
 *   [Favorites](https://wordpress.org/support/users/huma11/favorites/)

 Search replies:

## Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Kaldia AEO Manager] Error while generating Text](https://wordpress.org/support/topic/error-while-generating-text/)
 *  Plugin Author [Kaldia Team](https://wordpress.org/support/users/huma11/)
 * (@huma11)
 * [7 months ago](https://wordpress.org/support/topic/error-while-generating-text/#post-18686171)
 * Hi [@afsman](https://wordpress.org/support/users/afsman/), thanks for your interest
   and for the report!
 * We’ve shipped a few fixes that should resolve the Unexpected token ‘<‘ … is not
   valid JSON error when generating the Contacts (FAQ). Please update to **version
   1.0.1** and try again.
 * If you still run into anything, let us know and we’ll take a closer look – happy
   to help.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPB Popup for Contact Form 7 – Showing Contact Form 7 Popup on Button Click] Popup not opening on mobile (SweetAlert2)](https://wordpress.org/support/topic/popup-not-opening-on-mobile-sweetalert2/)
 *  Thread Starter [Kaldia Team](https://wordpress.org/support/users/huma11/)
 * (@huma11)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/popup-not-opening-on-mobile-sweetalert2/#post-17880448)
 * Here’s a working turnaround by adding this code as a Snippet. Nevertheless, the
   error still appears in the console when the button is clicked on mobile.
 *     ```wp-block-code
       add_action('wp_enqueue_scripts', 'enqueue_sweetalert2_script');function enqueue_sweetalert2_script() {    wp_enqueue_script('sweetalert2', 'https://cdn.jsdelivr.net/npm/sweetalert2@11', array(), null, true);    wp_add_inline_script('sweetalert2', '        const originalSwalFire = Swal.fire;        Swal.fire = function(options) {            if (options.allowOutsideClick && options.backdrop === undefined) {                options.backdrop = true;            }            return originalSwalFire(options);        };    ');}
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gift Cards (Gift Vouchers and Packages) (WooCommerce Supported)] Remove .pdf attachment from recipient’s email](https://wordpress.org/support/topic/remove-pdf-attachment-from-recipients-email/)
 *  Thread Starter [Kaldia Team](https://wordpress.org/support/users/huma11/)
 * (@huma11)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/remove-pdf-attachment-from-recipients-email/#post-16602923)
 * Hello, first of all I would like to point out the very low quality of your support(
   two weeks to provide a solution that is not a solution).
 * Secondly I would like to help people who are looking for the resolution of this
   problem. To remove the .pdf file from the email sent to the beneficiary you just
   have to remove the line 83 from the file wpgv_giftcard_pdf.php.
 *     ```wp-block-code
       $pdf->output($upload_dir,'F');
       ```
   
 * Hopefully this will help some of you !
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gift Cards (Gift Vouchers and Packages) (WooCommerce Supported)] ‘Error occurred’ on Stripe Checkout](https://wordpress.org/support/topic/error-occurred-on-stripe-checkout/)
 *  Thread Starter [Kaldia Team](https://wordpress.org/support/users/huma11/)
 * (@huma11)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/error-occurred-on-stripe-checkout/#post-15419033)
 * Here is a CSS backup alternative that allows to have a full screen gift card 
   buying interface without any checkout error.
 *     ```
       #select-template-voucher{
       	width:1%!important;
       	opacity: 0;
       }
       ```
   
 * Result :
 * [[
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gift Cards (Gift Vouchers and Packages) (WooCommerce Supported)] ‘Error occurred’ on Stripe Checkout](https://wordpress.org/support/topic/error-occurred-on-stripe-checkout/)
 *  Thread Starter [Kaldia Team](https://wordpress.org/support/users/huma11/)
 * (@huma11)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/error-occurred-on-stripe-checkout/#post-15418895)
 * Hi ! Further investigation the error was due to additional CSS.
 *     ```
       #select-template-voucher{
         display:none;
       }
       ```
   
 * This CSS hides the canvas template (on the right of the form).
    My needs require
   to hide canvas (sending the code without linked pdf).
 * Would you have another solution to remove this section without triggering errors
   and/or does the pro version allow it ? Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gift Cards (Gift Vouchers and Packages) (WooCommerce Supported)] ‘Error occurred’ on Stripe Checkout](https://wordpress.org/support/topic/error-occurred-on-stripe-checkout/)
 *  Thread Starter [Kaldia Team](https://wordpress.org/support/users/huma11/)
 * (@huma11)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/error-occurred-on-stripe-checkout/#post-15390363)
 * Hi, thank you for quick answer ! I’m already running on version 4.1.6, I also
   reinstalled the plugin without result. Could the pro version solve this problem?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[FullScreen AJAX Loader] Exclude URL of Static homepage](https://wordpress.org/support/topic/exclude-url-of-static-homepage/)
 *  Thread Starter [Kaldia Team](https://wordpress.org/support/users/huma11/)
 * (@huma11)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/exclude-url-of-static-homepage/#post-14322945)
 * ‘/’ to exclude homepage
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Registration & Membership - Free & Paid Memberships, Subscriptions, Content Restriction, User Profile, Custom User Registration & Login Builder] Password input box not aligned correctly](https://wordpress.org/support/topic/password-input-box-not-aligned-correctly/)
 *  [Kaldia Team](https://wordpress.org/support/users/huma11/)
 * (@huma11)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/password-input-box-not-aligned-correctly/#post-13772524)
 * i faced same issue, you can add lines of css to resolve problem :
 *     ```
       #user_pass_field{
       	display:block;
       }
   
       #user_confirm_password_field{
       	display:block;
       }
       ```
   
 * Have a nice day !

Viewing 8 replies - 1 through 8 (of 8 total)