Samstudio
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
I’ve installed WP-Rollback and it’s ok for me with the 2.3.3 Version. This is the only solution because of no answer from dear Pixelgrade 😉
Hello,
Same for me.
How can I fix it please ?Thanks
SamForum: Plugins
In reply to: [PanoPress] deactivate plugin on posts where there is no panoYou’re welcome 😉
Forum: Plugins
In reply to: [PanoPress] deactivate plugin on posts where there is no panoHi,
Try this hack in your functions :
/*REMOVE PANOPRESS IF NO PANO SHORTCODE*/ remove_action( 'wp_head', 'pp_headers' ); function add_panopress(){ global $post; if( function_exists('has_shortcode') AND has_shortcode( $post->post_content, 'pano') ){ add_action( 'wp_head', 'pp_headers' ); } } add_action( 'wp_enqueue_scripts','add_panopress');It’s ok for me…
Forum: Plugins
In reply to: [NextCellent Gallery - NextGEN Legacy] NextCellent Gallery photo order.Yes, latest version is perfect…
Forum: Plugins
In reply to: [NextCellent Gallery - NextGEN Legacy] NextCellent Gallery photo order.
Viewing 6 replies - 1 through 6 (of 6 total)