Tagged: ajax, Portfolio, thumbnails
Hey,
Please read the post below the black line as the solution in the end didn’t solve the problem. (https://kriesi.at/support/topic/ajax-portfolio-thumbnails-show-showing-incorrectly/)
The code did correct the problem in the portfolio but then made problems elsewhere.
#top .avia-gallery .avia-gallery-thumb a{ width: 10% !important; }
If you see the example image you will see a before and after on the home page. The first being without the code and last with the code.
http://www.chriswardphotography.com/test-area/examples/example12.jpg
I just need to correct the error that was happening on the portfolio the rest of the site was working ok.
Best wishes
Chris
—————————————————————————————————————————————————
After updating to version 2.1 my thumbnails in the Ajax portfolio are not showing incorrectly.
http://chriswardphotography.net/business/portfolio/
I have the ‘Gallery Thumbnail Columns’ set to 10 but its showing 5.
I have taken all my css out and no change. Also turned of my plugin’s no change. Any ideas?
By the way nice new forum site :-)
September 19, 2013 at 2:40 am #163266
Josue
Moderator
Hi artistic24459!
I think that’s an unexpected behavior, however here’s a quick fix, apply this CSS to the custom.css file or in the Quick CSS section:
#top .avia-gallery .avia-gallery-thumb a{ width: 10% !important; }
Regards,
Josue
September 19, 2013 at 9:59 am #163474
artistic24459
Participant
Perfect, thanks Josue.
September 19, 2013 at 10:01 am #163475
Hi again,
This code will do it only in the portfolio:
.portfolio-preview-image .avia-gallery .avia-gallery-thumb a{
width: 10% !important;
}
Cheers!
Josue
Perfect thanks :-)