chrisb

HomeSupportWordPress: Popular Widget Plugin 100K downloads

Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • in reply to: Thumbnails not always loading #53062
    chrisb
    Participant

    Is there javascript that is activated?  Seems like when I scroll to the bottom of the page the thumbnails display.

     

    I presume this is trying to wait until they are visible but it doesn’t work.

     

    I’m using Chrome on Windows.

    in reply to: Thumbnails not always loading #53060
    chrisb
    Participant

    Mine are being displayed as 1x1trans.gif

    see: http://kiff-backhouse.com/property-photography/

    I’m using a shortcode [ims-gallery id=<gallery-id> layout=lightbox number=all linkto=file]

    in reply to: Dynamic Shortcode for Client Area #53028
    chrisb
    Participant

    Think I’ve got it:

    change /_inc/store.php line 1999 as follows

    $type = “SELECT object_id FROM $wpdb->terms AS t

    INNER JOIN $wpdb->term_taxonomy tt ON t.term_id = tt.term_id

    INNER JOIN $wpdb->term_relationships tr ON tt.term_taxonomy_id = tr.term_taxonomy_id

    WHERE t.term_id = $album AND tt.taxonomy = ‘$taxid‘ GROUP BY tr.object_id “;

    in reply to: Dynamic Shortcode for Client Area #53027
    chrisb
    Participant

    Try going back to version 3.0.9 – I had to ….

    I think the error is somewhere in _inc?store.php and I belive it is to do with the taxonomy subselect which doesn’t return any rows:

     

    SELECT

    object_id

    FROM

    wp_terms AS t

    INNER JOIN wp_term_taxonomy tt

    ON t.term_id = tt.term_id

    INNER JOIN wp_term_relationships tr

    ON tt.term_taxonomy_id = tr.term_taxonomy_id

    WHERE t.term_id = 0

    AND tt.taxonomy = ‘ims_album’

     

    in reply to: Images not showing up in 3.1 #49090
    chrisb
    Participant

    Sorry, further update …

    I’ve now restored back to image_store 3.0.9 and it all works fine.  So something broke in 3.1.1

    in reply to: Images not showing up in 3.1 #49089
    chrisb
    Participant

    Continued from above …

    I can find no other reference to encrypt_id in the image_store code (or in the wordpress core either)

    If I comment this line out I get blank thumbs for All galleries – not just the galleries in this album

    see my home page: http://kiff-backhouse.com

    in reply to: Images not showing up in 3.1 #49084
    chrisb
    Participant

    Hello

    On my Dev machine I’m getting the error:

    Fatal error: Call to undefined method ImStoreFront::encrypt_id() in C:\Users\Public\Documents\httpdocs\wp-content\plugins\image-store\_inc\store.php on line1184

    running on imgs 3.1.1 and WP 3.4.1 on WAMP

    in reply to: Confused Taxonomy #48270
    chrisb
    Participant

    Thanks, all working now. It was caused by a cross-plugin compatibility with “Post Type Switcher”. Deactivated this and all working great!

    This is a fantastic plugin – thanks.

    in reply to: Odd behaviour from Re-Saved Galleries #48265
    chrisb
    Participant

    Great … thanks. It was a plugin “Post Type Switcher”

    Fantastic plugin by the way. I had tried integrating G3 with WP and was begining to feel I would have to write one from scratch and then came across Image Store – perfect!

Viewing 9 posts - 1 through 9 (of 9 total)