Forum Replies Created
- AuthorPosts
-
Xpark Media
KeymasterDone, it has been added to Image store version 3.1
Xpark Media
KeymasterSome of these suggestions have been added to version 3.1
Xpark Media
KeymasterCan you please provide access to a test gallery to debug the problem? it looks like there is a problem with another plugin or the theme. Do you see any error on your server log?
Xpark Media
KeymasterRemember not to user RC1 on a live sever this is a test release version. there is an issue with the file upload on RC1 that has been fixed for Image Store 3.1 RC2. I will release RC2 for testing and once it is stable I will do a full release of version 3.1
Xpark Media
Keymasterthe next release will be available in about a week.
Others are reporting issues uploading images, I have not come across this issue but will look at it.
no, there is no integration of wp images with image store, I mean just allow user to view and download the images directly from these galleries.
Xpark Media
Keymasterwhat hosting services are you guys using? most of the time is some issue with the server path
Xpark Media
KeymasterI am currently looking at it and I will try to fix it for the next release thank you for the feedback
Xpark Media
Keymaster@Dave I will check it out I am working on the next version
July 17, 2012 at 9:41 pm in reply to: Paypal Sandbox testing is not registering sales in Image Store #48534Xpark Media
Keymaster1. Once you login into PayPal on the left site menu last item is the “Test Tools” and use the IPN option. The transaction type is “Cart Checkout” and fill out the form with your cart information.
2. The IPN url could be any of your galleries URL.
3. I think this is an issue on 3.0.9 I am fixing this on the next version.
Xpark Media
Keymasteruse get post or create a custom loop using WP_Query();
$args = array( 'post_type' => 'page'); $galleries = new WP_Query( $args ); while ( $galleries->have_posts() ) : $galleries->the_post(); endwhile; // Reset Post Data wp_reset_postdata()
Here you can find more information on wp_query
Xpark Media
KeymasterThank for the post, I am sure someone will find this useful
Xpark Media
KeymasterThis is much asked feature for the plugin that I am working on, it will be available on the next release currently the only way to offer free images is to use the default WordPress galleries
Here is the link to the current test version Image Store 3.1.0 RC1
Xpark Media
Keymasterthis is not possible right know but I am adding this feature on the next release, if you want to tested subscribe to my RSS or follow me on twitter.
Here is the link to the current test version Image Store 3.1.0 RC1
July 16, 2012 at 6:00 pm in reply to: Paypal Sandbox testing is not registering sales in Image Store #48517Xpark Media
KeymasterImage store uses PayPal’s IPN notification and sandbox is not setup to send this notification you need to setup the developer tools to test the notifications. I know is a bit hard and confusing to test the notification but the plugin is setup this way for security purposes.
I will check the image size issue.
Xpark Media
Keymasterthe issue has been fixed, download version 1.0.2
- AuthorPosts