Quantcast
Channel: Topic Tag: footer | WordPress.org
Viewing all articles
Browse latest Browse all 13549

Kais777 on "Cannot find Click-Desk code on my site"

$
0
0

Hi Mike,

Thanks a lot for your detailed reply. I can paste the Footer file here, but I can't find the code there as well. This is what the Clickdesk people have told me too. Let me try with them again, if luck prevails.

Here is the footer code

<?php global $NHP_Options;

    if($NHP_Options->get("footer_color_style") == "light") {}
    else {
        echo '<div id="darkf">';
    } ?>

  <section id="footer" role="contentinfo">

    <div class="row">

    <div class="three2 columns">
        <?php dynamic_sidebar('sidebar-footer-col1');?>
    </div>

    <div class="three2 columns">
        <?php dynamic_sidebar('sidebar-footer-col2');?>
    </div>

    <div class="three2 columns">
        <?php dynamic_sidebar('sidebar-footer-col3');?>
    </div>

    <div class="three2 columns">
        <?php dynamic_sidebar('sidebar-footer-col4');?>
    </div>
  </div>

  <div class="row dop-row">
    <?php if($NHP_Options->get("footer_display") != "copyright") { ?>

    <div class="three2 columns">

      <section class="adress-icon">
        <?php /*?><div data-picture data-alt="adress-icon" class="inline-icon">
          <div data-src="<?php echo get_template_directory_uri(); ?>/assets/icons/map_w.png"></div>
          <div data-src="<?php echo get_template_directory_uri(); ?>/assets/icons/map_w@2x.png" data-media="(min-width: 400px) and (min-device-pixel-ratio: 1.5)"></div>

          <!--[if (lt IE 9) & (!IEMobile)]>
            <div data-src="<?php echo get_template_directory_uri(); ?>/assets/icons/map_w.png"></div>
          <![endif]-->

          <!-- Fallback content for non-JS browsers. Same img src as the initial, unqualified source element. -->
          <noscript>
            <img src="<?php echo get_template_directory_uri(); ?>/assets/icons/map_w.png" alt="adress-icon" class="adress-icon">
          </noscript>
        </div><?php */?>

        <p><?php echo $NHP_Options->get("footer_contacts_text") ?></p>
      </section>

    </div>

    <div class="three2 columns">

      <section class="widget widget_info">
        <div class="info-widget">
          <div class="subtitle"><?php echo $NHP_Options->get("footer_subtitle_description_text") ?></div>
          <h3><?php echo $NHP_Options->get("footer_title_description_text") ?></h3>

          <p><?php echo $NHP_Options->get("footer_description_text") ?></p>

        </div>
      </section>

    </div>

      <section class="footer-logo">
        <a>/"><img src="<?php echo $NHP_Options->get("custom_footer_logo_upload") ?>" alt="<?php bloginfo('name'); ?>"></a>
      </section>

  <?php
  }
    /*echo '<div id="copyright">'.$NHP_Options->get("copyright_footer").'</div>';*/

    /*if ( $NHP_Options->get("menu_in_footer") =='1'){

      echo '<div class="ten columns"><nav>';
        wp_nav_menu(array('menu' => '$NHP_Options->get("footer_menu_select")', 'menu_class'      => 'footer-menu'));
      echo'</nav></div>';

    }*/

  ?>

  <div class="three2 columns">

      <section class="widget widget_info">
        <div class="info-widget">
          <div class="subtitle"><?php echo $NHP_Options->get("") ?></div>
          <h3><?php echo $NHP_Options->get("") ?></h3>

          <p><?php echo $NHP_Options->get("") ?></p>

        </div>
      </section>

    </div>

  </div>

<!--Footer Left-->

  <div id="copyright">
  	© Copyright 2013 Oakie Tech Ltd. All Rights Reserved. Company Registration No. 07637928. VAT No. 166324900
  </div>

<!--Footer Right-->
  <div id="footernav">
  	<div class="footer-menu"><?php dynamic_sidebar('sidebar-footernav');?></div>
  	<div class="footer-logo">
      <a>/"><img src="<?php echo $NHP_Options->get("custom_footer_logo_upload") ?>" alt="<?php bloginfo('name'); ?>"></a>
    </div>
  </div>

</section>

<?php if($NHP_Options->get("footer_color_style") == "light") {}
else {
    echo '</div>';
} ?>

<a href="#">
  <span></span>
</a>

<?php
if( ($_SERVER['SERVER_NAME'] ==  "theme.crumina.net")&& !is_admin() )
    require_once locate_template('inc/custom_style/custom_style.php'); //Custom style Panel

?>
<script type="text/javascript">
<?php
    echo $NHP_Options->get("google_analytics");
?>
</script>

[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum's parser.]


Viewing all articles
Browse latest Browse all 13549

Trending Articles