hotkee
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: uploaded plugins not showing in dasboardmake sure you unzip properly into wp-content/plugins
So example if plugin directory name is DIR1
then unzip into wp-content/plugins/DIR1
NOT
wp-content/plugins/DIR1/DIR1
(i.e. two levels)
Forum: Fixing WordPress
In reply to: Password for MySQL and WPwp-config.php is the file you have to edit (if you mean the wordpress script).
Forum: Requests and Feedback
In reply to: API KeyForum: Fixing WordPress
In reply to: blog NOT outputting RSS feed of blog’s own contentque?
feed matches the posts so whats different?Forum: Fixing WordPress
In reply to: Contact Form 7 doesn’t in widgetIf the widget is not part of the plugin, you cannot use it in a text widget.
Forum: Fixing WordPress
In reply to: my blog has become scramledunpublish your latest 4 or 5 posts one at a time, one of them is probably messing up it all up.
Forum: Themes and Templates
In reply to: widgetsOoooer chips, yeah they taste good.
Oh you mean “WIDGETS” … they are little bits of code which you can drag on to your sidebar – so for example to display your latest posts, latest comments, links etc in your sidebars.
Forum: Fixing WordPress
In reply to: Why does word press delete more comments than 20?You could always individually select them and delete – logical!
Forum: Fixing WordPress
In reply to: Help needed – Pretty PermalinksPersumably you have index.php in your permalink structure?
Forum: Fixing WordPress
In reply to: Upload media folder images to subdomain errorGuessing you are on a hosted server – the router web area folder being
Absolute path:var/www/vhosts/domain/httpdocs/
This would probably be accessible to the web.
If you stick anything below httpdocs, my guess is that wont be accessible through the web.
Rather if you want to do sub domains you would need to have something like
Absolute path:var/www/vhosts/domain/httpdocs/subdomains/img
Forum: Fixing WordPress
In reply to: How to import images from BloggerToo messy doing it database and a bit complex.
You would be better off reuploading images to wordpress through the Post Edit – not nice if you have lots of images – but that to me is the more sensible route.Forum: Fixing WordPress
In reply to: Error 503 when trying to post new or modify articleGuessing your host server is too busy to cope with demand?
You could speak to your host people about it.Forum: Fixing WordPress
In reply to: HELP!! Two separate WP-Content FoldersTalk to your host to sort that out – sounds like permissions issue.
Forum: Fixing WordPress
In reply to: Parent directory writable by serverwindows server – that commad wont work – talk to your host to get the permission changed.
Forum: Fixing WordPress
In reply to: Fatal errorContact your host – its your server limitation on memory usage.