Title: Plugin conflict with slider
Last modified: August 30, 2016

---

# Plugin conflict with slider

 *  [dimitrim](https://wordpress.org/support/users/dimitrim/)
 * (@dimitrim)
 * [11 years ago](https://wordpress.org/support/topic/plugin-conflict-with-slider/)
 * Activating this plugin stops i.e. LayerSlider WP from working. When you add the
   shortcode it starts working again but only on the pages where you actually include
   this code. Other pages where you don’t do, this still don’t display the slider
   as expected.
 * Could also be useful to center the social feed pics on top of the wall area. 
   If you select only Twitter i.e. this icon is not centered.
 * Running WP 4.2.3 with Enfold theme.
 * [https://wordpress.org/plugins/gc-social-wall/](https://wordpress.org/plugins/gc-social-wall/)

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

 *  [sashma](https://wordpress.org/support/users/sashma/)
 * (@sashma)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/plugin-conflict-with-slider/#post-6364886)
 * I have the same issue with Cycle 3 slider of U-Design theme… is there any way
   to solve it?
 * [@dimitrim](https://wordpress.org/support/users/dimitrim/), did you manage to
   find a solution? is there any short code for this?
 * thanks!
 *  [btees](https://wordpress.org/support/users/btees/)
 * (@btees)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/plugin-conflict-with-slider/#post-6364892)
 * The problem appears to be a javascript contflict, specifically this part enqueued
   by the plugin:
 * `wp_enqueue_script('gc_social_wall', GCLIB_URL.'/js/gc_social_wall.js', array('
   jquery'));`
 * It’s at line 119 of GCSocialWall.php
 * My stopgap solution was to make it so that this only loads on the page I have
   the social content on like so:
 * `if(is_page(1678)){ wp_enqueue_script('gc_social_wall', GCLIB_URL.'/js/gc_social_wall.
   js', array('jquery'));}`
 * Here you’d replace 1678 with the id of the page your social wall is on
 * Of course this won’t help you if your slider is on the same page as your social
   wall but it’s a quick work around for me 🙂

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

The topic ‘Plugin conflict with slider’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/gc-social-wall_c1c1c0.svg)
 * [GC Social Wall](https://wordpress.org/plugins/gc-social-wall/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/gc-social-wall/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/gc-social-wall/)
 * [Active Topics](https://wordpress.org/support/plugin/gc-social-wall/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gc-social-wall/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gc-social-wall/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [btees](https://wordpress.org/support/users/btees/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/plugin-conflict-with-slider/#post-6364892)
 * Status: not resolved