- Posts: 7
COMMUNITY FORUM
- Forum
- Free Joomla Extensions & Templates
- Simple Image Gallery
- I don't want to see the Filename of the Picture (new version)
I don't want to see the Filename of the Picture (new version)
- Yiota
-
- Visitor
Please Log in or Create an account to join the conversation.
- webdeveloper81
-
- Offline
- New Member
P.S. for the moment this plugin is perfect for me, but I need also another plugin (for another section in the website I'ms developing) that adapts pictures to fullscreen (possibly full responsive too). Can you suggest some plugin developed by your team?
Thank you,
Alessio
Please Log in or Create an account to join the conversation.
- Yiota
-
- Visitor
Thank you.
Please Log in or Create an account to join the conversation.
- webdeveloper81
-
- Offline
- New Member
- Posts: 7
Another question...I created a table for every article where I want to add a gallery in this way:
<table style="height: 100%; width: 100%;" border="0" align="center">
<tbody>
<tr>
<td align="center">{gallery}xxx{/gallery}
</tr>
</tbody>
</table>
and the result I want is to center the thumbnails to the center of the page...can you help me? The thumbnails are aligned to the left...
Thank you,
Alessio
Please Log in or Create an account to join the conversation.
- webdeveloper81
-
- Offline
- New Member
- Posts: 7
thank you!
Alessio
Please Log in or Create an account to join the conversation.
- Yiota
-
- Visitor
ul.sigFreeClassic a text-align:center; and to
ul.sigFreeClassic li.sigFreeThumb a float:none; and display:inline-block;
Now to use the {gallery} tags in a custom html module you can do it the same way you do it with the article but you will have to enable the option Prepare Content from the module's settings.
Please Log in or Create an account to join the conversation.
- webdeveloper81
-
- Offline
- New Member
- Posts: 7
Please Log in or Create an account to join the conversation.
- Yiota
-
- Visitor
Please Log in or Create an account to join the conversation.
- James Lee
-
- Offline
- New Member
- Posts: 5
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Platinum Member
- Posts: 8743
This is coming from the popup engine. I suggest hiding with CSS. For example if you use Fancybox try:
.fancybox-title {display: none;}
Please Log in or Create an account to join the conversation.
- James Lee
-
- Offline
- New Member
- Posts: 5
Thanks, I considered that, but then you are left with a lot of white space below the image. I know that you can also use CSS and negative margins to close up that space, but when cycling through your images the pop-up expands height-wise as if the text was there, then collapses. Not the most elegant way to solve this.
Please Log in or Create an account to join the conversation.
- James Lee
-
- Offline
- New Member
- Posts: 5
I commented out this line ...
/* d = f('<div class="fancybox-title fancybox-title-' + c + '-wrap">' + e + "</div>"); */
... and added ...
d = f('');
Hope this helps anyone else that needs to remove this text.
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Platinum Member
- Posts: 8743
Yes of course you can also do that but your changes will be lost when an update is out.
Please Log in or Create an account to join the conversation.
- cwgrant
-
- Offline
- New Member
- Posts: 3
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Platinum Member
- Posts: 8743
Hi. Is there a link to your site?
Please Log in or Create an account to join the conversation.
- cwgrant
-
- Offline
- New Member
- Posts: 3
Yes...it is www.wasatch100.com
Go to Photos in the top menu and click on 2013 photos.
Or...this will take you there directly: wasatch100.com/photos/2013-photos
Thanks for any help you can be on this.
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Platinum Member
- Posts: 8743
Please Log in or Create an account to join the conversation.
- cwgrant
-
- Offline
- New Member
- Posts: 3
plugins/content/jw_sig/jw_sig/tmpl/classic/default.php
I changed the string JW_PLG_SIG_YOU_ARE_VIEWING to Photo provided by
That took care of it and it works like a charm. I realize this may be one of those changes that I will lose if I ever upgrade but I can always go back and change it again.
Claude
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Platinum Member
- Posts: 8743
Please Log in or Create an account to join the conversation.
- Wladyslaw Wojciechowski
-
- Offline
- New Member
- Posts: 11
In which file one should make these changes?
Regards,
Wlady
Please Log in or Create an account to join the conversation.
- Forum
- Free Joomla Extensions & Templates
- Simple Image Gallery
- I don't want to see the Filename of the Picture (new version)