theperimeterweb
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Gigs Calendar] Widget shows current date instead of date of gigAnyone have an idea on this? I have removed and reinstalled the plugin and tried everything I could think of… Thanks.
Forum: Themes and Templates
In reply to: Header widget moves in IE 6 & 7OK.. thought I had it fixed but not quite.
I used the following code to create a condition style sheet for IE 7 and below (found here: https://themeshaper.com/functions-php-wordpress-child-themes/)
function childtheme_iefix() { ?> <!–-[if lte IE 7]> <link rel="stylesheet" type="text/css" href="<?php echo bloginfo('stylesheet_directory') ?>/ie.css" /> <![endif]–-> <?php } add_action('wp_head', 'childtheme_iefix');
Then created a special ie.css file with the following:
#header-aside { float: right; font-weight: bold; position: relative; top: 65px; right: 3px; }
Which works great when tested in IE 6-7… but for some reason Firefox, Chrome and the browsers that were working fine before are loading the ie.css file also, and throwing the alignment off on those now.
I’ve tried everything I could think of… any advice would be greatly appreciated.
Forum: Themes and Templates
In reply to: Header widget moves in IE 6 & 7I know there are various display bugs in IE, but I have not been able to isolate it. Any ideas?
Thank You.
The google group is at https://groups.google.com/group/yak-discuss
Forum: Themes and Templates
In reply to: Menu divider bar re-appears on hover (superfish)Thank you for the reply.
.sf-menu .page-item-7 a {background-image:none;}
does the same thing… the far left bar is gone, until the mouse is hovered over it.. then the bar comes back. I want the left “divider bar” to remain on all of the menu items except for “gallery” to the far left.
Thanks again… any other ideas?