Forum Replies Created
- AuthorPosts
- Xpark MediaKeymaster
@rtb1982 and @kemgriffin
this may by a style confict on the theme, can you please provide links to the sites
Xpark MediaKeymaster@franklin82, @Van Halen and @jon6565,
this will be fix on the next release for the mean time change line 414 from
$message = apply_filters( 'ims_email_headers', $headers, $ImStore->opts['tags'], $this->substitutions );
to
$headers = apply_filters( 'ims_email_headers', $headers, $ImStore->opts['tags'], $this->substitutions );
Xpark MediaKeymasteruse [image-store secure=1] to show the login form
use [image-store] to display all none-secure galleries
use [image-store all=true] to display all galleries including secure galleries
use [image-store count=5] to limit the number of galleries displayed
use [image-gallery id=”e84sher”] to display a single galleryI hope this helps
Xpark MediaKeymasterbe sure that your image size are pixel sizes, that the size width and height is correct. also the original images needs to be big enough to cover all sizes.
the plugin will server the preview image if it can find or generate the image, if you wan to allow the download of the original image check “Download Original” in settings > image
Xpark MediaKeymastertry downloading the latest file, also do you have any language translation plugin? if not there may be conflicts with the theme we will look into if this is a bug.
Xpark MediaKeymaster@benspires,
we have provided some feedback on the postXpark MediaKeymastermake sure all your image sizes are set up to use pixels, and check the checkbox next to each image size in the price list.
if you want to allow the user to download the original image size you will have to check “Download Original” in settings > images
Xpark MediaKeymasterare new sales not showing or old sales? what gateways are you using?
The only reason why image will disappear is if deleted the images or gallery
Xpark MediaKeymaster@Van Halen,
we will look into it, thank you for the feedback
Xpark MediaKeymasterthis may be a bug, we will look at it, if it is it will be fix on the next release
Xpark MediaKeymasteryou are using a very old version of the plugin.
When you update the plugin, run the update and you may want to go through all the setting since a lot more settings have been added since then.
After you have changed all your settings if you still have a problem, first update your permalink structure by clicking save.
If this doesn’t work you may have to revert the setting to the defaults and change the settings again.
Xpark MediaKeymasteris the “fee shipping” a promotion? the select issue could be cause by the js error on your site,could you provide a link to your site.
Xpark MediaKeymaster@franklin82,
we ran a few quick test and everything looks fine on the plugin, if you will like to look at you site please provide a link.for the 403 error, please check your file/directory permissions
Xpark MediaKeymasteris related to both, looks like you are using php 5.3 and the function has been deprecated, I will make the change on on the next release.
If you need to make the change change the line
if ( !eregi( 'VERIFIED', $info ) ) {
for
if ( !preg_match( '/VERIFIED/', $info ) ) {
Xpark MediaKeymasterno, currently there is no efficient way to do this using the image store, maybe we could add an additional field like color, finish to the the price list, we will keep this in mind for a future release.
- AuthorPosts