WPProHelp
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: White screen of death – WP newbieYou have to delete the theme files from your WordPress installation. To do so, connect via FTP and navigate to /wp-content/themes directory. Once there delete the directory of the theme you just installed.
This should revert back WordPress to use the default theme.
Forum: Fixing WordPress
In reply to: URL errorYou are moving WordPress from one location to another not to it’s own directory. I would recommend you to follow the following procedure:
Forum: Installing WordPress
In reply to: $50 for help with Abyss 2.8 multi user (sub directories)Support through this forum is free. If you want you can post a job here: http://jobs.wordpress.net/
Forum: Fixing WordPress
In reply to: Website stopes loading after plugin activatedSo you mean the plugin does not even work with a vanilla install of WordPress, i.e. without any other plugins and default theme?
In that case contact your hosting provider since it might be something related to the setup rather than the software itself.
Forum: Fixing WordPress
In reply to: Adding a html table in WordPress widget areaIt should work. In the widget enter [table id=1 /] (remove the <> brackets)
Forum: Fixing WordPress
In reply to: removing side coulum from siteYou have to create a new WordPress page template and remove the sidebar from that particular template. More information here: http://codex.wordpress.org/Pages#Page_Templates
Make sure you make a backup of what you currently have before making any changes, just in case.
Forum: Fixing WordPress
In reply to: php if statement makes whole screen go blankCan you please post the code you are trying to use?
Forum: Fixing WordPress
In reply to: Hr Tag overlapping outside of container and in different locationThere seems to be nothing wrong with your website. Can you take a screenshot and highlight the error?
Forum: Fixing WordPress
In reply to: 3.4.2 Database Update IssueFirst try by clearing the cache (including cookies) from your browser and try to access the page again.
If you still have problems let us as there are many other solutions to this but this is the easiest one and is most likely to work.
Forum: Fixing WordPress
In reply to: optiontips.inYou can do a manual upgrade or you can simply upgrade to the latest version of WordPress from the dashboard.
Here is a detailed document for you: http://codex.wordpress.org/Updating_WordPress
Forum: Fixing WordPress
In reply to: Website stopes loading after plugin activatedIt seems that the plugin you are using is conflicting with something else. I would recommend you to contact the author of the plugin and tell him about it. I.e. prepare a list of all the plugins you already have installed, what theme you are using and also if you have any other non default settings.
If you want to find for yourself, start by disabling all plugins, switching to WordPress default theme and enable the e-commerce plugin. If it works, start enabling the other plugins one by one until you find the culprit.
Forum: Fixing WordPress
In reply to: How to install complete blog delivered as .zipIt is a very simply procedure:
1. Upload all files (apart from the .sql) to your new website
2. Open wp-config.php file and record the following: database name, username, password.
3. Using your hosting provider Cpanel, create a new MySQL database and name it the same name you found in wp-config.php.
4. Create a username and password to access this database using the same username and password you found in the wp-config.php file.
5. Using PHPMyAdmin (from hosting provider Cpanel) connect to the server
6. Click on the database and click on import. From there you should have an option to import the .sql file and restore the database.That should be it. I would still recommend you to read the following codex so you get accustomed to the WordPress files and structure etc;
http://codex.wordpress.org/Getting_Started_with_WordPress
Let us know if you encounter any problems.
Forum: Fixing WordPress
In reply to: Unable to Log In After URL ChangeIt seems that your database was not migrated. Make sure you follow the below procedure to move WordPress:
Forum: Fixing WordPress
In reply to: Adding a html table in WordPress widget areaUse a plugin such as wp-table reloaded to make better looking tables in WordPress – http://wordpress.org/extend/plugins/wp-table-reloaded/
Forum: Fixing WordPress
In reply to: Images not showing in some users postsIf the issue is intermittent there is not much you can do. Though you can start by gathering some statistics to see if you can find out something in common:
1. Time of when this happens
2. If it is for all blog posts or for some particular ones.
3. What browsers are the visitors using etc.Keep on gathering stats until you find a common denominator which you can look into.