Compatibility with Revolution Slider Version 3.0.5
-
I am trying to use this plugin with Revolution Slider. I had Revolution Slider work fine on my site before I installed Shortcode Unlimited.
However, after installing Shortcode Unlimited, I find that the REVSLIDER Javascript is added with <p> tags and thus it fails to run.
Example
<p> <script type="text/javascript"></p>
<p> var tpj=jQuery;</p>
<p> tpj.noConflict();</p>
<p> var revapi1;</p>
<p> tpj(document).ready(function() {</p>
<p> if (tpj.fn.cssOriginal != undefined)
tpj.fn.css = tpj.fn.cssOriginal;</p>
<p> if(tpj('#rev_slider_1_1').revolution == undefined)
revslider_showDoubleJqueryError('#rev_slider_1_1');
else
revapi1 = tpj('#rev_slider_1_1').show().revolution(
{
delay:9000,
startwidth:760,
startheight:495,
hideThumbs:200,</p>
<p> thumbWidth:100,
thumbHeight:50,
thumbAmount:2,</p>
<p> navigationType:"bullet",
navigationArrows:"none",
navigationStyle:"round",</p>
<p> touchenabled:"off",
onHoverStop:"on",</p>
<p> navigationHAlign:"center",
navigationVAlign:"bottom",
navigationHOffset:0,
navigationVOffset:20,</p>
<p> soloArrowLeftHalign:"left",
soloArrowLeftValign:"center",
soloArrowLeftHOffset:20,
soloArrowLeftVOffset:0,</p>
<p> soloArrowRightHalign:"right",
soloArrowRightValign:"center",
soloArrowRightHOffset:20,
soloArrowRightVOffset:0,</p>
<p> shadow:0,
fullWidth:"off",
fullScreen:"off",</p>
<p> stopLoop:"off",
stopAfterLoops:-1,
stopAtSlide:-1,</p>
<p> shuffle:"off",</p>
<p> hideSliderAtLimit:0,
hideCaptionAtLimit:0,
hideAllCaptionAtLilmit:0,
startWithSlide:0,
videoJsPath:"https://www.xxxxxxxxx.com/wp-content/plugins/revslider/rs-plugin/videojs/",
fullScreenOffsetContainer: ""
});</p>
<p> }); //ready</p>
<p> </script></p>
<p> <!-- END REVOLUTION SLIDER --></p>
The problem is resolved, if I deactivate Shortcode Unlimited. But I would love to use this… So can anyone check and let me know why <p> tags are being added to the above javascript and how to stop this.
Thanks
- The topic ‘Compatibility with Revolution Slider Version 3.0.5’ is closed to new replies.