DropDown menu is blocked by FCG (Featured Content Gallery)

I’m working on a project about setting up a shopping site by using WP, and found rich-affiliate might be the best theme for the site. but there’re problems after some modifications to the theme, here’s a piece of advise i want to share with you.

FCG is a great plugin for image display, but it constantly block the dropdown menu of some themes, below is just the solution for rich-affiliate, because the style page of every theme is different, which means the solution should base on the theme you use. there you go.

find below lines in style.php

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
left: 0;
width: 14em;
}

add z-index:101; into it, makes it like this

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
left: 0;
width: 14em;
z-index:101;
}

same file, search for lines

ul.nav {
position:relative;
height:<?php echo $rich_navitemheight;?>;
font-family:<?php echo $rich_font4;?>;
font-size:<?php echo $rich_fontsize3;?>;
<? if ($rich_capitals == “true”) { ?>
text-transform: uppercase;
<? } ?>
}

makes it into this

ul.nav {
position:relative;
height:<?php echo $rich_navitemheight;?>;
font-family:<?php echo $rich_font4;?>;
font-size:<?php echo $rich_fontsize3;?>;
<? if ($rich_capitals == “true”) { ?>
text-transform: uppercase;
<? } ?>
z-index:100;
}

then the problem should be solved.

Posted in Uncategorized at June 13th, 2010. No Comments.

May 11 log

I talked about a plugin called Front Page Excluded Categories which can “remove” some posts from my blog home page, as i’m not running my blog on my own web hosting, so i contacted kingler, the webmaster of 72pines and asked whether he could help to add this plugin, surprisely he agreed and yesterday – 15 days after the request, i actived the plugin named: Advanced Category Excluder, it’s even easier to use than Front Page Excluded Categories, and now i can assure that you will never see some unrelated posts on my home page.

Two weeks after being a documentation clerk, i feel a little bit tired, the job itself is boring actually: receive bookings from colleague and confirm them on the computer, again and again, but not fast enough and always making mistakes. I think i can get use to that, so don’t worry about me :lol: 

The hope of increase PR has broken again, i don’t know whether or not, i got the penalty from Google, that’s really frustrating…Plz~up to PR4 next time…Amen…

Oh, today is mother’s day, happy mother’s day to mothers all over the world~

pic via link

Posted in Diary at May 11th, 2008. No Comments.