Ravi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Archiving WP sites to my laptop? Or another method?Hi,
You can take a full backup of the site including themes, plugins and database and store a local copu
Whenever needed, you can then refer the code or graphic work you have done. You can also make it live in a test folder in a server whenever needed.
Most of the hosts provide backup options in cPanel. You can also backup plugins like BackupBuddy.
Forum: Plugins
In reply to: [Delete All Comments] Feature requestGreat you were thinking these lines already 🙂
Forum: Fixing WordPress
In reply to: Our wordpress site keeps going downIf your web host continues to block such IPs, that should solve the issue. If that is the casue, any other fix won’t help except banning IPs.
A site should not go down on removing / deactivating any plugin unless it is very critical to the site’s funcationality. If you are not sure, please check with your web developer.
Forum: Fixing WordPress
In reply to: Website has disappeared completely! Please help.Looks like your whole wp-includes folder may be corrupted.
You can reinstall WordPress from wp-admin/update-core.php if it is accessible or upload the whole wp-admin, wp-includes folders and other files in the root folder. You should re upload everything except those inside the wp-contents folder.
Use
http://wordpress.org/plugins/wordpress-seo/
After installing go to
wp-admin/admin.php?page=wpseo_titles#top#post_types
and give
%%title%%
for Title template.
You can google for more help tips on how to use this plugin. It is the best.
Forum: Fixing WordPress
In reply to: Our wordpress site keeps going downWhat was the reply from your webhost?
This can also happen due to plugin incompatibility. Try to disable your plugins one by one to find the culprit when the site goes down next time.
Forum: Fixing WordPress
In reply to: Only header showing suddenlyPages like
http://www.corporatemessengers.com/index.php/downloads/
are visible.
Probably, you gave an empty page as your homepage.
Check what you have set as the front page in
http://www.corporatemessengers.com/wp-admin/options-reading.php
Forum: Fixing WordPress
In reply to: My Appearance Tab in WordPress Admin has Disappeared?It is possibly that the menu is hidden while you still have full accees. Check if you can access /wp-admin/themes.php , /wp-admin/widgets.php , /wp-admin/nav-menus.php , /wp-admin/customize.php , /wp-admin/theme-editor.php etc.,
If you can access any of these, check if you have a plugin or a code in functions.php blocking your view to these menus.
Forum: Fixing WordPress
In reply to: Help Uploading Header ImageDo you have enough space in your web hosting acccount? What is the image file format? Are you able to upload images inside posts as usual?
You need to edit your theme or use a SEO plugin to alter the post title settings to show just
Post Title
Forum: Fixing WordPress
In reply to: Website has disappeared completely! Please help.Jen,
Your class-wp.ph file inside the wp-includes folder may be corrupted.
Please download a copy of WordPress from http://wordpress.org/download/ and reupload that particular file again using FTP.
Please see http://codex.wordpress.org/FTP_Clients and http://www.wpbeginner.com/beginners-guide/how-to-use-ftp-to-upload-files-to-wordpress-for-beginners/ on how to use FTP.
Forum: Reviews
In reply to: [AP Extended MIME Types] Says what it doesI remember adding support for ePub and mobi file formats. Useful for providing ebook downloads.
Forum: Plugins
In reply to: [Query Multiple Taxonomies] Order tags by term_groupHi Shaun,
Please check http://ravidreams.com/plugin-release-tag-or-category-term_group-order/ for an example query to order posts by term_group.
Forum: Fixing WordPress
In reply to: admin bar is blocking my hearderGo to
/wp-admin/profile.php
and uncheck the toolbar option.
Forum: Fixing WordPress
In reply to: Path to imagesI think they removed this option from dashboard with WP 3.5 . You can configure it from wp-config.php
Check http://www.basicwp.com/custom-image-uploads-folder-wordpress/