1. electro
  2. Free Templates / Extensions
  3. Wednesday, 18 March 2015
  4.  Subscribe via email
hello. I have set up a joomla 3 site locally using the classic template. I have to embed a silverlight player at top-1a position. When scrolling down,the player covers the logo-hornav bar instead of being under of it. I tried "OVP" and "WMV JWplayer" but the result is the same,even if I try to embed the player in iframe instead of directy embedding. This occurs only at Chrome & IE and not in mozilla. In mozilla I can see the player under the logo bar when scrolling. Is it a template issue or something else?
2 more questions :)
- J51_GridGallery links only at menus? Is it possible to have an article below the image? with read more etc?
-Is it possible to have links when clicking at images set up with the J51_SlideshowModule?

I attach 2 images to let you see the problem with silverlight.
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

1. Hard to say for sure without access to your site however it appears to be a z-index issue with your extension. Maybe try adding the following to the Custom CSS field of your templates parameters...


#container_header {
z-index: 999999;
}


2. Sorry to say this option is not available with our GrigGallery module.

3. Likewise this option is not available with our Slideshow module.

Ciarán
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
well,the z-index didn't help at first,but thanks to your reply I found the answer
https://social.msdn.microsoft.com/Forums/silverlight/en-US/359f5cff-8913-4b79-984b-cf07248fd7ac/silverlight-object-in-html-zindex?forum=silverlightstart

the problem seems to be the silverlight embed code,with "windowless" parameter all seem to be ok. Otherwise,the player window covers anything else,overidding the "z-index" ,if that exists. Thanks a lot ! B)
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Great :)

Thank you for the update and for sharing your solution!

Ciarán
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!