Chris M.
Forum Replies Created
-
Forum: Plugins
In reply to: [Granular Controls For Elementor] Schedule Content Not Working?We’ve also found trouble with the “Delay Content” feature not working any longer, too. It used to, but doesn’t now.
I’m referring to this feature: https://d.pr/i/jZqqyi
I hope this gets fixed, as it’s an AWESOME feature.
Forum: Plugins
In reply to: [Code Snippets] Add New > Blank ScreenAwesome man… We’re on the same page, all around.
And thanks for the clarification about PHP on the server vs. what you’re coding the plugin itself with. It’s an important distinction.
I think it’s a good decision though, and will help to raise awareness even more…
Just make sure you give ample and good warnings, and put some instructions in place for common hosts, like: You can contact GoDaddy, BlueHost, HostGator, etc. etc. etc. here… and link to their support areas.
You *will* run into problems though, but you know this, as a seasoned WP developer.
Thanks for what you do, and for your help in this thread. It’s noticed and greatly appreciated.
Keep rocking man!
~ Chris M.
Forum: Plugins
In reply to: [Code Snippets] Add New > Blank Screen@bungeshea – Simply because you don’t know what you don’t know. Raising the version would eliminate this type of problem for other plugins that are lurking out there. Why go through this every time?
Also, raising the PHP version increases security overall, right? (if not, happy to be corrected)
Finally, I’m a big proponent of raising standards, and raising awareness in the WP community at large. It’s time to leave PHP 5.2, 5.3, and 5.4 completely behind. It really is. PHP 7 is the official *recommended* version of PHP for WordPress, and they have already put a warning in place for using lower PHP versions, like 5.24.
https://wordpress.org/about/requirements/
But it’s entirely up to you my friend. I’m certainly not *clamoring* for it or anything. 🙂
Forum: Plugins
In reply to: [Code Snippets] Add New > Blank Screen@bungeshea – Looks like Intercom fixed the issue!
https://wordpress.org/support/topic/this-plugin-breaks-the-popular-code-snippets-plugin/
But still rooting for the PHP upgrade to your plugin. May it all go well (or as well as it can, lol)!
~ Chris M.
Forum: Plugins
In reply to: [Intercom] This plugin breaks the popular “Code Snippets” pluginBOOM! I just updated, and it does appear that the conflict is gone. 🙂
Thanks @bobintercom / Jasmine!
Forum: Plugins
In reply to: [Code Snippets] Add New > Blank ScreenYeah, maybe you could put out a “warning message” inside of the plugin and somehow make it very clear from the “outside”, before updating… not just in the version notes.
But I think it would be a good move overall… PHP 5.2 is tooooooo old man! haha
But I hear ya, you have to watch out for yourself as well, angry users, a flurry of support requests, etc… So it’s a balance.
Forum: Plugins
In reply to: [Code Snippets] Add New > Blank ScreenHey there!
I got an email update from this thread, but I’m not seeing your comment here.
But good news!
In the email, you said:
There are only two fixes to make. On line 321, change class Snippet to class Intercom_Snippet. And then change line 514 from $snippet = new Snippet($snippet_settings); to $snippet = new Intercom_Snippet($snippet_settings);
So I found those two lines in the
bootstrap.phpfile in the Intercom plugin, changed the relevant parts in both toIntercom_Snippet, and I think it’s working!Would love to get your “official” opinion though, if you get some time.
Thanks so much for your help! 🙂
Now let’s hope Intercom can review this and make the necessary changes (and any other ones needed).
Thanks again!
Forum: Plugins
In reply to: [Code Snippets] Add New > Blank ScreenAnd I agree, it would probably be a good idea to go for an even bigger win with Option #3 that you spelled out above.
But yeah, it could potentially get crazy for a bit, for people that aren’t on PHP 5.3 and above.
Honestly, everyone should really be on at least PHP 5.6+, if not 7, by now, as official support is completely dead for anything under PHP 5.6 –> http://d.pr/i/S6ZR (which I know you know, unfortunately, most people don’t, but your plugin’s audience is more sophisticated I would think).
Forum: Plugins
In reply to: [Intercom] This plugin breaks the popular “Code Snippets” pluginThanks for considering making this fix Intercom!
Forum: Plugins
In reply to: [Code Snippets] Add New > Blank ScreenAwesome!
And yeah, I’m on PHP 7, and have been for a while now.
How many times does
Snippetoccur in the Intercom plugin, and where?Is there a functions.php filter that you know of that could auto-replace it for me for the time being? I wouldn’t know how to format the whole snippet, so I would appreciate it if you could spell it out (if this is possible).
I’ve also submitted an official request for Intercom to update things on their end as well, but that could take some time (if they agree).
Thanks for all your help here Shea! Epic support…
Forum: Plugins
In reply to: [Code Snippets] Add New > Blank ScreenThanks so much for your reply and for your willingness to help.
Would LOVE to use your plugin, but it looks like Intercom is getting in the way here.
Let me know what you find out.
I sincerely appreciate it.
~ Chris
[ No bumping please. ]
Forum: Plugins
In reply to: [Intercom] This plugin breaks the popular “Code Snippets” pluginI’ve also added a support request over at the Code Snippets plugin support area: https://wordpress.org/support/topic/add-new-blank-screen/
Any help here or there would be greatly appreciated.
Forum: Plugins
In reply to: [Code Snippets] Add New > Blank ScreenI’ve added a support request over at the Intercom plugin as well: https://wordpress.org/support/topic/this-plugin-breaks-the-popular-code-snippets-plugin/
Any help here or there would be greatly appreciated.
Forum: Plugins
In reply to: [Code Snippets] Add New > Blank ScreenForum: Plugins
In reply to: [Code Snippets] Add New > Blank ScreenOkay, I’ve confirmed the plugin works on another site on the same server (different cPanel though, but same type of server, etc.)
Hmmm… Any ideas?