This can easily be fixed (on my site at least https://www.trouwautopurmerend.nl) in easingsliderlite.php by changing lines 933 and 934 by adding true as last parameter to wp_register_script. This will defer the loading of the scripts to the footer.
Suggestions:
– If possible, defer loading of the scripts to the footer by default
– If not possible to load the scripts at the footer, at least update the FAQ topic “My slider continually loads. What’s wrong?” and explain that jquery must currently be loading in the header.
https://www.ads-software.com/plugins/easing-slider/
]]>{ float:right;
width:37.5em;
height:25.1875em;
margin-left:1.5em;
}
it looks fab in large displays where the full size appears, but as the display size is reduced, the slider does not respond and never gets smaller.
I am creating a child theme based on twentytwelve.
I believe your slider is responsive, so what am i doing wrong?
Thank you,
Susan
https://www.ads-software.com/plugins/easing-slider/
]]>https://www.ads-software.com/plugins/easing-slider/
]]>icon_non-active.png is missing
https://www.ads-software.com/plugins/easing-slider/
]]>https://www.ads-software.com/plugins/easing-slider/
]]>I put this into my stylesheet:
.easingsliderlite{
float:left;
padding-right:15px }
Now it’s floating to the left but I can’t seem to get the padding to work. I also tried to do <div style="padding-right:15px>[easingsliderlite]</div>
directly into the HTML Page Editor, but that wasn’t responding, either.
Here’s a test page:
https://frannychoi.com/test/
Help??
https://www.ads-software.com/plugins/easing-slider/
]]>Any help would be greatly appreciated.
<?php
if ( is_front_page() && function_exists( 'easingsliderlite' ) ) {
easingsliderlite();
}
?>
<?php
if ( function_exists( "easingsliderlite" ) ) {
easingsliderlite();
}
?>
[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
https://www.ads-software.com/plugins/easing-slider/
]]>https://www.ads-software.com/plugins/easing-slider/
]]>The CSS should not be altered according to the plugin author, so I need another solution.
]]>