Nat Hobson
Forum Replies Created
-
I hid .jcarousel-skin-premium-slider as if I hide the whole thing the whole page gets messed up. I’ve added this script in but it doesn’t unhide it:
<script type=”text/javascript”>
jQuery(document).ready(function($) {
$(“.jcarousel-skin-premium-slider”).show();
});
</script>No luck unfortunately! Still get it collapsing down, mainly on one particular page, but the fixes above made no difference performance wise.
Is there an element I can hide the overflow of to at least hide it? I’ve played around but nothing seems to work properly.
Hi, thanks for the reply, missed that somehow.
I’m using the “Premium Slider” theme and this fix doesn’t seem to help – I notice the particular mention of the Nivo slider theme. Should this fix all the themes?
Any idea when this update might be coming? Love the plugin but waiting for the update before I push a new site live. I’m happy to swap some code around if you could post a fix for this specific issue?
Forum: Plugins
In reply to: [WP Carousel] [Plugin: WP Carousel] Extra few pixels on left of imageMany thanks for the speedy reply. I have already fixed it myself and with the prompt from alchymyth (I think when I tried that fix myself I only changed once instance of it).
Well done on providing such good support for a free plugin ?? Overall it’s been a pleasure to use and is perfect for the project I’m currently working on.
Forum: Plugins
In reply to: [WP Carousel] [Plugin: WP Carousel] Extra few pixels on left of imageYou know what’s really weird… I tried that earlier and it didn’t work, tried it again just now and bam, all fixed. Thanks for having a look and helping out, I’ll contact the dev when I’ve got a min, not really sure about the logic behind it.