Title: Kashyap's Replies | WordPress.org

---

# Kashyap

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Hueman] How to decrease space between nav-menu and the sidebars and page?](https://wordpress.org/support/topic/how-to-decrease-space-between-nav-menu-and-the-sidebars-and-page/)
 *  Thread Starter [Kashyap](https://wordpress.org/support/users/pixelpluck/)
 * (@pixelpluck)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/how-to-decrease-space-between-nav-menu-and-the-sidebars-and-page/#post-4988411)
 * i want to insert this ad
 *     ```
       <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
       <!-- Head of Page -->
       <ins class="adsbygoogle"
            style="display:inline-block;width:728px;height:90px"
            data-ad-client="ca-pub-4363329159120989"
            data-ad-slot="2164517757"></ins>
       <script>
       (adsbygoogle = window.adsbygoogle || []).push({});
       </script>
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Hueman] How to decrease space between nav-menu and the sidebars and page?](https://wordpress.org/support/topic/how-to-decrease-space-between-nav-menu-and-the-sidebars-and-page/)
 *  Thread Starter [Kashyap](https://wordpress.org/support/users/pixelpluck/)
 * (@pixelpluck)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/how-to-decrease-space-between-nav-menu-and-the-sidebars-and-page/#post-4988410)
 * Where exactly do i need to insert ad for header.. and looks like i tried before
   by adding below.. so should i remove that ??
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Hueman] How to decrease space between nav-menu and the sidebars and page?](https://wordpress.org/support/topic/how-to-decrease-space-between-nav-menu-and-the-sidebars-and-page/)
 *  Thread Starter [Kashyap](https://wordpress.org/support/users/pixelpluck/)
 * (@pixelpluck)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/how-to-decrease-space-between-nav-menu-and-the-sidebars-and-page/#post-4988409)
 *     ```
       <!DOCTYPE html>
       <html class="no-js" <?php language_attributes(); ?>>
   
       <head>
       	<meta charset="<?php bloginfo('charset'); ?>">
       	<meta name="viewport" content="width=device-width, initial-scale=1.0">
   
       	<title><?php wp_title(''); ?></title>
   
       	<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>">
   
       	<?php wp_head(); ?>
       </head>
   
       <body <?php body_class(); ?>>
   
       <div id="wrapper">
   
       	<header id="header">
   
       		<?php if (has_nav_menu('topbar')): ?>
       			<nav class="nav-container group" id="nav-topbar">
       				<div class="nav-toggle"><i class="fa fa-bars"></i></div>
       				<div class="nav-text"><!-- put your mobile menu text here --></div>
       				<div class="nav-wrap container"><?php wp_nav_menu(array('theme_location'=>'topbar','menu_class'=>'nav container-inner group','container'=>'','menu_id' => '','fallback_cb'=> false)); ?></div>
   
       				<div class="container">
       					<div class="container-inner">
       						<div class="toggle-search"><i class="fa fa-search"></i></div>
       						<div class="search-expand">
       							<div class="search-expand-inner">
       								<?php get_search_form(); ?>
       							</div>
       						</div>
       					</div><!--/.container-inner-->
       				</div><!--/.container-->
   
       			</nav><!--/#nav-topbar-->
       		<?php endif; ?>
   
       		<div class="container group">
       			<div class="container-inner">
   
       				<div class="group pad">
       					<?php echo alx_site_title(); ?>
       					<?php if ( ot_get_option('site-description') != 'off' ): ?><p class="site-description"><?php bloginfo( 'description' ); ?></p><?php endif; ?>
       				</div>
   
       				<?php if (has_nav_menu('header')): ?>
       					<nav class="nav-container group" id="nav-header">
       						<div class="nav-toggle"><i class="fa fa-bars"></i></div>
       						<div class="nav-text"><!-- put your mobile menu text here --></div>
       						<div class="nav-wrap container"><?php wp_nav_menu(array('theme_location'=>'header','menu_class'=>'nav container-inner group','container'=>'','menu_id' => '','fallback_cb'=> false)); ?></div>
       					</nav><!--/#nav-header-->
       				<?php endif; ?>
   
       			</div><!--/.container-inner-->
       </div><!--/.container-->
   
       	</header><!--/#header-->
   
       	<div class="container" id="page">
       		<div class="container-inner">
       			<div class="main">
       				<div class="main-inner group">
       <div id="ads">
       <center>
       <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
       <!-- head horizontal long -->
       <ins class="adsbygoogle"
            style="display:inline-block;width:468px;height:60px"
            data-ad-client="ca-pub-4363329159120989"
            data-ad-slot="1280200550"></ins>
       <script>
       (adsbygoogle = window.adsbygoogle || []).push({});
       </script>
       </center>
       </div>
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Unable to Delete Page or rearrange nav-menu](https://wordpress.org/support/topic/unable-to-delete-page-or-rearrange-nav-menu/)
 *  Thread Starter [Kashyap](https://wordpress.org/support/users/pixelpluck/)
 * (@pixelpluck)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/unable-to-delete-page-or-rearrange-nav-menu/#post-4988407)
 * It got fixed automatically.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Hueman] How to decrease space between nav-menu and the sidebars and page?](https://wordpress.org/support/topic/how-to-decrease-space-between-nav-menu-and-the-sidebars-and-page/)
 *  Thread Starter [Kashyap](https://wordpress.org/support/users/pixelpluck/)
 * (@pixelpluck)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/how-to-decrease-space-between-nav-menu-and-the-sidebars-and-page/#post-4988376)
 * fantastic. Thank You very much. Another quick question.
    How to insert a google
   ad banner in the big empty space on head of website, after logo. Thank you again.
   You are awesome 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Wp-admin suddenly stopped loading](https://wordpress.org/support/topic/wp-admin-suddenly-stopped-loading/)
 *  Thread Starter [Kashyap](https://wordpress.org/support/users/pixelpluck/)
 * (@pixelpluck)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/wp-admin-suddenly-stopped-loading/#post-4977173)
 * I am not sure but i think godaddy as a part of their hosting plan do provide 
   inbuilt security measures. I am not using any extra security plugin. Also i noticed
   that again it started working on its own without doing anything. But its happening
   once like every 6-7 hours when the /wp-admin page redirects me to my website 
   homepage.

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