- Posts: 4
- Thank you received: 0
Discussion about Hot Spinner Joomla module.
Spinner showing outside module position
-
groovyloopylou
Inactive member - Topic Author
- New Member
Less
More
11 years 10 months ago #26376
by groovyloopylou
Spinner showing outside module position was created 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
im on joomla 2.5
helps
thanks
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 10 months ago #26381
by ivan.milic
Replied by ivan.milic on topic Spinner showing outside module position
Can we see the site?
Please Log in to join the conversation.
-
groovyloopylou
Inactive member - Topic Author
- New Member
Less
More
- Posts: 4
- Thank you received: 0
11 years 10 months ago #26383
by groovyloopylou
Replied by groovyloopylou on topic Spinner showing outside module position
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 10 months ago #26397
by ivan.milic
Replied by ivan.milic on topic Spinner showing outside module position
It requires login:
"This site is down for maintenance.
Please check back again soon."
Use "Report To Moderator" to send 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.
-
groovyloopylou
Inactive member - Topic Author
- New Member
Less
More
- Posts: 4
- Thank you received: 0
11 years 10 months ago #26406
by groovyloopylou
Replied by groovyloopylou on topic Spinner showing outside module position
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.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 10 months ago #26420
by ivan.milic
Replied by ivan.milic on topic Spinner showing outside module position
Open
modules/mod_hot_spinner/tmpl/default.php
find this :
comment $rotationCenterY line and set after that variable to some manual value, like:
then find this line:
speedup_path_length_ratio:1/3,
after it insert:
usejpostion:true,
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.093 seconds