asw
Forum Replies Created
-
Forum: Plugins
In reply to: [Hide Categories and Products for Woocommerce] Vulnerable Software ReportYou are right. It was this one which has been closed.
https://wordpress.org/plugins/hide-categories-or-products-on-shop-page/I am glad it is not yours.
Forum: Plugins
In reply to: [Google for WooCommerce] Error – Google for WooCommerce admin will not loadI disabled W3 Total Cache plugin and the issue resolved. I have used W3 Total Cache plugin and Google for WooCommerce on other sites with no issues. Very similar setups. Hmmm.
Forum: Plugins
In reply to: [Google for WooCommerce] Error – Google for WooCommerce admin will not loadForum: Plugins
In reply to: [Connections Business Directory] Critical ErrorDownload Connections Version 10.4.67 update here: https://wordpress.org/support/topic/critical-error-858/
It fixed it for me.
Forum: Plugins
In reply to: [Widgets for Google Reviews] Deprecated: trim():Looks like error has gone away. Installed the update Version 13.2.7. Thanks for fixing so quickly.
Forum: Plugins
In reply to: [CM Tooltip Glossary] error of type E_ERRORThanks. That seems to have fixed the problem. Version 4.4.9
I installed on dev server – no other plugins, just WP and Real Testimonials. Same problem. I tried on Chrome and Firefox. On the add new view page, content area doesn’t load, just spins. I can give you access if you want to look for yourself.
Here is console. Using Health check. Only health check and real testimonials activated
Forum: Plugins
In reply to: [WooCommerce] Sending Duplicate emails“Do you mean shipping tracking numbers?
If so, which plugin are you using to send them?”We are using remote application called TeApplix. It was working great until installed Woo update to 9.0.1. Then it would not connect.
It connects via REST api. We have legacy REST api installed and enabled. In order to get TeApplix to connect again, I rolled woo back to version 8.9.3. Then it connected again. However, we now have this issue where the shipping tracking numbers notification is being sent multiple times. This started happening after I rolled back woo and got TeApplix to connect again.
I installed WP Mail Logging. It looks like the multiple emails are being sent when order status changes from processing to completed.
I would appreciate any suggestions on where to look to resolve this problem.
Forum: Plugins
In reply to: [WP-Members Membership Plugin] Show/Hide Passwordcare to share?
Free version. With WP version 6.5.3; php 8.1 (also tried 8.2 – no difference); plugin version 6.0.; https://thewellcenterforhealing.com/team/
Forum: Plugins
In reply to: [WP-Members Membership Plugin] Show/Hide PasswordI did not figure out a way to add show/hide password but was able to remove the obfusication (stars) with this function. YMMV
/** * Make password text visible in WP-members login form. */ add_filter( 'wpmem_login_form_defaults', function( $args ) { $args['inputs'][1]['type'] = "text"; return $args; });Thanks for the info
Forum: Plugins
In reply to: [Navigation menu as Dropdown Widget] Dropdown only shows 50 itemsNevermind. I figured it out.
Forum: Plugins
In reply to: [GenerateBlocks] Generateblocks button how to edit text label.Well I found it extremely confusing. It did not occur to me to highlight text. In this case, I wanted to add html special character (arrow), so highlighting text wasn’t going to work. I had to edit as html, which is fine but now the html box is open and I cannot figure out how close it.
screenshot https://imgur.com/a/WeYHPZT