Ravi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Timezone refuses to update no matter what I doDid you set the timezone at wp-admin/options-general.php ?
If nothing helps, I would add the time difference while scheduling the posts.
//a post scheduled for 4:30am publishes at 10:30pm the night before//
That is, I will schedule it at 10.30 am instead. Of course, this is a hack until you figure out.
Forum: Fixing WordPress
In reply to: Image only showing on edit, not on live siteLet me know if you still have this issue.
I can see all the images at
Forum: Fixing WordPress
In reply to: Re-sized images automatically scale to thumbnailI see that your image is loading from
What is this http://i2.wp.com ?
Please check if you have “Photon” module activated in Jetpack. Disabling it or configuring it may help.
If this is not an issue, check the thumbnail, medium and large sizes at
wp-admin/options-media.php
If they look OK, try regenerating thumbnails with
Forum: Fixing WordPress
In reply to: Inserting photo into postDoes it work when you disable all the plugins? Then, try reactivating one by one and find the culprit.
If this doesn’t help, try re installing WordPress from
wp-admin/update-core.php
Forum: Fixing WordPress
In reply to: 3.5 postsGo to
wp-admin/options-permalink.php
Update / check your permalink structure and save the changes.
Let me know if it works now.
If not, please provide me your site URL.
Forum: Fixing WordPress
In reply to: image not showing up using thumb.phpIf you are using Hostgator, this might help:
http://wp26.com/wordpress-automatic-thumbnail-issue-with-hostgator/
Forum: Fixing WordPress
In reply to: Image File NamingYou can define the thumbnail, medium and large sizes at
wp-admin/options-media.php
WordPress will try to resize your images within these limits but the exact size will vary based on size of each image.
http://wordpress.org/extend/plugins/regenerate-thumbnails/
may help if you have some image sizes missing after an import.
To make sure you import all images, do not download attachments while you do the import.
Instead make a backup of your wp-contents/uploads folder and upload it to your new domain.
Also, a plugin like http://ithemes.com/purchase/backupbuddy/ can make your site migration smooth.
Forum: Fixing WordPress
In reply to: How to add a blog within a Twenty Eleven Theme menu bar?Check http://wp26.in/
I have a static page set as front page.
The “Blog” link in the menu displays the posts (I just have one post in the blog)
I have no problem displaying the same sidebar items in front page and blog page.
Make sure you have chosen “Default template” for the static page. If you have chosen the “Front page template” you won’t get the same sidebar.
Make sure you have placed the widgets under “Main Sidebar” section.
Forum: Fixing WordPress
In reply to: Sidebar widget not showing categoriesIt seems all your categories are empty with no posts assigned to them. The widget will show only the categories that have posts.
Go to
wp-admin/edit-tags.php?taxonomy=category
and make sure you have posts assigned to these categories.
Forum: Fixing WordPress
In reply to: Unable to Update to 3.5 from 3.4.2Did you make sure you have enough space left in your web hosting account?
Forum: Fixing WordPress
In reply to: No Text-ToolsTry deactivating all plugins and see if it works. If yes, then reactivate the plugins one by one and find the culprit.
If this doesn’t help, try re installing the WordPress from
wp-admin/update-core.php
Forum: Fixing WordPress
In reply to: Help with wordpressYour site URL is whitehousecogic.com
But, if you look at the site’s source at
view-source:http://www.whitehousecogic.com/
all the files, CSS are getting loaded from another site called
http://www.whitehousechurchofgodinchrist.com/
I guess this could be the issue.
Go to http://www.whitehousecogic.com/wp-login.php
Try to login.
If you can navigate to
http://www.whitehousecogic.com/wp-admin/options-general.php
and see that you have both “WordPress URL” and “Site URL” set to
http://www.whitehousecogic.com
If you are unable to do this, you many need to edit your MySQL database directly.
Let me know the progress and I can guide you further.
Forum: Fixing WordPress
In reply to: How to?Go to
wp-admin/options-general.php
Choose “Anyone can register” for membership.
Set New User Default Role as “Contributor”.
Now, users can signup for your site and submit articles. You can review them and publish.
Forum: Fixing WordPress
In reply to: How to add a blog within a Twenty Eleven Theme menu bar?Go to
wp-admin/options-reading.php
Choose “A static page” for your front page display and choose “blog” for your posts page.
If you just want to show your latest posts in your front page, then your archive pages will also show the same number of posts you choose under “Blog pages show at most”.
Forum: Fixing WordPress
In reply to: Problem with indexIf you have a WordPress SEO plugin, make sure that you haven’t blocked individual pages from being indexed. These settings should be available in each page’s edit view.
Do a site:yoursitename.com query and see if you can see your page there?
Make sure that new pages / posts are linked from menu / homepage / sidebar so Google can find them.