WPProHelp
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: getting content from wordpress.comHere is a good guide which you can refer to: http://en.support.wordpress.com/moving-a-blog/
Forum: Fixing WordPress
In reply to: HUGE spike in "kilobytes downloaded per day" under crawl statsIt is a good sign. It means that before Google was not crawling all of your website as the response time was slow. Now since the response time is better it is crawling more of your content.
Forum: Fixing WordPress
In reply to: Read more…Hi,
If it is a paid theme I would recommend you to contact the theme developer.
Forum: Fixing WordPress
In reply to: image upload but not show in Post help meWhen you upload an image, can you confirm via FTP that the image is in fact uploaded?
Also, when you see the actual HTML (html view in blog post editing) is there any reference to the image?
Is the path to the image correct in the HTML view?
Forum: Fixing WordPress
In reply to: Tidy Up Home PagePhiloxenia is a paid theme so in this case I would recommend you to check with the theme developer.
Forum: Fixing WordPress
In reply to: Duplicate Home PageMost of the themes I’ve seen will by default assign the “home” link in the upper menu to the page you’ve set as static front page, irrelevant of the title.
So apart from the page you have set as static homepage, you have another page in WordPress with the title WordPress. Check the pages and let us know.
Forum: Fixing WordPress
In reply to: Organizing uploads option: any effect on existing uploads?If you simply want to upload something to the uploads directory once, instead of switching on / off that option why don’t you simply use FTP to upload it directly there?
P.s. changing such option should not affect the previous entries. It means that future uploads, or uploads that take place during the time the option is switched off will be simply uploaded to the root of the upload directory.
Forum: Fixing WordPress
In reply to: Website Hacked. Need Help pleaseIf your database is infected it does not neccessary means it will not work. I.e. it might be that the malicious user injected malware code in blog posts content, i.e. in the database and not in the theme.
That does not mean the database is infected, but the database might contain infected code.
Forum: Fixing WordPress
In reply to: Slider black and loading screenCan you remember what were the last number of changes before this started to happen?
Forum: Fixing WordPress
In reply to: Connection was reset – publish postsCan you post the whole error code here please?
Forum: Installing WordPress
In reply to: help to database export and import for wordpressIf you have access to phpmyadmin simply click on the database and use click on the “export” tab at the top. From there you should be able to export an SQL file which is the complete database.
Forum: Installing WordPress
In reply to: Upgrading from 3.3.2 to 3.4.1In that case try to make the upgrade manually.
1. backup your website
2. Download the latest WordPress from here
3. Delete all WordPress files in the root except wp-config.php.
4. Delete wp-includes and wp-admin.
5. Upload everything except the wp-content directory.
6. Once everything is uploaded, navigate to http://www.yourwebsite.com/wp-admin/upgrade.phpForum: Fixing WordPress
In reply to: Home page Button still linking to subdomainIt could be a setting in your Theme, if you are using a theme that has a configuration accessible from the dashboard.
Alternatively, it might be hard coded in the theme and you have to change the php file manually. Typically it would be in header.php which can be found in your theme directory.
Forum: Fixing WordPress
In reply to: the_author() not workingCan you post the code you are trying to use?