
Tim Capone
-
Total activity6
-
Last activity
-
Member since
-
Following0 users
-
Followed by0 users
-
Votes0
-
Subscriptions2
Activity overview
Latest activity by Tim Capone-
Tim Capone commented,
@Paul LaBarbera I put my code on the bottom of the script. It's working on Firefox, Chrome, Internet Explorer, and Edge for me.
-
Tim Capone commented,
@Michael H You want to put it in the article_page.hbs file, not script.js
-
Tim Capone commented,
You have to enable "Display unsafe content" in the Admin General settings (https://YOURSITEHERE.zendesk.com/hc/admin/general_settings). Scroll down to Security and check this setting on:
-
Tim Capone commented,
Hey all, Just an FYI this line: var $anchorname = $heading[0].outerText.replace (/\s/g,''); should be changed to: var $anchorname = $heading[0].innerText.replace (/\s/g,''); This will make it wor...