By User on Thursday, 26 June 2014
Posted in Technical Issues
Likes 0
Views 1.1K
Votes 0
Hello.
Seems, I should to post it to Joomla template developer forum, but desided to try it there too.

I use Ja Purity III that display main menu alwais on top (and hover content).

If I navigate to discussion
http://crimsongame.ru/forum/%D0%B2-%D0%BA%D0%B0%D0%BA%D0%BE%D0%BC-%D1%83%D1%80%D0%BE%D0%B2%D0%BD%D0%B5-%D0%B1%D0%BE%D0%BB%D1%8C%D1%88%D0%B5-%D0%B2%D1%81%D0%B5%D0%B3%D0%BE-%D0%B3%D0%BD%D0%B5%D0%B7%D0%B4
and click on attached image, it will open, but top of the image is hidden by menu (and can't see "close" button).

Can I do something with it?
Thansk.
hey dmitry,
you can add the following code to your custom template css file and this will fix it


.fancybox-opened {
z-index: 1050;
}


hope that helps and have a nice day
·
Thursday, 26 June 2014 05:08
·
0 Likes
·
0 Votes
·
0 Comments
·
Alex wrote:you can add the following code to your custom template css file
Hello. Do you mean hoomla template? I added code to
crimsongame.ru/templates/purity_iii/css/custom.css
but it didn't helped

May be you talking about EasyDiscuss' custom css" Sorry but i can't find in "Documentaion" section. Where is I need to place this file? Thanks.
·
Friday, 27 June 2014 02:31
·
0 Likes
·
0 Votes
·
0 Comments
·
yes, it should be in the joomla template's css.
I just changed it slightly on your site and it should work fine now - please re-check
·
Friday, 27 June 2014 03:11
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks. Seems I forgot about "!important"
·
Friday, 27 June 2014 04:05
·
0 Likes
·
0 Votes
·
0 Comments
·
you're welcome. great to hear that your issue's resolved
·
Friday, 27 June 2014 04:16
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post