Michael Heuberger
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Build a new Woo plugin for Deaf peopleThanks @aguinaldodarla, will do ??
Forum: Plugins
In reply to: [WooCommerce] Build a new Woo plugin for Deaf peopleThanks!
Forum: Plugins
In reply to: [WooCommerce] Build a new Woo plugin for Deaf people@sterndata Why isn’t this fascinating?
And there is no contact form under https://woocommerce.com/contact-us/
Forum: Plugins
In reply to: [WooCommerce] Build a new Woo plugin for Deaf peopleDeaf people can certainly submit web forms using text input like anyone else.
@owaisansari53 No, > 80% of Deaf cannot write that well enough due to lack of education. They require Sign Language.
While Deaf individuals can use text to submit web forms, using video allows them to express themselves in their native language, which is Sign Language.?
Yes, I already know that and already have a solution for other WordPress plugins, see for example https://deaf.org.nz/contact
How can a Deaf individual interact with a product catalog?
Good question. I would start simple. First, with general contact forms, for example. Product catalogues are more complicated and can be looked at in a second iteration.
Forum: Developing with WordPress
In reply to: Updated my plugin, still shows older version. Why?Awesome, thanks for the tip. Merci beaucoup!
Forum: Developing with WordPress
In reply to: Updated my plugin, still shows older version. Why?Oh crap, that’s true. Hmmm, I think my release script to sync my GitHub repository with the WordPress SVN repo is broken.
How do you release and sync between GitHub and WordPress?
Forum: Plugins
In reply to: [Videomail for Ninja Forms] One-Third Styling?Hi Pete
Sorry for the late response. Somehow WordPress didn’t notify me by email. Great you find this plugin very useful for Sign Language ??
I recall you emailed me and I replied solution. Just for the record here:
Better don’t do that. Because 364 is a random number and might change when you edit the form each time.
Maybe try with CSS class names only. Here an *untested* idea:
div.videomail-container { width: 31.623931623931625% !important; }
This gives the videomail container one third of the width from its parent element. The important keyword ensures that no other rules can override this one.
Cheers
MichaelForum: Localhost Installs
In reply to: Does not recognise my local, symlinked pluginGood point. I investigated with httpd as a starting point and ended up using this plugin which works: https://github.com/getflywheel/local-addon-volumes
Thanks!
Forum: Plugins
In reply to: [SSH SFTP Updater Support] Array to string conversionYep, me too. Please fix it.
Also this one error:
Strict Standards: Declaration of WP_Filesystem_SSH2::delete() should be compatible with WP_Filesystem_Base::delete($file, $recursive = false, $type = false) in /var/www/signdna/dev/wordpress/wp-content/plugins/ssh-sftp-updater-support/class-wp-filesystem-ssh2.php on line 25
Thanks!
yeah i figured that out myself too – but thanks anyways …
while i reverse engineered the code i almost could not resist the need to vomit. the wordpress code really needs a complete makeover and rewrite :/