Kashyap
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
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>
Where exactly do i need to insert ad for header.. and looks like i tried before by adding below.. so should i remove that ??
<!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
In reply to: Unable to Delete Page or rearrange nav-menuIt got fixed automatically.
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
In reply to: Wp-admin suddenly stopped loadingI 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)