Robert Chapin
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Fifteen] Menu Button Broken on MobileFound a misconfigured .htaccess file and that was the cause
Forum: Themes and Templates
In reply to: [Twenty Fifteen] Menu Button Broken on MobileChecking some of the theme files responding 403. That might be it.
Forum: Requests and Feedback
In reply to: WP issues with PHP 8.0 (imagick and in general)I noticed imagick is missing on DreamHost.
Forum: Accessibility
In reply to: High Contrast AdminNow available at https://www.ads-software.com/plugins/high-contrast-admin/
Forum: Accessibility
In reply to: High Contrast AdminHi thanks. Also chatted with @afercia and we all agree the per-user “color scheme” idea is a better fit for this plugin. I’ll work on that tonight.
It might be appropriate to develop more than one color scheme within this plugin if inverted colors are needed. Would you agree a white toolbar is not needed by all high contrast users?
Forum: Plugins
In reply to: [Fix Admin Contrast] Request: an option for even greater contrastI gave this some thought and slapped together a solution for the built-in pages.
https://www.miqrogroove.com/wp-content/uploads/software/high-contrast.zip
Having a separate plugin for the visually impaired/accessibility features seems appropriate. It is pending review for the official plugin directory now.
This should give “even more contrast” above the original plugin. The area where this will most need feedback is with font colors, because the original plugin never touched those. And I just don’t have a good sense of which fonts are difficult for other people.
Forum: Plugins
In reply to: [Fix Admin Contrast] Request: an option for even greater contrastI can’t support Visual Composer. Sorry about that. If you have specific feedback about the built-in admin screens, let me know.
Are you looking for a variation of this plugin that simply makes everything black and white?
- This reply was modified 7 years, 10 months ago by Robert Chapin.
Forum: Plugins
In reply to: [Events Manager ESS] Broken in 4.3?To the plugin author:
You have a badly formed callback here that I am surprised was even allowed in the plugins directory.
$string = preg_replace('~&#([0-9]+);~e', 'chr(\\1)', $string );
Style problems aside, this pattern is converting decimal entity references into PHP octal integer literals.
The result is that, for example,
"&038;"
would be replaced by"\3"
Forum: Fixing WordPress
In reply to: 4.2.3 removed line breaks from annotationsIf you can’t wait, I suggest trying the Release Candidate https://make.www.ads-software.com/core/2015/07/30/wordpress-4-2-4-release-candidate-1/
Forum: Fixing WordPress
In reply to: My instalation changes to httpsIf you have wooCommerce installed, check that one first. They’ve been having some issues lately.
Forum: Fixing WordPress
In reply to: My instalation changes to httpsTry disabling all plugins.
Forum: Fixing WordPress
In reply to: Adsense not working in new post with 4.2.3. Not showing ads.Version 4.2.4 will be an automatic update. If you you like to tinker, the best way is to install the release candidate from https://www.ads-software.com/wordpress-4.2.4-RC1.zip
I’m guessing it’s the stray
u
stuck randomly in the middle of the script there.Forum: Fixing WordPress
In reply to: Adsense bug and WP 4.2.3Forum: Fixing WordPress
In reply to: Adsense not working in new post with 4.2.3. Not showing ads.