petermaum
Member
Posted 1 year ago #
Hi guys,
I've been developing a site for a local charity.
I've used the Sator-ii 1.0 as the basis, but I've messed around with the code a little.
I've uploaded the website to my address for testing:
http://www.petermaum.co.uk/pioneerprojects/
And because I use Chrome exclusively I did not realise until now the theme will not show up in firefox or ie.
I have looked around and seen other people have used the sator-ii theme succesfully in firefox and ie, is there something specific needs changing in the theme? or have I messed around with the code too much and broke it?
no need to post a lot of css; the link to your site is sufficient to get the styles from there.
a minute typing mistake in style.css is (at least part of) the problem:
a:hover (
color: #f14646;
text-decoration: none;
}
the bracket after :hover should be a curly one { - not a round one (
petermaum
Member
Posted 1 year ago #
edited out the css.
Thanks for checking through the code, it hasn't fixed the big problem but it is appreciated.
the big problem
what exactly is the issue in more detail?
at the moment, your site looks very similar in chrome5.0, IE7, FF3.6
i see the image on the left is stil missing, beacuse it is pointing to a local url:
http://localhost:8888/wordpress/wp-content/uploads/2010/08/Coveredit.jpg
this might help: moving wordpress:
http://codex.wordpress.org/Moving_WordPress
petermaum
Member
Posted 1 year ago #
On my Mac and PC the site is coming up like this on IE and firefox:
http://i35.tinypic.com/2nm3m8y.png
but on opera and chrome, and as intended, it is like this:
http://i38.tinypic.com/14wrccp.png
petermaum
Member
Posted 1 year ago #
Scratch that, it has finally started working on my PC!
Do you think it was the mistake you corrected with the code?
Also, I am going to reupload different photos, ones given to me by the charity, they are deciding on the images now they have seen the look of the site.
Thanks.
Do you think it was the mistake you corrected with the code?
try to put it back in an see ;-)
to make changes to the style sheets visible, you soemtimes need to refresh the page by pressing the 'reload' button, or to clear the browser cache by pressing 'ctrl f5' at the same time.