Title: Dan Miller Coding's Replies | WordPress.org

---

# Dan Miller Coding

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Unexpected behavior in post loop after sending AJAX request](https://wordpress.org/support/topic/unexpected-behavior-in-post-loop-after-sending-ajax-request/)
 *  [Dan Miller Coding](https://wordpress.org/support/users/danmillercoding/)
 * (@danmillercoding)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/unexpected-behavior-in-post-loop-after-sending-ajax-request/#post-17171312)
 * Can confirm this bug. Not sure why it wasn’t fixed after almost 3 months.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Forms for Mailchimp] Deprecated warning in WordPress 6.3, can’t hide](https://wordpress.org/support/topic/deprecated-warning-in-wordpress-6-3-cant-hide/)
 *  [Dan Miller Coding](https://wordpress.org/support/users/danmillercoding/)
 * (@danmillercoding)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/deprecated-warning-in-wordpress-6-3-cant-hide/#post-16974846)
 * [@bobbybosler](https://wordpress.org/support/users/bobbybosler/) here’s a temporary
   fix while developers come back with a new update. Make sure to take a backup 
   of the file before you start editing things.
 * Add this inside the function on line 14.
 *     ```wp-block-code
       if ( ! isset( $list ) ) {
           $list = false;
       }
       ```
   
 * And remove `=false` from the function parameters
 *     ```wp-block-code
       On line 14 change this:
       function yksemeProcessSnippet( $list=false, $submit_text )
       to this:
       function yksemeProcessSnippet( $list, $submit_text )
       ```
   
 * The final result will look like this:
 *     ```wp-block-code
       function yksemeProcessSnippet( $list, $submit_text ) {
       if ( ! isset( $list ) ) {
           $list = false;
       }
       $submit_text = ( isset( $submit_text ) ) ? 'submit="' . $submit_text . '"' : '';
       	return do_shortcode( '[yikes-mailchimp form="' . $list . '" ' . $submit_text . ']' );
       }
       ```
   
 * Make sure to take a backup of the file before you start editing things.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[QuadLayers TikTok Feed] Slideshow not showing?](https://wordpress.org/support/topic/slideshow-not-showing-11/)
 *  Thread Starter [Dan Miller Coding](https://wordpress.org/support/users/danmillercoding/)
 * (@danmillercoding)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/slideshow-not-showing-11/#post-16289685)
 * Hi [@jmatiasmastro](https://wordpress.org/support/users/jmatiasmastro/) that’s
   ok, we’re in no rush and will wait for the update.
    Thank you for confirming!
   Dan Miller
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[QuadLayers TikTok Feed] Slideshow not showing?](https://wordpress.org/support/topic/slideshow-not-showing-11/)
 *  Thread Starter [Dan Miller Coding](https://wordpress.org/support/users/danmillercoding/)
 * (@danmillercoding)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/slideshow-not-showing-11/#post-16286986)
 * Hi [@jmatiasmastro](https://wordpress.org/support/users/jmatiasmastro/) thank
   you for your reply!
 * Here is what it looked like:
    [https://snipboard.io/1VyGia.jpg](https://snipboard.io/1VyGia.jpg)
 * The tiktok was a slide show type. You can find it here: [https://vm.tiktok.com/ZMFpvm6fU/](https://vm.tiktok.com/ZMFpvm6fU/)
   
   I believe slide show tiktoks are available only on mobile.
 * Let me know if this helps.
    Dan Miller
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Regenerate Thumbnails] Not great](https://wordpress.org/support/topic/not-great-26/)
 *  [Dan Miller Coding](https://wordpress.org/support/users/danmillercoding/)
 * (@danmillercoding)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/not-great-26/#post-15475958)
 * Wow, 1 start for an issue that is not an actual issue.
    If you managed to delete
   the original image, then you should have deleted all the thumbnails for it. What
   you expected to happen is not practical. EDIT: Or at least uncheck the checkbox“
   Skip regenerating existing correctly sized thumbnails (faster).”
    -  This reply was modified 4 years, 2 months ago by [Dan Miller Coding](https://wordpress.org/support/users/danmillercoding/).
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Gutenberg] It’s ok I guess](https://wordpress.org/support/topic/where-is-view-post-button/)
 *  Thread Starter [Dan Miller Coding](https://wordpress.org/support/users/danmillercoding/)
 * (@danmillercoding)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/where-is-view-post-button/#post-15373585)
 * [@mbrsolution](https://wordpress.org/support/users/mbrsolution/) as you can see
   in the screenshot below, the view post button is located in the Permalink metabox,
   however it should be more accessible, for example be next to the top Preview 
   button.
 * > [View post on imgur.com](https://imgur.com/a/nkANXjA)
 * 
    As I said, I appreciate your willingness to help, however this is a design 
   flaw and should be address by the support/development team. Thank you.
    -  This reply was modified 4 years, 3 months ago by [Dan Miller Coding](https://wordpress.org/support/users/danmillercoding/).
    -  This reply was modified 4 years, 3 months ago by [Dan Miller Coding](https://wordpress.org/support/users/danmillercoding/).
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Gutenberg] It’s ok I guess](https://wordpress.org/support/topic/where-is-view-post-button/)
 *  Thread Starter [Dan Miller Coding](https://wordpress.org/support/users/danmillercoding/)
 * (@danmillercoding)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/where-is-view-post-button/#post-15373548)
 * [@mbrsolution](https://wordpress.org/support/users/mbrsolution/) I appreciate
   your attempt to help, however I’ve already found what I was looking for. This
   is a design flaw and should be addressed accordingly.
    -  This reply was modified 4 years, 3 months ago by [Dan Miller Coding](https://wordpress.org/support/users/danmillercoding/).
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Gutenberg] It’s ok I guess](https://wordpress.org/support/topic/where-is-view-post-button/)
 *  Thread Starter [Dan Miller Coding](https://wordpress.org/support/users/danmillercoding/)
 * (@danmillercoding)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/where-is-view-post-button/#post-15373490)
 * [@mbrsolution](https://wordpress.org/support/users/mbrsolution/) This is not 
   what I was looking for. Please read the request carefully before posting a reply.
   Saves both of us the time.
 * As I stated I needed the “View Post” not “Preview”.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[WooCommerce Tax (formerly WooCommerce Shipping & Tax)] Jetpack???](https://wordpress.org/support/topic/jetpack-87/)
 *  [Dan Miller Coding](https://wordpress.org/support/users/danmillercoding/)
 * (@danmillercoding)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/jetpack-87/#post-15335091)
 * Yup. All of my clients now prefer Shopify. WooCommerce failed to provide a sustainable
   e-commerce solution. Instead it became a plugins fest.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Timeout after update](https://wordpress.org/support/topic/timeout-after-update/)
 *  Thread Starter [Dan Miller Coding](https://wordpress.org/support/users/danmillercoding/)
 * (@danmillercoding)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/timeout-after-update/#post-15074953)
 * Hi, yes, basically since the website was dead due to WooCommerce it was impossible
   to get a System Report.
    The solution was to restart the database server. I assume
   that during the update something went wrong with the admin notifications table,
   as it was unaccessible in any way possible.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] The site is not working error](https://wordpress.org/support/topic/the-site-is-not-working-error/)
 *  [Dan Miller Coding](https://wordpress.org/support/users/danmillercoding/)
 * (@danmillercoding)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/the-site-is-not-working-error/#post-15045286)
 * It looks like after updating the WooCommerce plugin the database got stuck.
    
   It was the admin notification table that had some sort of error. Even phpmyadmin
   was not able to access that table. I’ve fixed this by restarting the database
   server.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] max_statement_time exceeded](https://wordpress.org/support/topic/max_statement_time-exceeded/)
 *  [Dan Miller Coding](https://wordpress.org/support/users/danmillercoding/)
 * (@danmillercoding)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/max_statement_time-exceeded/#post-15041505)
 * having issue with wayflyer_q3_2021
 * How did you fix it?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] The site is not working error](https://wordpress.org/support/topic/the-site-is-not-working-error/)
 *  [Dan Miller Coding](https://wordpress.org/support/users/danmillercoding/)
 * (@danmillercoding)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/the-site-is-not-working-error/#post-15041502)
 * Having an issue with wayflyer_q3_2021 too. Website is dead. Caused by WooCommerce.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] addresses at @mail.com won’t submit](https://wordpress.org/support/topic/addresses-at-mail-com-wont-submit/)
 *  Thread Starter [Dan Miller Coding](https://wordpress.org/support/users/danmillercoding/)
 * (@danmillercoding)
 * [5 years ago](https://wordpress.org/support/topic/addresses-at-mail-com-wont-submit/#post-14475062)
 * Did not work. Also having issues with addresses with [@gmail](https://wordpress.org/support/users/gmail/).
   com
    Issues persists on more than 1 website.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] addresses at @mail.com won’t submit](https://wordpress.org/support/topic/addresses-at-mail-com-wont-submit/)
 *  Thread Starter [Dan Miller Coding](https://wordpress.org/support/users/danmillercoding/)
 * (@danmillercoding)
 * [5 years ago](https://wordpress.org/support/topic/addresses-at-mail-com-wont-submit/#post-14465445)
 * This is the website: [https://cmf.danmillercoding.com/](https://cmf.danmillercoding.com/)
   
   The form is at the bottom of the page. Let me know what you can find. Thank you!

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

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