I found a bug on this plugin
-
Hi there, I faced a problem with the plugin in which it was disabling custom fields below the slider on all pages I placed the slider. It turns out the file
/owl-carousel/owlcarousel.php
doesn’t havewp_reset_postdata();
after the loop.I fixed this by inserting
wp_reset_postdata();
right after line 357
Hope it helps someone and can be added to the plugin
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘I found a bug on this plugin’ is closed to new replies.