Title: Samstudio's Replies | WordPress.org

---

# Samstudio

  [  ](https://wordpress.org/support/users/samstudio/)

 *   [Profile](https://wordpress.org/support/users/samstudio/)
 *   [Topics Started](https://wordpress.org/support/users/samstudio/topics/)
 *   [Replies Created](https://wordpress.org/support/users/samstudio/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/samstudio/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/samstudio/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/samstudio/engagements/)
 *   [Favorites](https://wordpress.org/support/users/samstudio/favorites/)

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Customify] After plugin upgrade, theme went back to default settings, can’t change it](https://wordpress.org/support/topic/after-plugin-upgrade-theme-went-back-to-default-settings-cant-change-it/)
 *  [Samstudio](https://wordpress.org/support/users/samstudio/)
 * (@samstudio)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/after-plugin-upgrade-theme-went-back-to-default-settings-cant-change-it/#post-11702234)
 * I’ve installed [WP-Rollback](https://wordpress.org/plugins/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 😉
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Customify] After plugin upgrade, theme went back to default settings, can’t change it](https://wordpress.org/support/topic/after-plugin-upgrade-theme-went-back-to-default-settings-cant-change-it/)
 *  [Samstudio](https://wordpress.org/support/users/samstudio/)
 * (@samstudio)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/after-plugin-upgrade-theme-went-back-to-default-settings-cant-change-it/#post-11699287)
 * Hello,
 * Same for me.
    How can I fix it please ?
 * Thanks
    Sam
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PanoPress] deactivate plugin on posts where there is no pano](https://wordpress.org/support/topic/deactivate-plugin-on-posts-where-there-is-no-pano/)
 *  [Samstudio](https://wordpress.org/support/users/samstudio/)
 * (@samstudio)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/deactivate-plugin-on-posts-where-there-is-no-pano/#post-5908090)
 * You’re welcome 😉
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PanoPress] deactivate plugin on posts where there is no pano](https://wordpress.org/support/topic/deactivate-plugin-on-posts-where-there-is-no-pano/)
 *  [Samstudio](https://wordpress.org/support/users/samstudio/)
 * (@samstudio)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/deactivate-plugin-on-posts-where-there-is-no-pano/#post-5908085)
 * Hi,
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NextCellent Gallery - NextGEN Legacy] NextCellent Gallery photo order.](https://wordpress.org/support/topic/nextcellent-gallery-photo-order/)
 *  [Samstudio](https://wordpress.org/support/users/samstudio/)
 * (@samstudio)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/nextcellent-gallery-photo-order/#post-5637688)
 * Yes, latest version is perfect…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NextCellent Gallery - NextGEN Legacy] NextCellent Gallery photo order.](https://wordpress.org/support/topic/nextcellent-gallery-photo-order/)
 *  [Samstudio](https://wordpress.org/support/users/samstudio/)
 * (@samstudio)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/nextcellent-gallery-photo-order/#post-5637666)
 * Hi there,
 * I solved the problem [here](https://bitbucket.org/niknetniko/nextcellent/src/a5246bba809ba14b51e81dbcc9943aade15bf054/admin/manage-sort.php).
 * I hope it will help

Viewing 6 replies - 1 through 6 (of 6 total)