Ricerche recenti
Nessuna ricerca recente

Joshua Tallent
Data ingresso 15 apr 2021
·
Ultima attività 19 feb 2025
Seguiti
0
Follower
0
Attività totali
19
Voti
0
Abbonamento
1
PANORAMICA ATTIVITÀ
BADGE
ARTICOLI
POST
COMMENTI NELLA COMMUNITY
COMMENTI AGLI ARTICOLI
PANORAMICA ATTIVITÀ
Ultima attività di Joshua Tallent
Joshua Tallent ha commentato,
Yeah, unfortunately ZenDesk does not do a lot of updates to Guide…
Visualizza commento · Data ultimo post: 19 feb 2025 · Joshua Tallent
0
Follower
0
Voti
0
Commenti
Joshua Tallent ha commentato,
Can you load a screenshot of what you did?
Visualizza commento · Data ultimo post: 06 feb 2020 · Joshua Tallent
0
Follower
0
Voti
0
Commenti
Joshua Tallent ha commentato,
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
Visualizza commento · Data ultimo post: 06 feb 2020 · Joshua Tallent
0
Follower
0
Voti
0
Commenti
Joshua Tallent ha commentato,
Eric,
Do you have the class name on the image you want to expand?
class="fancybox" src="image.png" alt="alt text">
Visualizza commento · Data ultimo post: 06 feb 2020 · Joshua Tallent
0
Follower
0
Voti
0
Commenti
Joshua Tallent ha commentato,
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!
Visualizza commento · Data ultimo post: 19 mar 2019 · Joshua Tallent
0
Follower
0
Voti
0
Commenti
Joshua Tallent ha commentato,
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.
Visualizza commento · Data ultimo post: 19 mar 2019 · Joshua Tallent
0
Follower
0
Voti
0
Commenti
Joshua Tallent ha commentato,
Chris, just follow the directions above to set up the JS and use the class name you define in the images.
Visualizza commento · Data ultimo post: 12 mar 2019 · Joshua Tallent
0
Follower
0
Voti
0
Commenti
Joshua Tallent ha commentato,
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.
Visualizza commento · Data ultimo post: 08 mar 2019 · Joshua Tallent
0
Follower
0
Voti
0
Commenti
Joshua Tallent ha commentato,
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
Visualizza commento · Data ultimo post: 12 nov 2018 · Joshua Tallent
0
Follower
0
Voti
0
Commenti
Joshua Tallent ha commentato,
Marco, be sure to place the script addition to the bottom of the file BEFORE the closing "});"
Visualizza commento · Data ultimo post: 12 nov 2018 · Joshua Tallent
0
Follower
0
Voti
0
Commenti