Closed (outdated)
Project:
Views Slideshow Xtra
Version:
7.x-3.5
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Mar 2012 at 19:20 UTC
Updated:
26 Nov 2024 at 09:13 UTC
Jump to comment: Most recent
Comments
Comment #1
captaindav commentedHi Mark,
I am not seeing this on your example. When I refresh, I only see one overlay. I also looked at the page in Firebug, and it seems like the initial:
is set correctly.
Regards,
captaindav
Comment #2
markusa commentedThats weird...I am definitely having strange behavior.....I am viewing in firefox also....
Its when the page first loads.....there will be two overlays...one on the image...and one below about where a second would be if there was a list.....
Then a slide comes up with no overlay...
Then it all syncs up and displays correctly
Comment #3
markusa commentedHad the deprecated slideshow xtra module enabled along with the overlay....disabled that and now I see the second overlay for a brief moment and all is synced up and right the next moment....
Comment #4
captaindav commentedWhen I refresh the page in Win/Firefox, I am not seeing any flicker at startup?
After refresh, a house with a plywood exterior is displayed, with overlay "Test Item 2", which seems correct based on the markup generated by the view. If you check your view, I am sure you will see that item 2 is in the first position, could this be the error you are having? You may want to add a numeric "order" field to your content type and sort the view on that field.
Comment #5
markusa commentedyou are right once I cleared my browsers cache after I had disabled the deprecated module it all works perfectly. Cheers! Great module
Comment #6
Mellissa commentedHi captaindav
Sorry, I'm new at this, I'm having this same problem. Inspect element reveals element.style{} so I'm assuming this is the problem. How can I fix this please?
Many thanks
Mell
Comment #7
mohitj commentedI was having the same issue. The CSS file that comes with module (views_slideshow_xtra_overlay.css) is
Here I changed display:none to display:none and problem was gone!
Comment #8
stevensunsunsun commentedmohitj
Thank you!
Same issue, overlaying text appearing down left side of page all at once until fully loaded.
Changed
.views-slideshow-xtra-overlay-row { display: absolute; min-height: 10px;}
to
.views-slideshow-xtra-overlay-row { display: none; min-height: 10px;}
And 'glitch' no longer appearing.
Comment #9
bavramor commentedThnx
Changed
.views-slideshow-xtra-overlay-row { display: absolute; min-height: 10px;}
to
.views-slideshow-xtra-overlay-row { display: none; min-height: 10px;}
works for me
Comment #10
astonvictor commentedI'm closing it because the issue was created a long time ago without any further steps.
if you still need it then raise a new one.
thanks