Keyword

I don't want to see the Filename of the Picture (new version)

  • Yiota
  • Yiota's Avatar
  • Visitor
11 years 3 months ago #53169 by Yiota
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.

More
11 years 3 months ago #53170 by webdeveloper81
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

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

  • Yiota
  • Yiota's Avatar
  • Visitor
11 years 3 months ago #53171 by Yiota
Could you be a little more specific about that. What pictures are adapted to fullscreen?

Thank you.

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

More
11 years 3 months ago #53172 by webdeveloper81
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

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

More
11 years 3 months ago #53173 by webdeveloper81
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

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

  • Yiota
  • Yiota's Avatar
  • Visitor
11 years 3 months ago #53174 by Yiota
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.

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

More
11 years 3 months ago #53175 by webdeveloper81
Thank you very much!!!! I solved all I asked you ;)

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

  • Yiota
  • Yiota's Avatar
  • Visitor
11 years 3 months ago #53176 by Yiota
You are welcome @webdeveloper81

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

More
11 years 2 months ago #53177 by James Lee
Hi.  I&#039;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&#039;t see where I can removed this in default.php.

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

More
11 years 2 months ago #53178 by Lefteris
@james011

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.

More
11 years 2 months ago - 11 years 2 months ago #53179 by James Lee
@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. 

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

More
11 years 2 months ago - 11 years 2 months ago #53180 by James Lee
I got the line of text on the pop-up removed.  I modified &#039;jquery.fancybox.pack.js&#039; line 782. 

I commented out this line ...
/* d = f(&#039;<div class="fancybox-title fancybox-title-&#039; + c + &#039;-wrap">&#039; + e + "</div>"); */
... and added ...
d = f(&#039;&#039;);

Hope this helps anyone else that needs to remove this text.

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

More
11 years 1 month ago #53181 by Lefteris
@james011

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.

More
11 years 1 month ago #53182 by cwgrant
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.

More
11 years 1 month ago #53183 by Lefteris
@cwgrant

Hi. Is there a link to your site?

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

More
11 years 1 month ago #54887 by cwgrant
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.

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

More
11 years 1 month ago #54889 by Lefteris
Make a template override and just remove the title attribute from the img tags.

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

More
11 years 1 month ago #54894 by cwgrant
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

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

More
11 years 1 month ago #54910 by Lefteris
This is a language string. You can change it from Language Manager -> Overrides. If you change it there you will not lose your changes.

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

  • Wladyslaw Wojciechowski
  • Wladyslaw Wojciechowski's Avatar
  • Offline
  • New Member
More
11 years 5 days 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

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


Powered by Kunena Forum