Big slide not working

Posted in: Newspaper
Post count: 388

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!

Post count: 22421

Hello,

This is most likely a plugin conflict so please disable all plugins except visual composer, clear cache and reset cdn files if you use it. Then test again.
Let us know how it goes.

Thank you!

Post count: 388

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…

Post count: 22421

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!

Post count: 388

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!)

Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.