- Posts: 4
COMMUNITY FORUM
- Forum
- Commercial Joomla Extensions & Templates
- Simple Image Gallery PRO
- SIGPro Don't want thumb text, only pop up text.
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.
SIGPro Don't want thumb text, only pop up text.
- ggatlanta
- Topic Author
- Offline
- New Member
Less
More
13 years 7 months ago #40694
by ggatlanta
SIGPro Don't want thumb text, only pop up text. was created by ggatlanta
I am building a website aimed at professional photographers. I am using SIGPro with Slimbox2 JQuery without problem. I can make the thumbnails not show a title by leaving the title section in the Labels.txt file blank.
The problem is that no matter what, SIGPro wants to add what amounts to a dark gray line (the area would be wide if there was a title being used) at the bottom of the thumbnail.
I have played with the slimbox2.css file located in ../plugins/content/jw_sigpro/popup_engines/jquery_slimbox/css. Is there another file that can be edited to fix this? My clients are not going to want to see a dark line at the bottom of every photo.
Is there ANYthing I can do to make thumbnails look clean and unobtrusive and still use titles when the image pops up?
Thanks
The problem is that no matter what, SIGPro wants to add what amounts to a dark gray line (the area would be wide if there was a title being used) at the bottom of the thumbnail.
I have played with the slimbox2.css file located in ../plugins/content/jw_sigpro/popup_engines/jquery_slimbox/css. Is there another file that can be edited to fix this? My clients are not going to want to see a dark line at the bottom of every photo.
Is there ANYthing I can do to make thumbnails look clean and unobtrusive and still use titles when the image pops up?
Thanks
Please Log in or Create an account to join the conversation.
- ggatlanta
- Topic Author
- Offline
- New Member
Less
More
- Posts: 4
13 years 7 months ago - 13 years 7 months ago #40695
by ggatlanta
Replied by ggatlanta on topic Re: SIGPro Don't want thumb text, only pop up text.
Update, as I've been reading other posts, trying to find an answer, I realize I may not be overly clear on what I'm asking about. What I want is for there to be no "Label" text and for the Label Text Background to be totally transparent when their is no label text.
Thanks.
Thanks.
Please Log in or Create an account to join the conversation.
- Katia
- Offline
- Platinum Member
Less
More
- Posts: 4696
13 years 7 months ago #40696
by Katia
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Katia on topic Re: SIGPro Don't want thumb text, only pop up text.
You may enable and create labels and by modifying css hide them in the thumbnails but not in the pop ups.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- ggatlanta
- Topic Author
- Offline
- New Member
Less
More
- Posts: 4
13 years 7 months ago #40697
by ggatlanta
Replied by ggatlanta on topic Re: SIGPro Don't want thumb text, only pop up text.
EDIT: Ummm, I don't know what the deal is, but when I try to attach a 47k image to give an example of the problem, I get the following message: The upload folder is full. Please try a smaller file and/or contact an administrator.
Here is the message I posted:
Perhaps I wasn't clear...
If you view the attached image, perhaps you will understand.
I am trying to achieve captions on the image when the image is opened with slimbox2. But the thumbnail labels would NOT have any overlay of any sort on the thumbnail.
The attached image explained:
1. Top image (thumbnail screen grab): This is what I see when Read Contents of Caption Files is enabled, but the label field (the part between the two || ) is left empty.
2. Bottom image (thumbnail screen grab): This is what I see when No Captions is enabled. This is how I would like the thumbnail to look when Read Contents of Caption Files is enabled, but the label field is left empty.
Here is the message I posted:
Perhaps I wasn't clear...
If you view the attached image, perhaps you will understand.
I am trying to achieve captions on the image when the image is opened with slimbox2. But the thumbnail labels would NOT have any overlay of any sort on the thumbnail.
The attached image explained:
1. Top image (thumbnail screen grab): This is what I see when Read Contents of Caption Files is enabled, but the label field (the part between the two || ) is left empty.
2. Bottom image (thumbnail screen grab): This is what I see when No Captions is enabled. This is how I would like the thumbnail to look when Read Contents of Caption Files is enabled, but the label field is left empty.
Please Log in or Create an account to join the conversation.
- The Baldchemist
- Offline
- New Member
Less
More
- Posts: 2
13 years 7 months ago #40698
by The Baldchemist
Replied by The Baldchemist on topic Re: SIGPro Don't want thumb text, only pop up text.
Hello Ggantlanta,
Perhaps this reply might come a bit too late (and in that case hopefully someone else will have use of it), but I think the answer to your issue is to change the css file called template.css which you'll find in /plugins/content/jw_sigpro/templates/Default (the last folder depends on which style you're using - Artistic, Default, Elegant, Sleek).
Change line 35 and 36:
to this:
Hope this was what you needed.
Best regards,
Malin
Perhaps this reply might come a bit too late (and in that case hopefully someone else will have use of it), but I think the answer to your issue is to change the css file called template.css which you'll find in /plugins/content/jw_sigpro/templates/Default (the last folder depends on which style you're using - Artistic, Default, Elegant, Sleek).
Change line 35 and 36:
li.sig-block a.sig-link span.sig-pseudo-caption { background:#000; }
li.sig-block a.sig-link:hover span.sig-pseudo-caption { background:#fff; }
to this:
li.sig-block a.sig-link span.sig-pseudo-caption { background:transparent; }
li.sig-block a.sig-link:hover span.sig-pseudo-caption { background:transparent; }
Hope this was what you needed.
Best regards,
Malin
Please Log in or Create an account to join the conversation.
- ggatlanta
- Topic Author
- Offline
- New Member
Less
More
- Posts: 4
13 years 7 months ago #40699
by ggatlanta
Replied by ggatlanta on topic Re: SIGPro Don't want thumb text, only pop up text.
Thank you jungfrun, that did the trick!
Please Log in or Create an account to join the conversation.
- Forum
- Commercial Joomla Extensions & Templates
- Simple Image Gallery PRO
- SIGPro Don't want thumb text, only pop up text.