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.

[Solved] Thumbnail Layout Issue

  • jhankins
  • jhankins's Avatar Topic Author
  • Offline
  • New Member
More
12 years 7 months ago - 12 years 7 months ago #50525 by jhankins
[Solved] Thumbnail Layout Issue was created by jhankins
Hello,

I purchased the Pro version yesterday and am experiencing an issue with the thumbnail layouts. The thumbnails appear to be extending beyond the bottom border of the thumbnail frame. The top and sides all have the white margin as expected. I have attempted to change the thumbnail height, but that didn't seem to make a differene.

Another possibly unrelated issue is that in the plugin admin interface I do not have a drop down box for selecting thumbnail layout styles - I have a text input box. I can change the layouts by manually typing in the style, but in all the screenshots I have seen of the plugin manager this should be a drop down.

Thanks in advance,
jhankins

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

More
12 years 7 months ago #50526 by Katia
Replied by Katia on topic Re: Thumbnail Layout Issue
Please provide us with a link to your gallery page.

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

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

  • jhankins
  • jhankins's Avatar Topic Author
  • Offline
  • New Member
More
12 years 7 months ago #50527 by jhankins
Replied by jhankins on topic Re: Thumbnail Layout Issue
PM with link sent.

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

More
12 years 7 months ago #50528 by Katia
Replied by Katia on topic Re: Thumbnail Layout Issue
This is a css conflict with your template...
Just go to plugins/content/jw_sigpro/jw_sigpro/tmpl/Classic/css/template.css
and change this:
ul.sigProClassic li.sigProThumb a.sigProLink img.sigProImg, ul.sigProClassic li.sigProThumb a.sigProLink:hover img.sigProImg {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: medium none;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}
to this:
ul.sigProClassic li.sigProThumb a.sigProLink img.sigProImg, ul.sigProClassic li.sigProThumb a.sigProLink:hover img.sigProImg {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: medium none;
    display: block;
    height: 100% !important;
    margin: 0;
    padding: 0;
    width: 100%;
}

For different style in your gallery you may select another template via the plugins parameters. For different pop up try another pop up engine.

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

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

  • jhankins
  • jhankins's Avatar Topic Author
  • Offline
  • New Member
More
12 years 7 months ago #50529 by jhankins
Replied by jhankins on topic Re: Thumbnail Layout Issue
This took care of the issue. Thanks for the quick fix!

-jhankins

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

More
12 years 7 months ago #50530 by Katia
Replied by Katia on topic Re: Thumbnail Layout Issue
;)

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