Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • I was finally able to step through the code and found two problems

    I am only showing PhotoStream and Photosets

    The problem I was having with Photostream was the next button was not working

    To fix that I did the following

    I made a backup of the flickr-gallery.php

    At approx line 303
    page: flickr_gallery_photostream_page,

    I removed the comma

    two lines later is

    console.log(rsp);

    I also removed that line

    after I did that the next button worked

    I was having a problem with PhotoSets in that the link to flickr did not work it made a 404 error

    on line 1009 in the flickr-photo class

    I changed the href and deleted

    https://flickr.com/photo.gne?id

    Well I have been stepping through the code to try to figure it out, making a little progress, no fix but can repro. Quick workaround is
    using different shortcode

    [flickr-gallery mode=’recent’]

    so it is not a java bug as mentioned in different threads, it appears to be something in the default switch of the flickr-gallery php starting at line 244, still trying to figure it out, but looks way beyond what I am capable of coding wise so could really use help figuring it out

Viewing 2 replies - 1 through 2 (of 2 total)