最近の検索


最近の検索はありません

Joshua Tallent's Avatar

Joshua Tallent

参加日2021年4月15日

·

前回のアクティビティ2025年2月19日

フォロー中

0

フォロワー

0

合計アクティビティ

19

投票

0

サブスクリプション

1

アクティビティの概要

さんの最近のアクティビティ Joshua Tallent

Joshua Tallentさんがコメントを作成しました:

コミュニティのコメント Discussion - Tips and best practices from the community

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

コメントを表示 · 投稿日時:2025年2月19日 · Joshua Tallent

0

フォロワー

0

投票

0

コメント


Joshua Tallentさんがコメントを作成しました:

コミュニティのコメント Discussion - Tips and best practices from the community

Can you load a screenshot of what you did?

コメントを表示 · 投稿日時:2020年2月06日 · Joshua Tallent

0

フォロワー

0

投票

0

コメント


Joshua Tallentさんがコメントを作成しました:

コミュニティのコメント 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

コメントを表示 · 投稿日時:2020年2月06日 · Joshua Tallent

0

フォロワー

0

投票

0

コメント


Joshua Tallentさんがコメントを作成しました:

コミュニティのコメント 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">

コメントを表示 · 投稿日時:2020年2月06日 · Joshua Tallent

0

フォロワー

0

投票

0

コメント


Joshua Tallentさんがコメントを作成しました:

コミュニティのコメント 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!

コメントを表示 · 投稿日時:2019年3月19日 · Joshua Tallent

0

フォロワー

0

投票

0

コメント


Joshua Tallentさんがコメントを作成しました:

コミュニティのコメント 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.

コメントを表示 · 投稿日時:2019年3月19日 · Joshua Tallent

0

フォロワー

0

投票

0

コメント


Joshua Tallentさんがコメントを作成しました:

コミュニティのコメント 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.

コメントを表示 · 投稿日時:2019年3月12日 · Joshua Tallent

0

フォロワー

0

投票

0

コメント


Joshua Tallentさんがコメントを作成しました:

コミュニティのコメント 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.

コメントを表示 · 投稿日時:2019年3月08日 · Joshua Tallent

0

フォロワー

0

投票

0

コメント


Joshua Tallentさんがコメントを作成しました:

コミュニティのコメント 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

コメントを表示 · 投稿日時:2018年11月12日 · Joshua Tallent

0

フォロワー

0

投票

0

コメント


Joshua Tallentさんがコメントを作成しました:

コミュニティのコメント 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 "});"

コメントを表示 · 投稿日時:2018年11月12日 · Joshua Tallent

0

フォロワー

0

投票

0

コメント