开发者 | codepeople |
---|---|
更新时间 | 2024年10月28日 18:27 |
捐献地址: | 去捐款 |
PHP版本: | 3.5.0 及以上 |
WordPress版本: | 6.7 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
A: First, go to the settings page of CP Image Store with Slideshow and be sure the PayPal checkbox is checked, and has defined the seller's email. Second, be sure the image has files associated.
A: Be sure the GD Library is enabled in the PHP script on web server.
A: Go to the widgets section and insert the "Image Store Product", or the "Image Store Product List" on sidebar.
A: Go to the image page in WordPress and pay attention to the URL, the parameter "post" contains the image's ID. The image's ID is required to insert the image on sidebars or pages.
A: Type the word you are searching in the search box (available in the store's page), and press the "enter" key.
A: To hide the image preview window, go to the settings of Image Store, and uncheck the option "Display preview on mouse over".
A: The current version of plugin allows only PayPal as payment gateway.
A: Please, go to the settings page of Image Store, and be sure that email associated to the PayPal account was entered. If the email associated to the PayPal account was typed, go to the product's page, and be sure that image's price is non zero.
A: To use this feature be sure the libraries to create ZIP files are available in the PHP script installed in your web server. Furthermore, if the customers bought multiple files at same time, and the sum of size of all files purchased is bigger than memory assigned to the PHP, then is not possible to create the zip file.
A: The images store is inserted in a page through the shortcode: [codepeople-image-store]
, but it is possible define some parameters in the shortcode for filtering the images that will be displayed by default in the store:
type: allows display in the store the images with the "type" defined as attribute of the shortcode. The "type" attribute accepts the slug of the type or its ID.
[codepeople-image-store type="clip-art"]
author: allows display in the store the images crated by the "author" defined as attribute of the shortcode. The "author" attribute accepts the slug of the author or its ID.
[codepeople-image-store author="author-name"]
color: allows display in the store the images with the colour schema defined by the "color" attribute. The "color" attribute accepts the slug of the color or its ID.
[codepeople-image-store author="full-color"]
category: allows display in the store the images belonging to the category defined as attribute of the shortcode. The "category" attribute accepts the slug of the category or its ID.
[codepeople-image-store category="category-name"]