Forum Replies Created
- AuthorPosts
- Xpark MediaKeymaster
this was fully corrected on version 3.1.6
Xpark MediaKeymasterthe issue was fixed on version 3.1.6
Xpark MediaKeymasterThe bug was completely fix on version 3.1.6
Xpark MediaKeymasterthere 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 MediaKeymasterthe issue was completely test it and fixed on version 3.1.6
Xpark MediaKeymasteralso 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 MediaKeymasterWe had a few problems with, this we ran a full test and everything should be working on 3.1.6
Xpark MediaKeymasterthe option has been added to version 3.1.6
Xpark MediaKeymasterThis is but using the tax option, download and install Image Store 3.1.6 quick fixes
Xpark MediaKeymasterWe 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 MediaKeymastertry updating the plugin with 3.1.6 quick fixes
Xpark MediaKeymastertry 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 MediaKeymasterTo 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 MediaKeymasterIs 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 MediaKeymasteryou 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