The big slide on my homepage at http://themedium.ca is currently not working. In all major browsers, including mobile, you can see a little of the next panel of 4 images appears below the first panel, and the arrows / sliding between panels do not work or respond. I’m also seeing a console error with tagdiv_theme.js. I’ve already tried turning off a few likely plugins, including caching and my plugin that uses the TD API (yes, this occurs with the regular Big Grid Slide block as well). Please help!
Thanks for your reply. I just tried disabling all plugins except VC, and turning off Cloudflare and CDN. The problem remained.
I believe this began either after I updated to Newspaper 7.3 or WordPress 4.6 recently…
Hi,
Please contact us via email at contact@tagdiv.com and provide wp-admin so we can login and investigate. please also include a link to this topic.
Thank you!
Hey, I figured it out. 🙂 Thanks, though.
In case this is useful to anyone else:
It only happened on pages where I had custom blocks made via the TD API. In my custom blocks I had copied my td_block_## base… and I had also copied the render function. So when TD updated the td_block->render method for their blocks, my old implementation remained. (It was the Ajax pull down filter in that implementation that was generating console errors.)
The fix was to extend the td_block_## base properly, and not override render, so that it stays updated with the theme’s implementation. (Or if it is overridden, make sure to copy the new implementation when the theme is updated!)
