Plugin Directory

Changeset 1747952


Ignore:
Timestamp:
10/17/2017 01:05:58 PM (8 years ago)
Author:
geekoun
Message:

Add WYSIWYG button for add shortcode gallery. Force thumbnail featured to the gallery page

Location:
mjcaroussel
Files:
36 added
4 edited

Legend:

Unmodified
Added
Removed
  • mjcaroussel/trunk/class.mjcaroussel.php

    r1739622 r1747952  
    5555                //styles to admin dashboard
    5656                add_action( 'admin_enqueue_scripts', array( &$this, 'styles_admin_dashboard' ) );
    57 
    5857
    5958                //tinymce
  • mjcaroussel/trunk/readme.txt

    r1739628 r1747952  
    1313
    1414MjCaroussel is a simple plugin to create photo galleries.
    15 Use a shortcode [mjcaroussel id='2'] in editor.
     15Use a shortcode [mjcaroussel id="2"] in editor.
    1616The ID is the id_term or the ID gallery.
    1717
     
    1919
    20201. 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.
     212. Click on install.
     223. Click on active.
     234. A new menu mjCaroussel is appeared in the Dashboard menu.
    2424
    2525== Frequently Asked Questions ==
     
    2727= How to find the ID_term or ID Gallery ? =
    2828
    29 Go to your edit page and click to MjCaroussel button for add shortcode gallery. (look screenshot-3.png and screenshot-4.png)
     29Go 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)
    3030
    3131= How to override the plugin ? =
     
    3535
    3636= How to add a shortcode ? =
    37 You must add for exemple : [mjcaroussel id='3'] in your wordpress editor ;-) (see screenshot-3)
     37You must add manually : [mjcaroussel id="3"] in your wordpress editor ;-) (see screenshot-3)
    3838
    3939== Screenshots ==
     
    43433. screenshot-3.png
    44443. screenshot-4.png
     453. screenshot-5.png
    4546
    4647== Changelog ==
     
    6566
    66671. Look the ID_term or ID Gallery.
    67 2. Add shortcode in the editor: [mjcaroussel id='3']
     682. Add shortcode in the editor: [mjcaroussel id="3"]
Note: See TracChangeset for help on using the changeset viewer.