
Joshua Tallent
-
Activité totale18
-
Dernière activité
-
Membre depuis
-
Abonné à0 utilisateur
-
Abonnés0 utilisateur
-
Votes0
-
Abonnements1
Commentaires
Votes sur l’activité pour Joshua Tallent-
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 f...
-
Marco, be sure to place the script addition to the bottom of the file BEFORE the closing "});"
-
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 th...
-
Chris, just follow the directions above to set up the JS and use the class name you define in the images.
-
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!
-
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...
-
Eric, Do you have the class name on the image you want to expand? <img class="fancybox" src="image.png" alt="alt text">
-
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 se...
-
Can you load a screenshot of what you did?
-
@... Did you double check that the header is still in place and the JS is correct?