Title: ashhad's Replies | WordPress.org

---

# ashhad

  [  ](https://wordpress.org/support/users/ashhad/)

 *   [Profile](https://wordpress.org/support/users/ashhad/)
 *   [Topics Started](https://wordpress.org/support/users/ashhad/topics/)
 *   [Replies Created](https://wordpress.org/support/users/ashhad/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/ashhad/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/ashhad/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/ashhad/engagements/)
 *   [Favorites](https://wordpress.org/support/users/ashhad/favorites/)

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Cant Remove bar above header](https://wordpress.org/support/topic/cant-remove-bar-above-header/)
 *  Thread Starter [ashhad](https://wordpress.org/support/users/ashhad/)
 * (@ashhad)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/cant-remove-bar-above-header/#post-3795464)
 * I m unable to find this
 * html {
    margin-top: 28px !important; }
 * I have checked alexander css. but that does not have such code in it
 * Please help
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Cant Remove bar above header](https://wordpress.org/support/topic/cant-remove-bar-above-header/)
 *  Thread Starter [ashhad](https://wordpress.org/support/users/ashhad/)
 * (@ashhad)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/cant-remove-bar-above-header/#post-3795458)
 * here is my header.php file. This one is from Alexander theme. Is the theme have
   defects in it??
 * _[please mark any posted code – [http://codex.wordpress.org/Forum\_Welcome#Posting\_Code](http://codex.wordpress.org/Forum_Welcome#Posting_Code)]_
 *     ```
       <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
       <?php global $query_string; ?><html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
       <head><meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
           <meta name="viewport" content="initial-scale=1.0, width=device-width" />
           <title><?php wp_title(); ?></title>
       	<link rel="stylesheet" href="<?php echo get_stylesheet_uri(); ?> " type="text/css" media="all" />
       	<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
   
       	<?php wp_head(); ?>
       </head>
       <body <?php body_class(); ?>>
   
                       <!-- Wrapper one starts here -->
       	<div id="wrapper_one">
   
           	<!-- Wrapper two starts here -->
           	<div id="wrapper_two">
   
                   <!-- Wrapper three starts here -->
                   <div id="wrapper_three">
   
                       <!-- Wrapper four starts here -->
                       <div id="wrapper_four">
   
                                                   <?php if( !of_get_option('logo_layout_style') || of_get_option('logo_layout_style') == 'sbys' ) : ?>
   
                       	<div class="r100 overflowauto logo_section">
   
                           	<div class="maxwidth overflowauto vpadding2">       
   
       <!-- Logo Section starts here -->
                          <div class="r50100 maximg rfltlft">
   
                                       <div class="w867m rtxtaln">
   
                                         <a href="http://www.chemtalks.com"><img alt="Screenshot" src="/attachments/chemtalks.gif"  width="307" height="81" /></a>
       				                                </div>
   
                                   </div>
   
                                   <!-- Logo Section ends here -->
   
                                   <!-- Menu Section starts here -->
                                   <div class="r50100 rfltlft">
   
                                   	<div class="w867m rtxtaln overflowauto vmargint15">
   
                                           <div id="menu">
                                               <?php wp_nav_menu( array( 'theme_location' => 'mainmenu', 'depth' => 1, 'menu_class' => 'dropdown dropdown-horizontal','fallback_cb'     => 'alexandria_backupmenu', 'menu_id'=>'Main_nav', 'container'=>'') ); ?>
                                           </div>                             
   
                                       </div>                                                               
   
                                   </div>
                                   <!-- Menu Section ends here -->
   
                               </div>                     
   
                           </div>                              
   
                           <?php else : ?>
   
                       	<div class="r100 overflowauto logo_section">
   
                           	<div class="maxwidth overflowauto">
   
                                   <!-- Logo Section starts here -->
                                   <div class="r100 maximg vpadding3">
   
                                       <div class="w867m txtcntr">
   
                                           <p class="logo fontwht"><a>"><?php bloginfo('name'); ?></a></p>
                                           <p class="fontwhite"><?php bloginfo('description'); ?></p>                            
   
                                       </div>
   
                                   </div>
                                   <!-- Logo Section ends here -->
   
                                   <!-- Menu Section starts here -->
                                   <div class="r100 rfltlft">
   
                                   	<div class="w867m overflowauto txtcntr vpadding15px rbrdrtop000 bmargin5px">
   
                                           <div class="ta_menu">
                                               <?php wp_nav_menu( array( 'theme_location' => 'mainmenu', 'depth' => 1, 'menu_class' => 'dropdown dropdown-horizontal','fallback_cb'     => 'alexandria_backupmenu', 'menu_id'=>'Main_nav', 'container'=>'') ); ?>
                                           </div> 
   
                                       </div>                                                               
   
                                   </div>
                                   <!-- Menu Section ends here -->                        
   
                               </div>                     
   
                           </div>                         
   
       					<?php endif; ?>
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Custom Redirection after Login](https://wordpress.org/support/topic/custom-redirection-after-login/)
 *  Thread Starter [ashhad](https://wordpress.org/support/users/ashhad/)
 * (@ashhad)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/custom-redirection-after-login/#post-3787964)
 * I have used this plugin, But still its not redirecting to a custom page. I did
   setting up for the subscribers. But whenever i logged in through that account,
   its only redirecting to a homepage.
 * Please helpy
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Custom Redirection after Login](https://wordpress.org/support/topic/custom-redirection-after-login/)
 *  Thread Starter [ashhad](https://wordpress.org/support/users/ashhad/)
 * (@ashhad)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/custom-redirection-after-login/#post-3787838)
 * Thank you Edward
 * I have checked that. Unfortunately its only for particular users. I want that
   to be implemented on all users.
 * Is there any thing to be altered in coding?? Please help
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [No page is opening](https://wordpress.org/support/topic/no-page-is-opening/)
 *  Thread Starter [ashhad](https://wordpress.org/support/users/ashhad/)
 * (@ashhad)
 * [13 years ago](https://wordpress.org/support/topic/no-page-is-opening/#post-3701345)
 * I just checked the pages in the dashboard. At the time of posting here, it was
   showing posts in the dashboard, now i cant see any single post in the post option
 * Please help
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [No page is opening](https://wordpress.org/support/topic/no-page-is-opening/)
 *  Thread Starter [ashhad](https://wordpress.org/support/users/ashhad/)
 * (@ashhad)
 * [13 years ago](https://wordpress.org/support/topic/no-page-is-opening/#post-3701344)
 * No i didnt. I did it 4-5 days back. this problem is just started. I dont know
   what is the problem. Rightnow when i open my main webpage, it shows not found
   page
 * [http://www.helpido.com](http://www.helpido.com)
 * REGARDS

Viewing 6 replies - 1 through 6 (of 6 total)