Xpark Media

Forum Replies Created

Viewing 15 posts - 346 through 360 (of 1,644 total)
  • Author
    Posts
  • in reply to: Image size in checkout #55305
    Xpark Media
    Keymaster

    @lch503,

    Yes, the issue has been fixed, and we will love to add the sagePay integration. you can email the file(s) to [email protected] and we will look at it.

    in reply to: Ligthbox for WP galleries doesn't work #55303
    Xpark Media
    Keymaster

    @doo,

    is hard to add the lightbox to all images using the plugin, because there may be images that you don’t want it on like logos, ads etc. That is why it is restricted to image store and gallery formatted images.

    If you know a bit of jQuery you can use this code and change the selector as needed.

    if( jQuery().imstouch ){
    $( ".YOUR-SELECTOR_HERE" ).imstouch();
    }
    

    We also couldn’t see any javascript error, other script may be preventing the Lightbox action.

    in reply to: Image preview – touch-overlay not loading #55302
    Xpark Media
    Keymaster

    @RasmusET,

    if you have images that are not displaying a the proper size they may be images that you uploaded before (old image) you change it to 640×427 px.

    You can re-scan the gallery and it will regenerate the images at the proper size. the image.php file is use for hide your original image url, add a watermark and apply color filters but it doesn’t resize the image.

    in reply to: Cart not clearing when exit gallery #55293
    Xpark Media
    Keymaster

    @liamshoots,

    This could be a bug, but the car is saved at the browser level not a the user level, so if you login to your account using another browser the car will not be available to you. The only problem could be if the user has 2 accounts and it is using the same browser, but will fix the bug as as possible.

    in reply to: Ligthbox for WP galleries doesn't work #55292
    Xpark Media
    Keymaster

    @doo,

    Can you provide a link to your site, this could be just a javascript error on the page.

    For the Lightbox to work on regular WordPress galleries the galleries need to be linked to their files not images and they need to be formatted as galleries.

    The lightbox shows by default in the image store unless there is a javascript problems or your images are linked to their attachment page.

    in reply to: Inserting Custom Field Contents into Tab Post Content #55290
    Xpark Media
    Keymaster

    @buegelfrei,

    if you want to add content or replace the title on a particular tab using the “pop_{$this->current_tab}_title” filter.

    this is how you use it

    function add_replace_title_on_post_tab( $title ){
    $title . "add something after the title";
    return $title;
    }add_filter( 'pop_recent_title', 'add_replace_title_on_post_tab' );

    or you can replace the entire content using the “pop_recent_posts_content” filter.

    in reply to: No Thumbnails (tried every troubleshooting on this forum) #55287
    Xpark Media
    Keymaster

    @sharonmiranda,

    the [image-store] will show only galleries that are not password-protected, if you are password-protecting all you galleries but you still want to display the galleries use this code [image-store all=true]

    Xpark Media
    Keymaster

    @yvan,

    This is not a option yet. The user can only do that using the lightbox. if you one a more traditional experience.

    Activate the tools widget and change the image link to “attachment”, this will act as a traditional e-commerce site where you have to click on the product and you are presented with the product page and where you can add the product.

    Xpark Media
    Keymaster

    @member68,

    No, there is no IPN url that you have to add, in fact we recommend that you don’t add any, but if you want to set a IPN url it must be the home page url.

    One other think to check is for a failed IPN file called ipn_log.txt inside the image-store plugin directory.

    Be sure you are using the right information (email) for your production environment, it will be different from your development environment.

    Also do you know how to get to your server access log? if you do, check for POST request from “PayPal IPN” to confirm that the request is reaching your server and nothing is blocking the request.

    in reply to: Image preview – touch-overlay not loading #55275
    Xpark Media
    Keymaster

    @RasmusET,

    We couldn’t see the gallery in your site, it requires login information. If most of the images are working and some are not it could be a cache issue. To fix it try changing a setting on the settings page and then change it back.

    This will refresh the cache time on all the images.

    in reply to: No Thumbnails (tried every troubleshooting on this forum) #55274
    Xpark Media
    Keymaster

    @sharonmiranda,

    can you post the shortcode that you are using on the “galleries” page. The “open” page is working fine we think, if you are using the slideshow shortcode.

    in reply to: Image preview – touch-overlay not loading #55269
    Xpark Media
    Keymaster

    It looks like a javascript error on the page, if If you go to the image link directly it loads fine, no server error.

    Could you provide a link to your site to look at it?

    Xpark Media
    Keymaster

    @member68,

    We ran a few test and we couldn’t duplicate the issue? what currency are using? This may be a new change on paypal. We will look at it if you see any php error on your site it will be helpful too.

    in reply to: Digital Downloads not Working with 0.00 Order #55264
    Xpark Media
    Keymaster

    @daniel,

    You just have to delete the current files from your site and replace it with the older version, you can download older versions in the change log page just click on the version that you need.


    @rtb1982
    ,

    We’ll test the issue, but if you are not using email notifications you should be fine using the previous version. If there is an issue it will be fix on the next release.

    in reply to: How to get this to work with cache? #55205
    Xpark Media
    Keymaster

    @dietrichmd,

    If you can add a setting to bypass cache on post_meta value, you can add the value that used on the popular widget’s “Custom Field”.

    Even with a cache plugin the pageviews are calculated via ajax if your cache plugin doesn’t block POST request, but the right value will not be displayed until cache is updated.

Viewing 15 posts - 346 through 360 (of 1,644 total)