netaction
Forum Replies Created
-
Forum: Plugins
In reply to: [NIVO slider light] [Plugin: NIVO slider light] change effect transitionJust edit the plugin and change the effect.
You have to do that again after every update.Forum: Plugins
In reply to: [simple scrollbar gallery] very unuseful pluginThe plugin does not do anything with the sizes of the images. It just uses the small and the middle format as they are.
Maybe your issue is in your template’s CSS.
Forum: Plugins
In reply to: [simple scrollbar gallery] [Plugin: simple scrollbar gallery] Dont WorksDid you add [gallery] to your HTML code?
Do you have an URL where I can see what happens?
Yes it is possible.
In the PHP code you will find a foreach loop which puts the HTML code into $output. You have to add a link to the full image there. Or you build it completely in jQuery.
Thanks. The bug is fixed already.
Forum: Plugins
In reply to: [NIVO slider light] [Plugin: NIVO slider light] Nivo Slider Won't Load ImagesMaybe the theme was buggy. My plugin uses the right function to include jquery:
wp_enqueue_script('nivoSliderScript', WP_PLUGIN_URL.'/nivo-slider-light/jquery.nivo.slider.pack.js', array('jquery'));By the way: The modification from leinadhok does not make sense. Do not use this line:
$(window).load(function() {JessicaRodgers is wrong too. You do not have to use the HTML attributes width=”” height=””. But you have to set something like width:300px; height:200px; in your CSS. Look on the example code of the plugin page.
Of course it will not help to use the code from dev7studios.com because my plugin uses exactly that code!
One of the most common reasons for the described problem is that the theme already has a NIVO slider. You can not use such a theme and my plugin at the same time.
If you have a problem please post your URI. I need it to help you.
Forum: Plugins
In reply to: Nivo Slider Light not displaying images???The slider seems to work for you now, right?