Johan Steen
Forum Replies Created
-
Caldcyn: Seems like there might be some other plugin conflicting. Do you think you could check what other plugins you have installed and then we can go from there to figure out with which one the conflict appears, and why.
Areness:
This was actually done by design, to avoid conflicts with some other plugins. Though since this change I’ve considered the impact a bit and I’ve come to the conclusion that it was not in the best interest of post snippets. If other plugins do weird things with the system, they should probably be updated instead to follow the guidelines.
Anyway, my plan is to restore it to be available everywhere in WordPress by default, and add the current functionality that limits it to only post edit screens as an option. Look out for the next minor update coming soon to have this implemented.
Cheers,
JohanHi,
The theme you’re referring to is not a freely available theme, so I’ve no possibility to look into what is causing the conflict. You’ll have to check with the theme author.
Cheers,
JohanHi marcelomilici,
See my reply above. You are using spaces in your shortcode, that WordPress does not longer allow since WordPress 4.4. Your shortcode
Ficha de Filmeis incorrectly named, you need to rename it to something likeFicha_de_Filmeor similar. Ie, no spaces allowed. See the link in my reply above for how to update all existing posts in one go when you rename the shortcode, so you don’t have do to it one by one.Cheers,
JohanAre you using shortcodes with spaces? Since WordPress 4.4 spaces in shortcodes are no longer working/are allowed.
If that is your case, see the last two posts here for some tips of how to update all posts quickly, after renaming the shortcodes to not contain spaces.https://wordpress.org/support/topic/upgrading-to-wordpress-44-breaks-post-snippets?replies=7
Cheers,
JohanUpgrading to PHP 5.3.24 should not cause any problems. In what way is the plugin not working?
Thanks for verifying that the current development version fixes the more serious problems. And thanks for finding that notice error too. We don’t want php notices in the plugin, so I’ll eliminate that one, and get a new release out later today. π
Cheers,
JohanHi,
Are you still seeing this with the latest version of the plugin? If so, could you get me a step by step what you are doing to reach this error, as I am not familiar with Download Monitor myself. But if you give me a step by step, I can try to reproduce it.
Cheers,
JohanForum: Plugins
In reply to: [Post Snippets - Custom WordPress Code Snippets Customizer] v2.3.9 issueHi,
Thanks for the report. I could reproduce a problem when WordPress editor is used on other screens. I’m implementing a fix, that should be available shortly. I believe that will take care of the problem you are seeing.
Cheers,
Johandanicasati:
Yes, WordPress does not allow shortcodes with spaces in the name since version 4.4. The plugin now warns if trying to use an invalid shortcode name.See my reply in the forum post you linked to.
Cheers,
JohanHi Wil,
Yes, WordPress 4.4 does not allow shortcodes with spaces in the name. WordPress 4.4 rejects any shortcode that uses
spacesor the characters& / < > [ ].I’ll add something to help naming shortcodes so they have valid names. Though, as you noticed, removing spaces from your shortcodes is the solution to make them work in WP4.4 or newer.
Can you give me some more details what it is that is not working for you?
Hi Toby,
Right now, PHP snippets does not support to be wrapped in the opening/closing PHP tags. If you remove the initial
<?phpand the ending?>the snippet will work.Hi Michael,
Looking at your error message, that tabs is not recognised as a function, leads to think that there is some problem with the jQuery UI library being loaded. The problem is not reproducible in a clean install with WP 4.3.1 and PS 2.3.6. So I’d guess there might be some other plugin doing something that prevents jQuery UI in the posts editor. What other plugins are you running that might do something regarding the post editor?