javascript - slider image not working in mailchimp template -


here added html:

  <div  class="x-flexslider x-flexslider-shortcode x-flexslider-shortcode-3" data-x-element="slider"    data-x-params="{&quot;animation&quot;:&quot;slide&quot;,&quot;slidetime&quot;:&quot;1500&quot;,&quot;slidespeed&quot;:&quot;600&quot;,&quot;controlnav&quot;:false,&quot;prevnextnav&quot;:false,&quot;slideshow&quot;:true,&quot;random&quot;:false}" >   <ul class="x-slides">   <li  class="x-slide" ><img src="http://li.alertid.com/imp?s=114143&amp;sz=728x90&amp;li=*listid*&amp;e=*femail*&amp;p=*placementid*" border="0" height="90" width="504px"></img></li>   <li  class="x-slide" ><img src="http://li.alertid.com/imp?s=114143&amp;sz=728x90&amp;li=*listid*&amp;e=*femail*&amp;p=*placementid*" border="0" height="90" width="504px"></img></li>   <li  class="x-slide" ><img src="http://li.alertid.com/imp?s=114143&amp;sz=728x90&amp;li=*listid*&amp;e=*femail*&amp;p=*placementid*" border="0" height="90" width="504px"></img></li>   </ul>   </div> 

the class name: class="x-flexslider x-flexslider-shortcode x-flexslider-shortcode-3" added image slideshow.

this code added mailchimp email template, doesn't work,

but working in localhost,

the class="x-flexslider x-flexslider-shortcode x-flexslider-shortcode-3" enable js when running in localhost, when upload in mailchimp , run, doesn't show js script when check inspector.


Comments

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -