Forum Replies Created
-
AuthorPosts
-
Xpark MediaKeymaster
You want to use something like this.
Site url: https://secure.mollie.nl/xml/ideal
Data pair: a|create-link,partnerid|45654623,amount|%cart_total%|description|%image_name%I was able to make it work, with exception that I don’t have an partnerid, the link will have extra data that is required by Image Store but iDeal payment is processing only the data they require
Xpark MediaKeymasterYou can follow the result for this issue here image cart not going thru to paypal
Xpark MediaKeymasteryou can set the gallery template under settings > gallery > Gallery template
Xpark MediaKeymasterCurrently the plugin will list all your galleries assigned to albums and child albums if you want to display parents and then child you will have to create your own gallery template.
You can use the template in Image store as a guide image-store/theme/taxonomy-ims_album.php
other resources:
From album to slideshow / custom link
Get post by custom taxonomy (ims_album)Xpark MediaKeymasterYou can try to debug, the image.php file.
I could take a look at your installation but I will ned FTP and WP access, but I will also ask you to make a donation to the plugin. [email protected]
Xpark MediaKeymasteravailable on Image Store 3.0.5
Xpark MediaKeymasteravailable on Image Store 3.0.5
Xpark MediaKeymasterThe link that I sent you was to one of the thumbnails, but it looks like they are working now. Can you please share what you did to fix the problem so it can help others. Thank you .
Xpark MediaKeymasterI think is something in your server, maybe permssions on the image.php script. if you go directly to the image link the image displays fine.
Xpark MediaKeymasterIt looks like a bug, I am about to release a new version I will double check the download link to be sure that is working every time.
Xpark MediaKeymastercheck your gallery folder permission, also be sure that they are readable by everyone
May 1, 2012 at 12:07 am in reply to: After 3.0.4 upgrade – pricelist disappeared, b&W & sepia disappeared, please help #46686Xpark MediaKeymasterXpark MediaKeymasterI know is a very late reply but if you still need the code here it is. If you don’t need it any more hopefully it can help others.
function change_album_gallery_link( $permalink, $post ){ if( empty( $post->post_type ) || $post->post_type != 'ims_gallery' ) return $permalink; global $wp_rewrite; if( $wp_rewrite->using_permalinks() ) return $permalink . "/slideshow/"; else return $permalink . "&imspage=slideshow"; }add_filter( 'post_type_link', 'change_album_gallery_link', 50, 2 );
Xpark MediaKeymasterThe first thing that you want to check if your images are not showing on the front-end is permission to file image-store/admin/_key make sure that there is a file in the directory and that the file is read only.
Xpark MediaKeymastercan you provide a link so that I can take a look at it. There is a known issue on some link. I have fixed the issue and it will be available on the next release
-
AuthorPosts