Title: Theme incompatibility
Last modified: July 18, 2018

---

# Theme incompatibility

 *  Resolved [turnis](https://wordpress.org/support/users/turnis/)
 * (@turnis)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/theme-incompatibility-6/)
 * Hi there :),
 * My theme [SiteOrigin Corp](https://wordpress.org/themes/siteorigin-corp/) has
   a built in smooth scroll function. Unfortunately I cannot disable it and your
   plugins “Enable on WordPress Menu links” function is not overwriting the themes
   own scrolling. I also tried “Prevent other scripts from handling plugin’s links(
   if possible)” but still no difference. Is there another way to make it work?

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

 *  Plugin Author [malihu](https://wordpress.org/support/users/malihu/)
 * (@malihu)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/theme-incompatibility-6/#post-10504319)
 * Hello,
 * If “Prevent other scripts from handling plugin’s links” does not remove your 
   theme’s functionality automatically, then you’ll have to do it manually (by editing
   some specific js script in your theme).
 * There’s no other way to deal with this as some theme’s have very aggressive functions
   that overwrite everything and no option to disable them.
 * I’d have to see your site in order to tell you which script needs to be modified(
   and what code to alter). If you can post your site’s URL I’d be happy to help.
 *  Thread Starter [turnis](https://wordpress.org/support/users/turnis/)
 * (@turnis)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/theme-incompatibility-6/#post-10504433)
 * My installation runs locally. So there’s no public appearance yet.
    Nevertheless,
   I found the [JavaScript file](https://pastebin.com/N1w1WnVZ).
 *  Plugin Author [malihu](https://wordpress.org/support/users/malihu/)
 * (@malihu)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/theme-incompatibility-6/#post-10504741)
 * Try changing line 138 from:
 * `$( '#site-navigation a[href*="#"]:not([href="#"]), .comments-link a[href*="#"]:
   not([href="#"]), .corp-scroll[href*="#"]:not([href="#"])' ).siteoriginCorpSmoothScroll();`
 * to:
 * `$( '#site-navigation a[href*="#"]:not([href="#"]):not(._mPS2id-h), .comments-
   link a[href*="#"]:not([href="#"]), .corp-scroll[href*="#"]:not([href="#"])' ).
   siteoriginCorpSmoothScroll();`
 * Let me know if it works
 *  Thread Starter [turnis](https://wordpress.org/support/users/turnis/)
 * (@turnis)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/theme-incompatibility-6/#post-10504844)
 * Thanks for your help, but it’s unfortunately not working.
 *  Plugin Author [malihu](https://wordpress.org/support/users/malihu/)
 * (@malihu)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/theme-incompatibility-6/#post-10509167)
 * Try changing it to:
 * `$( '.comments-link a[href*="#"]:not([href="#"]), .corp-scroll[href*="#"]:not([
   href="#"])' ).siteoriginCorpSmoothScroll();`
 * and see if it works.
 *  Thread Starter [turnis](https://wordpress.org/support/users/turnis/)
 * (@turnis)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/theme-incompatibility-6/#post-10512582)
 * Unfortunately still not working. I uploaded all [8 JavaScript files](https://ufile.io/u2nsc)
   for you. Maybe I missed something?
 *  Plugin Author [malihu](https://wordpress.org/support/users/malihu/)
 * (@malihu)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/theme-incompatibility-6/#post-10512678)
 * I just checked the js file and the **changes are not there**.
 * Line 138 in the file you send me, is still:
 * `$( '#site-navigation a[href*="#"]:not([href="#"]), .comments-link a[href*="#"]:
   not([href="#"]), .corp-scroll[href*="#"]:not([href="#"])' ).siteoriginCorpSmoothScroll();`
 * in other words, it wasn’t changed to the code I posted (in either of my posts).
 * Do you have a caching enabled? Can you make sure the changes in the file are 
   saved and loaded on the frontend?
 *  Thread Starter [turnis](https://wordpress.org/support/users/turnis/)
 * (@turnis)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/theme-incompatibility-6/#post-10512888)
 * I’m using a child theme. I send you the files from the parent theme, so that 
   you can have a look first hand.
 * No caching plugin installed. Cleared the cache anyway. Same outcome.
 *  Plugin Author [malihu](https://wordpress.org/support/users/malihu/)
 * (@malihu)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/theme-incompatibility-6/#post-10516188)
 * Can you make sure that the changes are loaded on the frontend via browser’s developer
   tools?
 *  Thread Starter [turnis](https://wordpress.org/support/users/turnis/)
 * (@turnis)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/theme-incompatibility-6/#post-10517947)
 * Unfortunately I don’t know how to this yet but if you send me a link to a tutorial
   I’ll figure it out.
 *  Thread Starter [turnis](https://wordpress.org/support/users/turnis/)
 * (@turnis)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/theme-incompatibility-6/#post-10522284)
 * The theme author just implemented a way to disable it’s own smooth scroll feature.
   Now your plugin works like charm! Thank you for your time!
 *  Plugin Author [malihu](https://wordpress.org/support/users/malihu/)
 * (@malihu)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/theme-incompatibility-6/#post-10522414)
 * Hey that’s great 🙂 Thanks for letting me know.
 * Marking this as resolved but if you need more help let me know.

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

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

 * ![](https://ps.w.org/page-scroll-to-id/assets/icon-256x256.png?rev=1401043)
 * [Page scroll to id](https://wordpress.org/plugins/page-scroll-to-id/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/page-scroll-to-id/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/page-scroll-to-id/)
 * [Active Topics](https://wordpress.org/support/plugin/page-scroll-to-id/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/page-scroll-to-id/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/page-scroll-to-id/reviews/)

 * 12 replies
 * 2 participants
 * Last reply from: [malihu](https://wordpress.org/support/users/malihu/)
 * Last activity: [8 years, 1 month ago](https://wordpress.org/support/topic/theme-incompatibility-6/#post-10522414)
 * Status: resolved