
im using MediaMogul template and it uses MooMenu and suckerfish
in both cases the menu is on the images and the lightbox
you have no idea that something can be done to resolve this?
Thank Jan







Code: Select all
$js = "\t". '<script language="javascript" type="text/javascript">'."\n"
.'var '.$name.' = {'
.'galleryClassName: \'lightBox\','
.'zIndex: 10,'
.'useShadow: true,'
.'imagePath: \''.JURI::base(true).'/components/com_phocagallery/assets/js/jak/img/shadow-\','
.'usePageShader: true,'
.'components: {';

radzioszok wrote:Hi!
This is my first post but I hope it should help somebody.
I have similar issue so I try to modify zIndex value in lightbox_compressed.js and window_compressed.js but those changes did not work. So I try to search for in other files and found administrator\components\com_phocagallery\libraries\phocagallery\renderer\rendererfront.php file.
At the line 469 (in version 2.7.5) is some javascript template:So here is this small zIndex bustard:)Code: Select all
$js = "\t". '<script language="javascript" type="text/javascript">'."\n" .'var '.$name.' = {' .'galleryClassName: \'lightBox\',' .'zIndex: 10,' .'useShadow: true,' .'imagePath: \''.JURI::base(true).'/components/com_phocagallery/assets/js/jak/img/shadow-\',' .'usePageShader: true,' .'components: {';
Value of 10 is too small for my site so I have changed it to 1000. I think this is common problem and it should be fixed in next phocagallery version.