Xpark Media

Forum Replies Created

Viewing 15 posts - 481 through 495 (of 1,644 total)
  • Author
    Posts
  • in reply to: Can’t rename tag labels #54059
    Xpark Media
    Keymaster

    We found the issue, it affects Firefox only the issue will be fix on the next release.

    in reply to: Problem with the Widget: Images Store Tools #54041
    Xpark Media
    Keymaster

    @WebDreamsAgency,

    We tested the widgets and they look fine, could you provide a link to your site to see if we can see an issue, it could be that the styles are hiding the button.

    in reply to: How to deactivat vote button an set add to cart button #54039
    Xpark Media
    Keymaster

    @WebDreamsAgency,

    To deactivate the vote button go to settings > general and uncheck “Activate voting”.

    Currently you can’t add the “add to cart” button at the bottom of the image, it only shows in the lightbox when the user click on the image.

    You could add this line of code to the styles.css file in the theme but you still need to write javascript to make the order form show up.

    .img-metadata a.box-add-to-cart {
    display: inline;
    }
    in reply to: Order Gallery Not Working(v3.3.1) #54037
    Xpark Media
    Keymaster

    @imageman1,

    What version were you using before? do you see any javascript error on your browser?

    One thing that you can try is rescanning the gallery using the scan tab, but do this only if you are sure that there is no javascript error and that other galleries do work.

    in reply to: Latest Images Widget not updating… #54036
    Xpark Media
    Keymaster

    @samcmoore,

    delete the plugin and try updating again we had a small issue uploading the plugin to WP, you could have downloaded a corrupted version.

    in reply to: Add to cart going to the page footer #54035
    Xpark Media
    Keymaster

    @Jhonathan,

    if you can sent the file to [email protected] it will be great, it could be just an issue with your theme but if it doesn’t cause any other problems we can add the change to the next release.

    in reply to: Pormotional code don’t work #54034
    Xpark Media
    Keymaster

    @carob,

    Is good to know that is working, do you know what was the problems if you can share the information it will be greate for other users having the same problem.

    in reply to: Download photos of Gallerie #54033
    Xpark Media
    Keymaster

    @carob,

    You can’t do this by using the settings this is not a default functionality.

    You can make it work by creating a second plugin that works with Image Store using the plugin’s filters (make modifications).

    If you are or know a developer it works just like any wordpress plugin view WordPress’ Plugin API for more information

    in reply to: Issues with Additional Comments and Sales Panel #54031
    Xpark Media
    Keymaster

    @rivercityphotography,

    3.3.1 fixed the additional information issue.


    @info
    @tmkphoto.com,
    We tested the functionality and it is working, be sure that you did not set up a IPN url in your paypal account.

    If you see any error in your error log that will be helpful. what other plugins are you using?

    in reply to: Search and display one photo from gallery #54029
    Xpark Media
    Keymaster

    something else you can do is register the images are full content type and password protect each image.

    function my_plugin_display_content_type( $image_type ){
    $image_type['show_ui']  = true;
    $image_type['labels']  = array(
    'name' => _x( 'Images', 'post type general name', 'ims' ),
    'singular_name' => _x( 'image', 'post type singular name', 'ims' ),
    );
    return $image_type;
    }
    add_filter('ims_image_post_type','my_plugin_display_content_type');
    in reply to: client log out from secure gallery #53970
    Xpark Media
    Keymaster

    This may be a style(issue) can you please provide access to a test gallery

    in reply to: Feedbacks for @HAX #53969
    Xpark Media
    Keymaster

    you can contact me at [email protected]

    in reply to: Blue box and question mark #53968
    Xpark Media
    Keymaster

    @dwimages,

    we will check the admin issue, could you please provide a link to your site to check the front-end. What version of WordPress are you using, theme and plugins?

    in reply to: Add to cart going to the page footer #53967
    Xpark Media
    Keymaster

    @Jhonathan,

    In what browser do you see this problem, I check with chrome and I see no issue.

    in reply to: Search public galleries #53964
    Xpark Media
    Keymaster

    The plugins has a setting that allows the galleries to show on the main search. settings > general > Searchable galleries.

    You can activate the option and add wordpress search form, to filter the search only to galleries add and additional field form

    <input type="hidden" name="post_type" value="ims_gallery" />
Viewing 15 posts - 481 through 495 (of 1,644 total)