Xpark Media

Forum Replies Created

Viewing 15 posts - 256 through 270 (of 1,644 total)
  • Author
    Posts
  • in reply to: Image #56914
    Xpark Media
    Keymaster

    @d3ad,

    how big are your images? the script may be running out of memory. this will show in you php error log.

    Try reseting the settings to the defaults. and changing the settings one by one

    Xpark Media
    Keymaster

    @irisydavid,

    you can use the “ims_before_order_form” to completely modify the form.

    in reply to: Problem with name gallery and with gallery deleted #56897
    Xpark Media
    Keymaster

    @carob,

    that is correct. do you have any other plugins installed. Try uninstalling and installing one by one to see if it’s a conflict with another plugin.

    Xpark Media
    Keymaster

    @jcharris,

    did you try using the setting above?

    in reply to: Image #56887
    Xpark Media
    Keymaster

    @d3ad,

    You want to change the permissions on the folder where you are saving the galleries, and be sure all new directories will inherit them.

    Yes, you want to use a ftp application or command line.

    This is how you can turn on debug mode on wordpress, but before you do it check your php log for any errors from the image store plugin. You can ask your hosting company where the file is located

    http://codex.wordpress.org/Debugging_in_WordPress

    in reply to: Problem with name gallery and with gallery deleted #56886
    Xpark Media
    Keymaster

    @carob,

    Try reseting all values to the default and set everything again. It could be a settings issue.

    if you are using and ftp software there usually and info window or a permission tab, you want to allow the all user to read the content.

    in reply to: Thumbnails in backend Gallery #56885
    Xpark Media
    Keymaster

    @carob,

    check the file permission here you are saving your images. If you view the image link directly what do you see, a 404 page or an error?

    in reply to: Image #56875
    Xpark Media
    Keymaster

    @d3ad,

    Check your file permissions, the link url are retuning black images. Also check your php log for error. If you see anything please provide the information.

    http://www.cmfphotographie.com/wp-content/plugins/image-store/image.php?i=gIZwjp2eq4qk

    in reply to: resizing secure image gallery id #56858
    Xpark Media
    Keymaster

    @Duddlebug,

    you can change the size of the fields using css if you have worked with css. you want to add this to your child theme so you don’t lose the changes when you update your theme or image store.

    If you need help with the css rules please provide a link to your site.

    add this code in your child theme or into a plugin, and change the wording “To view your images please enter your login information below”. You canl also change the html if you know how.

    
    function theme_change_imstore_login_user_form( $form, $gallery ){
    $gallery_label = "ims-galbox-{$gallery->ID}";
    $password_label = "ims-pwdbox-{$gallery->ID}";
    $nonce = wp_create_nonce( 'ims_access_form' );
    $output = '<form action="' . get_permalink( $gallery->ID ) . '" method="post">
    <p class="message login">' . __( "To view your images please enter your login information below:", 'ims' ) . '</p>
    <div class="ims-fields">
    <label for="' . $gallery_label . '">' . __("Gallery ID:", 'ims') . '</label> 
    <input type="text" id="' . $gallery_label . '" name="' . $gallery_label . '" /><span class="linebreak"></span>
    <label for="' . $password_label . '">' . __("Password:", 'ims') . '
    </label> <input name="' . $password_label . '" id="' . $password_label . '" type="password" />
    <span class="linebreak"></span>
    <input type="submit" name="login-imstore" value="' . esc_attr__("log in", 'ims') . '" />
    <input type="hidden" name="_wpnonce" value="' . esc_attr( $nonce ) . '" />
    ' . apply_filters( 'ims_after_login_form', '' ) . '
    </div>
    </form>
    ';
    return $output;
    }
    add_filter( 'ims_login_form', 'theme_change_imstore_login_user_form', 50, 2 );
    in reply to: Problem with name gallery and with gallery deleted #56857
    Xpark Media
    Keymaster

    @carob,

    it is normal that the gallery name will not match the folder name. If you look at the Gallery infor metabox you can see where you can control the name of the gallery directory.

    The second is not normal. We will look into it. Do you see any php errors on your server? what are the permissions on the directories 600, 755 or other?

    Xpark Media
    Keymaster

    @irisydavid,

    You could do it using Image Store Hook’s. But if you want a way to do it just by modifying the settings this is what you can do.

    Create a new price list. Add one image size with the $0 cost.
    For the payment gateway use email notification only.
    All new galleries be sure to use the $0 cost price list.

    in reply to: how to add log out button #56849
    Xpark Media
    Keymaster

    @Duddlebug,

    There is only two ways to log out of galleries using the gallery url.
    domain.com/gallery-name/logout
    Ex: xparkmedia.com/galleries/chinese-year-2013/logout

    or from the cart page if you are using it.
    domain.com/cart/logout

    Or do you want to redirect the user after logout?

    in reply to: Adding wrong items to cart… Help #56823
    Xpark Media
    Keymaster

    @artfororphans,

    looks like the issue is the slow performance in the site. The ajax call doesn’t update properly. Try updating the store.js file in the _js folder with this file store.js

    in reply to: Downloadable Purchases #56821
    Xpark Media
    Keymaster

    it does, but we are willing to look at your dev site to see if there is a conflict with another plugin or theme.

    in reply to: Image downloadable #56811
    Xpark Media
    Keymaster

    @carob,

    do you have a test site that we can look at?

    The download option should work if the payment is valid an you are not using the “email notification”.

Viewing 15 posts - 256 through 270 (of 1,644 total)