Forum Replies Created
- AuthorPosts
- Xpark MediaKeymaster
looks like your theme has a gallery template that is causing a conflict with image store.
We recommend creating a new gallery page template using the post.php file as a guide. Once you create the template change the gallery setting under gallery > template
Xpark MediaKeymasterLooks like some of your images are to big and your sever is not able to handle the load. Actually cache should help. We recommend reducing the image size preview or get more resources on your server.
If you wait long enough the image load eventually
Xpark MediaKeymasterwhere do you need to filter the images in the front end or back end. we’ll see if we can create a simple filter.
Xpark MediaKeymasterWill look into, would you be able to test it before is release?
Xpark MediaKeymasterWe will look at it, you should be able to use html unless a plugin that you are using is overwriting the WordPress email settings.
The slash in the price may be a bug.
Xpark MediaKeymasterThis is not possible by using the settings. Modifications can be made by using the plugin’s hooks.
Take a look at this hooks:
ims_pre_get_images
ims_get_gallery_imagesXpark MediaKeymasterYou can use the tags provided bellow the message field. If you want something more complex we suggest using the plugin’s hooks.
To modify the message use ims_customer_message
Xpark MediaKeymasterwe don’t recommend changing the store.css file; if you do, you will lose your changes when you update the plugin.
The best way to doit is to add the styles to a child theme. That way you can update the plugin and theme without losing your changes.
March 13, 2014 at 12:48 am in reply to: Is it possible to remove the window size selection and quantity? #57084Xpark MediaKeymasterdon’t add the $output variable to your form, if you do it you are just adding to the html markup you want to replace the entire $output. like this:
function add_ims_before_order_form( $output, $ImStore ) { return “<form> my form </form>”; } add_filter(‘ims_before_order_form’, ‘add_ims_before_order_form’);
March 13, 2014 at 12:45 am in reply to: Init failed: Galleria could not find the element "#galleria". #57083Xpark MediaKeymasteryes, just make sure that you make a child theme and add the template in the child theme, that way you can update the plugin and theme without any problems.
March 13, 2014 at 12:42 am in reply to: Add to Cart button does not work for each second image on each page #57078Xpark MediaKeymasterwe were able to duplicate the issue, we will provide a fix on the next release.
Thank you for your feedback
March 7, 2014 at 1:05 am in reply to: Init failed: Galleria could not find the element "#galleria". #57045Xpark MediaKeymasterwe did not see the plugin installed in your site.
March 7, 2014 at 12:51 am in reply to: Is it possible to remove the window size selection and quantity? #57044Xpark MediaKeymasterThe ims_before_order_form will allow you to create your own form all you have to do is return the entire HTML in the function.
The ims_before_add_to_cart hook will allow you to save all the data that you add to your custom form by obtaining the POST values from the form.
How much php or WordPress programing experience do you have? This code if for interlevel to experienced programmers
Xpark MediaKeymasterW3 could be the problems, since depending on the settings it may redirect request to static cache files without it ever hitting the script.
Try deactivating the plugin and test it, see if it makes a difference. We recommend for caching plugins Hyper Cache Extended and/or db cache reloaded
Xpark MediaKeymasterYou may be right, this could be a bug, we will look at it. The url should be http://MySite/cart/ where “cart” is the page “Cart” created by the plugin or is using the cart short-code
- AuthorPosts