Jquery not loading on main landing page, but is on internal pages -


site running on skadate9 ( smarty.net v2 )

www.datehero.com

i have checked details of both headers each section not see thing loading differently index vs default.

index:

<div id="page_canvas"> {component pageheader} <div id="content"> {literal} <style>     .page_header {         background: none repeat scroll 0% 0% transparent;         margin: 0px;         height: 35px;         width: auto;         padding: 0px 0px 20px;     } </style> {/literal}` 

default internal pages:

    {* default canvas *}  <div id="page_canvas">         {ads pos='top'}         {component pageheader}         <div class="content">         <div class="side-bar">         {if !isset($sidebar) || $sidebar}             {component pagesidebar}         {/if}         </div>      <div class="right-content">         <div class="con-wrap">         {ads pos='middle'}         {component groupbriefinfo}         {component breadcrumb}         <div class="sub-menu">         {component navigationsubmenu level=1}         </div>               <div class="adsen">             {literal}                 <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>                 <!-- date hero 2 -->                 <ins class="adsbygoogle"                      style="display:inline-block;width:728px;height:90px"                      data-ad-client="ca-pub-1054861330472333"                      data-ad-slot="1068095604"></ins>                 <script>                 (adsbygoogle = window.adsbygoogle || []).push({});                 </script>             {/literal}         </div>             <h1 id="page_content_header">{$content_header}</h1> 

you can see there little more code in default nothing effect jquery. @ bit of lost here, why not work on main landing page vs others.


Comments