Xpark Media

Forum Replies Created

Viewing 15 posts - 661 through 675 (of 1,644 total)
  • Author
    Posts
  • in reply to: Gallery images open in new Window #52805
    Xpark Media
    Keymaster

    @rtb1982 and @kemgriffin

    this may by a style confict on the theme, can you please provide links to the sites

    in reply to: Notification email #52803
    Xpark Media
    Keymaster

    @franklin82, @Van Halen and @jon6565,

    this will be fix on the next release for the mean time change line 414 from

    		$message = apply_filters( 'ims_email_headers', $headers, $ImStore->opts['tags'], $this->substitutions );

    to

    		$headers = apply_filters( 'ims_email_headers', $headers, $ImStore->opts['tags'], $this->substitutions );
    in reply to: Dynamic Shortcode for Client Area #52802
    Xpark Media
    Keymaster

    @CathieHeart,

    use [image-store secure=1] to show the login form
    use [image-store] to display all none-secure galleries
    use [image-store all=true] to display all galleries including secure galleries
    use [image-store count=5] to limit the number of galleries displayed
    use [image-gallery id=”e84sher”] to display a single gallery

    I hope this helps

    in reply to: After buying, the download image is only a thumbnail #52801
    Xpark Media
    Keymaster

    @lcarlos,

    be sure that your image size are pixel sizes, that the size width and height is correct. also the original images needs to be big enough to cover all sizes.

    the plugin will server the preview image if it can find or generate the image, if you wan to allow the download of the original image check “Download Original” in settings > image

    in reply to: Translation not working on the front end. #52800
    Xpark Media
    Keymaster

    @kilinkis,

    try downloading the latest file, also do you have any language translation plugin? if not there may be conflicts with the theme we will look into if this is a bug.

    in reply to: Add to Cart does not work #52799
    Xpark Media
    Keymaster

    @benspires,
    we have provided some feedback on the post

    in reply to: Digital Download Only #52797
    Xpark Media
    Keymaster

    make sure all your image sizes are set up to use pixels, and check the checkbox next to each image size in the price list.

    if you want to allow the user to download the original image size you will have to check “Download Original” in settings > images

    in reply to: sales does no appear!!! #52796
    Xpark Media
    Keymaster

    @nadina,

    are new sales not showing or old sales? what gateways are you using?

    The only reason why image will disappear is if deleted the images or gallery

    in reply to: Feature Request – PNG Watermark Tiling #52794
    Xpark Media
    Keymaster

    @Van Halen,

    we will look into it, thank you for the feedback

    in reply to: Package Request #52792
    Xpark Media
    Keymaster

    @siddallj,

    this may be a bug, we will look at it, if it is it will be fix on the next release

    in reply to: Galleries get error Page not Found #52791
    Xpark Media
    Keymaster

    @bennychains,

    you are using a very old version of the plugin.

    When you update the plugin, run the update and you may want to go through all the setting since a lot more settings have been added since then.

    After you have changed all your settings if you still have a problem, first update your permalink structure by clicking save.

    If this doesn’t work you may have to revert the setting to the defaults and change the settings again.

    in reply to: Shipping still not working #52789
    Xpark Media
    Keymaster

    @tboogie,

    is the “fee shipping” a promotion? the select issue could be cause by the js error on your site,could you provide a link to your site.

    in reply to: Sales Page #52787
    Xpark Media
    Keymaster

    @franklin82,
    we ran a few quick test and everything looks fine on the plugin, if you will like to look at you site please provide a link.

    for the 403 error, please check your file/directory permissions

    in reply to: Deprecated: Function eregi() is deprecated #52784
    Xpark Media
    Keymaster

    @franklin82,

    is related to both, looks like you are using php 5.3 and the function has been deprecated, I will make the change on on the next release.

    If you need to make the change change the line

    if ( !eregi( 'VERIFIED', $info ) ) {

    for

    if ( !preg_match( '/VERIFIED/', $info ) ) {
    in reply to: Buying the rights to an image #52782
    Xpark Media
    Keymaster

    @arhehe,

    no, currently there is no efficient way to do this using the image store, maybe we could add an additional field like color, finish to the the price list, we will keep this in mind for a future release.

Viewing 15 posts - 661 through 675 (of 1,644 total)