Xpark Media

HomeSupport

Forum Replies Created

Viewing 15 posts - 1,486 through 1,500 (of 1,644 total)
  • Author
    Posts
  • in reply to: Transaction Problem #44931
    Xpark Media
    Keymaster

    vf, are you not getting the payment information on the back end, or you don’t see anything on the receipt page?

    also you may want to look at this post
    paypal IPN update

    in reply to: French VErsion #44899
    Xpark Media
    Keymaster

    glad to know that is working, thank you for supporting the plugin.

    in reply to: Thumbnails & Lightbox #44897
    Xpark Media
    Keymaster

    I will need access to your admin area to look at it, please make sure that the images store files are editable using WordPress plugin editor. [email protected]

    in reply to: Add to cart Feature? #44896
    Xpark Media
    Keymaster

    currently there is no option to have the “add to cart” link in the lightbox (I will try to add it on the next release), if you wan to use a single click to add the images to the cart, you can disable the “photos” page and just leave the “slideshow” which includes a single “add to cart link” on each image.

    To make the add to cart more visible you will have to do some css work.

    in reply to: No Place To Set Paypal #44893
    Xpark Media
    Keymaster

    I check your site and it’s good now, I just checked > saved and unchecked > save the “Disable store features”.

    Thank you for supporting the plugin.

    in reply to: Problems with v3 #44891
    Xpark Media
    Keymaster

    cedric,

    Are you using 3.0 or 3.0.1?
    issues have been resolved in version 3.01

    in reply to: Last update problem #44890
    Xpark Media
    Keymaster

    The information is there, but your text color is white that is why it not readable you just need to change the font color in your stylesheet.

    in reply to: Layout Issue #44842
    Xpark Media
    Keymaster

    you are going to have to modify your styles (css)
    view these posts

    Change image row
    Thumbnail columns
    Modify css

    Additionally I do not seem to be able to re-order the galleries on the main page.
    What do yo mean by main page, frontend galleries or albums, or admin page

    in reply to: No Place To Set Paypal #44834
    Xpark Media
    Keymaster

    can you set me up an admin user in your site so that I can look at it [email protected]

    in reply to: Problems with v3 #44825
    Xpark Media
    Keymaster

    Giorgio,

    Sorry for the late reply this is the code that you can add to your functions.php file or to a plugin if want to use to change the post type

    function change_ims_post_type( $post_type ){
    //modify post_type array as needed
    $post_type['supports'] = array('title','comments','author','excerpt','editor');
    return $post_type;
    }
    add_filter('ims_gallery_post_type', 'change_ims_post_type');

    in reply to: Users / Customers #44820
    Xpark Media
    Keymaster

    I have not tested any of the above scenarios using the multisite, but what you are experiencing sound about right wordpress multisite doesn’t allow you to set the default user for all site, I think. The plugin is not getting all the user information because of this fact.

    I am going to test it and let you know this could be just a enhancement for the plugin. if you need this right away you are going to have to do the development work.

    Give me a few day and I will post my findings

    in reply to: Can’t upload images within Galleries Image Store #44818
    Xpark Media
    Keymaster

    I really didn’t make any changes I think it was just file permission, glad is working

    in reply to: No Place To Set Paypal #44817
    Xpark Media
    Keymaster

    I think you have your site set up not use the plugin as a store. In the general tab uncheck the “Disable store features”

    in reply to: No Place To Set Paypal #44803
    Xpark Media
    Keymaster

    you should still have the options under settings > payment and enter your paypal email also here is where you can specify if you are using sandbox or production.

    can you provide a link to your site?

    in reply to: Can’t upload images within Galleries Image Store #44802
    Xpark Media
    Keymaster

    With the 666 permission the user should still be able to view and edit the files also it could be a path issue on the server could you change the permission on all the image store files so that I can edit them via WordPress, that way I can run some test.

    also how big are your images?

Viewing 15 posts - 1,486 through 1,500 (of 1,644 total)