Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #859143
    ddctc
    Participant

    Hi,

    I want to add custom code to some pages, e.g. tracking codes (like retargeting pixels and stuff).

    Is there a way to do that natively with X using a theme setting (hoping so)? I didn’t see a custom field for tracking codes (at least by default) in my page editor.

    Failing that, what would you recommend?

    Thanks!

    #859257
    Alexander
    Keymaster

    Hey there,

    If you want to do this page-by-page, we’d recommend doing it in Cornerstone. You can use the custom javascript editor on the settings pane. Or, you can add a “Raw Content” element to your site.

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