jonimueller
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: My Blog page does not workI would be selective. Be sure you want the page on the menu. I think you have more than one of a few pages so you shouldnt want ALL your About or ALL your blog pages there. Find out which ones you want live and which ones you don’t On the ones you don’t mark them PRIVATE or DRAFT.
Forum: Fixing WordPress
In reply to: My Blog page does not workYes, that is what I was saying. Delete the nav menu items and start over. That just deletes what APPEARS on the nav menu. It does NOT delete the pages themselves.
And depending on how the theme was crafted, it can affect WordPress’s behavior — and the behavior of plugins — in a negative way. That was why I originally thought of disabling that theme, but then thought better of it due to the havoc that would wreak, plus I just don’t think it’s a theme issue somehow. I think it’s got to do with the cruft that’s been generated with all the pages being created and the fiddling around with permalinks. :)))
Forum: Fixing WordPress
In reply to: My Blog page does not workYou aren’t deleting anything. Look for the .htacces file, you may have to tell the file manager to show all files including .dot files. It is a text file so you should be able to view or edit it in your BlueHost file manager app and copy and paste its contents here, making sure to use the backticks, which is the lowercase tilde key to the left of the 1/! on a U.S. keyboard.
HTH
Forum: Fixing WordPress
In reply to: My Blog page does not workJeff it looks like you still have a bunch of different pages all with similar names. The same names, actually, but WP deals with that by tacking on a sequential number to each. That is, I believe, why you are seeing page slugs like blog-3-2. If I were you, I’d go to that menu and delete everything but the Home page, and then start rebuilding your page menu from scratch.
And yes, posting the .htaccess file would help, but you need to go into your web host’s File Manager in order to do that unless you have a plugin installed. OR download it to your hard drive via FTP and then copy and paste it here.
Forum: Fixing WordPress
In reply to: My Blog page does not workI don’t think switching themes is going to help with the navigation issue. So don’t even go there. 🙂
Forum: Fixing WordPress
In reply to: My Blog page does not workFirst of all, your home page should be at http://www.firefallphotography.com/ or http://www.firefallphotography.com/home-page/ … right now it’s rolling over to http://www.firefallphotography.com/-1 which is WEIRD.
I hate to ask you to switch to the default theme because you may lose some of your current theme settings depending on how convoluted the theme is.
I am also wondering if your .htaccess file isn’t somehow jacked up. Those are my only two ideas.
Forum: Fixing WordPress
In reply to: My Blog page does not workWell, I see you seem to have several versions of every page. The “About” tab links to /about-3 and so forth. To simplify your life, offload those other versions to your computer in a text file or something. That way you only have ONE About and ONE Blog page and you know those are the correct ones!
Forum: Fixing WordPress
In reply to: My Blog page does not workAre you SURE you are linking to the correct blog page? There can be no other explanation than that it is still pointing to the wrong page. Have you cleared out your browser cache?
Oh, and this may sound silly, but I’ve done it a few times. Did you make sure to hit the big blue SAVE button at the right top and right bottom of the menu panel once you were done adding and configuring your menu structure?
Forum: Fixing WordPress
In reply to: My Blog page does not workShould be under Appearance > Menu
Forum: Fixing WordPress
In reply to: how to add two sidebars to WordPress twenty elevenCreate a custom page template that calls the left sidebar and the right sidebar. You may need to assign a different class to the content section of the page to make it narrow enough to support two sidebars.
Here is info on creating a custom page template:
http://codex.wordpress.org/Page_Templates#Custom_Page_TemplateThen once that’s done, you should be able to see the newly created page template from your add/edit page editing panel.
Forum: Fixing WordPress
In reply to: I can not access my admin pageIf it is a plugin, then you should be able to access your WP install via FTP. Navigate to the /plugins folder and find the password protect plugin. Delete that folder and the plugin should disable itself. You should be able to login normally after that. If you have forgotten your WP password, the login panel has a Forgot Password? link you can use, provided you still have the same email address as you did when your blog was first set up.
Forum: Fixing WordPress
In reply to: My Blog page does not workHi, Jeff. The slug (Pretty URL name for your page or post) for your blog page seems to be /blog-3. This suggests that you’ve been creating a few pages named “Blog”, at least three of them. So WordPress names them with successive numbers; e.g., /blog, /blog-2, /blog-3, etc.
Go to your Pages listing and see if you can find the page “/blog-3
— you should hover your mouse over the “View” link and watch your browser’s status bar (usually lower left corner). You should then be able to locate that page. If not, it doesn’t exist and you need to find the real blog page and then plug that into your top nav menu. Right now it’s pointing to blog-3, which may or may not exist.HTH
Forum: Fixing WordPress
In reply to: Cimy Header Image Rotator shows nothingIn the dashboard where you upload the images for CIMY to use, you should see the images there. You may want to check your folder permissions too. The plugin should warn you of this.
Forum: Installing WordPress
In reply to: download and installlationIf your webhost uses cpanel, you may want to install WordPress via the Fantastico installer. Otherwise, you will need to use FTP to upload the Zip file and uncompress it there OR unzip it on your hard drive and upload the folders and files. You will also need to set up a database and user.
Forum: Fixing WordPress
In reply to: WordPress Behaving strangelyDid you install some kind of feature post plugin recently? I just visited the site and all I saw were current posts. Next time it happens, take a screen capture, and upload that somewhere on your server and post the link.
The only thing I can think of that would cause that behavior would be some kind of rotating feature post plugin that might randomly pick an older post to “feature.” Other than that, I’ve got nothing.