Pesquisas recentes
Sem pesquisas recentes

Tim Capone
Entrou em 16 de abr. de 2021
·
Última atividade em 01 de fev. de 2022
Seguindo
0
Seguidores
0
Atividade total
6
Votos
0
Assinaturas
2
VISÃO GERAL DA ATIVIDADE
MEDALHAS
ARTIGOS
PUBLICAÇÕES
COMENTÁRIOS NA COMUNIDADE
COMENTÁRIOS EM ARTIGOS
VISÃO GERAL DA ATIVIDADE
Atividade mais recente por Tim Capone
Tim Capone comentou,
@Paul LaBarbera
I put my code on the bottom of the script.
It's working on Firefox, Chrome, Internet Explorer, and Edge for me.
Exibir comentário · Publicado 03 de jul. de 2019 · Tim Capone
0
Seguidores
0
Votos
0
Comentários
Tim Capone comentou,
@Michael H
You want to put it in the article_page.hbs file, not script.js
Exibir comentário · Publicado 17 de jun. de 2019 · Tim Capone
0
Seguidores
0
Votos
0
Comentários
Tim Capone comentou,
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:
Exibir comentário · Publicado 18 de abr. de 2019 · Tim Capone
0
Seguidores
0
Votos
0
Comentários
Tim Capone comentou,
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.
Exibir comentário · Publicado 21 de mar. de 2019 · Tim Capone
0
Seguidores
0
Votos
0
Comentários