- 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
10 years 10 months ago #53169
by Yiota
Replied by Yiota on topic Re: I don't want to see the Filename of the Picture (new version)
OK. Do you see the Classic folder? If you do, follow the procedure I have instructed above about the overrides and make the appropriate change in the attribute mentioned in order to remove the filename in the popup.
Please Log in or Create an account to join the conversation.
- webdeveloper81
- Offline
- New Member
Less
More
10 years 10 months ago #53170
by webdeveloper81
Replied by webdeveloper81 on topic Re: I don't want to see the Filename of the Picture (new version)
Solved! Thank you very much!
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
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
10 years 10 months ago #53171
by Yiota
Replied by Yiota on topic Re: I don't want to see the Filename of the Picture (new version)
Could you be a little more specific about that. What pictures are adapted to fullscreen?
Thank you.
Thank you.
Please Log in or Create an account to join the conversation.
- webdeveloper81
- Offline
- New Member
Less
More
- Posts: 7
10 years 10 months ago #53172
by webdeveloper81
Replied by webdeveloper81 on topic Re: I don't want to see the Filename of the Picture (new version)
ok...what I would like to know if there's any chance with this plugin (or another one developed by your team) to adapt/show pictures to full screen dimension (or something simiilar to full screen).
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
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
Less
More
- Posts: 7
10 years 10 months ago #53173
by webdeveloper81
Replied by webdeveloper81 on topic Re: I don't want to see the Filename of the Picture (new version)
I have another questions...how can I insert the tag {gallery}xxx{/gallery} in a module (custom html) instead of an article?
thank you!
Alessio
thank you!
Alessio
Please Log in or Create an account to join the conversation.
- Yiota
- Visitor
10 years 10 months ago #53174
by Yiota
Replied by Yiota on topic Re: I don't want to see the Filename of the Picture (new version)
To center the thumbnails of your gallery you need to add to
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.
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
Less
More
- Posts: 7
10 years 10 months ago #53175
by webdeveloper81
Replied by webdeveloper81 on topic Re: I don't want to see the Filename of the Picture (new version)
Thank you very much!!!! I solved all I asked you ;)
Please Log in or Create an account to join the conversation.
- Yiota
- Visitor
10 years 10 months ago #53176
by Yiota
Replied by Yiota on topic Re: I don't want to see the Filename of the Picture (new version)
You are welcome @webdeveloper81
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 #53177
by James Lee
Replied by James Lee on topic Re: I don't want to see the Filename of the Picture (new version)
Hi. I'm having the same issue as webdeveloper81, but I would like to also removed the text ..."Image 2 of 15" that appears below the image in the pop-up. Unfortunately I don't see where I can removed this in default.php.
Please Log in or Create an account to join the conversation.
- Lefteris
- Offline
- Moderator
Less
More
- Posts: 8743
10 years 8 months ago #53178
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
This is coming from the popup engine. I suggest hiding with CSS. For example if you use Fancybox try:
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)