Here's a hack that fixed the issue for me.
OPEN wp-content/themes/organic_photographer/header.php
REPLACE the code between
WITH SOMETHING LIKE- Please remember this is hacked for a speedy solution. To do it properly you would extend a class to retrieve the menu information from the database.
Wednesday, 22 May 2013
getting rid of  values from Wordpress content.
Use this code in your Mysql Database. Note: you may need to change the 'wp_' prefix.
UPDATE wp_posts SET post_content = replace(post_content,"Â"," ");
Wednesday, 8 May 2013
Google Font not working on all Browsers

Things to check .
> are you displaying your font at less that 100%
> what are the font weights . Some screens don't like the thinner font versions. Try 500+
> this fixed the issues in my case.
Wednesday, 1 May 2013
which f button how to show ie9 in ie10
how to show ie9 in ie10
ie 10 how to show in ie 9
Thanks to Microsoft for installing a feature on IE10 that means you can roll back the versions to check how your website looks on older version.
To access this you just need to press F12 when your in Internet Explorer 10
ie 10 how to show in ie 9
Thanks to Microsoft for installing a feature on IE10 that means you can roll back the versions to check how your website looks on older version.
To access this you just need to press F12 when your in Internet Explorer 10
Subscribe to:
Posts (Atom)