- Posts: 5
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)
- James Lee
- Offline
- New Member
Less
More
10 years 8 months ago - 10 years 8 months ago #53179
by James Lee
Replied by James Lee on topic Re: I don't want to see the Filename of the Picture (new version)
@Lefteris
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.
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
Less
More
- Posts: 5
10 years 8 months ago - 10 years 8 months ago #53180
by James Lee
Replied by James Lee on topic Re: I don't want to see the Filename of the Picture (new version)
I got the line of text on the pop-up removed. I modified 'jquery.fancybox.pack.js' line 782.
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.
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
- Moderator
Less
More
- Posts: 8743
10 years 8 months ago #53181
by Lefteris
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Lefteris on topic Re: I don't want to see the Filename of the Picture (new version)
@james011
Yes of course you can also do that but your changes will be lost when an update is out.
Yes of course you can also do that but your changes will be lost when an update is out.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- cwgrant
- Offline
- New Member
Less
More
- Posts: 3
10 years 8 months ago #53182
by cwgrant
Replied by cwgrant on topic Re: I don't want to see the Filename of the Picture (new version)
I would like to keep the text at the bottom of the picture but change the wording. Rather than "You are viewing the image with filename" I would like to substitute a different text string. So far I am unable to find the file that contains that string.
Please Log in or Create an account to join the conversation.
- Lefteris
- Offline
- Moderator
Less
More
- Posts: 8743
10 years 8 months ago #53183
by Lefteris
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Lefteris on topic Re: I don't want to see the Filename of the Picture (new version)
@cwgrant
Hi. Is there a link to your site?
Hi. Is there a link to your site?
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- cwgrant
- Offline
- New Member
Less
More
- Posts: 3
10 years 8 months ago #54887
by cwgrant
Replied by cwgrant on topic Re: I don't want to see the Filename of the Picture (new version)
Hi Lefteris,
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.
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
- Moderator
Less
More
- Posts: 8743
10 years 8 months ago #54889
by Lefteris
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Lefteris on topic Re: I don't want to see the Filename of the Picture (new version)
Make a template override and just remove the title attribute from the img tags.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- cwgrant
- Offline
- New Member
Less
More
- Posts: 3
10 years 8 months ago #54894
by cwgrant
Replied by cwgrant on topic Re: I don't want to see the Filename of the Picture (new version)
Thank you for the direction. Being the lazy person I am I discovered what seemed like an easier route :-) I went to:
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
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
- Moderator
Less
More
- Posts: 8743
10 years 8 months ago #54910
by Lefteris
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Lefteris on topic Re: I don't want to see the Filename of the Picture (new version)
This is a language string. You can change it from Language Manager -> Overrides. If you change it there you will not lose your changes.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Wladyslaw Wojciechowski
- Offline
- New Member
Less
More
- Posts: 11
10 years 7 months ago #55261
by Wladyslaw Wojciechowski
Replied by Wladyslaw Wojciechowski on topic Re: I don't want to see the Filename of the Picture (new version)
Hello, Yiota!
In which file one should make these changes?
Regards,
Wlady
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)