Title: mtosh's Replies | WordPress.org

---

# mtosh

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Button Generator – Easily Create Custom Buttons with Icons and Analytics] Open Button Link in New Tab; Button Text Line Break](https://wordpress.org/support/topic/open-button-link-in-new-tab-button-text-line-break/)
 *  Thread Starter [mtosh](https://wordpress.org/support/users/mtosh/)
 * (@mtosh)
 * [3 months, 1 week ago](https://wordpress.org/support/topic/open-button-link-in-new-tab-button-text-line-break/#post-18814411)
 * Hello, DmtLo,
 * Bing states, “The <br> tag in HTML is used to insert a line break…is primarily
   used for breaking lines in text…”
 * Here is a reference–
   [https://www.w3schools.com/TAGS/tag_br.asp](https://www.w3schools.com/TAGS/tag_br.asp)
 * Thank you for your reply,
   mtosh
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Traffic Monitor] PHP Error, Version 3.1.7](https://wordpress.org/support/topic/php-error-version-3-1-7/)
 *  Thread Starter [mtosh](https://wordpress.org/support/users/mtosh/)
 * (@mtosh)
 * [11 months, 2 weeks ago](https://wordpress.org/support/topic/php-error-version-3-1-7/#post-18501709)
 * Thank you, Dmitri, Version 3.1.12 works without error.
 * mtosh
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Traffic Monitor] PHP Error, Version 3.1.7](https://wordpress.org/support/topic/php-error-version-3-1-7/)
 *  Thread Starter [mtosh](https://wordpress.org/support/users/mtosh/)
 * (@mtosh)
 * [11 months, 2 weeks ago](https://wordpress.org/support/topic/php-error-version-3-1-7/#post-18501514)
 * Thank you, Dmitri, that fixed the problem.
 * I’m very pleased to use plugins with great support like you are providing.
 * mtosh
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Traffic Monitor] PHP Error, Version 3.1.7](https://wordpress.org/support/topic/php-error-version-3-1-7/)
 *  Thread Starter [mtosh](https://wordpress.org/support/users/mtosh/)
 * (@mtosh)
 * [11 months, 2 weeks ago](https://wordpress.org/support/topic/php-error-version-3-1-7/#post-18500331)
 * Thanks much, Dmitri, for the fast response!
 * With version 3.1.8 there is a similar error:
   Warning: Undefined property: TFCM_Request_Http::
   $session_hash in /home/byebyemold/www/www/wordpress/wp-content/plugins/traffic-
   monitor/classes/controller/class-tfcm-request-controller.php on line 83
 * It’s okay, I will go back to version 3.1.6 for now.
 * With regards,
   mtosh
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How can I stop WordPress from compressing images automatically?](https://wordpress.org/support/topic/how-can-i-stop-wordpress-from-compressing-images-automatically/)
 *  [mtosh](https://wordpress.org/support/users/mtosh/)
 * (@mtosh)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/how-can-i-stop-wordpress-from-compressing-images-automatically/#post-17037225)
 * Hello, Justin,
   I found the problem. I overlooked the JPEG quality setting on 
   the plugin I am using, “Easy Watermark”.I apologize for any inconvenience this
   post caused.Sincerely,Michael
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How can I stop WordPress from compressing images automatically?](https://wordpress.org/support/topic/how-can-i-stop-wordpress-from-compressing-images-automatically/)
 *  [mtosh](https://wordpress.org/support/users/mtosh/)
 * (@mtosh)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/how-can-i-stop-wordpress-from-compressing-images-automatically/#post-17037095)
 * Hello, Justin,
   I’m encountering the same problem and I copied your code and added
   it to one snippet in [Code Snippets](https://wordpress.org/plugins/code-snippets/)
   as follows, but it did not work.The image at–[https://casahatcher.com/wordpress/wp-content/uploads/woman_of_emotive_colors-test.jpg](https://casahatcher.com/wordpress/wp-content/uploads/woman_of_emotive_colors-test.jpg)–
   downloads with a file size of 892 KB, but I uploaded an image with a file size
   of 2.30 MB.Your assistance is greatly appreciated.Michael————
 * // To disable the big image size threshold
   add_filter( ‘big_image_size_threshold’,‘
   __return_false’ );
 * // To set the JPEG quality to the highest,uncompressed
   add_filter( ‘jpeg_quality’,
   function() {return 100;} );
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Kadence] CSS Code Ineffective For Images In “wp-content”](https://wordpress.org/support/topic/css-code-ineffective-for-images-in-wp-content/)
 *  Thread Starter [mtosh](https://wordpress.org/support/users/mtosh/)
 * (@mtosh)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/css-code-ineffective-for-images-in-wp-content/#post-17034508)
 * Hello, [@ghernkadence](https://wordpress.org/support/users/ghernkadence/),
   Thank
   you much for your quick reply!I did try that plugin, but it did not prevent access
   to the image URL in ‘wp-content’.I learned about and then uploaded the download-
   able image to the [Woo Commerce-protected directory](https://woocommerce.com/document/digital-downloadable-product-handling/#unique-string).
   For the product image, I used the [Easy Watermark](https://wordpress.org/plugins/easy-watermark/)
   plugin to add a watermark to the image as it is uploaded to the WP Media Library.
   Thanks again for your assistance and for a theme that is trouble-free and very
   customizable.Sincerely,Michael
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Kadence] WooCommerce Image Zoom](https://wordpress.org/support/topic/woocommerce-image-zoom-4/)
 *  Thread Starter [mtosh](https://wordpress.org/support/users/mtosh/)
 * (@mtosh)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/woocommerce-image-zoom-4/#post-16635076)
 * That code works great! Thanks a bunch, Ben!
 * Michael
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] “Add New Address” Button is Not Displayed](https://wordpress.org/support/topic/add-new-address-button-is-not-displayed/)
 *  Thread Starter [mtosh](https://wordpress.org/support/users/mtosh/)
 * (@mtosh)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/add-new-address-button-is-not-displayed/#post-16346909)
 * Thanks so much!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Square] Customer Credit Card Number Excerpt Not Displayed](https://wordpress.org/support/topic/customer-credit-card-number-excerpt-not-displayed/)
 *  Thread Starter [mtosh](https://wordpress.org/support/users/mtosh/)
 * (@mtosh)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/customer-credit-card-number-excerpt-not-displayed/#post-16343476)
 * Thanks, [xue28](https://wordpress.org/support/users/xue28/), for your reply.
 * I do not need to store the entire credit card number, just the excerpt (the card
   type and the last four digits).
 * If the excerpt is not displayed in the customer e-mail receipt or in My Account
   > Orders > specific order, a customer cannot access (on their e-mail or our site)
   a record of what card they used. All user-friendly online commerce sites include
   this feature.
 * Sorry, not including this feature or offering a WordPress hook and URL with instructions
   to add the feature is very disappointing, to say the least.
 * Sincerely,
   Michael McIntosh
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] “Add New Address” Button is Not Displayed](https://wordpress.org/support/topic/add-new-address-button-is-not-displayed/)
 *  Thread Starter [mtosh](https://wordpress.org/support/users/mtosh/)
 * (@mtosh)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/add-new-address-button-is-not-displayed/#post-16343416)
 * Hello, WooCommerce Support,
 * Please see image URL–https://casahatcher.com/wordpress/wp-content/uploads/addresses_page.
   png
 * Thank you for your assistance,
   Michael McIntosh
 * ![](https://i0.wp.com/casahatcher.com/wordpress/wp-content/uploads/addresses_page.
   png?ssl=1)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Kadence] WooCommerce Catalog Images Too Large](https://wordpress.org/support/topic/woocommerce-catalog-images-too-large/)
 *  Thread Starter [mtosh](https://wordpress.org/support/users/mtosh/)
 * (@mtosh)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/woocommerce-catalog-images-too-large/#post-16276754)
 * Hello, Kadence Support,
 * I discovered that the problem was due to the fact that I had the browser zoom
   set to 125%.
 * I apologize if this post caused you any inconvenience.
 * Sincerely,
    Michael
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Armour - Honeypot Anti Spam] WP-Armor Honeypot Anti-Spam plugin not working](https://wordpress.org/support/topic/wp-armor-honeypot-anti-spam-plugin-not-working/)
 *  [mtosh](https://wordpress.org/support/users/mtosh/)
 * (@mtosh)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/wp-armor-honeypot-anti-spam-plugin-not-working/#post-15683963)
 * Hello, [@dcsupport](https://wordpress.org/support/users/dcsupport/),
 * [https://byebyemold.com/contact-us/](https://byebyemold.com/contact-us/)
 * Michael McIntosh
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Armour - Honeypot Anti Spam] WP-Armor Honeypot Anti-Spam plugin not working](https://wordpress.org/support/topic/wp-armor-honeypot-anti-spam-plugin-not-working/)
 *  [mtosh](https://wordpress.org/support/users/mtosh/)
 * (@mtosh)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/wp-armor-honeypot-anti-spam-plugin-not-working/#post-15683489)
 * Hello, Dnesscarkey Support,
 * I verified that we have plugin version 2.0, then on the settings tab page “Disable
   Honeypot Test Widget” was set to “No’, I clicked our “Contact Us” page widget
   button so it displayed, “Acting as Spam Bot”, filled out our contact form and
   clicked “Submit”, but the message was sent.
 * However, I am very pleased with the effectiveness of your plugin, and since I
   installed it, we have had no spam messages sent and stopped 43 bad bots so far.
 * Thanks much, for a plugin that works!
 * Michael McIntosh
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Armour - Honeypot Anti Spam] WP-Armor Honeypot Anti-Spam plugin not working](https://wordpress.org/support/topic/wp-armor-honeypot-anti-spam-plugin-not-working/)
 *  [mtosh](https://wordpress.org/support/users/mtosh/)
 * (@mtosh)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/wp-armor-honeypot-anti-spam-plugin-not-working/#post-15562750)
 * Hi, WP Armour – Honeypot Anti Spam,
 * Since I wrote my previous message, the WP Armour – HoneyPot Anti Spam plugin’s“
   Statistics” tab reports that four bad bots have been blocked from submitting 
   spam.
 * That indicates that the problem is limited to the “Test Widget”.
 * Thanks for developing a plugin that works.
 * Michael McIntosh

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

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