Dan Miller Coding
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Unexpected behavior in post loop after sending AJAX requestCan confirm this bug. Not sure why it wasn’t fixed after almost 3 months.
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Deprecated warning in WordPress 6.3, can’t hide@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.
if ( ! isset( $list ) ) { $list = false; }
And remove
=false
from the function parametersOn line 14 change this: function yksemeProcessSnippet( $list=false, $submit_text ) to this: function yksemeProcessSnippet( $list, $submit_text )
The final result will look like this:
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
In reply to: [QuadLayers TikTok Feed] Slideshow not showing?Hi @jmatiasmastro that’s ok, we’re in no rush and will wait for the update.
Thank you for confirming!
Dan MillerForum: Plugins
In reply to: [QuadLayers TikTok Feed] Slideshow not showing?Hi @jmatiasmastro thank you for your reply!
Here is what it looked like:
https://snipboard.io/1VyGia.jpgThe tiktok was a slide show type. You can find it here: https://vm.tiktok.com/ZMFpvm6fU/
I believe slide show tiktoks are available only on mobile.Let me know if this helps.
Dan MillerForum: Reviews
In reply to: [Regenerate Thumbnails] Not greatWow, 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 3 years ago by Dan Miller Coding.
Forum: Reviews
In reply to: [Gutenberg] It’s ok I guess@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.
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 3 years, 1 month ago by Dan Miller Coding.
- This reply was modified 3 years, 1 month ago by Dan Miller Coding.
Forum: Reviews
In reply to: [Gutenberg] It’s ok I guess@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 3 years, 1 month ago by Dan Miller Coding.
Forum: Reviews
In reply to: [Gutenberg] It’s ok I guess@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
In reply to: [WooCommerce Shipping & Tax] Jetpack???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
In reply to: [WooCommerce] Timeout after updateHi, 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
In reply to: [WooCommerce] The site is not working errorIt 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
In reply to: [WooCommerce] max_statement_time exceededhaving issue with wayflyer_q3_2021
How did you fix it?
Forum: Plugins
In reply to: [WooCommerce] The site is not working errorHaving an issue with wayflyer_q3_2021 too. Website is dead. Caused by WooCommerce.
Forum: Plugins
In reply to: [Contact Form 7] addresses at @mail.com won’t submitDid not work. Also having issues with addresses with @gmail.com
Issues persists on more than 1 website.Forum: Plugins
In reply to: [Contact Form 7] addresses at @mail.com won’t submitThis is the website: https://cmf.danmillercoding.com/
The form is at the bottom of the page.
Let me know what you can find.
Thank you!