Robert Chapin
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Filter "kses_allowed_protocols" not workingFor reference, the ‘kses_allowed_protocols’ filter runs before the ‘init’ action. Try using the ‘plugins_loaded’ action, or just hook the filter at the top of your plugin.
Forum: Plugins
In reply to: [User Specific Content] Shortcodes broken on my siteChad1964, the difference in shortcodes between 4.0 and 4.0.1 is described here:
https://codex.www.ads-software.com/Shortcode_API#Unregistered_Names
Forum: Fixing WordPress
In reply to: please! post help!!Hi, I think you’re simply using the wrong URLs in the front menu items.
Instead of /about/xboxone/ you should have /category/xboxone/
Forum: Fixing WordPress
In reply to: Getting a lot of porno search termsThis should give you some idea of what’s going on:
Forum: Plugins
In reply to: [User Specific Content] User-name shortcode not workingbillhi, thank you. 5.4.19 is not affected by that PHP bug as far as we know so far, but you can still use the newer formatting.php file if you want to. Enjoy.
Forum: Plugins
In reply to: [User Specific Content] User-name shortcode not workingHi, this might be caused by a bug we are fixing in 4.0.1. I suggest that you try to replace the wp-includes/formatting.php file with this one https://core.trac.www.ads-software.com/export/HEAD/trunk/src/wp-includes/formatting.php
Also, please tell us which version of PHP you are using.
Forum: Plugins
In reply to: [User Specific Content] Shortcodes broken on my siteHi, this might be caused by a bug we are fixing in 4.0.1. I suggest that you try to replace the wp-includes/formatting.php file with this one https://core.trac.www.ads-software.com/export/HEAD/trunk/src/wp-includes/formatting.php
Also, please tell us which version of PHP you are using.
Forum: Plugins
In reply to: [User Specific Content] Shortcode not working at all in WP 4.0Hi, this might be caused by a bug we are fixing in 4.0.1. I suggest that you try to replace the wp-includes/formatting.php file with this one https://core.trac.www.ads-software.com/export/HEAD/trunk/src/wp-includes/formatting.php
Also, please tell us which version of PHP you are using.
Forum: Plugins
In reply to: [User Specific Content] shortcode and 4.0Hi, this might be caused by a bug we are fixing in 4.0.1. I suggest that you try to replace the wp-includes/formatting.php file with this one https://core.trac.www.ads-software.com/export/HEAD/trunk/src/wp-includes/formatting.php
Also, please tell us which version of PHP you are using.
Forum: Fixing WordPress
In reply to: contact form and layer slider not showing upHi, this might be caused by a bug we are fixing in 4.0.1. I suggest that you try to replace the wp-includes/formatting.php file with this one https://core.trac.www.ads-software.com/export/HEAD/trunk/src/wp-includes/formatting.php
Also, please tell us which version of PHP you are using.
Marking resolved. Jetpack is improved. 4.0.1 is reverting back to not texturizing any [*].
Forum: Fixing WordPress
In reply to: Cannot update my wordpress versionI’ll put in a bug report because this looks like something that could be fixed by the .org webmasters.
In the meantime, you’ll need to click the Download WordPress button here and follow instructions for a manual upgrade.
Forum: Fixing WordPress
In reply to: mysql_query error after PHP upgradeYour child theme and plugins are using the mysql driver, which is no longer supported by WordPress.
Forum: Fixing WordPress
In reply to: unexpected T_FUNCTION> I have PHP 5.2 in my CPanel
Well, your PHP is obsolete. ?? It’s not a bug.
Forum: Fixing WordPress
In reply to: After migration I get unexpected T_STRING in theme_options.phpAnd if that doesn’t help, try pasting into a new file. It’s either a PHP problem or a file problem.