hnorfleet
Forum Replies Created
-
Forum: Plugins
In reply to: [NSFW] [Contact Form 7] The emails do not arriveI’m also experiencing this problem with the form located at https://makemeaning.org/make-meaning-podcast/be-a-guest/make-meaning-podcast-guest-request/. I tried rolling back to 5.8.3, but the problem still occurs. This form hasn’t changed in years and has always worked fine up until now.
[followup] This seems to be an intermittent issue in my case. I’ve made no changes other than those above. Twice now the form submitted properly, but did not submit before or after those instances.
- This reply was modified 11 months, 2 weeks ago by hnorfleet.
Forum: Fixing WordPress
In reply to: wordpress to 6.3?block editing tools missingI am getting reports of the same from 2 clients, although I’m not having the problem myself. Interested to see any comments on this!
Thank you very much.
Forum: Plugins
In reply to: [EMC Scheduling Manager] V2.0 displays badly on mobileAny resolution on this? I would like to use this plugin if it’s being supported, otherwise I’ll look elsewhere. Thanks!
Forum: Plugins
In reply to: [WP Service Payment Form With Authorize.net] Can’t get form to displayApologies. Client decided to go a different route and will not be using your plugin after all. Thank you for the fast response.
Forum: Plugins
In reply to: [Yoast SEO] Missing reviewed item nameSame error on my site https://marketingmich.com. Is this something new from Google?
Forum: Plugins
In reply to: [Jobs for WordPress] Application in new window/tab?[edit] I found the setting. Thanks! [/edit]
Thank you for the response. I’m not seeing the Inline Apply Form option. Where would I find that?
- This reply was modified 5 years, 2 months ago by hnorfleet.
Forum: Plugins
In reply to: [WooCommerce] Error after latest updateJust FYI, one of my client sites threw the same error. Site seems to be working fine as well.
Forum: Plugins
In reply to: [ActiveDEMAND] Compatible with PHP7?Yes, the plugin is always updated to the latest version. Thank you for the confirmation!
Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] Sticky section shakingFollowing this thread, as I have the same issue
- This reply was modified 5 years, 8 months ago by hnorfleet.
Forum: Plugins
In reply to: [HTML5 Maps] Issue since upgrading to PHP 7.2I’m experiencing the same issue. Please let me know if/how you get this resolved.
Thanks!I’ve just attempted to install a new WordPress site (also using ipaddress/~cpaneluser) and run into the same issue. I was able to access the site after removing the caching plugin.
Forum: Plugins
In reply to: [WooCommerce] Urgently Need Help With Duplicate OrdersStill looking for some assistance with this. Does anyone have any insights they could share?
I would love to use this plugin if the updated release is coming soon.
Forum: Fixing WordPress
In reply to: Product image too big. Everything is messy as a resultThe answer for me was in the css:
.woocommerce div.product div.images img {
display: block;
/* width: 100%; */
height: auto;
box-shadow: none;
}
changed the commented line to width: auto !important; and all is well.