Over and Over - maybee a Bug (spacer)

davix / 2012-06-22 16:04:40   

Over and Over does not work for me
especially if you have a lot of Caption-Text

I have a suggestion for a fix

Edited by Vaska

Vaska A / 2012-06-22 16:13:35   

Please post the problem here...and the solution if you have one. This is the purpose of this forum.

davix / 2012-06-22 16:24:57   

As I am no php-expert, and my english is on a low level I thought I desribe the problem with illustrations on my test-site
somone with the right skills could maybe easy fix it or tell me I'm on the right path...

Vaska A / 2012-06-22 16:31:11   

This is not how this forum works. You can post the problem you are having here (your English is just fine). People, especially the ones who help here everyday, do not need to go to another site just to read about the problem.

And, since you already have a 'fix' you can post that as well. I don't understand why this forum is not good enough...the more people use it the better it becomes.

davix / 2012-06-24 13:36:16   

Over and Over does not work for me, especially if you have a lot of Caption-Text
The second Image comes to early, so it lays over the Caption-Text from the first Image.

  1. I replaced the original line 165 (spacer div arround captioning div)
  2. $a .= "<div class='spacer'><div class='captioning'>$txt</div></div>n";
  1. with this (1. captioning div, 2. spacer div)
  2. $a .= "<div class='captioning'>$txt</div><div class='spacer'></div>n";

needs probably some more work (I am not a php expert...)
my test-site:
dx2.wurst.ch/index.php/project/over-and-over-original/

Vaska A / 2012-06-26 15:21:51   

I believe you are right - I can see the problem (without even visiting your site too). I've added this to my bug list.

davix / 2012-06-26 15:57:58   

Thanks Vaska!

Vaska A / 2012-06-26 16:10:55   

Thank you for posting the question directly to the forum - in the grander scheme it's more helpful for everybody to start the thread that way.

davix / 2012-06-26 21:04:01   

I see and wouldn't mind if you delete the not helpfull parts of the thread.

This thread has been closed, thank you.