stephs8919
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Link in drop down menu won't go to page<div class="navbar navbar-inverse navbar-fixed-top"> <div class="navbar-inner"> <div class="container"> <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </a> <a class="brand" href="<?php echo site_url(); ?>"><?php bloginfo('name'); ?></a> <div class="nav-collapse collapse"> <ul class="nav"> <?php wp_nav_menu( array( 'menu' => 'top_menu', 'depth' => 2, 'container' => false, 'menu_class' => 'nav navbar', //Process nav menu using our custom nav walker 'walker' => new wp_bootstrap_navwalker()) );?> </ul>
Forum: Fixing WordPress
In reply to: Registering Twitter Bootstrap NavigationI reverted back to the original functions and header file. Now I’m able to login and out again.
Forum: Fixing WordPress
In reply to: Blank wp-admin page?Sorry ??
Forum: Fixing WordPress
In reply to: Blank wp-admin page?Thanks Even! That worked!
Forum: Fixing WordPress
In reply to: Blank wp-admin page?I did try to deactivate the plugin because I found that was a common problem. It didn’t fix the problem. I followed this and renamed my plugins folder to plugins.hold.
Forum: Fixing WordPress
In reply to: Blank wp-admin page?Forum: Fixing WordPress
In reply to: Blank wp-admin page?Still not working
Forum: Fixing WordPress
In reply to: Blank wp-admin page?Yes, it’s just on my local server.
Forum: Localhost Installs
In reply to: MAMP Why would MySQL Server not work?Ok never mind found you can’t run two MySQL applications at the same time.
Forum: Fixing WordPress
In reply to: Installing WordPress on Network Solutions serverNo I’ll see if I can get in touch with them.
Forum: Fixing WordPress
In reply to: Installing WordPress on Network Solutions serverOk so the database is set up, but Network Solutions will not except the database that I created through MAMP. I changed the user and password and tired entering it in, but Network Solutions will not except it.
Forum: Fixing WordPress
In reply to: Installing WordPress on Network Solutions serverYes
Forum: Localhost Installs
In reply to: Blank page after LoginWell Thanks again!
Forum: Localhost Installs
In reply to: Blank page after LoginAh thank you! That got me back in! Should I reinstall my theme?
Forum: Localhost Installs
In reply to: Update Post or Page get a blank page? Using MAMPDumb question, but where can you find the error log?