moongoose
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Blank screen ufter upgrading to 2.9A good place to start is by viewing the page source on the blank page. It will usually indicate which file is the problem.
Forum: Plugins
In reply to: Plugin with shortcodes causing content to disappear from editorYou might find that your content is disappearing because the images inserted into the post are WIDER than the columns. If you shrink the images to be not more than the width of the column, then the content may reappear.
Looks like I may have found a solution at: http://wordpress.org/support/topic/235056?replies=14
I’ll give that a try.
Forum: Plugins
In reply to: [Plugin: User Access Manager] Categories on “Add new post” page disappearI redownloaded the plugin from the WordPress.org site and reinstalled everything, now it seems to working. Woo hoo!
Forum: Plugins
In reply to: [Plugin: User Access Manager] Categories on “Add new post” page disappearTwo problems:
1) I downloaded the developer version and created a user group for access to a specific category, but when logged in as one of those users, the user can post in all of the categories not just the one they are supposed to post within.
2) I selected a specific user for a group and saved the changes, but then all of the users were selected as part of the group. So, I repeated the process and then it worked. Then, when I went back to the UAM page again and looked at the users for that group, everyone was checked again and I couldn’t uncheck anyone.
I’m using WP 2.7.1 and the 0.9.2 version of the plugin.
Actually, just clicking Update Event seems to solve the problem.
Forum: Fixing WordPress
In reply to: .htaccess & robots.txt problemI am having a similar problem with a client’s site that was indexed fine by Google and suddenly is not being indexed. I tried submitting a sitemap after the problem started, and I received the error:
Network unreachable: robots.txt unreachable
However, the robots.txt file that is being autogeneratd by WP is fine — nothing is blocked.
I suspect that my web host may be blocking some of Google’s IP addresses. Here is a post I found related to this:
Besides a problem at Google’s end, this issue is most commonly caused by the fact that the hosts are blocking one or more of the Google’s IP addresses. This is why I advise you to contact your host and ask them to check whether they are blocking any Google’s IP addresses. You can find a list with these IPs at the following URLs:
http://www.webmasterworld.com/forum24/517.htm
and
Forum: Plugins
In reply to: Google XML Sitemaps and Robot.txt FileThe robots.txt is auto generated by WordPress. That’s why you don’t see it in your root directory. If you have your Privacy Settings set to not allow search engines to access your site, then the robots.txt file that is auto-generated will block your site from Google.
If this is not the case, then you’ll want to check with your web host to make sure they are not blocking some of Google’s IP addresses.
Forum: Installing WordPress
In reply to: How to stablish SSH Database connection?I am having same difficulty with Network Solutions. I used their automatic install of wordpress which worked great. To log into the database:
1. Go into the Network Solutions account manager.
2. Go to the Web Hosting for that site.
3. Click on the Database Manager under Configurations.
4. You’ll your wordpress databases with an IP address next to it.
5. Type that IP address into the URL of your browser.
6. Enter the DB username and password in the PHP MyAdmin login screen.
(If you don’t have this already, download your wp-config.php file from the site, and you’ll find the username and password there.)Forum: Fixing WordPress
In reply to: how to enable lightbox in nextgen galleryDownload lightbox2 (http://wordpress.org/extend/plugins/lightbox-2/) and install it in your plugins directory and activate it.
Be sure that <?php wp_head(); ?> is in the header.php file of your theme.
Select the lightbox effect as you did in the nexgen options > effect page and save the settings.
That’s it. It automatically then uses the lightbox plugin to display the images.
This is true of all the effects. The only effect that is included in the nexgen download is the thickbox effect. The others you have to download and install in your plugins directory.