Forum Replies Created
-
AuthorPosts
-
Xpark MediaKeymaster
to return to 1.5.1 you can download the files from the change log . You will need to use ftp and just overwrite the filles.
or the issue is that is not selecting the right size you can open the file include.php and modify this line
return get_the_post_thumbnail( $post->ID, $imgsize );
forreturn get_the_post_thumbnail( $post->ID, $size );
This will be fix on the next release.
June 9, 2012 at 3:52 pm in reply to: May be a Bug: asterisk for required filed is not displayed #47790Xpark MediaKeymasteryes, bug it will be fixed on the next release
Xpark MediaKeymasterlocate the file “image-store/admin/download.php” look for this code
do_action( 'ims_apply_color_filter', &$image );
and replace it with this onedo_action( 'ims_apply_color_filter', $image );
Xpark MediaKeymasterit already does if the user has the “customer” role is the only role that is used to collect the data. Data is not collected for other roles
June 9, 2012 at 3:38 pm in reply to: Impossible to translate form labels in shopping cart user data form #47787Xpark MediaKeymasterNo, I ran a few tests and it works fine, are you using the translation files from the site or you are creating your own, if you are using a translation file from the site some languages have not been updated for 3.0.8
June 9, 2012 at 2:40 pm in reply to: May be a Bug: asterisk for required filed is not displayed #47785Xpark MediaKeymastermmm… I will check it out, The issues was reported before and I thought I fixed it, maybe I did not pushed the changes.
Xpark MediaKeymasterI made a change on the translation load sequence, this should fix your issue
Xpark MediaKeymasterothers are having similar problems with other themes, are there any error on our server log? did you try deactivating other plugins
Xpark MediaKeymasterIs there any errors on your server log? just by looking at the page I couldn’t see any problems, id you tried using the default theme and deactivating other plugins
June 6, 2012 at 11:55 pm in reply to: Bug with "Disable auto format prices with a decimal points" feature #47701Xpark MediaKeymasterwill check it out and try to fix for next release, thank you for all your help.
Xpark MediaKeymasterTry using a different page template or use the one provided by image store in the theme folder. I don’t have a yootheme theme that I use for testing.
Xpark MediaKeymastercheck your price list and make sure that you have a number in the field if you are not charging for shipping add a zero
Xpark MediaKeymastersorry I couldn’t see any images on the link that you provided, can you please add a few images
Xpark MediaKeymasterYou need to change the preview image size under settings > image. Then re-scan your galleries.
You can use the jQuery Colorbox plugin it will allow you to control the lightbox a bit more
Xpark MediaKeymasterSorry for not repaying directly to you, I figure out both will benefit from my post.
I will test it and if there is a bug it will be fix as soon as I can. -
AuthorPosts