Búsquedas recientes
No hay búsquedas recientes

Joshua Tallent
Incorporación 15 abr 2021
·
Última actividad 19 feb 2025
Seguimientos
0
Seguidores
0
Actividad total
19
Votos
0
Suscripción
1
RESUMEN DE LA ACTIVIDAD
INSIGNIAS
ARTÍCULOS
PUBLICACIONES
COMENTARIOS DE LA COMUNIDAD
COMENTARIOS DE ARTÍCULOS
RESUMEN DE LA ACTIVIDAD
Última actividad de Joshua Tallent
Joshua Tallent hizo un comentario,
Yeah, unfortunately ZenDesk does not do a lot of updates to Guide…
Ver comentario · Publicado 19 feb 2025 · Joshua Tallent
0
Seguidores
0
Votos
0
Comentarios
Joshua Tallent hizo un comentario,
Can you load a screenshot of what you did?
Ver comentario · Publicado 06 feb 2020 · Joshua Tallent
0
Seguidores
0
Votos
0
Comentarios
Joshua Tallent hizo un comentario,
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
Ver comentario · Publicado 06 feb 2020 · Joshua Tallent
0
Seguidores
0
Votos
0
Comentarios
Joshua Tallent hizo un comentario,
Eric,
Do you have the class name on the image you want to expand?
class="fancybox" src="image.png" alt="alt text">
Ver comentario · Publicado 06 feb 2020 · Joshua Tallent
0
Seguidores
0
Votos
0
Comentarios
Joshua Tallent hizo un comentario,
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!
Ver comentario · Publicado 19 mar 2019 · Joshua Tallent
0
Seguidores
0
Votos
0
Comentarios
Joshua Tallent hizo un comentario,
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.
Ver comentario · Publicado 19 mar 2019 · Joshua Tallent
0
Seguidores
0
Votos
0
Comentarios
Joshua Tallent hizo un comentario,
Chris, just follow the directions above to set up the JS and use the class name you define in the images.
Ver comentario · Publicado 12 mar 2019 · Joshua Tallent
0
Seguidores
0
Votos
0
Comentarios
Joshua Tallent hizo un comentario,
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.
Ver comentario · Publicado 08 mar 2019 · Joshua Tallent
0
Seguidores
0
Votos
0
Comentarios
Joshua Tallent hizo un comentario,
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
Ver comentario · Publicado 12 nov 2018 · Joshua Tallent
0
Seguidores
0
Votos
0
Comentarios
Joshua Tallent hizo un comentario,
Marco, be sure to place the script addition to the bottom of the file BEFORE the closing "});"
Ver comentario · Publicado 12 nov 2018 · Joshua Tallent
0
Seguidores
0
Votos
0
Comentarios