Forum Replies Created
- AuthorPosts
-
Xpark Media
Keymasterthis was fully corrected on version 3.1.6
Xpark Media
Keymasterthe issue was fixed on version 3.1.6
Xpark Media
KeymasterThe bug was completely fix on version 3.1.6
Xpark Media
Keymasterthere was a second bug, the issue was fixed on version 1.3.6
October 8, 2012 at 9:47 pm in reply to: Receipt not printing downlink and is not formatted correctly #50280Xpark Media
Keymasterthe issue was completely test it and fixed on version 3.1.6
Xpark Media
Keymasteralso you can set the password on the edit gallery screen on the “Publish” metabox under “Visibility”
October 8, 2012 at 9:39 pm in reply to: Paypal Sandbox testing is not registering sales in Image Store #50277Xpark Media
KeymasterWe had a few problems with, this we ran a full test and everything should be working on 3.1.6
Xpark Media
Keymasterthe option has been added to version 3.1.6
Xpark Media
KeymasterThis is but using the tax option, download and install Image Store 3.1.6 quick fixes
Xpark Media
KeymasterWe don’t have @jabby’s code, we need to wait for a reply and see if @jabby wants to provide the code for free,
We could customize it, if you need a quote please contact us at [email protected]
Xpark Media
Keymastertry updating the plugin with 3.1.6 quick fixes
Xpark Media
Keymastertry changing the album template to use the “page” template
settings > general > album template
I will take a look at the error, also it may be a conflict with other plugin.Xpark Media
KeymasterTo allow BW images you need to add the color option to your price list and you must have a color filter that matches your color option. This option is added by default by image store and all your customer needs to do is select the right color.
Here is a post with a bit more information Color filters
Is it possible to send download links manually?
The sort answer is yes, but it may be difficult to generate a secure link manually, it requires the encoded image id, color code, noce data and image size. The link look something like this
imstore_admin_url/download.php?_wpnonce=$nonce&img=$encoded_image_id&sz=$size&c=$color_code
The link is active only for 24 hours and less you changed your nonce experition time.
Xpark Media
KeymasterIs there anyway to have the preview be in other formats instead of just the Slideshow view?
Not by changing settings, this can be done with custom development.And is there anyway to allow for the preview color to be downloaded after purchase instead of just the original color version? yes, color setting and color filters must match and the image must be downloadable. All the customer needs to do is select the color option
If you have a list of colors and color option I may be able to set them up for you I just need access to your dev site. [email protected]
Xpark Media
Keymasteryou need to use a custom query to pull the galleries that you need including the child albums, use the taxonomy option, add it before the look, something like this
$args = array( 'post_type' => 'ims_gallery', 'tax_query' => array( array( 'taxonomy' => 'ims_album', 'field' => 'id', 'terms' => array("IDS") ) ) ); $query = new WP_Query( $args );
- AuthorPosts