Title: jeng22's Replies | WordPress.org

---

# jeng22

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Imagify Image Optimization: Optimize Images | Compress & Convert to WebP/AVIF] Bulk Optimization Stuck](https://wordpress.org/support/topic/bulk-optimization-stuck-2/)
 *  Thread Starter [jeng22](https://wordpress.org/support/users/jeng22/)
 * (@jeng22)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/bulk-optimization-stuck-2/#post-17686155)
 * Giving imagify’s server ip access to my public_html/wp-admin/ files fixed the
   problem
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Duplicate Killer – Prevent Duplicate Form Submissions] Submissions still being recorded in cf7db](https://wordpress.org/support/topic/submissions-still-being-recorded-in-cf7db/)
 *  Thread Starter [jeng22](https://wordpress.org/support/users/jeng22/)
 * (@jeng22)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/submissions-still-being-recorded-in-cf7db/#post-17563903)
 * Works fine now. Thanks so much!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Duplicate Killer – Prevent Duplicate Form Submissions] Delete Database Once a Day](https://wordpress.org/support/topic/delete-database-once-a-day/)
 *  Thread Starter [jeng22](https://wordpress.org/support/users/jeng22/)
 * (@jeng22)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/delete-database-once-a-day/#post-17558379)
 * Figured something out using CRON jobs. Here’s how I did it for those who want
   the same setup 🙂
   1. in your functions.php –
 *     ```wp-block-code
       /* CONTACT FORM DUPLICATE ENTRIES CRON JOB */
       function delete_all_duplicate_killer_data() {
           global $wpdb;
           $dkdb = apply_filters('duplicate_killer_database', $wpdb);
           $table_name = $dkdb->prefix . 'dk_forms_duplicate';
   
           // Delete all records from the database table
           $dkdb->query("TRUNCATE TABLE $table_name");
       }
   
       // Hook the function to a custom action hook
       add_action('delete_all_duplicate_killer_data_hook', 'delete_all_duplicate_killer_data');
       ```
   
 * 2. Install “WP Crontrol” and then add new Cron event with the following values–
   
   Hook name: delete_all_duplicate_killer_data_hookarguments: leave blankNext run:
   up to you. But I did “At this time:” with 12am and “Once Daily” recurrence.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Duplicator - Backups & Migration Plugin - Cloud Backups, Scheduled Backups, & More] Import Issue](https://wordpress.org/support/topic/import-issue-20/)
 *  Thread Starter [jeng22](https://wordpress.org/support/users/jeng22/)
 * (@jeng22)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/import-issue-20/#post-17527762)
 * To all who are experiencing or will experience the same issue, this was resolved
   by doing scenario A, Solution 1 – [https://duplicator.com/knowledge-base/how-to-handle-various-install-scenarios/](https://duplicator.com/knowledge-base/how-to-handle-various-install-scenarios/)
   
   Thanks to the Duplicator team!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YITH Request a Quote for WooCommerce] Conflict with Product Add-ons & Extra Options](https://wordpress.org/support/topic/conflict-with-product-add-ons-extra-options/)
 *  Thread Starter [jeng22](https://wordpress.org/support/users/jeng22/)
 * (@jeng22)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/conflict-with-product-add-ons-extra-options/#post-17458095)
 * Thanks!
   So which pro version do I have to buy just in case? The quote one of 
   the product add-ons? Or does 1 license cover all the YITH products?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPCode - Insert Headers and Footers + Custom Code Snippets - WordPress Code Manager] conflict](https://wordpress.org/support/topic/conflict-118/)
 *  Thread Starter [jeng22](https://wordpress.org/support/users/jeng22/)
 * (@jeng22)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/conflict-118/#post-17087043)
 * Hey [@gripgrip](https://wordpress.org/support/users/gripgrip/) , 
   Unfortunately,
   I’m not able to do that. I have instead thought of a workaround. Posting it here
   for the people who might experience the same issue and situation.
 * Used an alternative approach to call the function using javascript and event 
   listeners, which bypassed the 403 redirection.
 * Marked as solved as well. Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPCode - Insert Headers and Footers + Custom Code Snippets - WordPress Code Manager] conflict](https://wordpress.org/support/topic/conflict-118/)
 *  Thread Starter [jeng22](https://wordpress.org/support/users/jeng22/)
 * (@jeng22)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/conflict-118/#post-17084304)
 * Hey [@gripgrip](https://wordpress.org/support/users/gripgrip/) thanks for your
   response, the only customizations on my htaccess files are the ones written by
   another plugin (WP Rocket).
   Other than that it’s just the usual content. I also
   tried commenting out everything in my htaccess file to check if it works but 
   to no avail.
 * Please let me know if you need more info. I can also send the network headers
   from Google devtools if needed.
 * Other things I tried:
   Disabling all other plugins.Disabling and reenabling WPCodeSwitching
   to wp default theme
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Radio Station by netmix® - Manage and play your Show Schedule in WordPress!] Current Show Shortcode Issue](https://wordpress.org/support/topic/current-show-shortcode-issue/)
 *  Thread Starter [jeng22](https://wordpress.org/support/users/jeng22/)
 * (@jeng22)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/current-show-shortcode-issue/#post-15922452)
 * Thank you
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Store Locator] Separate search bar from map and results list & Category multi select](https://wordpress.org/support/topic/separate-search-bar-from-map-and-results-list-category-multi-select/)
 *  Thread Starter [jeng22](https://wordpress.org/support/users/jeng22/)
 * (@jeng22)
 * [4 years ago](https://wordpress.org/support/topic/separate-search-bar-from-map-and-results-list-category-multi-select/#post-15844622)
 * I just instead styled the checkboxes and added a little bit of HTML and jquery
   to make it look like a dropdown.
 * Will this feature be available in the future tho?
 * Marking it as resolved. Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Store Locator] Separate search bar from map and results list & Category multi select](https://wordpress.org/support/topic/separate-search-bar-from-map-and-results-list-category-multi-select/)
 *  Thread Starter [jeng22](https://wordpress.org/support/users/jeng22/)
 * (@jeng22)
 * [4 years ago](https://wordpress.org/support/topic/separate-search-bar-from-map-and-results-list-category-multi-select/#post-15844375)
 * Thanks [@farroyob](https://wordpress.org/support/users/farroyob/) the templating
   system worked fine.
 * Regarding question number 2, Can the dropdown option select multiple categories?
   Much like how this category selector works: [Category Selector](https://www.cynosureaustralia.com/for-patients/find-a-provider/)
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Store Locator] Result Counter](https://wordpress.org/support/topic/result-counter/)
 *  Thread Starter [jeng22](https://wordpress.org/support/users/jeng22/)
 * (@jeng22)
 * [4 years ago](https://wordpress.org/support/topic/result-counter/#post-15827063)
 * Thanks [@farroyob](https://wordpress.org/support/users/farroyob/) ! I’ll paste
   the code here once I finish it up.
 * Also have a few more questions. I’ll put up another thread. Thanks again
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Event Tickets Manager for WooCommerce] Ticket Add to cart quantity](https://wordpress.org/support/topic/ticket-add-to-cart-quantity/)
 *  Thread Starter [jeng22](https://wordpress.org/support/users/jeng22/)
 * (@jeng22)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/ticket-add-to-cart-quantity/#post-15662532)
 * Hi,
 * Thanks for your reply.
 * The add to cart button is not working when used with WooCommerce’s one page checkout.
 * Thank you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Event Tickets Manager for WooCommerce] Ticket Add to cart quantity](https://wordpress.org/support/topic/ticket-add-to-cart-quantity/)
 *  Thread Starter [jeng22](https://wordpress.org/support/users/jeng22/)
 * (@jeng22)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/ticket-add-to-cart-quantity/#post-15651555)
 * I think the plugin also has a conflict with WooCommerce one page checkout ([https://woocommerce.com/products/woocommerce-one-page-checkout/](https://woocommerce.com/products/woocommerce-one-page-checkout/))
 * The add to cart button seems to be missing.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AudioIgniter Music Player] Radio Livestreaming not resuming to live broadcast when paused](https://wordpress.org/support/topic/radio-livestreaming-not-resuming-to-live-broadcast-when-paused-2/)
 *  Thread Starter [jeng22](https://wordpress.org/support/users/jeng22/)
 * (@jeng22)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/radio-livestreaming-not-resuming-to-live-broadcast-when-paused-2/#post-15340046)
 * Hi Fotis,
 * I understand. Is there any chance in the future this feature will be added? Or
   do you have any plugins or workaround suggestions?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AudioIgniter Music Player] Radio Livestreaming not resuming to live broadcast when paused](https://wordpress.org/support/topic/radio-livestreaming-not-resuming-to-live-broadcast-when-paused/)
 *  Thread Starter [jeng22](https://wordpress.org/support/users/jeng22/)
 * (@jeng22)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/radio-livestreaming-not-resuming-to-live-broadcast-when-paused/#post-15326738)
 * Duplicate question. Sorry!
 * Link to updated: [https://wordpress.org/support/topic/radio-livestreaming-not-resuming-to-live-broadcast-when-paused-2/](https://wordpress.org/support/topic/radio-livestreaming-not-resuming-to-live-broadcast-when-paused-2/)

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

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