Native gallery – Thumbnails support – URGENT!

Posted in: Newspaper
Post count: 20

When i create a new image gallery with WP native gallery,in the post is not showing the thumbnail version of the image, but loads the original.
Checkin old galleries created via old theme i’m having the same issue.

When i roll back to my previous theme and create a gallery everything works fine.
ex:
[gallery link="file" ids="106859,106891,106863,106862,106858,106672,106849"]
or:
[gallery link="file" ids="106859,106891,106863,106862,106858,106672,106849" size="small"]

It looks like the theme has no thumbanail support for native galleries…? Correct?
Don’t tell me to use TagDiv Slide Gallery, i don’t like the layout 🙁

  • This topic was modified 11 years by Sotiris.
Post count: 20

Debugging, i found out that newspaper theme loads the gallery preview with medium images:
div id=”gallery-1″ class=”gallery galleryid-106504 gallery-columns-5 gallery-size-medium”>

What i need is to load the gallery with thubnails or small size
<div id=”gallery-1″ class=”gallery galleryid-106504 gallery-columns-5 gallery-size-thumbnail”>

Plz help me to find this parameter along theme’s php pages.

BR,

S.

Post count: 6600

Hi,

You can do it from gallery.php file like this: http://screencast.com/t/MKBM6mIQ

Thanks

Post count: 20

Thanks Lucian for the support!
Worked!

BR,

S

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.