• Resolved mcmikemn

    (@mcmikemn)


    Hi. I’m using Photonic with Picasa photos (not albums, in this case). When I set Photonic Settings -> Layouts, I set the “Archive View Thumbnails” to 3. The way I understand it, this is supposed to make certain views (Blog page, Category, Date, Tag or Author views) only display 3 images, but when I view the actual Post it will display all the images. However, my site is still displaying *all* images in the Blog view – not just 3.

    It’s definitely possible that it works fine but I’m doing something wrong. Either way, I’d like some assistance or input or guidance. Thanks!

    – Mike

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Sayontan Sinha

    (@sayontan)

    Do you have an example page? I see the code in place for this, but I do confess that this specific code is from 2012, so it is likely that in the intervening 6 years I have broken it.

    Any known reason why I cannot unsubscribe from a topic?

    Thread Starter mcmikemn

    (@mcmikemn)

    Here is my website’s home page: https://thewooskeys.com/

    This happens when my WordPress theme is configured:
    – “Your homepage displays: Your latest posts”
    – Or when “Your homepage displays: A static Page” and “Homepage” is blank and “Posts Page” is “Blog”.

    Photonic -> Layouts is configured:
    – “Archive View Thumbnails: 3”
    – “Link to see remaining photos:” “Hide the button to show remaining photos from the archive page” IS CHECKED
    – “Image layout: Mosaic layout, lightbox”

    Plugin Author Sayontan Sinha

    (@sayontan)

    Looks like a bug on my part. If you go to the file wp-content/plugins/photonic/extensions/Photonic_Picasa_Processor.php, line 151, you will see this:

    if (is_archive()) {

    Try changing it to this:

    if (is_archive() || is_home()) {

    This should work, but if you face issues, please let me know.

    Thread Starter mcmikemn

    (@mcmikemn)

    Worked perfectly. Thanks!

    Plugin Author Sayontan Sinha

    (@sayontan)

    This is now in version 1.66 of the plugin.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘“Archive View Thumbnails” limit doesn’t seem to work’ is closed to new replies.