Forum Replies Created
-
AuthorPosts
-
Xpark MediaKeymaster
Done, it has been added to Image store version 3.1
Xpark MediaKeymasterSome of these suggestions have been added to version 3.1
Xpark MediaKeymasterCan 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 MediaKeymasterRemember 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 MediaKeymasterthe 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 MediaKeymasterwhat hosting services are you guys using? most of the time is some issue with the server path
Xpark MediaKeymasterI am currently looking at it and I will try to fix it for the next release thank you for the feedback
Xpark MediaKeymaster@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 MediaKeymaster1. 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 MediaKeymasteruse 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 MediaKeymasterThank for the post, I am sure someone will find this useful
Xpark MediaKeymasterThis 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 MediaKeymasterthis 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 MediaKeymasterImage 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 MediaKeymasterthe issue has been fixed, download version 1.0.2
-
AuthorPosts