QuoteOct 29, 2009 18:410 likesLike
 

This bug existed in all versions of dolphin, and still exists even on in the latest dolphin beta 8, and its getting really frustrating, why cant anybody fix it??  PLease look at image, its the promo images that show out of place, in the right bottom corner every few times you refresh the page, or go to index page... I tested many times, with IE 8 , latest firefox, safari,etc...

 

Seems like a simple problem, but existed as long as I can remember.. I tested with laptom 14 inch screen, also same on 24 inch screen.. make the site look very ugly

promo bug

QuoteOct 29, 2009 20:060 likesLike
 

This fix is from Houstonlively:

In the file: yoursite.com/inc/js/jquery.dolPromo.js    around line 5

change:    $Img.css( { width: 'auto', height: 'auto', left: 0, top: 0 } );

To:    $Img.css( { width: '940', height: '264', left: 0, top: 0 } );

You may have to adjust the width and height numbers if your sites width is different than the default 960px.

 

Ticket added: http://www.boonex.com/trac/dolphin/ticket/1387

 

 

Life is a fatal disease, sexually transmissible - Virginity is carcinogenic! Ask here for vaccine.
QuoteNov 05, 2009 20:390 likesLike
 

Michel what file are you using to make that code. I checked out the dolPromo.js andit does not have the line you reference.

QuoteNov 05, 2009 22:320 likesLike
 

That fix is for D6... not D7

Maybe I should just wait for Dolphin 12
QuoteNov 06, 2009 00:180 likesLike
 

Oooops... Thank you Houston ;-)

A ticket is still open: http://www.boonex.com/trac/dolphin/ticket/1387#comment:2

Life is a fatal disease, sexually transmissible - Virginity is carcinogenic! Ask here for vaccine.
QuoteNov 06, 2009 08:280 likesLike
 

I had the same prob befor but long time i didn't notice that anyway i will double check if it did happen to me i will refer it here .

Eli

QuoteNov 23, 2009 22:180 likesLike
 

anybody else got this problem?

QuoteMar 24, 2010 21:120 likesLike
 

The Ticket on this shows closed... yet w/D7 it still occurs in IE7/8. 

Has anyone figured out a workaround? 

Is there another ticket out there that I'm not seeing?

QuoteMar 24, 2010 21:420 likesLike
 

You could try changing

$img.css({
position: 'absolute',
left: Math.round( ($img.parent().width()  / 2) - ($img.width()  / 2)),
top:  Math.round( ($img.parent().height() / 2) - ($img.height() / 2))
});

to

$img.css({
position: 'absolute',
left: 0,
top:  0,
width: '940',
height: '264'
});

It's just an update of HL's mod for D7 - not sure if it will work tho,  as my IE7's decided to go up the swanee.

/DM

Dolphin - Ajax Masturbation
QuoteMar 29, 2011 17:350 likesLike
 

Hi guys,

I still have this issue as well and would like to resolve..any updates? can anyone tell me in which file i might be able to find the $css image referece Dee emm refers to below? Thanks in advance

QuoteMar 29, 2011 19:280 likesLike
 

This is what worked for me on 7.05 and now 7.06

 

http://www.boonex.com/unity/forums/#topic/Here-Is-The-Fix-For-The-Promo-Images-Going-Out-Of-Bounds-On-Homepage.htm

QuoteApr 23, 2011 20:420 likesLike
 

Hi all.  I have a solution to this problem. Have a look at my site http://eastwestlove.com/, and if you want to know how I did it, send us your contact details using the CONTACT US at the bottom of our home page.

Cheers...Smile

QuoteApr 23, 2011 20:431 likesLike
 

 

Hi all.  I have a solution to this problem. Have a look at my site http://eastwestlove.com/, and if you want to know how I did it, send us your contact details using the CONTACT US at the bottom of our home page.

Cheers...Smile

Any reason why you can't share your knowledge with the rest of us here?

Would you like to install the Be boot manager? Volunteer SuperModerator. I'm not tech support.
QuoteApr 23, 2011 21:010 likesLike
 

Yes, Magnussoft, contact me and I'll tell you why.