rossagrant
Forum Replies Created
-
Hi! I actually thought it was a page but looking closely it’s actually text from the homepage that is displayed in a content bucket, created by a POST.
Not a problem, thanks so much for your reply!
Ross ๐Forum: Themes and Templates
In reply to: Glitch in IE 7 IE8 – Can someone check it for me, I'm on a macHahaha, yep that’s going to be my stumbling block! I knew I shouldn’t have sold my PC! lol
Anyone fancy kncoking me up a stylesheet that makes this work with IE 7+8?
I’ll gladly send some cash your way! ๐
Forum: Themes and Templates
In reply to: Glitch in IE 7 IE8 – Can someone check it for me, I'm on a macWill check that article out thanks!
It’s a bit of a nightmare as I can’t test changes in real time as I have no PC or access to IE 7! Haha!
I’m pretty sure I’ll need to create a style sheet for IE 7+ * so that if someone is browsing with that, then the site will recognise that and react accordingly.
Hmm, may well have to get a developer on a job board to spend 10 mins or so on this. I guess it’s an easy fix as it’s only positioning. The nav still works, but is in the wrong place.
I take it that it does still work?
Cheers!
Forum: Themes and Templates
In reply to: Glitch in IE 7 IE8 – Can someone check it for me, I'm on a macAhh right, wow, thanks o much for the screen grab.
I guess I’ll have to make up a separate style sheet for IE 7 + 8
Anyone done this before?
Not quite sure what I need to put in it to raise those icons up to where they should be but at least I know what the issue is.
If anyone could help me with a solution then I would be eternally grateful!
Thanks again! ๐
Forum: Fixing WordPress
In reply to: 3.0 made my site extremely slowSometimes themes come with a main parent theme which is the main theme itself and what is known as a ‘child’ theme. The child theme allows users to alter CSS and things without altering the parent theme so that when upgrades are done to themes you can keep all the custom changes within the child theme.
If you click appearance—>themes check to see if there are 2 versions of the theme you are using. One will be parent, one will be labelled child. try both and see if that helps anything.
There could well be the fact that the theme you are using isn’t updated yet for WP3.0 so check you have the latest version of the theme too.
Good luck!Forum: Fixing WordPress
In reply to: 3.0 made my site extremely slowAZZIE I had this issue but I have just changed from using a child theme to a parent theme and all is good. Have you tried just with the default theme too?
Forum: Fixing WordPress
In reply to: 3.0 made my site extremely slowMy site has also slowed down since the 3.0 upgrade. I have found that the WP memory limit was set to it’s default 32M. I have changed this to 192 which is also the PHP memory limit on my server and yet this still has no effect. The site isn’t SLOOOW but it has slowed down a tad since upgrading.
Is there anything I can do to speed things up?
Forum: Fixing WordPress
In reply to: Site a little slower since WP 3.0 upgrade.I’ve tried running the site with just Buddypress installed and its still the same – a tad slower, so it isn’t a plugin problem.
I’ve optimised tables too, no joy.
Will increasing the available memory have an effect do you think?
Forum: Fixing WordPress
In reply to: Gravatar appearing whenever I try to share on Facebook or DiggHave you tried setting the head meta data for your site? This is what FB looks at when choosing a thumbnail.
http://wiki.developers.facebook.com/index.php/Facebook_Share/Specifying_Meta_Tags
Forum: Plugins
In reply to: Google Docs Embedder won’t show my document<iframe src=”http://docs.google.com/gview?url=http://www.sharespeak.co.uk/wp-content/uploads/2010/05/InsightMay2010lowres110510.pdf&embedded=true” style=”width:100%; height:1100px;” frameborder=”0″></iframe>
And yet the above code works?
What is the difference between this and the code generated by the plugin except for the changes I made to the display size?