Image Reloader

If i only want ONE image, how can i get it to stop fading "to next image" ?

I tried just using the HTML Block. But when i did that, it took my image and pushed it too far RIGHT, and cropped the top and bottom.

So, if i want just ONE image, and i do not want it to Fade...How do i....

If using "Image Reloader", how can i get it to stop fading to next image when there isnt one?

or

If using HTML Block, how can i get my image to wrap tightly against the grey outline border? without being cropped and pushed too far RIGHT?

Thank you!

Quote · 21 Dec 2009

yea, i have the same problem...

any ideas??

Quote · 2 Jan 2010

Select the HTML loader and then add basic HTML code to display your image 

Example: <img src="http://www.yourdomain.com/some directory/some image.some extension">

 

You can add <center> </center> tags and you probably could edit the picture to fix the section. SOrry I didnt read your complete message until I posted this :)

 

Syde

Quote · 4 Jan 2010

I didn't try it but in /inc/js/jquery.dolPromo.js I found such a code:

var iTransition = iTransition || 1000; //transition (fadeIn|fadeOut) time

 

Maybe it will work if you change this value to 0...

Quote · 6 Feb 2011

If you go into https://YourSite/www/media/images/promo and remove all the images except one then only one image will display.

Quote · 15 Oct 2012

Hello everybody.

You may do a simple mod in inc/js/jquery.dolPromo.js file. Open it and find the code

        setInterval(function(){
            switchNextImg($promo, iTransition);
        }, iInterval);

replace it with the following

if($('img', $promo).length > 1)
setInterval(function(){
   switchNextImg($promo, iTransition);
}, iInterval);

Clear JS cache if it's enabled in your Dolphin. Check it.

So, If you have only one promo image the reloader won't reload it.

Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV
Quote · 16 Oct 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.