Forum Replies Created
-
AuthorPosts
-
chrisbParticipant
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.
chrisbParticipantMine 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]
chrisbParticipantThink 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 “;
chrisbParticipantTry 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’
chrisbParticipantSorry, 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
chrisbParticipantContinued 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
chrisbParticipantHello
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
chrisbParticipantThanks, 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.
chrisbParticipantGreat … 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!
-
AuthorPosts