Title: ticing's Replies | WordPress.org

---

# ticing

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SEPA Payment Gateway for WooCommerce] POST …/admin-ajax.php 500 (Internal Server Error)](https://wordpress.org/support/topic/post-admin-ajax-php-500-internal-server-error/)
 *  [ticing](https://wordpress.org/support/users/ticing/)
 * (@ticing)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/post-admin-ajax-php-500-internal-server-error/#post-16524024)
 * Hi
   I had the same problem. I solved it with these 2 changes:1. On index.php line
   53, change
 *     ```wp-block-code
       include_once SEPA_PAYMENT_GATEWAY_PATH.'/vendor/autoload.php';
       ```
   
 * For this:
 *     ```wp-block-code
       include_once SEPA_PAYMENT_GATEWAY_PATH.'vendor/autoload.php';
       ```
   
 * 2. On implement.php line 108, change
 *     ```wp-block-code
       $url_download = SEPA_PAYMENT_GATEWAY_LOG_URL.$filename;
       ```
   
 * for this:
 *     ```wp-block-code
       $url_download = SEPA_PAYMENT_GATEWAY_LOG_URL . '/' . $filename;
       ```
   
 * I hope it works for you.
 * Regards
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Popup Builder - Create highly converting, mobile friendly marketing popups.] plugin hides search box on unrelated post types](https://wordpress.org/support/topic/plugin-hides-search-box-on-unrelated-post-types/)
 *  [ticing](https://wordpress.org/support/users/ticing/)
 * (@ticing)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/plugin-hides-search-box-on-unrelated-post-types/#post-15297579)
 * Hi,
 * The problem in /admin/users.php is that in AdminHelper::getCurrentPostType() 
   the variable global $post_type is set to SG_POPUP_POST_TYPE.
    This problem appeared
   with version 4.0 and later. with PopupBulider 3.8 it did not happen.
 * I have patched it with this code snippet :
 *  add_action(‘admin_head’, ‘ticing_users_parche_pupupbuilder’, 1 );
    function 
   ticing_users_parche_pupupbuilder( ) { global $post_type; if ( strpos($_SERVER[‘
   REQUEST_URI’], ‘users.php’) !== false ) { $post_type = ‘users’; } }
 * I hope it works for you.
    Regrads
    -  This reply was modified 4 years, 5 months ago by [ticing](https://wordpress.org/support/users/ticing/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ninja Forms Views - Display & Edit Ninja Forms Submissions on your site frontend] List fields: how to display option label instead of value](https://wordpress.org/support/topic/list-fields-how-to-display-option-label-instead-of-value/)
 *  Thread Starter [ticing](https://wordpress.org/support/users/ticing/)
 * (@ticing)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/list-fields-how-to-display-option-label-instead-of-value/#post-15088396)
 * Thank you.
    It already works.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ninja Forms Views - Display & Edit Ninja Forms Submissions on your site frontend] List fields: how to display option label instead of value](https://wordpress.org/support/topic/list-fields-how-to-display-option-label-instead-of-value/)
 *  Thread Starter [ticing](https://wordpress.org/support/users/ticing/)
 * (@ticing)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/list-fields-how-to-display-option-label-instead-of-value/#post-15057644)
 * Ticket created
 * Regards
 *   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] Enable Prevent Core Login does not work on v2.0](https://wordpress.org/support/topic/enable-prevent-core-login-does-not-work-on-v2-0/)
 *  Thread Starter [ticing](https://wordpress.org/support/users/ticing/)
 * (@ticing)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/enable-prevent-core-login-does-not-work-on-v2-0/#post-14906500)
 * We have already solved it after comparing the changes in the code of user-registration/
   includes/frontend/class-ur-frontend.php
 * The Login page had to be converted to blocks.
    It had been created with a classic
   editor.
 * We hope it helps someone.

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