- Posts: 2
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)
- etevaldo
-
Topic Author
- Offline
- New Member
Im using the Simple Image Gallery and i have one question:
If i generate a gallery and then open a picture i alway see:
Image 1 of 80 You are viewing the image with filename 06.jpg
Now my question:
Is it possible that the frase of the Picture in the opening box is not shown?
How can i change the plugin so that it is no more displayed?
I hope you can help me.
In another topic I saw almost the same, but its in an old version.
Please Log in or Create an account to join the conversation.
- Katia
-
- Offline
- Platinum Member
- Posts: 4696
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- RadekKw
-
- Offline
- New Member
- Posts: 2
The new version is different from old.
I ask for the help.
I hope you can help me.
Please Log in or Create an account to join the conversation.
- Yiota
-
- Visitor
To this file around line 20 the <a> element is stated. You need to remove the $photo->filename form the title attribute. That way the filename will no longer show in the popup.
Please Log in or Create an account to join the conversation.
- RadekKw
-
- Offline
- New Member
- Posts: 2
Already all OK. :)
Please Log in or Create an account to join the conversation.
- Yiota
-
- Visitor
Please Log in or Create an account to join the conversation.
- webdeveloper81
-
- Offline
- New Member
- Posts: 7
I have the same problem...I would like to delete the phrase "You are viewing the image with filename xxx.JPG".
I read the post but I can't find the "Default" folder to make the override inside the template folder..., I only see the default.php file...so what I have to do the eliminate this phrase?
Thank you very much!
Alessio
Please Log in or Create an account to join the conversation.
- Yiota
-
- Visitor
You are probably using an older version of SIG.
What version is it and which Joomla! version do you use as well?
Please Log in or Create an account to join the conversation.
- webdeveloper81
-
- Offline
- New Member
- Posts: 7
Let me know...and I need to know if there are some additional tags that I can use to set the gallery inside the articles (for example to set a description of the picture to show below the picture in case I won't to remove the text below...do you have some instructions/guide?).
Thanks,
Alessio
Please Log in or Create an account to join the conversation.
- webdeveloper81
-
- Offline
- New Member
- Posts: 7
Thank you in advance,
Alessio
Please Log in or Create an account to join the conversation.
- Yiota
-
- Visitor
Please Log in or Create an account to join the conversation.
- webdeveloper81
-
- Offline
- New Member
- Posts: 7
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
- Moderator
- 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;}
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
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)