Discussion about Hot Spinner Joomla module.

Spinner showing outside module position

More
11 years 2 months ago #26376 by groovyloopylou
I have seen others in the forum with this issue and the fixes described don't match up with the latest code in the module.

im on joomla 2.5

helps :)

thanks

Please Log in to join the conversation.

More
11 years 2 months ago #26381 by ivan.milic
Can we see the site?

Please Log in to join the conversation.

More
11 years 2 months ago #26383 by groovyloopylou
zulunationhq.com/index.php/carousel-test

don't mind the mess :) still building.

thanks.

Please Log in to join the conversation.

More
11 years 1 month ago #26397 by ivan.milic
It requires login:

"This site is down for maintenance.
Please check back again soon."


Use "Report To Moderator" to send login

Please Log in to join the conversation.

More
11 years 1 month ago #26406 by groovyloopylou
I'm sorry, some idiot gave out our link too early. the homepage has a redirect on now and the site is back up and the link I provided should work now :)

Please Log in to join the conversation.

More
11 years 1 month ago #26420 by ivan.milic
Open
modules/mod_hot_spinner/tmpl/default.php

find this :
Code:
$rotationCenterX = ($moduleWidth / 2) - ($rotatingImageWidth / 4); $rotationCenterY = ($moduleHeight / 2) - ($rotatingImageHeight / 4);

comment $rotationCenterY line and set after that variable to some manual value, like:
Code:
$rotationCenterX = ($moduleWidth / 2) - ($rotatingImageWidth / 4); //$rotationCenterY = ($moduleHeight / 2) - ($rotatingImageHeight / 4); $rotationCenterY = 50;


then find this line:


speedup_path_length_ratio:1/3,

after it insert:

usejpostion:true,

Please Log in to join the conversation.

Time to create page: 0.325 seconds
Powered by Kunena Forum