Опис
MyStem EDD add extra features to the WordPress theme ‘MyStem’ like shortcodes, downloads category templates, single download templates and more, if you use the plugin Easy Digital Downloads
This plugin requires the MyStem theme to be installed.
You can see the Site with this plugin and WordPress theme MyStem
Features
- Select a template for each Downloads category
- Select a template for Single Downloads;
- Choose Category Icon and Icon color;
- Hide title and description of category;
- Set the number of posts for each category;
Shortcodes
- Popular downloads
- Featured downloads
- Latest downloads
- Account informations
- Count of all sales
- Count of all users
- Count of all downloads
Встановлення
- Installation option 1: Find and install this plugin in the
Plugins
->Add new
section of yourwp-admin
- Installation option 2: Download the zip file, then upload the plugin via the wp-admin in the
Plugins
->Add new
section. Or unzip the archive and upload the folder to the plugins directory/wp-content/plugins/
via ftp - Press
Activate
when you have installed the plugin via dashboard or pressActivate
in the in thePlugins
list
Часті питання
- Add cart to menu
-
You can add the cart to the menu and be setting it from Customizer. Just add class ‘mystem-edd-cart’ to the menu item
- Shortcodes for Downloads
-
You can easily output a list or grid of downloadable products using the [downloads] short code. This short code accepts a variety of parameters that allow you to specify what downloads are displayed, and how they are displayed.
To show downloads with the default configuration, use this: [mystem_downloads]
List of the parameters:
- products – Which downloads will appear (featured, popular, latest, cat)
- type – How to display downloads. Can be ‘slider’ or ‘grid’
- columns – How many columns appear for ‘grid’ (2,3,4)
- number – Number of downloads
- exclude – exclude downloading with ID
- title – title for slider
- background – background for slider
- color – color for slider
- imgheight height of thumbnails in px, default ‘auto’
- category – for products = cat, which category appear
For Example, [mystem_downloads products=”featured” type=”grid” columns=”4″ number=”8″ exclude=”32″]
Output the selected list of 8 downloads in four columns excluding download with ID = 32
- Shortcodes for Account
-
You can easily output information about login user, use this; [mystem_account]
List of the parameters:
- meta – What information should be displayed: avatar, nicename, login, pass, email, url, registered, firstname, lastname
- size – use for meta = avatar, default 96. The size of the avatar
For Example, [mystem_account meta=”email”]
Output of current user email
- Shortcodes for Statistic
-
You can easily output statistic information, use this; [mystem_edd_count]
List of the parameters:
*type – What shall we deduce. Can be: products, users, sales
For Example, [mystem_edd_count meta=”sales”]
Displays the total number of sales
Відгуки
Для цього плагіна немає відгуків.
Учасники та розробники
“MyStem EDD” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:
УчасникиПерекладіть “MyStem EDD” на вашу мову.
Цікавитесь розробкою?
Перегляньте код, перегляньте сховище SVN або підпишіться на журнал розробки за допомогою RSS.
Журнал змін
1.1
- Fixed: minor bugs
1.0
- Initial release