Title: delbot's Replies | WordPress.org

---

# delbot

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Post SMTP – Complete Email Deliverability and SMTP Solution with Email Logs, Alerts, Backup SMTP & Mobile App] Ajax Error (email test)](https://wordpress.org/support/topic/ajax-error-email-test/)
 *  Thread Starter [delbot](https://wordpress.org/support/users/delbot/)
 * (@delbot)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/ajax-error-email-test/#post-14910617)
 * Ignore this error
 * ajax error is with Latepoint Plugin, raised issue with them instead
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smart Grid-Layout Design for Contact Form 7] Accordion, Toggle and Nice-Select issues](https://wordpress.org/support/topic/accordion-toggle-and-nice-select-issues/)
 *  Thread Starter [delbot](https://wordpress.org/support/users/delbot/)
 * (@delbot)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/accordion-toggle-and-nice-select-issues/#post-14523190)
 * Re:
    – Some FOUC occurring when collapsing each ‘accordion’ to closed state (
   css issue – but my own issue)
 * FOUC – resolved (relatively) 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smart Grid-Layout Design for Contact Form 7] Accordion, Toggle and Nice-Select issues](https://wordpress.org/support/topic/accordion-toggle-and-nice-select-issues/)
 *  Thread Starter [delbot](https://wordpress.org/support/users/delbot/)
 * (@delbot)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/accordion-toggle-and-nice-select-issues/#post-14521547)
 * Also when the nested ‘accordion’ in the first ‘accordion’ loads ( + is collapsed),
   there is two cf7 drop-down’s + repetitive field section, on first load and when
   the first ‘accordion’ is selected they are ‘greyed out’ / ‘disabled’
 * the css applied to the is:
 *     ```
       select[disabled] > option {
       	color: -internal-light-dark(graytext, rgb(170, 170, 170));
       }
       ```
   
 * >> then when the first ‘accordion’ then is clicked again to ‘collapse’, then ‘
   uncollapsed’ to show the form again.. the css above is removed and becomes active
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Drag and Drop Multiple File Upload for Contact Form 7] disable the auto delete](https://wordpress.org/support/topic/disable-the-auto-delete/)
 *  Thread Starter [delbot](https://wordpress.org/support/users/delbot/)
 * (@delbot)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/disable-the-auto-delete/#post-12703980)
 * Hi Glen,
 * Tested this today,
    Can confirm your above code fix is working as per my setup:
   via child theme `functions.php`file (which is a normal one – nothing fancy – 
   and within the guidelines and hosting via bluehost)
 * thanks for all your help + and for a great plugin
 * other support request – this fix should update to (may be others):
 * [file-gets-deleted-automatically-next-day](https://wordpress.org/support/topic/file-gets-deleted-automatically-next-day/)
 * [file-gets-deleted-automatically](https://wordpress.org/support/topic/file-gets-deleted-automatically/)
 * delbot
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Drag and Drop Multiple File Upload for Contact Form 7] disable the auto delete](https://wordpress.org/support/topic/disable-the-auto-delete/)
 *  Thread Starter [delbot](https://wordpress.org/support/users/delbot/)
 * (@delbot)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/disable-the-auto-delete/#post-12697668)
 * Hi Glen,
 * will get back to you this monday – with an update…
 * appears fine at this stage, but monday better day to test..
 * delbot
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Drag and Drop Multiple File Upload for Contact Form 7] disable the auto delete](https://wordpress.org/support/topic/disable-the-auto-delete/)
 *  Thread Starter [delbot](https://wordpress.org/support/users/delbot/)
 * (@delbot)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/disable-the-auto-delete/#post-12693765)
 * Hi glen,
 * Thank you for your response, will try on my end
    and report back
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Drag and Drop Multiple File Upload for Contact Form 7] disable the auto delete](https://wordpress.org/support/topic/disable-the-auto-delete/)
 *  Thread Starter [delbot](https://wordpress.org/support/users/delbot/)
 * (@delbot)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/disable-the-auto-delete/#post-12691313)
 * Tried also
 *     ```
         add_action( 'plugins_loaded', 'remove_action_auto_delete_files', 30, 1 );
       function remove_action_auto_delete_files() {
       	remove_action( 'template_redirect', 'dnd_cf7_auto_clean_dir', 10 );
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Drag and Drop Multiple File Upload for Contact Form 7] disable the auto delete](https://wordpress.org/support/topic/disable-the-auto-delete/)
 *  Thread Starter [delbot](https://wordpress.org/support/users/delbot/)
 * (@delbot)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/disable-the-auto-delete/#post-12690994)
 * `remove_action('template_redirect', 'dnd_cf7_auto_clean_dir', 30);`
 * oop extra space missing there
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Drag and Drop Multiple File Upload for Contact Form 7] file gets deleted automatically next day](https://wordpress.org/support/topic/file-gets-deleted-automatically-next-day/)
 *  [delbot](https://wordpress.org/support/users/delbot/)
 * (@delbot)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/file-gets-deleted-automatically-next-day/#post-12690548)
 * Not sure if this is working
 * and wondering what ’30’ means too
 * thank you
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [CSS editor Grid support](https://wordpress.org/support/topic/css-editor-grid-support/)
 *  [delbot](https://wordpress.org/support/users/delbot/)
 * (@delbot)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/css-editor-grid-support/#post-11100305)
 * Version 5.0.3 and still fr css unit (and refuses to ‘save’ change) and
    grid-
   gap error indication (it save’s and works – but error warning still visible)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Woocommerce Social Media Share Buttons] Prevent HTML tags in OG META Description](https://wordpress.org/support/topic/prevent-html-tags-in-og-meta-description/)
 *  [delbot](https://wordpress.org/support/users/delbot/)
 * (@delbot)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/prevent-html-tags-in-og-meta-description/#post-9783492)
 * on my end had to turn off og meta for now,
    until there’s a fix, not ideal …
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Woocommerce Social Media Share Buttons] Open graph Settings](https://wordpress.org/support/topic/open-graph-settings/)
 *  [delbot](https://wordpress.org/support/users/delbot/)
 * (@delbot)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/open-graph-settings/#post-9783462)
 * experiencing the same problem
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YITH WooCommerce Product Gallery & Image Zoom] magnifier not work nproperly](https://wordpress.org/support/topic/magnifier-not-work-nproperly/)
 *  [delbot](https://wordpress.org/support/users/delbot/)
 * (@delbot)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/magnifier-not-work-nproperly/#post-9693404)
 * [@minatisarkar](https://wordpress.org/support/users/minatisarkar/) –
 * yith are not recognising this as an error yet it seems
    so in css i placed display:
   none; for css tag .yith_magnifier_zoom_magnifier { … }
 * thus have the carousel working but not the zoom bug
    I see you have disabled 
   it altogether on your site..
 * delbot

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