I know there are a lot of topics on this, and I\'ve already looked at all them and none of the solutions there apply to me.
I\'ve put a shortcode to run a jscript fo
I had the same problem once, and add_filter( 'the_content', 'wpautop') does not work on my theme. So what I did was the following:
In the revo slider admin area, select the slider that is not displaying well.
Look for the troubleshooting tab (Bottom right) then change the values
Jquery No Conflict Mode = ON
Put JS Includes To Body = FALSE
(Important part) Output Filters Protection = By Compressing Output
That way, the script will be just in one line therefore the auto paragraph filter will just add the p tag to a single line