presses image details and gallery are shown

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
10/12/2012 5:17:52 AM
Gravatar
Total Posts 10

presses image details and gallery are shown

Hi i am working on a website for a friend and i am tring to do something like this http://www.teh-gradnja.hr/reference.html .

So what i need is simple discription about each project and an image gallery below and i dont wont to force user to scroll all the way down. So my question is can i do this so when user presses image details and gallery are shown for that project.

so if you didnt understand what i am trying to do.

  • gallery with featured picture
  • when user presses
  • details for that project are shown

thanks for any help,

regards,

Dživo Jelić

10/15/2012 10:48:11 AM
Gravatar
Total Posts 1203
Proud member of the mojoPortal team

Help support mojoPortal!
Add-on modules

Re: presses image details and gallery are shown

You may be able to do a "lite" version of what you want. My idea is that you could use jQuery Tabs, with one tab for each project. On the tab you can have thumbnail images and the text you need. If you want the full-size images to be shown in light box style, you can add

include ColorBox="true"

to the <portal:ScriptLoader declaration in the Layout.Master for your skin. Then on each thumbnail image, include the "cblink" class like this:

<a class="cblink" href=...

That said though, I believe the only way to really do this right would be to create a custom feature.

Hope that helps,

Jamie

10/17/2012 7:53:30 AM
Gravatar
Total Posts 10

Re: presses image details and gallery are shown

Thx,

i am going for custom feature but there is another question can i use Gallery feature inside my custom feature is there an easy way to do this or i have to copy code from gallery.

 

10/17/2012 8:34:00 AM
Gravatar
Total Posts 18439

Re: presses image details and gallery are shown

No you should not try to use an existing content feature inside another custom content feature. You can borrow code from the image gallery if you find code that is useful to you.

 

You must sign in to post in the forums. This thread is closed to new posts.