Title: Customization
Last modified: August 22, 2016

---

# Customization

 *  Resolved [Julien ALIBERT](https://wordpress.org/support/users/julien-alibert/)
 * (@julien-alibert)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/customization-32/)
 * Est-il possible de personnaliser le plugin sur la base d’un Child ?
 * Je réalise plusieurs mods, notamment du point de vue de l’agencement des titres,
   dates et suppression des liens de partage d’agenda qui disparaissent forcément
   à chacune de vos mises à jours (“importantes”).
 * Avez-vous une solution ?
 * Bien à vous tous,
 * [https://wordpress.org/plugins/event-post/](https://wordpress.org/plugins/event-post/)

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Plugin Author [Bastien Ho](https://wordpress.org/support/users/bastho/)
 * (@bastho)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/customization-32/#post-5199621)
 * Bonjour,
 * Je fais la réponse en anglais, pour en faire profiter un maximum d’utilisat-eur/
   rices.
 * Hi,
    There is a way to customize the list structure : When you’re using the [
   events_list] shortcode, there are two options container_schema=”” and item_schema
   =”” which both accept HTML code as value. default values are : **container_schema**
 *     ```
       <%type% class="event_loop %id% %class%" id="%listid%" style="%style%" %attributes%>
               %list%
           </%type%>
       ```
   
 * **item_schema**
 *     ```
       <%child% class="event_item %class%" data-color="%color%">
                   <a href="%event_link%">
                       %event_thumbnail%
                       <h5>%event_title%</h5>
                   </a>
                   %event_date%
                   %event_cat%
                   %event_location%
                   %event_excerpt%
            </%child%>
       ```
   
 * Hope it helps
 *  Thread Starter [Julien ALIBERT](https://wordpress.org/support/users/julien-alibert/)
 * (@julien-alibert)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/customization-32/#post-5199665)
 * Ok… C’est à ça que ça servait !!! 🙂
    Sorry but doesn’t work for me :
 *     ```
       [events_list thumbnail="Bool" item_schema="<%child% class="event_item %class%" data-color="%color%">
                   %event_date%
       <a href="%event_link%">
                       %event_thumbnail%
                       <h5>%event_title%</h5>
                   </a>
                   %event_cat%
                   %event_location%
                   %event_excerpt%
            </%child%>"]
       ```
   
 * What have I forgotten?
 *  Thread Starter [Julien ALIBERT](https://wordpress.org/support/users/julien-alibert/)
 * (@julien-alibert)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/customization-32/#post-5199666)
 * Maybe, be better in code…
 *  Plugin Author [Bastien Ho](https://wordpress.org/support/users/bastho/)
 * (@bastho)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/customization-32/#post-5199750)
 * le shortcode est peut être cassé par les saut de ligne.
    As-tu essayé de retirer
   les espaces entre les balises HTML ?
 *  Thread Starter [Julien ALIBERT](https://wordpress.org/support/users/julien-alibert/)
 * (@julien-alibert)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/customization-32/#post-5199751)
 * Non, je n’ai pas pensé à ça.
    Ok, je teste et je poste mon retour.
 * merci
 *  Plugin Author [Bastien Ho](https://wordpress.org/support/users/bastho/)
 * (@bastho)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/customization-32/#post-5199780)
 * From version 3.3, global customization is easily editable from events settings!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Customization’ is closed to new replies.

 * ![](https://ps.w.org/event-post/assets/icon.svg?rev=2678301)
 * [Event post](https://wordpress.org/plugins/event-post/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/event-post/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/event-post/)
 * [Active Topics](https://wordpress.org/support/plugin/event-post/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/event-post/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/event-post/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [Bastien Ho](https://wordpress.org/support/users/bastho/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/customization-32/#post-5199780)
 * Status: resolved