Home › Support › Image Store › Problems with v3
-
AuthorPosts
-
February 6, 2012 at 12:32 am #44562Xpark MediaKeymaster
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/February 6, 2012 at 11:01 am #44569jfmercerParticipantHafid,
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
February 6, 2012 at 11:15 am #44572Xpark MediaKeymasterThanks jm,
I will be releasing a in few dasy fixes for 3.0.0 including the lightbox issue.
February 7, 2012 at 7:21 am #44592giorgioguParticipantThanks 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
February 7, 2012 at 2:53 pm #44601Xpark MediaKeymasterdid 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?
February 7, 2012 at 3:55 pm #44604giorgioguParticipantHI 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.
February 7, 2012 at 3:57 pm #44605giorgioguParticipantSorry, 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
February 7, 2012 at 4:48 pm #44606giorgioguParticipantSOrry 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
February 7, 2012 at 4:51 pm #44607giorgioguParticipantehm, 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
February 7, 2012 at 11:04 pm #44615Xpark MediaKeymasterIt 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 typeyour 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/
February 8, 2012 at 1:22 am #44624giorgioguParticipantThanks, 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
GiorgioFebruary 8, 2012 at 3:03 am #44626giorgioguParticipantehm…. what is the file i should look at to edit the custom gallery post type?
Thanks
Giorgio
February 15, 2012 at 11:32 pm #44825Xpark MediaKeymasterGiorgio,
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');
February 17, 2012 at 5:36 am #44875cedricParticipantHello,
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 youFebruary 18, 2012 at 12:08 am #44891Xpark MediaKeymastercedric,
Are you using 3.0 or 3.0.1?
issues have been resolved in version 3.01 -
AuthorPosts
- You must be logged in to reply to this topic.