Keyword
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.

are these changes possible

  • leemarquis
  • leemarquis's Avatar Topic Author
  • Offline
  • New Member
More
15 years 11 months ago #20773 by leemarquis
are these changes possible was created by leemarquis
I like the functionality of simple image gallery pro but there are a few visual changes I would like to make and wonder if they are possible and if so what files I need to modify to achieve them.

1. Id like to remove the shadow/border from the thumbnails so they are just the plain images - is this possible?

2. Id like the 'next' & 'previouis' links which appear over the large images to be verticaly aligned in the center of the image - at the moment they are near the top (this is using the slimbox pop up engine).

3. Id like to change the text on the large image view where it says 'close' to something like 'back to thumbnails'.

4. Is it possible to add a name for the gallery to the large view below the file name where its says 'Showing image 1 of 50' I would like it to say something like 'Music images 1 of 50'.

I appreciate all these might not be possible but any help on any of them would be appreciated.

Please Log in or Create an account to join the conversation.

More
15 years 10 months ago #20774 by eternos
Replied by eternos on topic Re: are these changes possible
Hi let me try to help  :)
1. Id like to remove the shadow/border from the thumbnails so they are just the plain images - is this possible?
- to remove the shadow you have to edit the (plugins/content/jwsigpro/sigpro_default.css) delete the background code from line 16 (background:url(shadowAlpha.png) no-repeat bottom right !important;background:url(shadow.gif) no-repeat bottom right;)

2. Id like the 'next' & 'previouis' links which appear over the large images to be verticaly aligned in the center of the image - at the moment they are near the top (this is using the slimbox pop up engine).
- edit the (plugins/content/jwsigpro/slimbox/english/slimbox.css)
on line 8 to 10 change:
#lbPrevLink:hover {background:transparent url(prevlabel.gif) no-repeat 0% 15%;}
#lbNextLink {right:0;}
#lbNextLink:hover {background:transparent url(nextlabel.gif) no-repeat 100% 15%;}
to:
#lbPrevLink:hover {background:transparent url(prevlabel.gif) no-repeat 90% 50%;}
#lbNextLink {right:0;}
#lbNextLink:hover {background:transparent url(nextlabel.gif) no-repeat 10% 50%;}

3. Id like to change the text on the large image view where it says 'close' to something like 'back to thumbnails'.

- the Close image button is in the (plugins/content/jwsigpro/slimbox/english/) change the image to whatever you like

4. Is it possible to add a name for the gallery to the large view below the file name where its says 'Showing image 1 of 50' I would like it to say something like 'Music images 1 of 50'.

- edit the 139 line in (plugins/content/jwsigpro/slimbox/english/slimbox.js) to:
this.number.setHTML((this.images.length == 1) ? '' : 'Music images '+(this.activeImage+1)+' of '+this.images.length);


and that's it hope this helps

Please Log in or Create an account to join the conversation.

  • JoomlaWorks Support Team
  • JoomlaWorks Support Team's Avatar
  • Offline
  • Platinum Member
More
15 years 10 months ago #20775 by JoomlaWorks Support Team
Replied by JoomlaWorks Support Team on topic Re: are these changes possible
Nice!!!

Thank you for the help eternos!  :) ;)

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

More
15 years 10 months ago #20776 by eternos
Replied by eternos on topic Re: are these changes possible
Np  :)

Please Log in or Create an account to join the conversation.

More
15 years 8 months ago - 15 years 8 months ago #20777 by Foton
Replied by Foton on topic Re: are these changes possible
Wow, great!
I also want to remove the file-extension. So only the filename is visable without the extension. This way I can give the image a name automatically...

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum