Xpark Media

Forum Replies Created

Viewing 15 posts - 226 through 240 (of 1,644 total)
  • Author
    Posts
  • Xpark Media
    Keymaster

    @netsubway,

    What browser and OS are you using we tested your site on Chrome mac and it works fine. Could you provide a screenshot of what you see?

    Xpark Media
    Keymaster

    @haerocanada,

    What browser are you using? we tested it and it works fine on chrome.

    You may want to reduce the number of tabs or change the tabs names to improve the space available for the tabs.

    in reply to: How To Delete Linked Images? #57024
    Xpark Media
    Keymaster

    @jcharris,

    Setting the payment status to something other than “completed” should block the user from downloading the images, they will still get a preview but the download link will not be available to them.

    We will look and see if there is a bug.

    Xpark Media
    Keymaster

    Can you please provide a link to your site.

    If the theme is ajax driven you will have problems. The plugin currently do not support ajax driven themes. We suggest using a theme from the WordPress site that is actively maintained.

    in reply to: ims galleries file permissions? #57022
    Xpark Media
    Keymaster

    Each server has different permissions needs and you will need to work with your hosting company.

    To be able to scan and upload images the php script (user) needs read and write access.

    We don’t know if your user is part of the group or you are the owner of that directory only your hosting company or you will know.

    To avoid http access please follow the recommendations on the previous post.

    in reply to: Orders now showing up in sales #57021
    Xpark Media
    Keymaster

    @kyle7787,

    Did you check the recommendations we provided on the other post? did you see any error? sounds like there are some conflicts with other plugin that you are using.

    in reply to: bespoke cart page with extra options #57008
    Xpark Media
    Keymaster

    check the ims_before_checkout_order hook to add additional fields.

    Other functionality requires javascript work.

    in reply to: Orders now showing up in sales #57007
    Xpark Media
    Keymaster

    this is a duplicated post please see Paypal not working

    in reply to: Paypal not working #57000
    Xpark Media
    Keymaster

    @neatpete,

    do you see any php error from the image store plugin in your php log? also check if you see a “ipn_log.txt” file inside the plugin folder.

    Did you set up a PIN path in your paypal settings if you did. please remove it or change it to your home page.

    in reply to: Pic preview in articles list & multi language support #56999
    Xpark Media
    Keymaster

    @hyyz17200,

    Thank you for your feed back. We fix the forum, it should work now.

    To add an image preview to your post you need to use the “feature” image.

    We will check the theme again to see what string we missed and we’ll add the translation functions. Notice that there are more the one function for the translation files you need to use “__;_e;_n:1,2;_x:1,2c;_ex:1,2c;_c:2c,1;_nx:4c,1,2;_n_noop:1,2;_nx_noop:4c,1,2;esc_attr__;esc_attr_x:1,2c;esc_attr_e;esc_html__;”

    in reply to: ims galleries file permissions? #56997
    Xpark Media
    Keymaster

    @jcharris,

    to make your sites more secure we suggest to modify the galley path in settings > Gallery > “Gallery folder path”. That way only you know where your images are located.

    The plugin is designed not to display the image path to the user. If you want to add additional security you can try to add a .htaccess file in your gallery directory with this code. Note that we did not test the code.

    <Limit GET POST PUT DELETE> 
    order deny,allow 
    deny from all 
    </Limit> 
    in reply to: Different directories for different gallery #56995
    Xpark Media
    Keymaster

    @gianny,

    Currently, adding gallery directories within gallery directories will not create keep the hierarchy.

    In a way hierarchy is control by the “album” taxonomy and not the gallery. event if we can scan galleries within galleries we will not be able to know what “album” to assign them to.

    This could work if the galleries had the same structure as pages, but they don’t.

    You can still keep the hierarchy that you want but you will need to scan each gallery one by one.

    in reply to: Post category #56994
    Xpark Media
    Keymaster

    modify your code to this, note that this will only work with categories.

    function modify_pop_recent_title( $title, $post ) {
    return '<span class="pop-title title">'. $title . '<span class="post-date">' . date_i18n( get_option('date_format'), $date ) ,'</span>' . get_the_term_list( $post->ID, 'category', '', ', ', '' ) . '</span>' ;
    }
    add_filter('pop_recent_title', 'modify_pop_recent_title');
    in reply to: Problem With Gallery Shopping Cart Link #56988
    Xpark Media
    Keymaster

    @jcharris,

    Can you provide a link to your site to look at, the cart should always display all images in the cart. Do you have a cache plugin in your site?

    in reply to: Images Not Displaying in Gallery or in WordPress Admin #56987
    Xpark Media
    Keymaster

    @julzdyer,

    We will need the php error on your server. Looks like there is a problem with the image php file on your server.

Viewing 15 posts - 226 through 240 (of 1,644 total)