Xpark Media

Forum Replies Created

Viewing 15 posts - 961 through 975 (of 1,644 total)
  • Author
    Posts
  • in reply to: What is slideshow widget used in xparkmedia's right sidebar? #50059
    Xpark Media
    Keymaster

    is part of the image store features, but it needs to be activated. Go to settings > general > widget.

    Once activated the widget has a few option one of them is “Filmstrip mode” check it to display the gallery just like in the sidebar. You may have to adjust a few styles depending on your theme.

    The Filmstrip mode is dynamic and it will the page count base on the size of the thumbnails and sidebar width.

    in reply to: What is slideshow widget used in xparkmedia's right sidebar? #54357
    Xpark Media
    Keymaster

    is part of the image store features, but it needs to be activated. Go to settings > general > widget.

    Once activated the widget has a few option one of them is “Filmstrip mode” check it to display the gallery just like in the sidebar. You may have to adjust a few styles depending on your theme.

    The Filmstrip mode is dynamic and it will the page count base on the size of the thumbnails and sidebar width.

    in reply to: What is slideshow widget used in xparkmedia's right sidebar? #54430
    Xpark Media
    Keymaster

    is part of the image store features, but it needs to be activated. Go to settings > general > widget.

    Once activated the widget has a few option one of them is “Filmstrip mode” check it to display the gallery just like in the sidebar. You may have to adjust a few styles depending on your theme.

    The Filmstrip mode is dynamic and it will the page count base on the size of the thumbnails and sidebar width.

    in reply to: Usability suggestion enable/disable counter-intuitive #50051
    Xpark Media
    Keymaster

    @jrf, sounds reasonable, I will do small poll to see what works best. Thank you

    in reply to: Problem with Spanish translation #50050
    Xpark Media
    Keymaster

    if you saved the option before applying the translation the tabs will remain in English, but all new widgets will be translated.


    @mctwinsen
    , @jrf could anybody provide access to their development site to look at it? [email protected]

    in reply to: Slideshow not loading Images #50049
    Xpark Media
    Keymaster

    @rtb1982, you are right, it will be fix on the next release

    in reply to: Vietnamese Language #50048
    Xpark Media
    Keymaster

    Vietnam Dong is not supported by paypal, and google checkout may have limited support.

    in reply to: PHP Function to check if a gallery is secure or not #50023
    Xpark Media
    Keymaster
    function is_gallery_protected($post =false){
    if(empty($post))
    global $post;
    if(!empty($post->post_password))
    return true
    return false;
    }

    The post is the gallery object that you want to check or the current gallery (post)

    in reply to: Slideshow not loading Images #50021
    Xpark Media
    Keymaster

    Probably I have asked this before, but could you please add a link to your site when you open a new topic, is easy to check for issues on your site.

    Also remember that you can change the slideshow display, under settings > slideshow

    in reply to: Promotion for Galleries #50019
    Xpark Media
    Keymaster

    I am not sure if is easy but, you probably want to add a gallery field to the promotions, and modify the “add_meta_box” for the promotions area “ims_new_promotion” (admin/pricing.php).

    and to check the promotion you need to add the validation on the cart update function hook “ims_before_update_cart” or “ims_after_update_cart”. file (_inc/store.php)

    hope this helps

    in reply to: Text Color??? #49963
    Xpark Media
    Keymaster

    the text is an theme issue, you will have to correct it on your themes styles

    in reply to: Thumbnails not showing #49962
    Xpark Media
    Keymaster

    @laughlovelattes,

    you have the same problem as @jonny8051, the attribute “data-ims-src” is missing from the image tags, this allows the dynamic image load, check your theme or plugins, this is being removed from the shortcode

    in reply to: Internationalization: translations missing, phrases missing etc #49935
    Xpark Media
    Keymaster

    1. languages files are not included with download, you will need to download the language that you need, this is to avoid using user server space.

    2 I think you are downloading the wrong file, check a few languages and all include the .po file.

    3. Not all languages are up to date, contributors have not provided update for the lates version, I think the Spanish version is complete.

    4. This could be because of what I mentioned on item 3.

    5. Thank you for your interest on providing the Dutch translation, you can send it to [email protected]

    Thank you for your feedback.

     

    in reply to: Usability suggestion enable/disable counter-intuitive #49931
    Xpark Media
    Keymaster

    this was done to suppor previous version, the original version showed all tabs and users asked to have option to disable tabs.

    also if you don’t show any tabs user will think that the plugin is not working.

    in reply to: Problem with Spanish translation #49921
    Xpark Media
    Keymaster

    do you have some sort of language plugin installed, I teste it on wp 3.4.2 and it works fine. try disabling your plugin one by one and see if there is a conflict

Viewing 15 posts - 961 through 975 (of 1,644 total)