Issue with slider revolution in header

The video slider on the header of my site is no longer functioning correctly and spitting out this error across the top of WP and the video bg size in the slide is non-longer responsive:

Deprecated : Unparenthesized a ? b : c ? d : e is deprecated. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e) in /home/zenbeetle/public_html/mollybones.com/wp-content/plugins/revslider/includes/output.class.php on line 1912

I have version 6.2.2 of Slider Revolution.

Hello @zenbeetleben,

Thanks for posting in! I have checked your Molly Bones website. There is no longer a slider. Have you temporarily deactivated the slider plugin? Your debug mode may have been enabled which maybe you are seeing a PHP notices. Can you please disable the debug mode? You can do this by opening wp-config.php and adding

define('WP_DEBUG', false);

/* That's all, stop editing! Happy blogging. */

When you activate the plugin and revisit the page, you should no longer be seeing any notices. If nothing is helping, provide us access to your site so that we can check your settings. Please create a secure note with the following info:
– Link to your site
– WordPress Admin username / password

To know how to create a secure note, please check this out: https://theme.co/docs/getting-support

Best Regards.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.