asw
Forum Replies Created
-
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
Forum: Plugins
In reply to: [Team - Team Members Showcase Plugin] Version 3.0.0 layout no goodI tried installing v 3.0.1. After install, got this error:
Warning: Use of undefined constant STYLESHEETPATH – assumed ‘STYLESHEETPATH’ (this will throw an Error in a future version of PHP) in /home/customer/www/domainname.com/public_html/wp-includes/template.php on line 703
Warning: Use of undefined constant TEMPLATEPATH – assumed ‘TEMPLATEPATH’ (this will throw an Error in a future version of PHP) in /home/customer/www/domainname.com/public_html/wp-includes/template.php on line 706
After deactivating/reactivating plugin, the error message was gone. I set the layout to layout 3 rounded (was layout 4 originally) and the display was better. However, the detail page is still not right. I only shows photo, name, designation and no description.
See screenshots:
You can find download of previous versions of all plugins by clicking on “advanced” link on the plugin’s main page. Scroll down to the bottom of page to see choose version/download link. e.g. https://www.ads-software.com/plugins/testimonial-free/advanced/
I am also getting error with Testimonial slider v. 2.3.0
Uncaught TypeError: _.$dots is null
I have WP v. 5.8.1
I rolled back to previous Testimonial version 2.2.19 for now.The entire interface is changed. Originally, you just had to go through a list, make your choices and save. Easy-peasy. Headline, text, background.
Now you have to use the block editor after trying to figure out which option to choose to get there. Totally unintuitive. No way to disable block editor.
If you offered option to choose original interface, I’d go back, but the way it is now requires too much thinking.
Forum: Plugins
In reply to: [WP Show Posts] Center read more buttonThanks David. It was the display block that was missing.
Forum: Plugins
In reply to: [WP Image Zoom] zoomed image beneath product image woocommerceThat is so helpful! Thank you so much for going beyond the call. You are a peach!
Forum: Plugins
In reply to: [WP Image Zoom] zoomed image beneath product image woocommerceThat did the trick. THANK YOU! How did you find what element needed the CSS? Do you have a tool to help detect it?
Forum: Plugins
In reply to: [CataBlog] Catablog WordPress 5.0 compatibilityIt seems to display ok on wp 5.1.1. I did not test any of the edit functions.