Xpark Media

Forum Replies Created

Viewing 15 posts - 451 through 465 (of 1,644 total)
  • Author
    Posts
  • in reply to: French languages does not install #54673
    Xpark Media
    Keymaster

    We just updated the pot file, please download it and try again. Also you could use the plugin source code to update your .po file.

    Xpark Media
    Keymaster

    @blackfi,

    Are you running a windows (IIS) server or apache? the plugin only has been tested on apache?

    If you are running apache then there is probably a conflict with the theme. Have you tried switching to one of the default WP themes?

    in reply to: Deleted Cart in error #54671
    Xpark Media
    Keymaster

    you can create any page and then use this code short code [image-store cart=1]

    in reply to: Change name of 'Checkout' button in shopping cart? #54651
    Xpark Media
    Keymaster

    @chaosboi,

    You can’t do it using the settings, but you can add this code to your theme’s functions.php file or in a new plugin.

    function change_ims_checkout_label( $gateways ){
    if( isset( $gateways['enotification']['name'] ) && $gateways['enotification']['name'] == 'Checkout' )
    $gateways['enotification']['name'] = __( 'Bank Deposit' );
    return $gateways;
    } add_filter( 'ims_gateways', 'change_ims_checkout_label', 20 );
    
    in reply to: Deleted Cart in error #54647
    Xpark Media
    Keymaster

    @chaosboi,

    Sorry not sure what you are trying to do, are you trying to add the text in the front-end or back-end. Are you using hooks or modifying your theme.

    Or did you clicked on the “unstalled image store”?

    if you just deactivated the plugin or deleted the files you can just get a fresh copy of the plugin and you the settings will be there. If you deleted your galleries only a back up from your hosting service will restore your files.

    in reply to: Screen after place order #54645
    Xpark Media
    Keymaster

    @carob,

    under settings > checkout there is a setting called “Purchase Receipt”, you can control what shows in this page by editing the field.

    You can’t remove the login form right now, but we could add an option next release.

    in reply to: How to remove Search and change Font #54644
    Xpark Media
    Keymaster

    @Sophisto,

    If you are using a child theme, which we recommend, add this code to your child theme’s function.php file to remove the search form. We may add an option for this on the next release.

    function xclusive_child_init_actions( ){
    remove_action( 'xclusive_after_main_nav_menu',  'xclusive_search_form_main_menu');  
    }
    add_action( 'wp', 'xclusive_child_init_actions' );
    

    To change the font title, same thing in your child theme’s style.css file add the following line of code, change the font family name as needed.

    div #site-title { font-family:"Arial Black", Gadget, sans-serif; }

    in reply to: Unable to select and add to cart pictures in galleries #54642
    Xpark Media
    Keymaster

    @baio,

    Can you provide a link to your test site to look at it, for the most part issues like this are javascript or css conflicts with other plugins or theme.

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

    @carob,

    We will look at it but it will take time, it will not be implemented any time soon

    in reply to: Darken watermark? #54638
    Xpark Media
    Keymaster

    @d3ad,

    This is a bug, select text as background it will display the transparency option set it and then change it to image as water mark it will still use the ‘transparency’ settings. Will fix it on the next release.

    in reply to: HTTP Error #54522
    Xpark Media
    Keymaster

    @artvesta,

    Someone had the same problem take a look the “Upload error since last update” post, it include a snipped in how to fix it

    in reply to: Menu – Image Store nothing visible.. #54521
    Xpark Media
    Keymaster

    @bennychains,

    is almost impossible to support every single plugin out and theme out there, are you can see from our site the shortcode and galleries work fine.

    If you can provide a list the list of plugin you are using we can take a look at it. Other have mentioned that there are issues using the NextGen gallery with the plugin.

    in reply to: French languages does not install #54520
    Xpark Media
    Keymaster

    @d3ad,

    all you have to do download the current version and open it with potedit or download the POT file and chose the update from template to upate the current file.

    in reply to: Activate/Desactivate watermark per galleries #54513
    Xpark Media
    Keymaster

    @d3ad,

    not using the image store settings, you will have to make modification using Image store’s hooks

    in reply to: Darken watermark? #54512
    Xpark Media
    Keymaster

    there is an “Transparency” option in the watermark row, but you can always change your png to have the right amount of transparency and set the option to 0

Viewing 15 posts - 451 through 465 (of 1,644 total)