Hello, i have this error on homepage when revolution slider starts, after, the slide plays normaly : 
I can’t find how to fix this error.
Well, it seems that the error is no longer here, but i don"t know how it has been fixed, if you have a idea of what this error means…
Hi Lyser,
Glad things good now, did you just update recently? Maybe it’s just a caching related and resolves when the cache has been cleared.
Remember to clear all your caching features (plugin, server-side, CDN, and browser’s cache) after updating so that the code from the latest release is always in use. This will help you to avoid any potential errors.
That error is not really an error but just a warning, you can get rid of error reporting on the frontend and just write it on a log file, you can do this by opening/editing the wp-config.php file and adding the following lines just above the /* That's all, stop editing! Happy blogging. */
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_DISPLAY', false );
define( 'WP_DEBUG_LOG', true );
/* That's all, stop editing! Happy blogging. */
Cheers!
Ok, thx you very much friech !
You’re most welcome, we’re happy to help.
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.