Title: arjanwit's Replies | WordPress.org

---

# arjanwit

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 21 total)

1 [2](https://wordpress.org/support/users/arjanwit/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/arjanwit/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Members Membership Plugin] WordPress data compliancy](https://wordpress.org/support/topic/wordpress-data-compliancy/)
 *  Thread Starter [arjanwit](https://wordpress.org/support/users/arjanwit/)
 * (@arjanwit)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/wordpress-data-compliancy/#post-18312542)
 * That would be awesome.
 * I added following code (with help from ChatGPT) but that fails the download of
   the Personal Data. Maybe in the mean-time you could take a look what is going
   wrong?
 *     ```wp-block-code
       // WP-Members user data exportfunction wpmem_personal_data_exporter( $exporters ) {    $exporters['wpmembers'] = array(        'exporter_friendly_name' => __( 'WP-Members Data' ),        'callback'               => 'wpmem_export_personal_data',    );    return $exporters;}add_filter( 'wp_privacy_personal_data_exporters', 'wpmem_personal_data_exporter' );function wpmem_export_personal_data( $email_address, $page = 1 ) {    $user = get_user_by( 'email', $email_address );    if ( ! $user ) {        return array(            'data' => array(),            'done' => true,        );    }    // Retrieve WP-Members user data    $user_data = wpmem_user_data( $user->ID );    $data_to_export = array();    // Export WP-Members custom fields (stored in usermeta)    $custom_fields = get_user_meta( $user->ID ); // Get all usermeta fields for the user        // Loop through each custom field and add it to the export    foreach ( $custom_fields as $key => $value ) {        // If the key starts with 'wpmem_' or any other prefix your fields have        if ( strpos( $key, 'wpmem_' ) === 0 ) {            $data_to_export[] = array(                'name'  => $key,                'value' => is_array( $value ) ? implode( ', ', $value ) : $value,            );        }    }    // Add the WP-Members data to the export    foreach ( $user_data as $key => $value ) {        $data_to_export[] = array(            'name'  => $key,            'value' => $value,        );    }    return array(        'data' => $data_to_export,        'done' => true,    );}
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Conditional Fields for Contact Form 7] Conditional Fields not working](https://wordpress.org/support/topic/conditional-fields-not-working-15/)
 *  Thread Starter [arjanwit](https://wordpress.org/support/users/arjanwit/)
 * (@arjanwit)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/conditional-fields-not-working-15/#post-17753202)
 * Hi,
 * I figured out that the conditional fields are not working due to the theme. Now
   I need to figure out how the conditional fields are displayed. I have created
   a form with 3 radio buttons nd depending on which radio is selected, conditional
   fields should be displayed. But they are not.
 * The console log does not show me any errors. How does the conditional field selector
   work? Dos it work with Javascript? If so, which script?
 * Regards,
   Arjan
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pronamic Pay with Mollie for Contact Form 7] Recurring betalingen](https://wordpress.org/support/topic/recurring-betalingen/)
 *  Thread Starter [arjanwit](https://wordpress.org/support/users/arjanwit/)
 * (@arjanwit)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/recurring-betalingen/#post-16793685)
 * Thanks for your reply. CF7 however is free and all the add-ons are free too. 
   Gravity forms is not. So will be looking forward to de update for cf7
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Burst Statistics – Simple WordPress Analytics (Google Analytics Alternative)] Compliance with Compianz plugin](https://wordpress.org/support/topic/compliance-with-compianz-plugin/)
 *  Thread Starter [arjanwit](https://wordpress.org/support/users/arjanwit/)
 * (@arjanwit)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/compliance-with-compianz-plugin/#post-16285815)
 * Hi Hessel,
 * Thanks, that makes sense.
 * Regards,
    Arjan
    -  This reply was modified 3 years, 7 months ago by [arjanwit](https://wordpress.org/support/users/arjanwit/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Burst Statistics – Simple WordPress Analytics (Google Analytics Alternative)] Exclude IPv6 prefix](https://wordpress.org/support/topic/exclude-ipv6-prefix/)
 *  Thread Starter [arjanwit](https://wordpress.org/support/users/arjanwit/)
 * (@arjanwit)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/exclude-ipv6-prefix/#post-16285810)
 * Hi Hessel,
    Thank you. Since I have a static IPv4 I can filter that. Looking 
   forward to being able to also filter the IPv6 range since part of it is dynamic.
   Regards, Arjan
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Tourfic – AI Powered Travel Booking, Hotel Booking & Car Rental WordPress Plugin] Checkin -out date error](https://wordpress.org/support/topic/checkin-out-date-error/)
 *  Thread Starter [arjanwit](https://wordpress.org/support/users/arjanwit/)
 * (@arjanwit)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/checkin-out-date-error/#post-16128082)
 * [Screenshot](https://travelservices.mijnplek.online/wp-content/uploads/sites/12/2022/10/tourfic.png)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Members Membership Plugin] Shortcode for memberships](https://wordpress.org/support/topic/shortcode-for-memberships/)
 *  Thread Starter [arjanwit](https://wordpress.org/support/users/arjanwit/)
 * (@arjanwit)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/shortcode-for-memberships/#post-15740933)
 * Thanks Chad,
    That does the trick. Should have read the documentation better 
   then I would have known.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] My Events shortcode](https://wordpress.org/support/topic/my-events-shortcode/)
 *  Thread Starter [arjanwit](https://wordpress.org/support/users/arjanwit/)
 * (@arjanwit)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/my-events-shortcode/#post-15475571)
 * Awesome Felix, that does the trick.
    Need to do some magic for css though.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Autoptimize] Autoptimize JS conflict when merging](https://wordpress.org/support/topic/autoptimize-js-conflict-when-merging/)
 *  Thread Starter [arjanwit](https://wordpress.org/support/users/arjanwit/)
 * (@arjanwit)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/autoptimize-js-conflict-when-merging/#post-12829784)
 * That seems to do the trick Frank.
    For now it is resolved however, some of the
   plugins custom css I added does not work anymore, but that is less important.
 * Thanks!
    Arjan
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Autoptimize] Autoptimize JS conflict when merging](https://wordpress.org/support/topic/autoptimize-js-conflict-when-merging/)
 *  Thread Starter [arjanwit](https://wordpress.org/support/users/arjanwit/)
 * (@arjanwit)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/autoptimize-js-conflict-when-merging/#post-12828025)
 * [http://www.veteranengemeentedronten.nl/crm](http://www.veteranengemeentedronten.nl/crm)
 * To get access to the crm, I will need some detailled information from you so 
   I can setup an account. Please send an email to webmaster [at] provided domain
   so I can create admin account for you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Autoptimize] Autoptimize JS conflict when merging](https://wordpress.org/support/topic/autoptimize-js-conflict-when-merging/)
 *  Thread Starter [arjanwit](https://wordpress.org/support/users/arjanwit/)
 * (@arjanwit)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/autoptimize-js-conflict-when-merging/#post-12827330)
 * [screenshot](https://www.screencast.com/t/rHLo5xQAAU)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Autoptimize] Autoptimize JS conflict when merging](https://wordpress.org/support/topic/autoptimize-js-conflict-when-merging/)
 *  Thread Starter [arjanwit](https://wordpress.org/support/users/arjanwit/)
 * (@arjanwit)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/autoptimize-js-conflict-when-merging/#post-12827175)
 * No, somehow I have missed your reply.
    So it is not resolved unfortunately. In
   JavaScript Options I only checked Optimize Javascript and Aggregate JS-files.
   I added the whole JS folder “wp-content/plugins/shwcp/assets/js/” to the exclusion
   line. The same for the whole CSS folder in the CSS section.
 * What do you mean by Merge, I can’t find that option.
    Minify and Eclude JS/CSS
   is unchecked.
 * Regards,
    Arjan
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Hustle - Email Marketing, Lead Generation, Optins, Popups] Compatibility with thenewsletter plugin](https://wordpress.org/support/topic/compatibility-with-thenewsletter-plugin/)
 *  Thread Starter [arjanwit](https://wordpress.org/support/users/arjanwit/)
 * (@arjanwit)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/compatibility-with-thenewsletter-plugin/#post-10888977)
 * Hi Dimitris,
 * Yes, that is the plugin I was referring to.
 * Regards,
    Arjan
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] CF7 and WSDesk integration](https://wordpress.org/support/topic/cf7-and-wsdesk-integration/)
 *  Thread Starter [arjanwit](https://wordpress.org/support/users/arjanwit/)
 * (@arjanwit)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/cf7-and-wsdesk-integration/#post-10751993)
 * Thanks, that was what I was looking for.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WSDesk - Wordpress HelpDesk & Support Ticket System] API setup](https://wordpress.org/support/topic/api-setup/)
 *  Thread Starter [arjanwit](https://wordpress.org/support/users/arjanwit/)
 * (@arjanwit)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/api-setup/#post-10254470)
 * Request 5056

Viewing 15 replies - 1 through 15 (of 21 total)

1 [2](https://wordpress.org/support/users/arjanwit/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/arjanwit/replies/page/2/?output_format=md)