Recent searches


No recent searches

Joshua Tallent's Avatar

Joshua Tallent

Joined Apr 15, 2021

·

Last activity Feb 19, 2025

Following

0

Followers

0

Total activity

19

Votes

0

Subscription

1

ACTIVITY OVERVIEW

Latest activity by Joshua Tallent

Joshua Tallent commented,

Community comment Discussion - Tips and best practices from the community

Yeah, unfortunately ZenDesk does not do a lot of updates to Guide…

View comment · Posted Feb 19, 2025 · Joshua Tallent

0

Followers

0

Votes

0

Comments


Joshua Tallent commented,

Community comment Discussion - Tips and best practices from the community

Can you load a screenshot of what you did?

View comment · Posted Feb 06, 2020 · Joshua Tallent

0

Followers

0

Votes

0

Comments


Joshua Tallent commented,

Community comment Discussion - Tips and best practices from the community

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

View comment · Posted Feb 06, 2020 · Joshua Tallent

0

Followers

0

Votes

0

Comments


Joshua Tallent commented,

Community comment Discussion - Tips and best practices from the community

Eric,

Do you have the class name on the image you want to expand?

class="fancybox" src="image.png" alt="alt text">

View comment · Posted Feb 06, 2020 · Joshua Tallent

0

Followers

0

Votes

0

Comments


Joshua Tallent commented,

Community comment Discussion - Tips and best practices from the community

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!

View comment · Posted Mar 19, 2019 · Joshua Tallent

0

Followers

0

Votes

0

Comments


Joshua Tallent commented,

Community comment Discussion - Tips and best practices from the community

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.

View comment · Posted Mar 19, 2019 · Joshua Tallent

0

Followers

0

Votes

0

Comments


Joshua Tallent commented,

Community comment Discussion - Tips and best practices from the community

Chris, just follow the directions above to set up the JS and use the class name you define in the images.

View comment · Posted Mar 12, 2019 · Joshua Tallent

0

Followers

0

Votes

0

Comments


Joshua Tallent commented,

Community comment Discussion - Tips and best practices from the community

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.

View comment · Posted Mar 08, 2019 · Joshua Tallent

0

Followers

0

Votes

0

Comments


Joshua Tallent commented,

Community comment Discussion - Tips and best practices from the community

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

View comment · Posted Nov 12, 2018 · Joshua Tallent

0

Followers

0

Votes

0

Comments


Joshua Tallent commented,

Community comment Discussion - Tips and best practices from the community

Marco, be sure to place the script addition to the bottom of the file BEFORE the closing "});"

View comment · Posted Nov 12, 2018 · Joshua Tallent

0

Followers

0

Votes

0

Comments