Forum Replies Created
- AuthorPosts
- Xpark MediaKeymaster
You can associate customer to galleries so that customer can login once and view all their galleries in one area (profile). This is especially helpful if the galleries are secured.
On checkout the customer information will be populated only if you are using the email notification option. This is because on other services (Paypal, Google, WePay ) the customer information may be different or may not be require at all.
Xpark MediaKeymasterYou are right, script that load on the gallery will not load on taxonomy page, this an Image Store behavior not a WordPress behavior, this to improve page performance.
You can allow or add this script to your pages using the wp_enqueue_script function. You want to load _js/store.js,
Be sure that you are creating a separate plugin so you don’t lose your changes on the next update.
May 22, 2013 at 1:50 am in reply to: Pb with Gallery 3 column and thumbnail size, size unit in price list #53173Xpark MediaKeymaster1. Looks like the galleries are using the page template that you are using here http://www.mariagephoto.fr/galleries-photo/mariages/.
Go to the image store settings under “galleries” and play around with the “Gallery template”, see which works best
2. I not sure I understand the question, but if you password-protect a gallery the gallery will redirect unless the user is logged in and have the right access.
3. This is an issue with some themes trying to correct html, you can remove the code or contact the theme author for support.
4. This is related to the template issue, the images are set up to work with responsive themes since the image are displayed in a narrow column the images are resizing, once you correct the template you will see the correct image size.
5. Changing the image sizes, will not update the price list, you need to remove the sizes on the price list and add the new sizes. You only have to do this for images sizes.
Xpark MediaKeymasterThe best way is to add it to your child theme style.css file, that way you can update your theme and the Image Store plugin without losing your changes. If not just add it to the style.css file in your theme.
Xpark MediaKeymaster@kilinkis,
we may not integrate this to the standard plugin, but you should add/integrate the code into a plugin so you can upgrade the image store plugin in the future.Xpark MediaKeymasterthe issue was corrected on 3.2.9 if you were using the gallery sortcode.
Xpark MediaKeymaster@ Dave,
We added to code to prevent js erros if some javascript files are removed on version 3.2.9
Xpark MediaKeymasterThe issue has been fixed on v3.2.9, this was just a display issue the permission were been assigned but the settings page was not displaying the right values.
Xpark MediaKeymaster@Van Halen,
The option was added in version 3.2.9
May 18, 2013 at 2:09 pm in reply to: Translation Error in "_store/checkout.php" & "_inc/store.php" #53133Xpark MediaKeymasterwe removed the space on __( “Order Total: “, ‘ims ‘), but the sprintf( __( ‘The %s is required.’, ‘ims’ ), this is translated on the installed.php file. You can reset the settings to have all data translated.
Xpark MediaKeymaster@JessicasPhotos,
Looks like you fixed the issue with the image.
For the button(s) to show you need to select a gateway ( settings > Payment > Payment gateway ). Fill out the fields required by the gateway of your choosing and the button will show.
Also, did you updated from an old version?
Xpark MediaKeymasterApart from editing them individually in the gallery is it possible to have proportional thumbnails depending on whether the image is landscape or portrait?
Not by default, since the plugin is used in many themes, we try to provide a general layout that anybody can use, but if you know css is easy to change this in your theme.Can you provide a link to your site, and we can look at it.
May 17, 2013 at 2:27 pm in reply to: Translation Error in "_store/checkout.php" & "_inc/store.php" #53122Xpark MediaKeymasterWill check it out, thank you for the feedback.
Xpark MediaKeymasterWhen you create a gallery each gallery has it own url, you can view the gallery just by clicking the view gallery button.
The sort-code is to just to display the images if you want to display them within other content type (posts). You can view the sort-code guide here
Can you also provide a link to your site to see if there is an issue, and what other plugins are you using?
Albums and tags work just like “categories” and “tags” for post, and these are optional.
Also check if you are creating secure galleries, secure galleries will not display on the store page unless you change the sort-code.
Xpark MediaKeymasterThere is no ims-image.php file in the plugin and if you mean image.php this file doesn’t contain any translatable text.
The “single image” page is completely control by the theme, the only thing added to the page by the plugin is the image and the vote, add-to-cart and add-to-favorites link.
- AuthorPosts