dancandy
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: All Permalinks redirect to homepageResolved.
View the solution here:
http://wordpress.org/support/topic/all-permalinks-redirect-to-homepage-1Forum: Fixing WordPress
In reply to: All Permalinks redirect to homepageI must have configured the plugin incorrectly somewhere a long the line.
Luckily, it comes with a “Restore” feature to set everything to default and I configured it over again.
All is well. All permalinks are working properly. All manually created links that I put in using the Page ID’s all automatically translate to the permalink as well.
Thanks Rev. Voodoo!
Forum: Fixing WordPress
In reply to: All Permalinks redirect to homepageDid that. And switched the permalinks. They work now.
So I first set the theme back and they still work.
Re-Activated all plugins and they stopped working.
Disabled one plugin at a time, turns out its “User Access Manager” causing the issue. But I’m not sure why.
Forum: Fixing WordPress
In reply to: Existing Page in the DB but not listed in DashboardMarked as resolved. Simple User Error.
Realized I was only looking at Pages 1-20 of 21 on the Dashboard. I need to look at page 2 >.<
Forum: Fixing WordPress
In reply to: Existing Page in the DB but not listed in DashboardUpdate: I found the ID in the DB for the missing page. I can direct link to it but it still does not appear in the Dashboard for editing.
Forum: Fixing WordPress
In reply to: All Permalinks redirect to homepageSorry for the lengthy delay. I appreciate your response.
I did just receive confirmation from my host that mod_rewrite is running properly on the server.
Forum: Fixing WordPress
In reply to: How to remove the link hover bubble?<div id="nav"> <ul> <li <?php if ( is_home() ) { ?> class="current_page_item" <?php } ?>></li> <?php if ( get_option('woo_addblog') == "true" ) { ?> <li <?php if ( is_category() || is_search() || is_single() || is_tag() || is_search() || is_archive() ) { ?> class="current_page_item" <?php } ?>> <a href="<?php echo get_option('home'); echo get_option('woo_blogcat'); ?>" title="Blog"><span><?php _e('Blog',woothemes); ?></span></a> <?php if (get_option('woo_catmenu') == "true") { ?><ul><?php wp_list_categories('title_li=&child_of='.get_option('woo_blog_cat_id') ); ?></ul><?php } ?> </li> <?php } ?> <?php woo_menu( get_option('woo_menu_pages') ); ?> <li <?php if ( is_home() ) { ?> class="current_page_item" <?php } ?>><a href="/wp-login.php"><span style="color: #F7941E"><?php _e('Member Login',woothemes); ?></span></a></li> </ul> </div>This is what is listed for my Nav. I see a few spots for “title” but I’m not sure which one is which. Are you able to make sense of this?
Forum: Fixing WordPress
In reply to: How to remove the link hover bubble?I have been hunting through the theme files for hours and can’t find anything. Any suggestions as to where I might start?
Forum: Fixing WordPress
In reply to: How to remove the link hover bubble?Hey songdogtech,
Thanks for the reply!
I actually checked out the other links throughout the site. Apparently that bubble only appears across the header navigation links.
I checked my header and every looks to be called in via PHP. Where might I find this title attribute?
Forum: Fixing WordPress
In reply to: Permalinks Brokenmacmanx – You are a life saver! I followed the instructions exactly as they appear in the notes section of the link provided. It didn’t appear to work at first but I stopped and restarted Apache, changed the Permalinks to default then back to custom and the permalinks work!
A job well done. Thanks all!
Forum: Fixing WordPress
In reply to: Permalinks BrokenI honestly am not sure what mod_rewrite is. How would I verify this?
Forum: Fixing WordPress
In reply to: Post Permalinks/links broken :(I’m having the same issue and even after I followed this procedure, all my links are still broken.
I can access my homepage and the dashboard with no errors.