- Posts: 4
COMMUNITY FORUM
- Forum
- Commercial Joomla Extensions & Templates
- Simple Image Gallery PRO
- How do I get the text to wrap around the thumbnails?
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.
How do I get the text to wrap around the thumbnails?
- felixaux111
-
Topic Author
- Offline
- New Member
www.vanderloock.com/en/familie/grandpa-louis-almost-became-87-years-old.htm
Please Log in or Create an account to join the conversation.
- JoomlaWorks
-
- Offline
- Admin
- Posts: 6227
Then, you need to open the CSS file of the layout you use (default or yearbook). Look at mambots/content/plugin_jw_sigpro for the CSS file. Depending on the thumb layout you chose (default or Year Book), choose the appropriate CSS file.
Inside this file, change this
.sig {clear:both;margin:0px;padding:12px;display:table;/*position:relative;*/}
.sig_clr {clear:both;}
to this
.sig {float:left;margin:0px 4px 4px 0px;padding:0px;}
.sig_clr {display:none;}
That should do the job ;)
Please Log in or Create an account to join the conversation.
- gprix
-
- Offline
- New Member
- Posts: 5
{gallery}folder_path:thumbs_width:thumbs_height:display_mode:ALIGN_LEFT/RIGHT{/gallery}
Because sometimes I would like to retain the clear:both attribute. Maybe I can modify the installer to have multiple setups of the SIG with different css files and different "calls" ({gallery_left} and {gallery_right}) or have SIG use one css file when I have selected single thumbnail mode and an other when using normal display mode.
Please Log in or Create an account to join the conversation.
- JoomlaWorks
-
- Offline
- Admin
- Posts: 6227
Please Log in or Create an account to join the conversation.
- Ralph de Kreij
-
- Offline
- New Member
- Posts: 3
Example:
www.cms.pkn-nieuwerkerk.nl/index.php?option=com_content&task=view&id=38&Itemid=1
Please Log in or Create an account to join the conversation.
- wimsel
-
- Offline
- New Member
- Posts: 2
I'm using 100px thumbnails and fixed it by duplicating the 'sigpro_default.css' file and naming it 'sigpro_default_single.css'.
In this file I changed this line:
.sig_cont {float:left;/*position:relative;*/}
into this:
.sig_cont {float:left;/*position:relative;*/height:75px !important; padding-left:10px; padding-top:8px;}
And added a little line in the 'plugin_jw_sigpro.php' to make sure the new css file is imported when a single thumbnail is used.
Change line 83 in this file to:
if($_params[3]) {$_howmanythumbs_ = $_params[3]; $sig_layout = 'default_single';} else $_howmanythumbs_ = $singlethumb;
Probably not a very neat solution, but it works for me.
Wim
Please Log in or Create an account to join the conversation.
- JoomlaWorks
-
- Offline
- Admin
- Posts: 6227
Probably not a very neat solution, but it works for me.
Wim
...I'd say a very professional solution! Thumbs up! ;)
Please Log in or Create an account to join the conversation.
- Yaani-Mai Gaddy
-
- Offline
- Senior Member
- Posts: 41
I tried a different route that worked, somewhat...
I put the gallery code in a one cell table. It works, the text wraps around the thumbnail that is inside the table except it is about 20 or 30 pixels too far away from it so there is a little too much space around it. I tried making the table the exact same size as the thumbnail but the text still won't butt up against it.
Do you have any suggestions on how to get rid of the excess space between the table & the text?
Yaani-Mai
Please Log in or Create an account to join the conversation.
- JoomlaWorks
-
- Offline
- Admin
- Posts: 6227
Please Log in or Create an account to join the conversation.
- ItchySox
-
- Offline
- New Member
- Posts: 3
Please Log in or Create an account to join the conversation.
- JoomlaWorks
-
- Offline
- Admin
- Posts: 6227
Please Log in or Create an account to join the conversation.
- ItchySox
-
- Offline
- New Member
- Posts: 3
Please Log in or Create an account to join the conversation.
- Yaani-Mai Gaddy
-
- Offline
- Senior Member
- Posts: 41
Scroll down to "Curt Engen's Super Rhino"
I specified the exact size of the thumbnail in order to get the text to wrap correctly.
Code looks like this
<table align="left" border="0">
<tbody>
<tr>
<td>{gallery}rhino:200:150:0{/gallery}
</td>
<td>
<span style="font-size: 14pt; color: #0000ff"><b>Curt Engen's Super Rhino</b></span>
<ul>
<li>
Custom billet A-arms</li>
<li>Aluminum roll cage</li>
<li>HID lights</li>
<li>Team Rocket Factory Stage 1 engine kit with snowmobile racing clutch.
</li>
</ul>
</td>
</tr>
</tbody>
</table>
Please Log in or Create an account to join the conversation.
- Armagh
-
- Offline
- Junior Member
- Posts: 22
Please Log in or Create an account to join the conversation.
- Armagh
-
- Offline
- Junior Member
- Posts: 22
Please Log in or Create an account to join the conversation.
- Armagh
-
- Offline
- Junior Member
- Posts: 22
Please Log in or Create an account to join the conversation.
- acijanos
-
- Offline
- Junior Member
Just one question : After 'wrapping' the text around the sig thumbnails...
The first line of text seems to be positioned vertically about 5px lower than the top of the thumbnail. I've tried modifying my template...default CSS, etc, - nothing seems to affect this.
Is this happening for all users? (image attached)
Professional, Eco-Friendly Joomla! Web Design: www.cartanova.ca
Please Log in or Create an account to join the conversation.
- d_spice
-
- Offline
- New Member
- Posts: 9
Thanks in advance.
Please Log in or Create an account to join the conversation.
- d_spice
-
- Offline
- New Member
- Posts: 9
Please Log in or Create an account to join the conversation.
- Francisco Javier Rojo
-
- Offline
- Junior Member
- Posts: 24
More about this...
I am using the yearbook parameter in SIG pro config
But..., if the caption is too long then it covers some of the content
is there a way to correct this?
thank you
javo
Please Log in or Create an account to join the conversation.
- Forum
- Commercial Joomla Extensions & Templates
- Simple Image Gallery PRO
- How do I get the text to wrap around the thumbnails?