Changeset 1747952
- Timestamp:
- 10/17/2017 01:05:58 PM (8 years ago)
- Location:
- mjcaroussel
- Files:
-
- 36 added
- 4 edited
-
tags/1.0.0 (added)
-
tags/1.0.0/class.mjcaroussel.php (added)
-
tags/1.0.0/languages (added)
-
tags/1.0.0/languages/mjcaroussel-fr.mo (added)
-
tags/1.0.0/languages/mjcaroussel-fr.po (added)
-
tags/1.0.0/mjcaroussel.php (added)
-
tags/1.0.0/public (added)
-
tags/1.0.0/public/css (added)
-
tags/1.0.0/public/css/admin_mjcaroussel.css (added)
-
tags/1.0.0/public/css/mjcaroussel.css (added)
-
tags/1.0.0/public/css/mjcaroussel.css.map (added)
-
tags/1.0.0/public/css/mjcaroussel.min.css (added)
-
tags/1.0.0/public/css/mjcaroussel.min.css.map (added)
-
tags/1.0.0/public/fonts (added)
-
tags/1.0.0/public/fonts/slick.eot (added)
-
tags/1.0.0/public/fonts/slick.svg (added)
-
tags/1.0.0/public/fonts/slick.ttf (added)
-
tags/1.0.0/public/fonts/slick.woff (added)
-
tags/1.0.0/public/img (added)
-
tags/1.0.0/public/img/ajax-loader.gif (added)
-
tags/1.0.0/public/js (added)
-
tags/1.0.0/public/js/mjcaroussel.js (added)
-
tags/1.0.0/public/js/mjcaroussel.min.js (added)
-
tags/1.0.0/public/js/slick.js (added)
-
tags/1.0.0/public/js/slick.min.js (added)
-
tags/1.0.0/public/js/tinymce.js (added)
-
tags/1.0.0/public/less (added)
-
tags/1.0.0/public/less/mjcaroussel.less (added)
-
tags/1.0.0/public/less/slick-theme.less (added)
-
tags/1.0.0/public/less/slick.less (added)
-
tags/1.0.0/readme.txt (added)
-
tags/1.0.0/screenshot-1.png (added)
-
tags/1.0.0/screenshot-2.png (added)
-
tags/1.0.0/screenshot-3.png (added)
-
tags/1.0.0/screenshot-4.png (added)
-
trunk/class.mjcaroussel.php (modified) (1 diff)
-
trunk/readme.txt (modified) (6 diffs)
-
trunk/screenshot-2.png (modified) (previous)
-
trunk/screenshot-3.png (modified) (previous)
-
trunk/screenshot-5.png (added)
Legend:
- Unmodified
- Added
- Removed
-
mjcaroussel/trunk/class.mjcaroussel.php
r1739622 r1747952 55 55 //styles to admin dashboard 56 56 add_action( 'admin_enqueue_scripts', array( &$this, 'styles_admin_dashboard' ) ); 57 58 57 59 58 //tinymce -
mjcaroussel/trunk/readme.txt
r1739628 r1747952 13 13 14 14 MjCaroussel is a simple plugin to create photo galleries. 15 Use a shortcode [mjcaroussel id= '2'] in editor.15 Use a shortcode [mjcaroussel id="2"] in editor. 16 16 The ID is the id_term or the ID gallery. 17 17 … … 19 19 20 20 1. Go to your admin area and select Plugins -> Add new from the menu. 21 2. Click install.22 3. Click activate.23 4. A new menu mjCaroussel is appear .21 2. Click on install. 22 3. Click on active. 23 4. A new menu mjCaroussel is appeared in the Dashboard menu. 24 24 25 25 == Frequently Asked Questions == … … 27 27 = How to find the ID_term or ID Gallery ? = 28 28 29 Go to your edit page and click to MjCaroussel button foradd shortcode gallery. (look screenshot-3.png and screenshot-4.png)29 Go to your edit page and click to MjCaroussel button in the editor for to add shortcode gallery. (look screenshot-3.png and screenshot-4.png) 30 30 31 31 = How to override the plugin ? = … … 35 35 36 36 = How to add a shortcode ? = 37 You must add for exemple : [mjcaroussel id='3'] in your wordpress editor ;-) (see screenshot-3)37 You must add manually : [mjcaroussel id="3"] in your wordpress editor ;-) (see screenshot-3) 38 38 39 39 == Screenshots == … … 43 43 3. screenshot-3.png 44 44 3. screenshot-4.png 45 3. screenshot-5.png 45 46 46 47 == Changelog == … … 65 66 66 67 1. Look the ID_term or ID Gallery. 67 2. Add shortcode in the editor: [mjcaroussel id= '3']68 2. Add shortcode in the editor: [mjcaroussel id="3"]
Note: See TracChangeset
for help on using the changeset viewer.