Xpark Media

Forum Replies Created

Viewing 15 posts - 496 through 510 (of 1,644 total)
  • Author
    Posts
  • in reply to: Color change #53963
    Xpark Media
    Keymaster

    the bets option is to add the css rule to a child them or styles.css that way you can update the plugin later on without problems. Try this

    #content span.ims-gallery .item { background:rgba( 220, 220, 220, .2); border:none }

    Modify “#content” to affect only items in the main content and not the widgets.

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

    Currently the only best option without doing any coding is to create a gallery per student.

    You can change the gallery id to match the ID provided to the student. You can even add additional image from the student later on or create a user (student) and assign their gallery.

    in reply to: Help How to Remove COLOR AND FINISH from CART #53961
    Xpark Media
    Keymaster

    You don’t have to modify the plugin, this is controlled by the price list, all you have to do is remove the options from the list you are using in your galleries.

    You may see the color / finish in the cart, but you can hide them using css.

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

    Not by default, it is possible by creating a secondary plugin using Image Store’s filters.

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

    do you have the debug on? while php notices are not good it should not prevent you from creating promotions.

    Try to disable the debug. We will look at the notices and try to removed them for next release.

    in reply to: Add to cart popup not seeig properly on iphone. #53934
    Xpark Media
    Keymaster

    add the following line to your theme’s stylesheet

    @media only screen and ( max-width:640px ) {
    #touch-overlay { overflow: scroll; }
    }
    Xpark Media
    Keymaster

    @bennychains,

    Can you see the image if you go to the image link?
    did you tried switching to the default theme?
    are you linking to the attachment?

    Same questions as above:
    Can you provide a link to your site?
    Do you see any error in your server’s log?

    in reply to: No data for Most Commented and Most Viewed? #53931
    Xpark Media
    Keymaster

    @elleeye,

    the plugin currently uses php only to do the view count, if you have a cache plugin this will affect the count.

    Also do you have the plugin to use “Views” or “Visits”. Visits will give you a lower count this is user visites not per page.

    We are planing to add a javascript option for this, the downside of using javascript is that uses more resources from your server.

    in reply to: Shipping Details #53866
    Xpark Media
    Keymaster

    @cloakey,

    If you are using google or paypal you will get the information that they have in their profile. The only option that will ask the user for shipping information is the “Email notification”.

    in reply to: Display Time? #53864
    Xpark Media
    Keymaster

    Add the following code to your themes functions.php file or if you know how to create a plugin add it to a plugin.

    Modify the html as needed.

    function pop_widget_add_time_to_post( $title, $post ){
    $time = date_i18n( get_option( 'date_format' ), strtotime( $post->post_date ) );
    return $title . '' ;
    }
    add_filter( 'pop_recent_title', 'pop_widget_add_time_to_post', 50, 2 );
    
    Xpark Media
    Keymaster

    @graphiclux,

    The sortcode is designed for display only, to view the full store view the gallery page.

    in reply to: Favorites page reset counts history… #53858
    Xpark Media
    Keymaster

    @mrdares,

    Did you deleted images from your site? this will happen if you delete images from the site and you still have them as favorites.

    Just add any image to the favorites again and delete one or more from favorites reset the count.

    in reply to: add images caption to Lightbox!!! #53857
    Xpark Media
    Keymaster

    @mrdares,

    There is an easier way if you are using Image Store 3.3.0 and up, go to settings > gallery and uncheck “Use title as caption”.

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

    @d3ad,

    we see the issue, did you completed the translation for the latest version. if not here is the pot file to update the old translation.

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

    @info@tmkphoto.com,

    We found the issue and we will provide a fix in one or 2 day through wordpress update.

Viewing 15 posts - 496 through 510 (of 1,644 total)