Farfetch42
Forum Replies Created
-
Fixed in IE aswell now, just incase someone else has this problem. you have to go back up through the containers add the various z-index amounts.
Found a fix,you have to add a z-index to the menu and set it to 2 and then edit the next gen plugin (ngg.css) and edit the slideshow section add z-index and set it to 1. It works in Chrome and Firefox but not in IE.
Add the following parameter to the OBJECT tag: <param name=”wmode” value=”transparent”>
Add the following parameter to the EMBED tag: wmode=”transparent”I have found this as a solution I have added the embed tag does anyone know where my object tag would go? Or is there a better solution?
Forum: Fixing WordPress
In reply to: Change comments and post to display name and not usernameAh thanks is there any way of setting this as a default for all my users i have uploaded?
Forum: Fixing WordPress
In reply to: Change Height of Header ImageI have now unfortunately it hasn’t had any affect.
Forum: Fixing WordPress
In reply to: Change Height of Header ImageUnfortunately that just crashed it and i had to edit it back and reupload the function.php, any other ideas?
Forum: Fixing WordPress
In reply to: Change Height of Header ImageIs this it?
<body <?php body_class(); ?>>
<div id=”wrapper” class=”hfeed”>
<div id=”header” style=”background:url(<?php header_image(); ?>) no-repeat top left;”>
<div id=”masthead”>
<div id=”branding” role=”banner”>
<?php $heading_tag = ( is_home() || is_front_page() ) ? ‘div’ : ‘div’; ?>
<<?php echo $heading_tag; ?> id=”site-title”>Forum: Fixing WordPress
In reply to: Change Height of Header ImageAlso tried adding a larger image to the size I specify, but still no joy.
Forum: Fixing WordPress
In reply to: Change Height of Header ImageIt works in the Header editor but it does not change on the actual displayed page!
Forum: Fixing WordPress
In reply to: Changing body text to different fontThanks this worked a treat!
Forum: Themes and Templates
In reply to: Increasing Header Height in Third Style by PaomediaHi there, sorry for the long wait as I have been away from work. this does work in changing the size in the header section of the admin part of the site however it does not seem to affect the website as you view it online. any ideas?
Forum: Themes and Templates
In reply to: Increasing Header Height in Third Style by PaomediaForum: Themes and Templates
In reply to: Increasing Header Height in Third Style by PaomediaIs it not possible?
Forum: Fixing WordPress
In reply to: Lost Site (blank screen)Mission Accomplished! your a legend thank you.
Forum: Themes and Templates
In reply to: Removing Search Field From HeaderThis worked a treat! Thank you.