Problems with v3

HomeSupportImage StoreProblems with v3

Tagged: ,

Viewing 15 posts - 16 through 30 (of 36 total)
  • Author
    Posts
  • #44562
    Xpark Media
    Keymaster

    if you are using a sort link to display the galleries use [image-store](with pagination) instead of [ims-gallery id=""] .

    For secure/password-protected galleries use [image-store secure=1] for all public galleries [image-store count=-1] for more on shortcode check out this page http://xparkmedia.com/image-store/usage/

    #44569
    jfmercer
    Participant

    Hafid,

    The 3.0 update wiped the lightbox feature on my WP install. I corrected the JavaScript as you suggested, using this (http://s1.xparkmedia.com/wp-content/plugins/image-store/_js/imstore.js). Now the lightbox is restored & everything is working fine.

    Thank you for your help. Image Store is an excellent plugin. Good work.

    –jm

    #44572
    Xpark Media
    Keymaster

    Thanks jm,

    I will be releasing a in few dasy fixes for 3.0.0 including the lightbox issue.

    #44592
    giorgiogu
    Participant

    Thanks Hax,

    I have updated the plugin and it fix he lighttbox for me too, i still have the problem with the Page template, i have 2 different template where the sidebar is not loaded but when i open the gallery the sidebar is there 🙁
    If i use [image-store count=-1] or [image-store count=1] it show me a sigle icon ( i think the gallery preview) when i click it it send me to the gallery but the sidebar appear again 🙁

    I have tried to change the page templatein the gallery setting and in the page setting og the image store and Secure images but looks like the sidebar is still there.

    Thanks for your help and Support

    #44601
    Xpark Media
    Keymaster

    did you set up your gallery template in the settings > gallery> template?

    if you are using a default template you have to rename your template to single-ims_gallery.php and be sure that it using the “the_content()” function within the loop.

    Do you have the same problems with the default theme?

    #44604
    giorgiogu
    Participant

    HI Hax,

    Thanks 🙂

    I have renamed my page with no sidebar template to single-ims_gallery.php and now is working 🙂

    Thanks for your support and let me know how to make a donation for your plugin.

    #44605
    giorgiogu
    Participant

    Sorry, the very last question, you wrote before:

    “2 things that you can do, change the styles on your theme to overwrite the color overlay or use the colorbox plugin to change the “colorbox” style”

    Can you please give me a sample code to attach to my style file please? I have not really idea how to code it.

    Thanks

    Giorgio

    #44606
    giorgiogu
    Participant

    SOrry again,

    an other question, for what i understood, a gallery is a kind of post?

    It would be possible to show in the edit gallery page the Custom fields and all the other option for a post?

    I’m asking because i have the Shareaholic Sexy Bookmarks plugin that show up in the galley page, in the normal post edit page i can disable it via is own menu or via custom field. There is also the facebook comment plugin that i wold like to remove from the gallery page but i don’t know yet how to disable it in single post.

    Thanks fro your help

    Giorgio

    #44607
    giorgiogu
    Participant

    ehm, the very last thing:

    my test page:

    http://gm-studio.co.uk/galleries/gallery-prova

    whe i add something to the chart and i go to the chart page, there is a fomatting error, basically the fields below the labels:

    Size Color Unit Price Subtotal Delete

    appear shifted to the left.

    Thanks again

    Giorgio

    #44615
    Xpark Media
    Keymaster

    It would be possible to show in the edit gallery page the Custom fields and all the other option for a post?
    yes, you can edit the custom post type, or use other plugins to modify the post type

    your menu problem is a style issues also. give me a few days to take a look at the styles.

    if you want to donate you to the plugin there are a few places where you can find the link. The plugin settings page, in the footer of this website or the right-hand side of the plugin in wordpress http://wordpress.org/extend/plugins/image-store/

    #44624
    giorgiogu
    Participant

    Thanks, I will try to modify the custom post type. SOrry, can you just add a code sample on how to change the colorbox style?

    Thanks
    Giorgio

    #44626
    giorgiogu
    Participant

    ehm…. what is the file i should look at to edit the custom gallery post type?

    Thanks

    Giorgio

    #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');

    #44875
    cedric
    Participant

    Hello,
    i’ve a new problem with the update to V3, i can’t have custom price ??
    when i choose the custom price the plugin don’t keep, i have each time the Default Price
    And the second problem, i can’t see the order of my customers, i’ve only in my mail not gallerie plug-in
    thanks you

    #44891
    Xpark Media
    Keymaster

    cedric,

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

Viewing 15 posts - 16 through 30 (of 36 total)
  • You must be logged in to reply to this topic.