Support Forum
When the SimplePress plugin is activated, all Wordpress Pages (not Posts) shown with WPtouch Pro have no content.
http://golfclub-stippelberg.nl/ also with Safari iOS 4.3.3 iPhone agent.
mailto:Emilio@BraveNewCode) you can try to manually remove the conflicting plugin's 'hooks'.
1. Find all the hooks (add_action and add_filter) the plugin does by looking inside the files included in the .ZIP file of the plugin you wish to disable.
Example: If the plugin does
, you'll need to do
in the functions.php of a child theme.
2. Add all the remove_filter and remove_action to your child theme's functions.php files.
Note: Not all plugins can be disabled this way. If the plugin's hooks are dependent on
we won't be able disable them and they'll need to be disabled via WordPress. Plugin hooks that are dependent on
look similar to this:
But I don't trust myself editing the code...
I am not even sure what he is referring to. If he means SP hooks then that would just disable SP completely.
SP should not be loading any hooks on non-forum pages any way - we do make quite stringent checks for this. We have had other users utilising wp-touch but I must admit that this has not been tried with V5.
The bottom line is that we need to determine what component might be encroaching on the rest of WP. Can you start, perhaps, by disabling all SP plugins so that just the core is running? See if that resolvers it.
YELLOW
SWORDFISH
|
The problem persists with all SP Plugins disabled.
One other note... the Simple Press Page is working fine... on all other pages the content is gone.
I am not even sure what he is referring to. If he means SP hooks then that would just disable SP completely.
That was my first thought as well. That is why I was reluctant to proceed.
Have a nice vacation!
It is actually straight forward like any plugin, and I use it with the standard mobile theme.
No need to own a iPhone. You can switch the user agent in safari to experience it on a Mac (sorry, i work with macs only)