• After installing the ProPhoto3 compatibility plugin, WPTouch stopped working. I’m assuming this is entirely ProPhoto3’s fault, but unfortunately I can’t disable the compatibility plugin to get WPTouch working again… but if WPTouch can figure out a work around, that would be AWESOME.

    Here’s what I know…

    When I load my page on my iPhone now it says:

    Fatal error: Call to undefined function p3_get_option() in
    /home/content/92/4458692/html/wp-content/plugins/prophoto3-theme-compatibility-patches/p3-compatibility-patches.php on line 37

    When I go to line 37 within the patch it says:

    ` public static function fixGalleryRawImagesSpewer() {
    if ( is_feed() || ( ( IS_IPAD || IS_IPHONE ) && p3_get_option( ‘flash_gal_fallback’ ) == ‘images’ ) ) {
    add_filter( ‘the_content’, ‘P3Compat::galleryImages’, 1000 );
    remove_filter( ‘the_content’, ‘p3_flash_gallery_markup’, 1000 );
    remove_filter( ‘the_content’, ‘p3_lightbox_gallery_markup’, 1000 );`

    http://wordpress.org/extend/plugins/wptouch/

  • The topic ‘[Plugin: WPtouch] but it's not WPTouch's fault’ is closed to new replies.