lukehaas / Scrollify

A jQuery plugin that assists scrolling and snaps to sections.
MIT License
1.8k stars 579 forks source link

WP Debug and Context breaks interstitial footer #349

Open jferragut opened 5 years ago

jferragut commented 5 years ago

While I was debugging an unrelated issue with my carousel, I experienced some issues. After some troubleshooting, I determined the culprit was WP_DEBUG.

Here were the lines in my Wordpress config:

define('WP_DEBUG', true); define('WP_DEBUG_CONTEXT', true);

Here are my init settings for scrollify on the affected pages:

jQuery.scrollify({ section: ".section", setHeights: false, sectionName: false, interstitialSection: ".header,.footer" });

Noted behavior was as follows:

Expected behavior:

sagarnamye commented 5 years ago

@lukehaas facing same issue