Forum Replies Created
-
AuthorPosts
-
Xpark MediaKeymaster
vf, are you not getting the payment information on the back end, or you don’t see anything on the receipt page?
also you may want to look at this post
paypal IPN updateXpark MediaKeymasterglad to know that is working, thank you for supporting the plugin.
Xpark MediaKeymasterI will need access to your admin area to look at it, please make sure that the images store files are editable using WordPress plugin editor. [email protected]
Xpark MediaKeymastercurrently there is no option to have the “add to cart” link in the lightbox (I will try to add it on the next release), if you wan to use a single click to add the images to the cart, you can disable the “photos” page and just leave the “slideshow” which includes a single “add to cart link” on each image.
To make the add to cart more visible you will have to do some css work.
Xpark MediaKeymasterI check your site and it’s good now, I just checked > saved and unchecked > save the “Disable store features”.
Thank you for supporting the plugin.
Xpark MediaKeymastercedric,
Are you using 3.0 or 3.0.1?
issues have been resolved in version 3.01Xpark MediaKeymasterThe information is there, but your text color is white that is why it not readable you just need to change the font color in your stylesheet.
Xpark MediaKeymasteryou are going to have to modify your styles (css)
view these postsChange image row
Thumbnail columns
Modify cssAdditionally I do not seem to be able to re-order the galleries on the main page.
What do yo mean by main page, frontend galleries or albums, or admin pageXpark MediaKeymastercan you set me up an admin user in your site so that I can look at it [email protected]
Xpark 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');
Xpark MediaKeymasterI have not tested any of the above scenarios using the multisite, but what you are experiencing sound about right wordpress multisite doesn’t allow you to set the default user for all site, I think. The plugin is not getting all the user information because of this fact.
I am going to test it and let you know this could be just a enhancement for the plugin. if you need this right away you are going to have to do the development work.
Give me a few day and I will post my findings
Xpark MediaKeymasterI really didn’t make any changes I think it was just file permission, glad is working
Xpark MediaKeymasterI think you have your site set up not use the plugin as a store. In the general tab uncheck the “Disable store features”
Xpark MediaKeymasteryou should still have the options under settings > payment and enter your paypal email also here is where you can specify if you are using sandbox or production.
can you provide a link to your site?
Xpark MediaKeymasterWith the 666 permission the user should still be able to view and edit the files also it could be a path issue on the server could you change the permission on all the image store files so that I can edit them via WordPress, that way I can run some test.
also how big are your images?
-
AuthorPosts