moonenbeams
Forum Replies Created
-
The point is I need to recover ensure I have some backups from within the site before rebuilding. THis is why I need log-in access before rebuilding.
Forum: Fixing WordPress
In reply to: Really Simple CAPTCHA not displaying imageIn the meantime, I have removed the CAPTCHA from the contact page so at least temporarily I can still receive messages.
Forum: Fixing WordPress
In reply to: Boldy theme hidden menu behind home page content in IE8 & IE9Moved the menu’s around to avoid the problem.
i guess all this will start again when IE 10 comes out.
!!
Forum: Fixing WordPress
In reply to: Boldy theme hidden menu behind home page content in IE8 & IE9Removing IE7 emulation solved the top right image overlap in header problem.
Forum: Fixing WordPress
In reply to: Boldy theme hidden menu behind home page content in IE8 & IE9Download cufon-yui.js from the cufón website and upload it to your own server. If you’re upgrading, just replace your old cufon-yui.js in the JS folder of your theme (Boldly in my case).
Also removed IE7 emulation meta tag from header.php.
Still have Boldly theme slider nav squares on top of menu problem.
Forum: Fixing WordPress
In reply to: Boldy theme hidden menu behind home page content in IE8 & IE9Ok – problem half solved – this fixes Menus dropping behind slider images but not the icons top right above slider images.
Install the following code anywhere in style.css. At the beginning for example.
#header{z-index:1001 !important;}
#content{z-index:100 !important;}——————–
Now to solve the last part…. any ideas will be gratefully received!