Forum Replies Created
- AuthorPosts
- Xpark MediaKeymaster
We can confirm that it is a but on Image Store, we will release a new version soon.
If you want an immediate fix, download store.js and replace the file located in image-store/_js/store.js.
Xpark MediaKeymasterare your trying to set http headers or redirect a page on your plugin? if you are this is the cause of the warning.
try to set http headers or redirects in the WordPress “int” hook or Image Store’s “ims_init”
Xpark MediaKeymasternot by default, you have to extend the plugin by using image store’s hooks
Xpark MediaKeymasterwe are getting 404 errors from your site, we weren’t able to check the issue.
Xpark MediaKeymasterDon’t add any files in the image-store directory, create a new plugin that uses the image store hooks.
The classes are similar to java, but the syntax is different. You can create your own class in your new plugin and interact with the global $ImStore and $ImStoreCart objects while using the hooks.
You can also create many instances of the object by using
$my_variable = new ClasName();
but we recommend that you interact with the global variables already created.We have attached a few files to get you started with the new plugin.
Xpark MediaKeymasterXpark MediaKeymaster@james,
if you are still having problems you can go back to the previous version of the plugin.
one thing that we can help, is if you can provide any php error messages on your server log.
December 17, 2013 at 11:40 pm in reply to: Thumbnails don’t show right in 1 of my hosting servers. PHP configuration issue? #55510Xpark MediaKeymasterglad to hear that everything is working
Xpark MediaKeymasterImages will shrink to best fit the desired size, the image will not be cropped, but the images will not be exactly 800×600.
The links that are provided at check out and email have and expiration of 24h, but if the user has a customer account they can download the images anytime.
If you want to implement your own link see line 485 image-store/_inc/cart.php and you can use the hook ims_image_tag_meta to add your link bellow each image.
Xpark MediaKeymaster@james,
The process for paypal has never work how you mentioned, the only process that works like that is the email checkout.
Did anybody made modification the the plugin for you? Also what version of the plugin you had before?
We will look at the sales reports on the dashboard
Xpark MediaKeymasterCan you provide a link to your site.
Also the message that you are getting is not part of our plugin. It may be part of WordPress, we just want to check.
December 16, 2013 at 9:28 pm in reply to: Thumbnails don’t show right in 1 of my hosting servers. PHP configuration issue? #55497Xpark MediaKeymasterWe just checked your site and the images look fine.
You may also update to the latest version of the plugin, many improvements have bee made to the image display script.
Xpark MediaKeymasteradd this code
add_filter( 'the_content', array( &$this, 'gallery_shortcode' ) );
to the /image-store/_inc/store.php file in line 219 just after if ( is_singular( ‘ims_gallery’ ) || $allow )If you don’t see any other problems we will release the fix to the public.
Xpark MediaKeymasterIt looks like an empty sort value, please try changing the sort order and then back to the original. We will try to fix the issue as soon as we can.
Also be sure to deactivate and activate the plugin to apply all updates.
If you will like to test and provide feedback before any major release, please subscribe to our RSS, follow us on twitter or Google+
Xpark MediaKeymasterThe payment system has been integrated, please test it and let us know if you see any issues.
- AuthorPosts