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.

Staggered thumbnail layout problem

  • Geoffrey Todd
  • Geoffrey Todd's Avatar Topic Author
  • Offline
  • New Member
More
14 years 1 month ago #36792 by Geoffrey Todd
Staggered thumbnail layout problem was created by Geoffrey Todd
I think I've seen a mention of this problem elsewhere on the forum, but I can't for the life of me find out where.

I've got this site under development: development.integweb.com/villajasmine/gallery

When the gallery is set to showing all thumbnails there isn't a problem, but now that it's on single thumbnail view I've got this stepped or staggered diagonal layout problem.

Could someone point me in the right direction? Many thanks.

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

More
14 years 1 month ago #36793 by Katia
Replied by Katia on topic Re: Staggered thumbnail layout problem
You have a conflict with your template css. Contact your template provider in order to solve it.

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

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

  • Geoffrey Todd
  • Geoffrey Todd's Avatar Topic Author
  • Offline
  • New Member
More
14 years 1 month ago #36794 by Geoffrey Todd
Replied by Geoffrey Todd on topic Re: Staggered thumbnail layout problem
Thank you, however the template was created with Artisteer so I'm going to have to figure out the clash myself! Is there an easy way to identify which part of the CSS is causing the problem?

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

  • Geoffrey Todd
  • Geoffrey Todd's Avatar Topic Author
  • Offline
  • New Member
More
14 years 1 month ago #36795 by Geoffrey Todd
Replied by Geoffrey Todd on topic Re: Staggered thumbnail layout problem
Would really appreciate some help with this one - I've tried a whole heap of edits to the template CSS and can't get these clashes to sort themselves out. Margins and padding seem to be getting overridden, but I can't find a way to fix that.

Any advice or help is greatly appreciated. If I can't sort this I'm going to have to try other gallery plugins.

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

More
14 years 1 month ago - 14 years 1 month ago #36796 by Katia
Replied by Katia on topic Re: Staggered thumbnail layout problem
You must add a div with a different id outside SIG PRO in order your template not to override the SIG PRO css. In addition, you must adjust this id to the SIG PRO css file.

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

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

  • Geoffrey Todd
  • Geoffrey Todd's Avatar Topic Author
  • Offline
  • New Member
More
14 years 1 month ago #36797 by Geoffrey Todd
Replied by Geoffrey Todd on topic Re: Staggered thumbnail layout problem
Thank you. I have been trying everything I know to make this work, but would really appreciate some help. It might also be useful for any other Artisteer users who may find this thread.

Once I have a div wrapping the SIG PRO instance, how do I adjust the div to the SIG PRO css file?

I'm becoming confused as it doesn't appear to be a very common thing to do, or am I just looking in the wrong places? If I could get this to work it would be a very useful fix for css clashes with templates.

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

More
14 years 1 month ago #36798 by Katia
Replied by Katia on topic Re: Staggered thumbnail layout problem
This issue has to do with your css not SIG PRO. You must ask someone familiar with css for help.

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

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

  • Geoffrey Todd
  • Geoffrey Todd's Avatar Topic Author
  • Offline
  • New Member
More
14 years 1 month ago #36799 by Geoffrey Todd
Replied by Geoffrey Todd on topic [Solved] Staggered thumbnail layout problem
In case it's of help to anyone else searching with a similar thumbnail layout problem here's how I solved it.

I added the following CSS to template.css

ul.sig-container-single {
float:none !important;
}

li.sig-block {
padding-left: 0px !important;
overflow:visible !important;
float:none !important;
}

It was interesting to note that I discovered a very similar problem appeared on the rhuk_milkyway template, so it isn't just with Artisteer that this issue could arise.

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

More
13 years 11 months ago #36800 by Johnathan Renirie
Replied by Johnathan Renirie on topic Re: [Solved] Staggered thumbnail layout problem

In case it's of help to anyone else searching with a similar thumbnail layout problem here's how I solved it.

I added the following CSS to template.css

ul.sig-container-single {
float:none !important;
}

li.sig-block {
padding-left: 0px !important;
overflow:visible !important;
float:none !important;
}

It was interesting to note that I discovered a very similar problem appeared on the rhuk_milkyway template, so it isn't just with Artisteer that this issue could arise.


Thanks really worked.

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

  • Geoffrey Todd
  • Geoffrey Todd's Avatar Topic Author
  • Offline
  • New Member
More
13 years 11 months ago #36801 by Geoffrey Todd
Replied by Geoffrey Todd on topic Re: Staggered thumbnail layout problem
You're welcome ojisan. Glad it was useful to someone else!  :)

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


Powered by Kunena Forum