stoumi
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Dropdown Pages in headerI got rid of the theme, not functional for my use.
Forum: Fixing WordPress
In reply to: Pages not viewableWonderful esmi! I deactivated all Plugins and then one by one activated them. Not sure which one was causing problems, but all the pages work now and all the plugins are activated. I appreciate the help.
Steve
Forum: Fixing WordPress
In reply to: Menu Links Not WorkingI have also attempted to add a new PAGE unfortunately it too cannot be viewed. I am quickly running out of ideas as I have been searching endless for Troubleshooting forum for other ideas.
Steve
Forum: Fixing WordPress
In reply to: Menu Links Not WorkingAfter further thought and fiddling with the web site. It’s not a link issue, but a page issue. The last thing I can think of is to remove the created page and add it as a new page to see if is able to be seen when the link is clicked on.
Forum: Fixing WordPress
In reply to: Menu Links Not WorkingI can’t even view the pages when I go to the PAGES section on the Dashboard. I can edit and quick edit and trash, but view won’t open the page it, still ends up going to http://www.the6thfloor.com/about/ and it’s an empty page.
Forum: Fixing WordPress
In reply to: Menu Links Not WorkingNot being familiar with php, what should I be looking for in the header.php or should I post that as well? I tried a quick upgrade to the Twenty Eleven Theme and had the same issue…
Steve
Forum: Fixing WordPress
In reply to: Menu Links Not WorkingPankaj, here is the page.php code:
<?php /** * The template for displaying all pages. * * This is the template that displays all pages by default. * Please note that this is the WordPress construct of pages * and that other 'pages' on your WordPress site will use a * different template. * * @package WordPress * @subpackage Twenty_Ten * @since Twenty Ten 1.0 */ get_header(); ?> <div id="container"> <div id="content" role="main"> <?php /* Run the loop to output the page. * If you want to overload this in a child theme then include a file * called loop-page.php and that will be used instead. */ get_template_part( 'loop', 'page' ); ?> </div><!-- #content --> </div><!-- #container --> <?php get_sidebar(); ?> <?php get_footer(); ?>Forum: Fixing WordPress
In reply to: Menu Links Not WorkingSamuel B, thanks I re-saved the permalinks, but the program still exists. The menu, for example ABOUT is linked to http://www.the6thfloor.com/about/. When someone clicks on ABOUT it goes to a blank page, as do all the other menus I originally had working before the upgrade. Any other ideas?
Steve
Forum: Fixing WordPress
In reply to: Missings PostsI take that back, posts only show up when I am signed into the site as the admin, otherwise the homepage is devoid of all posts. Still scrolling through the search function, but have not found a way to resolve this.
Forum: Fixing WordPress
In reply to: Missings PostsMore information. I just rolled back my site to last night (4/14/2011) and now all the posts show up on the home page, but in the wp-admin page under POSTS I still see no data. Is that a SQL issue?
Forum: Fixing WordPress
In reply to: Importing Brings Resgistration PageSameul B, okay thanks I will look into that option as a fix.
Forum: Fixing WordPress
In reply to: Importing Brings Resgistration PageSo this “crash” has happened twice and if I am not mistaken. I cannot get back into a login screen in order to attempt any sort of repair.