Snat
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Adding PHP ChatRight, I am going to give it a try on my site tomorrow and if I get it working I will post how I did it for you.
Forum: Fixing WordPress
In reply to: Adding PHP ChatDid you include all of shoutcloud files in the template folder?
Reason I ask is we may need to change how the include bit works and edit the file a bit to point to the correct location for the images as you pointed out.
Forum: Fixing WordPress
In reply to: Adding PHP ChatOkay, it is due to where you place the code. If you are allowed, can you post the whole template file you edited and I will replace it to where it is meant to go in that file.
Forum: Fixing WordPress
In reply to: Adding PHP ChatA link to the page would be useful in seeing what exactly you mean by “isn’t displaying correctly”.
Forum: Fixing WordPress
In reply to: Adding PHP ChatYou would be best to do it on it’s own page and then use a page template to add the needed code that you have above.
Forum: Fixing WordPress
In reply to: Problems with www site – the same site works fine without wwwThe following data is being sent on www which is causing this issue (PHP is trying to send something after the Javascript below has been sent.)
That Javascript however looks very odd to me, might want to look at where it is coming from and what it purpose is.
Edit – 11:02
Argh yes, I remember where I saw this code. I remember this was a part of a hack that has been going around. Check your index.php and see if you have anything that looks like in the file.
Forum: Hacks
In reply to: I installed a Fake Plugin sent by http://lemmaagency.com/Can you link to the plugin, if it is to free to download as I may have a tiny bit of time to see what it did.
Forum: Fixing WordPress
In reply to: WordPress very very slowWhile your site is actually loading quite fast for me here, have you changed anything from the weeks it has been getting worst ?
Forum: Fixing WordPress
In reply to: WordPress very very slowDo you have a link to your website so we can see how long it is taking here.
Also has this only started after you upgraded (I see you say you are using 3.3), have you tried disabling all plugins using FTP / or via the admin CP when it finally loads ?
Then, how long has this slowness been happening ?
Forum: Plugins
In reply to: Profile subdomain for usersThis will be of help: http://codex.wordpress.org/Create_A_Network
Forum: Plugins
In reply to: Profile subdomain for usersWhy not use WordPress Network and allow them to setup a blog with some plugins and a pre-set theme already installed so they just need to insert their content etc ?
Forum: Plugins
In reply to: about bbPress plugin: How can I use another template except single.php?To what I slightly recall, all you would need to do is on the page where you have added the bbPress index tag, you just set that page with any template you wanted.
Forum: Plugins
In reply to: Profile subdomain for usersWhat do you mean by profile as you could use something like BuddyPress to do the profile bit and with some editing, get the username to map to a wild card subdomain.
Forum: Fixing WordPress
In reply to: Comments have stopped workingFrom a quick look, you got a hyperlink that is opened at the very start that is not pointing to anywhere on the first line (before even the doctype).
Remove
<a name="AnyToShare">Then try again.
Forum: Fixing WordPress
In reply to: Comments have stopped workingCan you post a link to the blog with your theme enabled, just want to check your HTML.
My guess would be your comment template part of your theme needs changing and if so, not a hard thing to do.