Ricerche recenti


Nessuna ricerca recente

Tim Capone's Avatar

Tim Capone

Data ingresso 16 apr 2021

·

Ultima attività 01 feb 2022

Seguiti

0

Follower

0

Attività totali

6

Voti

0

Abbonamenti

2

PANORAMICA ATTIVITÀ

Ultima attività di Tim Capone

Tim Capone ha commentato,

Commento nella community Discussion - Tips and best practices from the community

@Paul LaBarbera

I put my code on the bottom of the script.

 

It's working on Firefox, Chrome, Internet Explorer, and Edge for me.

Visualizza commento · Data ultimo post: 03 lug 2019 · Tim Capone

0

Follower

0

Voti

0

Commenti


Tim Capone ha commentato,

Commento nella community Discussion - Tips and best practices from the community

@Michael H

 

You want to put it in the article_page.hbs file, not script.js

Visualizza commento · Data ultimo post: 17 giu 2019 · Tim Capone

0

Follower

0

Voti

0

Commenti


Tim Capone ha commentato,

Commento nella community Discussion - Tips and best practices from the community

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:

Visualizza commento · Data ultimo post: 18 apr 2019 · Tim Capone

0

Follower

0

Voti

0

Commenti


Tim Capone ha commentato,

Commento nella community Discussion - Tips and best practices from the community

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 work on Firefox browsers.

 

Visualizza commento · Data ultimo post: 21 mar 2019 · Tim Capone

0

Follower

0

Voti

0

Commenti