Page 1 of 1

Description problems

Posted: 25 Oct 2010, 21:34
by tompet
Hi,
I got some problems with the description. Tested the standard decription etc. and have turned it off but the description is still there (?) I know, the cache is emptied and I have tested with a different browser but the description is still there. After consideration, I don't want any description with the thumbnails at all, only with the pop-up boxes if it is possible.

I have a problem with the Modal Pop-up box. Where in the css can I add font family for the description in Modal Pop-up box? Looks horrible right now with Times New Roman.

I also wonder where I can change the z-index value for JAK lightbox? I can see that it is set to 10 in some javascript code but I can not find where to change it. It comes up under my left column who have z-index 100. Have to use those z-index to have the menu columns to go the whole way down in the template so I can not change them.

Thanks,
Tom

Re: Description problems

Posted: 27 Oct 2010, 23:12
by Jan
Hi, font-family is not set by Phoca Gallery, so this needs to be done in your template.

JAK - try to see the JAK css, if there is some z-index, it should be located in CSS (maybe in js):
components\com_phocagallery\assets\js\jak folder

Jan

Re: Description problems

Posted: 04 Dec 2010, 10:14
by tompet
Hi,
Thanks for your reply. I have been away for awhile.
font-family is not set by Phoca Gallery, so this needs to be done in your template.
Yes, I know that Phoca Gallery don't set the font family. The file to change is com_phocagallery/views/detail/tmpl/default.php. The style is hard coded from the parameters and have no css class. Would be great if I could set font familiy in parameters just as size and colour. I put the file in my template html-folder and add the font family for now. (My template use more than one stylesheet and only one is loaded by Phoca gallery.)
JAK - try to see the JAK css, if there is some z-index, it should be located in CSS (maybe in js):
components\com_phocagallery\assets\js\jak folder
I have tested to change in the /js/jak/-folder. The css class is named .lightbox and I succeeded to change the background colour from black to blue. But it doesn't accept the z-index value. When the bg colour was changed to blue you can see a black frame around it. I think it is for that one the z-index should be changed to 200 or something like that. But I don't know where this frame is.

I am not going to use the JAK box so everything is fine and my gallery is working. I am just writing the above to give a hint about two issues I have had problems with.

Thanks for a nice gallery.

Re: Description problems

Posted: 06 Dec 2010, 23:58
by Jan
Ok, thank you for the info.

Jan