-
AuthorPosts
-
orsomannaro Friend
orsomannaro
- Join date:
- January 2008
- Posts:
- 241
- Downloads:
- 32
- Uploads:
- 18
- Thanks:
- 1
- Thanked:
- 3 times in 1 posts
June 10, 2014 at 12:25 pm #198663I have articles of Gallery Content Type.
I would like to zoom images with this extension:
http://www.magictoolbox.com/magiczoom/modules/joomla/
But obviously this require to modify the code that does the rendering of the article.
Can someone put me in the right road?
alexsmirnov Friendalexsmirnov
- Join date:
- July 2012
- Posts:
- 786
- Downloads:
- 1
- Uploads:
- 226
- Thanks:
- 226
- Thanked:
- 163 times in 119 posts
June 10, 2014 at 9:31 pm #538527Hi there,
Did you play with the “Magic Zoom” per its developer instructions?
———————–
To zoom an image, put a small image into your content (either by using TinyMCE image wizard or using mos_image extension).Then link it to your large image with a class of MagicZoom e.g.
<a href=”large.jpg” class=”MagicZoom”><img src=”small.jpg”></a>That’s all!
————————-
Source: http://www.magictoolbox.com/magiczoom/modules/joomla/It seems all you need to do is to install the component, insert a small copy of your image into your Joomla content and then link this thumbnail to the full size image, applying MagicZoom class.
Regards,
Alex
orsomannaro Friendorsomannaro
- Join date:
- January 2008
- Posts:
- 241
- Downloads:
- 32
- Uploads:
- 18
- Thanks:
- 1
- Thanked:
- 3 times in 1 posts
June 11, 2014 at 9:03 am #538569<em>@alexsmirnov 431697 wrote:</em><blockquote>Did you play with the “Magic Zoom” per its developer instructions?</blockquote>
Sure. And I like its simplicity.
But it doesn’t work. And if I click the small image I load the big image.In the code I can read:
<p><a class=”MagicZoom” href=”…”></a></p>
that it is not correct.
I tried also with a simple article (in place of a Gallery Content Type article).
And I put this before the </head> tag (as I see in MagicZoom site code):<link type=”text/css” rel=”stylesheet” ref=”/mysite.com/media/mod_magiczoom/magiczoom.css”/>
<script type=”text/javascript” src=”/mysite.com/media/mod_magiczoom/magiczoom.js”></script>In this manner I can see the script to act, but it only shows the small image to the right, it doesn’t do the zoom.
alexsmirnov Friendalexsmirnov
- Join date:
- July 2012
- Posts:
- 786
- Downloads:
- 1
- Uploads:
- 226
- Thanks:
- 226
- Thanked:
- 163 times in 119 posts
June 11, 2014 at 1:14 pm #538604Hi there,
Did you enable the zoom mode in the component’s settings? The zoom effect seem be turned off out of the box:
Hope this helps,
Regards,
Alex
alexsmirnov Friendalexsmirnov
- Join date:
- July 2012
- Posts:
- 786
- Downloads:
- 1
- Uploads:
- 226
- Thanks:
- 226
- Thanked:
- 163 times in 119 posts
June 11, 2014 at 2:06 pm #538605Hi there,
Please enable the “Zoom Image” effect under the “Protostat” template first and let us know once you successfully arrived there.
Regards,
Alex
orsomannaro Friendorsomannaro
- Join date:
- January 2008
- Posts:
- 241
- Downloads:
- 32
- Uploads:
- 18
- Thanks:
- 1
- Thanked:
- 3 times in 1 posts
June 11, 2014 at 3:27 pm #538626The problem was the Magic Zoom module for Joomla position, that I forgot to set at footer (http://screencast.com/t/NWuKj1jIYsm) and then no code before header is needed.
Many thank to MagicZoom’s author that do it for me!
AuthorPostsViewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 2 voices, and was last updated by orsomannaro 10 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Image zoom
Viewing 6 posts - 1 through 6 (of 6 total)