- Posts: 5
- Thank you received: 0
"blinks" before rotating
-
ffusion
Inactive member -
Topic Author
- New Member
-
Less
More
14 years 3 months ago - 14 years 3 months ago #4300
by ffusion
"blinks" before rotating was created by ffusion
Hello,
I have HOT Newsflash loaded on a development server. www.ffdev6.net I styled it quite a bit and hid the tabs. Each "billboard" flashes once before it rotates to a new "billboard". Any idea why that might be?
Dan
I have HOT Newsflash loaded on a development server. www.ffdev6.net I styled it quite a bit and hid the tabs. Each "billboard" flashes once before it rotates to a new "billboard". Any idea why that might be?
Dan
Last edit: 14 years 3 months ago by ffusion.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
14 years 3 months ago - 14 years 3 months ago #4306
by ivan.milic
Replied by ivan.milic on topic Re: "blinks" before rotating
It looks like you changed (or addred or removed) somewhere display:... property for some css entity that has affect on silde fragments.
Maybe
ui-tabs-nav-item
or
ui-tabs-selected
?
order of toggling display: none/block is inverted because of that
instead of hide current show next you have situation show oteher two slides so you have blink
Maybe
ui-tabs-nav-item
or
ui-tabs-selected
?
order of toggling display: none/block is inverted because of that
instead of hide current show next you have situation show oteher two slides so you have blink
Last edit: 14 years 3 months ago by ivan.milic.
Please Log in to join the conversation.
-
ffusion
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 5
- Thank you received: 0
14 years 3 months ago #4311
by ffusion
Replied by ffusion on topic Re: "blinks" before rotating
The only thing I did on the tabs was apply a visibility:hidden to the .ui-tabs-nav element. I have commented that out and the billboard is still blinking on rotation.
Please Log in to join the conversation.
-
ffusion
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 5
- Thank you received: 0
14 years 3 months ago #4349
by ffusion
Replied by ffusion on topic Re: "blinks" before rotating
Any thoughts on this?
Dan
Dan
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
14 years 3 months ago #4360
by ivan.milic
Replied by ivan.milic on topic Re: "blinks" before rotating
1. Try to reinstall that module.
2. Setup the new joomla on your local computer and slowly, make changes until unexpected behavior begins again so you could find where is problem.
I can see from google chrome debugger that style="display:block;" remains there on all of 3 fragments during animation , instead of display:none and rotation of display:block.
That module uses simple jQuery .tabs function , and there is not much to look at (one line of code). There is something in your site that affects it's behavior.
2. Setup the new joomla on your local computer and slowly, make changes until unexpected behavior begins again so you could find where is problem.
I can see from google chrome debugger that style="display:block;" remains there on all of 3 fragments during animation , instead of display:none and rotation of display:block.
That module uses simple jQuery .tabs function , and there is not much to look at (one line of code). There is something in your site that affects it's behavior.
Please Log in to join the conversation.
-
xibo
Inactive member -
- New Member
-
Less
More
- Posts: 1
- Thank you received: 0
14 years 2 months ago #4914
by xibo
Replied by xibo on topic Re: "blinks" before rotating
Hi,
First, let me congratulate Hot Joomla Templates for the very nice work developing extensions. Keep up the good work
I've had the same problem in Joommla 1.6, Beez template, fresh install, i fixed it changing jquery-1.3.2.min.js for another version of jquery (1.2.6).
No more "blinks" now.
best regards
First, let me congratulate Hot Joomla Templates for the very nice work developing extensions. Keep up the good work

I've had the same problem in Joommla 1.6, Beez template, fresh install, i fixed it changing jquery-1.3.2.min.js for another version of jquery (1.2.6).
No more "blinks" now.
best regards
Please Log in to join the conversation.
Time to create page: 0.165 seconds