Shape 5

Joomla Templates => Touch of Soul - Club => : antic December 17, 2009, 09:00:45 AM



: lightbox problem and two other issues!
: antic December 17, 2009, 09:00:45 AM
Hello,

Great template!!!
1. The url to my site is www.sabornihram.com
I set up few lightbox galleries but none of them work, for example:
http://www.sabornihram.com/index.php?option=com_content&view=article&id=5&Itemid=8

2. When I click the Контакт button in the top menu the background shifts to the right?

3. Can you help me to change the color of the menu separator which is part of the menu that I placed in the
position above_body2. I managed to change the hover color to white but I can change the separator color
from gray to some other? It is not visible this way.
http://www.sabornihram.com/index.php?option=com_content&view=article&id=30&Itemid=20

Thank you in advance!
Aleksandar


: Re: lightbox problem and two other issues!
: mikek December 17, 2009, 10:25:00 AM
Hello,

1. Lytebox is disabled by default, you need to enable the script in the template's configuration area.

2. I didn't see anything being shifted when I clicked on the Контакт link.

3. This line is created in the template_css.css file at line 818:

#s5_above_body_2 {
border-bottom:2px dotted #E7E7E7;
margin-bottom:14px;
}


: Re: lightbox problem and two other issues!
: antic December 17, 2009, 12:39:11 PM
Hello,

1. Ok, I did not see the lightbox yes/no in the template configuration, thank you!
2. I have an issue with the sixth menu item from the top which is hardly visible. The code you
mentioned affects the hover color but not the color of the menu separator:
http://www.sabornihram.com/index.php?option=com_content&view=article&id=30&Itemid=20
3. The shifting background problem occurs in IE 7.0.6001 version. MF and Chrome do not produce this problem!

Thanks
Alex


: Re: lightbox problem and two other issues!
: mikek December 17, 2009, 01:02:34 PM
Hello,

The code I pasted above is not for a hover over color. It is for the bottom grey dotted line that is the separator.

I just checked in IE6 and IE7 and I do not see this issue. I would suggest checking on a second machine.


: Re: lightbox problem and two other issues!
: antic December 18, 2009, 02:50:14 AM
Hello,

The missunderstanding is about the word separator. I am talking about the color of the menu item type separator.
The image I attached will explain the sitation a little bit better!

Thank you in advance!


: Re: lightbox problem and two other issues!
: mikek December 18, 2009, 08:10:10 AM
Wow, you're right, I definitely did not see that :)

This code should change it for you, just add it to the bottom of your template_css.css file:

#s5_above_body_2_inner span.separator {
color:#CCCCCC;
}


: Re: lightbox problem and two other issues!
: antic December 18, 2009, 11:19:57 AM
Thank you very much!