Joseph Dickson
Forum Replies Created
-
Forum: Networking WordPress
In reply to: IIS WordPress 5.6 Multi Sites file upload hangHi everyone,
This thread saved my website. Here’s the code I built into a plugin thanks to @cxdone for the mention, It seemed to work.I can’t guarantee this will work for anyone else but am hoping the code will provide reference for others later.
Note this is only a bypass of the issue. If the plugin is deactivated the problem returns.
<?php /** * Plugin Name: Multisite Cache Bug * Description: A potential fix for the problem mentioned at https://ww.wp.xz.cn/support/topic/iis-wordpress-5-6-multi-sites-file-upload-hang/#post-13867460 * Version: 0.1 * License: GPL2 */ // Prevent direct access to this file defined( 'ABSPATH' ) or die( 'No script kiddies please!' ); add_filter( "transient_dirsize_cache", function() {return; } );- This reply was modified 4 years, 9 months ago by Joseph Dickson.
- This reply was modified 4 years, 9 months ago by Joseph Dickson.
Forum: Themes and Templates
In reply to: [OceanWP] Disable Page Loading AnimationResolved. This is a feature of “PWA for WP” and is easily toggled off within the plugin settings.
- This reply was modified 5 years, 1 month ago by Joseph Dickson.
- This reply was modified 5 years, 1 month ago by Joseph Dickson.
Forum: Networking WordPress
In reply to: Multisite Parent Theme Update RoadblockJoy, you’re my hero!
It worked on localhost multisite.
But alas didn’t on my live host. I suspect I may have a hosting issue so I’m going to mark this solved because its a me problem 😀
You’re the best.
Thanks,
Joe- This reply was modified 6 years, 1 month ago by Joseph Dickson.
- This reply was modified 6 years, 1 month ago by Joseph Dickson.
I was hopping it was a “toggle this” solution.
No doubt the error is of my own design 😀Thanks for taking the time to reply.
Forum: Plugins
In reply to: [WP Google Search] screen_icon is deprecatedPlease do, this Plugin is fantastic but hasn’t received an update in over a year I’d hate to see it disappear from the repo.
Forum: Fixing WordPress
In reply to: The response is not a valid JSON responseHi @sharonabwire, any chance you’re running a Windows IIS server? I’m having the same issue.
1. I can’t create a reusable block without running into this error
2. I can’t upload a photo to the media library from a post without running into this error.However, the image does appear in the media library and the reusable block is created.
See this ticket for details.
https://github.com/WordPress/gutenberg/issues/12532- This reply was modified 7 years, 4 months ago by Joseph Dickson.
Thanks @stodorovic,
I suspected it could be IIS, I’ll mark this solved.Thanks,
JoeForum: Plugins
In reply to: [Gutenberg] How to Limit Paragraph “Custom Size” Options@clorith and @bkjproductions
I’ve submitted a bug report at https://github.com/WordPress/gutenberg/issues/8369Forum: Plugins
In reply to: [Gravity Forms Data Persistence Add-On Reloaded] Update neededHi everyone, Gravity Forms has a native feature similar to this called “Save and Continue” within each individual form’s settings.
To find this setting: Go to the Forms dashboard > “select your form” > Settings > Form Settings > “Scroll Down” > Check the Enable Save and Continue checkbox.
Note the security warning that this should be used on HTTPS.
- This reply was modified 7 years, 10 months ago by Joseph Dickson.
Thanks @arisoft!
Percentages work. But the problem is the when a user doesn’t know they can’t add text for that value.
Could I request a future feature improvement for the plugin to notify the post author if they use text by mistake?
Otherwise users can still input this kind of error.
An notice similar to what’s displayed when they don’t input a value for width and height would do the trick.
- This reply was modified 7 years, 12 months ago by Joseph Dickson.
- This reply was modified 7 years, 12 months ago by Joseph Dickson.
- This reply was modified 7 years, 12 months ago by Joseph Dickson.
[video_lightbox_youtube video_id=”AwXnlOOxOPg&feature” width=”auto” height=”auto” anchor=”https://limetwig.pitzer.edu/wp-content/uploads/2018/03/video_thumb_social.gif” alt=”Social Responsibility”]
Hi mbrsolution,
The problem is when a person uses a non number in width or height there is no alert to the person creating the page that they’re not supposed to use a non-number.The plugin should include an alert like it does when the author leaves it blank.
text can’t be divided by text.
Forum: Plugins
In reply to: [Enable Media Replace] Nagging admin notice on WP MultisiteHi Alex,
Thanks for the reply.It’s not so urgent it warrants an immediate fix. Consideration for inclusion along with the next planned update is appreciated.
I should also mention that I’ve been a happy user of this plugin for years and appreciate the work your team does.
Thanks again.
Joe.- This reply was modified 8 years, 2 months ago by Joseph Dickson.
Forum: Networking WordPress
In reply to: Website with 2 activitiesI would consider moving your events site to subsite like the decorator.
Then use the root site and create a custom homepage that helps you “pick a path” to one or the other.
Or… better yet create a new ‘front-page.php’ file that leads to one or the other.
If you go this route you’ll need to recreate your former homepage as a custom page or something similar.
- This reply was modified 8 years, 6 months ago by Joseph Dickson.
Forum: Networking WordPress
In reply to: error messages in almost every page in chrome consoleUsually in this instance I’ll change the theme, reload and see if the problem reappears. Then take down all the plugins and see if the error finally disappears.
Next I activate the theme, if the error doesn’t appear I’ll activate a single plugin and reload again. take it back down and repeat until I can narrow down the culprit.
Adjusting your htaccess might fix it in the short term but could cause issues down the road.
- This reply was modified 8 years, 6 months ago by Joseph Dickson.