aurasd
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Post disappears in permalinkThe problem may be with one of the plugins. I had to disable hashcash for my pages and posts to work again.
Forum: Fixing WordPress
In reply to: My footer cuts across my content div no matter how tall or short!I don’t know how you want it to look but this is what it looks like in Mozilla 1.5, 2.0 and IE 7:
https://img65.imageshack.us/my.php?image=kristiegirlwk1.jpgIf this isn’t how you want it to look then I presume you want it to be longer, like your header. Then, cut that footer div (which I have selected in the image) from where it is and paste it just before the final div.
Forum: Fixing WordPress
In reply to: WordPress breaks down after host installs php 5.2.1?I’ve had some problems with 5.2.1 myself. Try disabling all the plugins and enabling them one by one. That’s if you can go to the plugins page.
Forum: Fixing WordPress
In reply to: Pages and posts permalinks not workinAs I suspected, the culprit was a plugin. WP Hashcash 3.0 to be more precise:) I’ve disabled it and all works now ??
Forum: Fixing WordPress
In reply to: Pages and posts permalinks not workinAfter a little bit of digging out, I’ve tried to wget some of the non-working pages and I’ve found out that it cracks right before the sytlesheet link in the header.
That’s between you and your domain or hosting provider. What you have right now is called web forwarding for your domain, I think
You could:
a) Disable cloacking (address hiding) and your links will look like this https://www.betavulgaris.com/gnotoriousblog/wordpress/?p=14
or
b) Transfer your domain to your blog’s host (if it’s not already done) and talk to your hosting provider (or you could do this manually if you have permissions) to add that domain to your account and to point it to your blog’s directory and your links could look like this https://www.gnotorious.com/wordpress/?p=14Forum: Fixing WordPress
In reply to: Admin – Management – not enough tools to editNo, not actually. You just have to connect to your ftp and change the permissions for the files.
Forum: Fixing WordPress
In reply to: Wrap Text around Imageyeah, use the hspace (left and right) attribute
<img src=”…” alt=”…” … align=”left” hspace=”3″ />or vspace for the top and bottom of the image
Forum: Fixing WordPress
In reply to: Admin – Management – not enough tools to editThere are no more tabs for presentation in wordpress. Only some themes add some additional tabs.
And to be able to save the modifications using the theme editor you have to have write permissions (chmod 777) for the files of the current theme.Forum: Fixing WordPress
In reply to: Wrap Text around Imagewrite inside the img tag align=”left” (or “right”) like this
<img src=”…” alt=”…” … align=”left” />Forum: Fixing WordPress
In reply to: Pages and posts permalinks not workinI’ve rerun the old webserver now so my blog can work correctly. I’ve changed the port for the new web server to 81 so add :81 after the hosts
https://m.devcave.net:81/phpinfo.php
https://makemydays.be:81/blog (also add :81 to all the links so that you can see the output from the new server)Forum: Fixing WordPress
In reply to: I’ve broke the rss feed….Try creating a folder called feedcache in /wp-content/uploads
And chmod it to 777