Pesquisas recentes
Sem pesquisas recentes

Joshua Tallent
Entrou em 15 de abr. de 2021
·
Última atividade em 19 de fev. de 2025
Seguindo
0
Seguidores
0
Atividade total
19
Votos
0
Assinatura
1
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 Joshua Tallent
Joshua Tallent comentou,
Yeah, unfortunately ZenDesk does not do a lot of updates to Guide…
Exibir comentário · Publicado 19 de fev. de 2025 · Joshua Tallent
0
Seguidores
0
Votos
0
Comentários
Joshua Tallent comentou,
Can you load a screenshot of what you did?
Exibir comentário · Publicado 06 de fev. de 2020 · Joshua Tallent
0
Seguidores
0
Votos
0
Comentários
Joshua Tallent comentou,
Eric,
After you load the image with the uploader in the article, click on the Source Code button on the right side of the editor.
In the Code pop-up, add the class name to the image tag, as you see above. You don't need to do anything else.
Good luck!
Joshua
Exibir comentário · Publicado 06 de fev. de 2020 · Joshua Tallent
0
Seguidores
0
Votos
0
Comentários
Joshua Tallent comentou,
Eric,
Do you have the class name on the image you want to expand?
class="fancybox" src="image.png" alt="alt text">
Exibir comentário · Publicado 06 de fev. de 2020 · Joshua Tallent
0
Seguidores
0
Votos
0
Comentários
Joshua Tallent comentou,
You have to have some sort of delineation on the images to assign the styling. If you don't have something specific to define which images are which then there's no way to do what you want. Sorry!
Exibir comentário · Publicado 19 de mar. de 2019 · Joshua Tallent
0
Seguidores
0
Votos
0
Comentários
Joshua Tallent comentou,
Chris, you can make all images zoomable by changing this line in the JS:
$('.article-body img.fancybox').on('click', function() {
to this
$('.article-body img').on('click', function() {
(remove the ".fancybox").
Just realize that this will apply to every image, including small ones.
Exibir comentário · Publicado 19 de mar. de 2019 · Joshua Tallent
0
Seguidores
0
Votos
0
Comentários
Joshua Tallent comentou,
Chris, just follow the directions above to set up the JS and use the class name you define in the images.
Exibir comentário · Publicado 12 de mar. de 2019 · Joshua Tallent
0
Seguidores
0
Votos
0
Comentários
Joshua Tallent comentou,
Chris, if you set it up to only apply to titles that have the class name, then it will not be applied to anything else. I'm sure you could figure out a way in the JS to set exclusions, but using the class name inclusion would be easier.
Exibir comentário · Publicado 08 de mar. de 2019 · Joshua Tallent
0
Seguidores
0
Votos
0
Comentários
Joshua Tallent comentou,
I am not sure that the Help Classes Hidden function you have there at the end is written properly. Try moving the Images function above that and seeing if that helps. If so, then the Help Classes function needs to be fixed.
Otherwise there is something else going on in that code. You might try using a JavaScript validator to check it for issues: http://esprima.org/demo/validate.html
Exibir comentário · Publicado 12 de nov. de 2018 · Joshua Tallent
0
Seguidores
0
Votos
0
Comentários
Joshua Tallent comentou,
Marco, be sure to place the script addition to the bottom of the file BEFORE the closing "});"
Exibir comentário · Publicado 12 de nov. de 2018 · Joshua Tallent
0
Seguidores
0
Votos
0
Comentários