Snat
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WP unable to access FTP for plugins and themesInside your wp-config.php file, have a look for anything that says something like below.
define('FTP_USER', 'username'); define('FTP_PASS', 'password'); define('FTP_HOST', 'ftp.example.org');Forum: Fixing WordPress
In reply to: WordPress slow after moving hostTry deleting your browser’s cache and giving a link to your blog would be helpful to see if it is slow for us.
Disable any plugins you might be using. Re-uploading your files as well might be helpful for any that might have been missed.
Also what host did you move to – it could be the new web host is just very slow so might be worth submitting a ticket to them as well.
Forum: Fixing WordPress
In reply to: Comments won't show!<!-- Dynamic page generated in 0.695 seconds. --> <!-- Cached page generated by WP-Super-Cache on 2010-11-18 08:48:19 --> <!-- super cache -->Try disabling WP Super Cache and tell us if it works. If so, within WP Super Cache there is an option to redo cache when comments are made.
Forum: Fixing WordPress
In reply to: WP unable to access FTP for plugins and themesCan you check in your wp-config.php to see if any FTP details has been inserted in there.
The grayed out part normally means it has been inserted in wp-config.php.
Forum: Fixing WordPress
In reply to: How to remove >> after Read More Buttonhttp://codex.wordpress.org/Customizing_the_Read_More <- This page on the Codex has examples you can use to edit the Read More text.
Forum: Fixing WordPress
In reply to: How to get link to open in new page<a href="http://profile.to/me" title="Join me" target="_blank"><img src="http://myblogdomain/wp-content/uploads/2010/11/facebook1.png"></a>That should be it. Wrap your code up in ‘ and it will format it as code on this site.
Forum: Everything else WordPress
In reply to: popular wordpress websiteshttp://wordpress.org/showcase/ <- A good place to start your search 🙂
Forum: Installing WordPress
In reply to: A lot of erros while installing wordpressThe username you are using to connect to the database does not seem to have permission to be able to create tables within the database.
Did you give permission to the user “setnaps_setnaps” to be able to do so ?
If you are not sure how, ask your host how this can be done and they should be more then happy to help.
Forum: Fixing WordPress
In reply to: permalinks issue on navTry something like this. Replace your /news and /about with the following below and come back and tell us if that is better.
<a href="<?php echo bloginfo('wpurl'); ?>/news">News</a> <a href="<?php echo bloginfo('wpurl'); ?>/about">About</a>Change accordingly. I given the HTML itself you can use.
Forum: Fixing WordPress
In reply to: How to get link to open in new page<a href="myfacebookprofile" target="_blank"><img src="myblogdomain/wp-content/uploads/2010/11/facebook1.png /></a>Forum: Everything else WordPress
In reply to: AWStats shows visits to /refund_policy I don't understandHigh chances is just someone linked to that page either in error or at one time that page used to exist.
I wouldn’t worry about it and whack up a redirect for that page and point it to a 404 page.
Forum: Plugins
In reply to: [WP-Cufon] [Plugin: WP-Cufon] HebrewCufon itself does not yet support right to left languages to what I am aware off.
I hear it is planned, but other then that I do not know.
Forum: Everything else WordPress
In reply to: How-To Remove our Site CreatorSome further information would be helpful.
1) Was you given any username, passwords or anything on those natures ?
2) Did/Do you have access to any control panels such as for the hosting or WordPress ?
3) What do you mean by turned off. Do you mean the website don’t load, a page appears saying it is locked or something like that ?Those three questions hopefully will give me a better idea what is going on.
Forum: Installing WordPress
In reply to: my DB is biger than 70MBPersonally I would not even use PhpMyAdmin spilt feature. I would advice you use BigDump – http://www.ozerov.de/bigdump.php
Forum: Everything else WordPress
In reply to: Moving from iWeb 09 to Word pressBy iWeb do you mean – http://www.apple.com/uk/ilife/iweb/ ?