વર્ણન
This plugin adds @jessepollak’s Card library to the checkout page of Easy Digital Downloads.
Everything is created with pure CSS, HTML, and Javascript — no images required
Check out Jesse’s Demo.
સ્ક્રીનશોટ
સ્થાપન
- Upload the plugin to your
plugins
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
You have access to the following filter:
apply_filters( 'edd/card/position', 'center' );
It takes a string (center
, left
, or right
), that determines the position of the card in its container.
એફએક્યુ (FAQ)
- Installation Instructions
-
- Upload the plugin to your
plugins
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
You have access to the following filter:
apply_filters( 'edd/card/position', 'center' );
It takes a string (
center
,left
, orright
), that determines the position of the card in its container. - Upload the plugin to your
સમીક્ષાઓ
There are no reviews for this plugin.
ફાળો આપનાર & ડેવલપર્સ
“EDD Card” ને તમારી ભાષામાં અનુવાદ કરો.
વિકાસમાં રસ ધરાવો છો?
કોડ બ્રાઉઝ કરો, એસવીએન રીપોઝીટરીમાંથી ચેકઆઉટ કરો, અથવા આરએસએસ દ્વારા ડેવલપમેન્ટ લોગમાં સબ્સ્ક્રાઇબ કરો.
ચેન્જલૉગ
1.0.3
- deregister script
jQuery.payment
, EDD mishandles this and requeues the script under some conditions
1.0.2
- Minor readme update