Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1063385
    ahallmark
    Participant

    I am interested in integrating Zendesk into our website at fredsappliance.com

    They gave me the following instructions (see attached image).

    Should I add this into custom-javascript location or do I add it to my child theme under header.php? Do I require any other code to prevent any errors with the theme that you guys can see?

    Appreciate any guidance!

    #1063434
    Thai
    Moderator

    Hey There,

    Please the following code under functions.php file locates in your child theme:

    add_action( 'wp_head', 'x_wp_head' );
    function x_wp_head(){
      ?>
      <!-- Your code will go here -->
      <?php
    }

    Replace <!-- Your code will go here --> with your zendesk code.

    Regards!

  • <script> jQuery(function($){ $("#no-reply-1063385 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>