Xpark Media

Forum Replies Created

Viewing 15 posts - 316 through 330 (of 1,644 total)
  • Author
    Posts
  • in reply to: Firefox and Image Store 3.4.1 #55560
    Xpark Media
    Keymaster

    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.

    in reply to: PHP Warning #55558
    Xpark Media
    Keymaster

    @lch503,

    are 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”

    in reply to: Photo price #55536
    Xpark Media
    Keymaster

    @andrew,

    not by default, you have to extend the plugin by using image store’s hooks

    in reply to: ver 3.4 does not work with WP 3.8 #55527
    Xpark Media
    Keymaster

    @mavipatik,

    we are getting 404 errors from your site, we weren’t able to check the issue.

    in reply to: CD Implementation #55526
    Xpark Media
    Keymaster

    @lch503,

    Don’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.

    in reply to: Lightbox not working #55525
    Xpark Media
    Keymaster

    @mavipatik,

    we could access your site, could you please provide a link to a test gallery.

    Thank you

    in reply to: Image store broken since update #55511
    Xpark Media
    Keymaster

    @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.

    Xpark Media
    Keymaster

    glad to hear that everything is working

    in reply to: Store Downloads #55500
    Xpark Media
    Keymaster

    @lch503,

    Images 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.

    in reply to: Image store broken since update #55499
    Xpark Media
    Keymaster

    @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

    in reply to: ver 3.4 does not work with WP 3.8 #55498
    Xpark Media
    Keymaster

    @tboogie,

    Can 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.

    Xpark Media
    Keymaster

    @danielgm,

    We 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.

    in reply to: ver 3.4 does not work with WP 3.8 #55478
    Xpark Media
    Keymaster

    @CalvinDigital,

    add 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.

    in reply to: ver 3.4 does not work with WP 3.8 #55473
    Xpark Media
    Keymaster

    It 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+

    in reply to: Image size in checkout #55444
    Xpark Media
    Keymaster

    @lch503,

    The payment system has been integrated, please test it and let us know if you see any issues.

    https://xparkmedia.com/blog/image-store-34-rc2/

Viewing 15 posts - 316 through 330 (of 1,644 total)