Title: Slideshow incompatibility
Last modified: August 20, 2016

---

# Slideshow incompatibility

 *  Resolved [blicht454](https://wordpress.org/support/users/blicht454/)
 * (@blicht454)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/slideshow-incompatibility/)
 * I’ve just realized that my homepage slideshow (supersized) is incompatible with
   the “portfolio slideshow” plugin that I’m using on another page. Is there anyway
   that I can have the portfolio slideshow links appear everywhere except for the
   homepage? Right now they’re added automatically to header.php, so I just need
   a way to make it so that they’re added when it’s not the homepage.
 * Thanks!

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

 *  [Dalton Rooney](https://wordpress.org/support/users/daltonrooney/)
 * (@daltonrooney)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/slideshow-incompatibility/#post-2625187)
 * Hi there,
    I haven’t tested this, but I think the code might look something like
   this:
 *     ```
       <?php function remove_portfolio_slideshow() {
       	wp_deregister_script( 'portfolio-slideshow' );
       	wp_deregister_style( 'portfolio-slideshow' )
       }
   
       if ( is_front_page() ) {
       	add_action('init', 'remove_portfolio_slideshow');
       } ?>
       ```
   
 * Just add to your functions.php.
 * If you want to post a link I might be able to help you with the compatibility
   issue.
 * Cheers,
    Dalton
 *  Thread Starter [blicht454](https://wordpress.org/support/users/blicht454/)
 * (@blicht454)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/slideshow-incompatibility/#post-2625445)
 * Yeah, that took care of it. Thanks!

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

The topic ‘Slideshow incompatibility’ is closed to new replies.

## Tags

 * [incompatible](https://wordpress.org/support/topic-tag/incompatible/)
 * [slideshow](https://wordpress.org/support/topic-tag/slideshow/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [blicht454](https://wordpress.org/support/users/blicht454/)
 * Last activity: [14 years, 3 months ago](https://wordpress.org/support/topic/slideshow-incompatibility/#post-2625445)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
