Keyword
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.

Thumbnail Padding WHERE IS IT?

  • dphugo
  • dphugo's Avatar Topic Author
  • Offline
  • New Member
More
16 years 1 week ago - 16 years 1 week ago #19775 by dphugo
Thumbnail Padding WHERE IS IT? was created by dphugo
I would like to get more thumbnails per line. I hacked around with firebug and can do it but can't find the correct index.php OR engine.css or whatever to edit.
Below are what I have and what I want copied and pasted from Firebug.
Could you tell me exactly where this PHP or CSS file is located? I would like to end up with 4 thumbnails accross.

FROM:
#sigid0_a699da2e64a951858ff5d2ef6e0b7597.sig .sig_cont {index.ph...&Itemid=8 (line 43)
height:200px;
width:220px;
}

TO:
#sigid0_a699da2e64a951858ff5d2ef6e0b7597.sig .sig_cont {index.ph...&Itemid=8 (line 43)
height:200px;
width:165px;
}

saugus.web.aplus.net/index.php?option=com_content&view=article&id=11&Itemid=8

Thanks
Hugo

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

  • JoomlaWorks Support Team
  • JoomlaWorks Support Team's Avatar
  • Offline
  • Platinum Member
More
16 years 3 days ago #19776 by JoomlaWorks Support Team
Replied by JoomlaWorks Support Team on topic Re: Thumbnail Padding WHERE IS IT?
Hi there!

Have you tried to check out the css files of the engines
located in the folder
plugins/content/jwsigpro/etc

Thank you!

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

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

  • dphugo
  • dphugo's Avatar Topic Author
  • Offline
  • New Member
More
15 years 11 months ago #19777 by dphugo
Replied by dphugo on topic Re: Thumbnail Padding WHERE IS IT?
#sigid0_3a36d4a493513998ec8960ca5f035d7f.sig .sig_cont {index.ph...&Itemid=3 (line 35)
height:200px;
width:220px;

I would like to comment out the width and add margin: 3px.
Problem is this index.php file is nowhere to be found. Yes I have looked in the /plugins/content/jwsigpro/  I have searched and opened every .php file I can find.

I'm trying to style the page so the thumbnails aren't so far apart. If I could do this mod it would be great.
Thank you

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

More
15 years 9 months ago #19778 by croise
Replied by croise on topic Re: Thumbnail Padding WHERE IS IT?
Hello,

I have the same problem, did you find a solution?

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

  • JoomlaWorks Support Team
  • JoomlaWorks Support Team's Avatar
  • Offline
  • Platinum Member
More
15 years 9 months ago #19779 by JoomlaWorks Support Team
Replied by JoomlaWorks Support Team on topic Re: Thumbnail Padding WHERE IS IT?
Hi there!

Those scripts are created from the line 245 of the jwsigpro.php file. The line is
$sigdata = '<style type="text/css" media="all">#sigid'.$sigmd5.'.sig .sig_cont {width:'.($_width_final_+20).'px;height:'.($_height_final_+20).'px;}</style>';
This line tell us that the final width / height is the value set at the params of the plugin or it is set inside the {gallery} tags.

Can you please check please what values you have inside the params ( or inside the gallery tag )?

Thank you!

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

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


Powered by Kunena Forum