Support » Plugin: Flickr Gallery » [Plugin: Flickr Gallery] Pagination fails :(

Viewing 7 replies - 1 through 7 (of 7 total)
  • fewpeople

    (@fewpeople)

    I also have this same problem, and I haven’t been able to find the answer anywhere.

    Here’s how you recreate the problem. Use the shortcode [flickr-gallery]…then under the Photostream tab, click “Next Page”. No photos will show up.

    fewpeople

    (@fewpeople)

    Just to note, I am using version 1.5.2

    kashann

    (@kashann)

    Hello. I was having the same problem that you were, but I think I have it solved. I changed line 300 in the “fickr-gallery.php” file from

    $.post("<?php echo get_bloginfo('wpurl') ?>", {

    to

    $.post(“<?php echo $_SERVER[‘REQUEST_URI’] ?>”, {`

    And it seemed to work like a charm.

    kashann

    (@kashann)

    Hmmm, let me try this again:

    change $.post("<?php echo get_bloginfo('wpurl') ?>", {

    to this:

    $.post("<?php echo $_SERVER['REQUEST_URI']?>, {

    Sorry added an extra backtick last time.

    kashann
    Thanks for your input but it didn’t work for me (even with the " I think you missed from the end of your suggested line)

    Yikes!! Indeed I did! Thanks for catching that.

    Do you have a url to the site you are working on? Maybe I can take a look and help you troubleshoot 🙂

    Is the first page loading correctly?

    Also, are the other tabs (Photosets, Collections, Interesting) working correctly?

    Thanks again for catching that!

    I had the same problem and just used ‘home’ instead of ‘wpurl’ in the get_bloginfo.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: Flickr Gallery] Pagination fails :(’ is closed to new replies.