I have made the galley relatively small (444 X 250 using a StudioPress theme) and I'm having an issue with the thumbnails in the gallery shaking and it looks like the last thumbnail drops below the first. Is there a code fix for this, or any suggestions?
http://www.studiopress.com/demo/education.html (look at the thumbnail image in the fcg)
http://sactobuilders.com
FCG thumbnails shake
6 posts • Page 1 of 1
Re: FCG thumbnails shake
I notice this thing happens only on small galleries..I do not have any solution for it, sorry
Yelena Khamidullina
Web Applications Developer, iePlexus
1. Check settings to exclude fcg-YOU conflict
2. Try to turn off all your plugins at once to exclude fcg-other plugin conflict
3. Try default theme to exclude fcg-theme conflict
4. Post in this forum to involve me in your troubleshooting. URL is required
Web Applications Developer, iePlexus
1. Check settings to exclude fcg-YOU conflict
2. Try to turn off all your plugins at once to exclude fcg-other plugin conflict
3. Try default theme to exclude fcg-theme conflict
4. Post in this forum to involve me in your troubleshooting. URL is required
-

admin - Site Admin
- Posts: 4738
- Joined: Fri Jan 16, 2009 9:29 am
- Location: Seattle, WA
Re: FCG thumbnails shake
Do you know if it's the width or the height that's the issue, and what number it stops having problems at? I'm trying to integrate into that same theme (Studio Press Education)
- aaroncampbell
- Posts: 2
- Joined: Sat Aug 15, 2009 9:58 am
Re: FCG thumbnails shake
I tried to troubleshoot that theme, what I found looks really strange...
in that theme style.css
there is style
that is responsible for styling of thumbnails on theme..what a coincidence..gallery has the same style name..somehow padding "padding: 2px !important;" in style above makes thumbnails to flicker, if you remove that padding completely, everything starts working properly..
in that theme style.css
there is style
- Code: Select all
.thumbnail {
float: left;
margin: 0px 10px 5px 0px !important;
padding: 2px !important;
border: 1px solid #DDDDDD !important;
}
that is responsible for styling of thumbnails on theme..what a coincidence..gallery has the same style name..somehow padding "padding: 2px !important;" in style above makes thumbnails to flicker, if you remove that padding completely, everything starts working properly..
Yelena Khamidullina
Web Applications Developer, iePlexus
1. Check settings to exclude fcg-YOU conflict
2. Try to turn off all your plugins at once to exclude fcg-other plugin conflict
3. Try default theme to exclude fcg-theme conflict
4. Post in this forum to involve me in your troubleshooting. URL is required
Web Applications Developer, iePlexus
1. Check settings to exclude fcg-YOU conflict
2. Try to turn off all your plugins at once to exclude fcg-other plugin conflict
3. Try default theme to exclude fcg-theme conflict
4. Post in this forum to involve me in your troubleshooting. URL is required
-

admin - Site Admin
- Posts: 4738
- Joined: Fri Jan 16, 2009 9:29 am
- Location: Seattle, WA
Re: FCG thumbnails shake
Thanks a lot for showing which part of the code in the stysheet was giving the issue. I tried it out and walla no more shaking.
originally the sheet showed this on the agent 30 css.
.thumbnail
{
float: left;
margin: 0px 10px 0px 0px;
}
but after that i changed it to what you instructed above and it did the trick. Thanks a lot
originally the sheet showed this on the agent 30 css.
.thumbnail
{
float: left;
margin: 0px 10px 0px 0px;
}
but after that i changed it to what you instructed above and it did the trick. Thanks a lot
- linoralow
- Posts: 1
- Joined: Tue Oct 20, 2009 3:06 am
Re: FCG thumbnails shake
yw
Yelena Khamidullina
Web Applications Developer, iePlexus
1. Check settings to exclude fcg-YOU conflict
2. Try to turn off all your plugins at once to exclude fcg-other plugin conflict
3. Try default theme to exclude fcg-theme conflict
4. Post in this forum to involve me in your troubleshooting. URL is required
Web Applications Developer, iePlexus
1. Check settings to exclude fcg-YOU conflict
2. Try to turn off all your plugins at once to exclude fcg-other plugin conflict
3. Try default theme to exclude fcg-theme conflict
4. Post in this forum to involve me in your troubleshooting. URL is required
-

admin - Site Admin
- Posts: 4738
- Joined: Fri Jan 16, 2009 9:29 am
- Location: Seattle, WA
6 posts • Page 1 of 1
Who is online
Users browsing this forum: No registered users and 0 guests









