Forum Replies Created
- AuthorPosts
-
Xpark Media
KeymasterThe fatal error are coming from WordPress did you recently updated any other plugin? check your file permissions, looks like you remove the image store plugin I am not able to check your site.
It may be a conflict with your theme or other plugin, do you have a test (development) site where you can test all your plugins one by one?
Xpark Media
KeymasterSounds like you have some styling issues if you provide a link to your site we may be able to help you, we’ll give you the code that you need to add to your theme styles.css file
Xpark Media
KeymasterThe images are returning 500 error, do you see any error messages on your server log, you should could you provide the information. This could be because of file permissions or you are running the latest version of php.
The php problem should be resolved on the next release. download v3.1.6 RC1
Xpark Media
Keymasteryes, you can use the loop used in the “taxonomy-ims_album.php” file inside im-store/theme/ folder.
other option is to use an album to display all the images, I think this is an easier approach just add an album and assign all the galleries to the albums, this is how the galleries section is setup on this site
Xpark Media
Keymasterpaypal and google checkout will send the customer a notification email, if you want to send the customer an email from the Image Store plugin you need to activate it under settings > checkout > Email receipt.
Note that image store will not add new customers to the customer list, this is something that needs to be done manually for security purposes. Creating customers in the plugin will grant them access to secure galleries you assign them to.
Xpark Media
Keymasterhere is another option to display all galleries public and password protected galleries using the custom template and WP_Query
Xpark Media
KeymasterAdaoDesign,
The plugin needs to be created by you or a developer, also you can create a new theme template and use the WP_Query to display all the galleries
something like this
$query = new WP_Query(array('post_type'=>'ims_gallery'));
Then just use the WordPress loop like any template
September 30, 2012 at 4:48 pm in reply to: What is slideshow widget used in xparkmedia's right sidebar? #50154Xpark Media
Keymastercould you please provide a link to your site for me to look at it, be sure to activate the filmstrip option
Xpark Media
Keymasteryou are right, will do.
Xpark Media
KeymasterI thought we had fix this on your site, when I see your site if I go directly to the image link it tries to download the image instead of displaying it, did you changed something on your server? do you have a cache plugin?
Xpark Media
Keymastersorry, I couldn’t access your page but if you are using the shortcode to embed the gallery to a page or post the cart options will not show, the cart options are only available on the gallery page.
Xpark Media
Keymasterare you using Paypal, google check out or email notification?
if your client is buying multiple images with paypal after the client paid it is redirected to a receipt page where they can download the images.
with google checkout the download link show right after the user pays on the google checkout page.
with email notification they don’t get a download link until you confirm payment or they provide a valid coupon code.
Xpark Media
Keymasteryes, but there are 2 things that need to be set up, Color options (left side) and Color filter (center). in the color option there is a field called color code, this color code needs to mach the color code in your image filter.
If you still are having problems please provide a link to your site.
September 30, 2012 at 4:29 pm in reply to: Price List not showing all the finishes or formatting currency. #50145Xpark Media
Keymasterthis should be fix on version 3.1.6, if you will like to test it you can download the test version here: Image Store 3.1.6 RC1
Xpark Media
Keymastertags are only supported on galleries not images, you can write you own plugin using the image store api for more information view this post Show tags of the photos
- AuthorPosts