Title: grrog's Replies | WordPress.org

---

# grrog

  [  ](https://wordpress.org/support/users/grrog/)

 *   [Profile](https://wordpress.org/support/users/grrog/)
 *   [Topics Started](https://wordpress.org/support/users/grrog/topics/)
 *   [Replies Created](https://wordpress.org/support/users/grrog/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/grrog/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/grrog/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/grrog/engagements/)
 *   [Favorites](https://wordpress.org/support/users/grrog/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/users/grrog/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/grrog/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WC Order Export] PHP warning](https://wordpress.org/support/topic/php-warning-184/)
 *  Thread Starter [grrog](https://wordpress.org/support/users/grrog/)
 * (@grrog)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/php-warning-184/#post-11580669)
 * It works thanks. Sorry for my late response! 😉
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Elements Plus!] Captions not showing up in Gallery Plus](https://wordpress.org/support/topic/captions-not-showing-up-in-gallery-plus/)
 *  [grrog](https://wordpress.org/support/users/grrog/)
 * (@grrog)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/captions-not-showing-up-in-gallery-plus/#post-11092874)
 * [@robotboy44](https://wordpress.org/support/users/robotboy44/)
    Yes it’s possible
   with litle CSS. Add this to your theme’s style.css (or even better, in a child
   theme) :
 *     ```
       .justified-gallery > a > img,
       .justified-gallery > div > img,
       .justified-gallery > a > a > img,
       .justified-gallery > div > a > img {
           top: calc(50% - 32px) !important;
       }
       .justified-gallery > a > .caption,
       .justified-gallery > div > .caption {
           display: inline-block !important;
           height: 32px;
       }
       ```
   
 * Hope that’s help you 😉
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Elements Plus!] Captions not showing up in Gallery Plus](https://wordpress.org/support/topic/captions-not-showing-up-in-gallery-plus/)
 *  [grrog](https://wordpress.org/support/users/grrog/)
 * (@grrog)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/captions-not-showing-up-in-gallery-plus/#post-11090402)
 * [@nvourva](https://wordpress.org/support/users/nvourva/)
    OK I thought the legend
   appeared with the popup. And I customized my gallery with css and a z-index, 
   so the legend was below the image. Thank you for the gif that made me understand
   this and thank you for the plugin which is great! 😉
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Elements Plus!] Captions not showing up in Gallery Plus](https://wordpress.org/support/topic/captions-not-showing-up-in-gallery-plus/)
 *  [grrog](https://wordpress.org/support/users/grrog/)
 * (@grrog)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/captions-not-showing-up-in-gallery-plus/#post-11088915)
 * Hi [@nvourva](https://wordpress.org/support/users/nvourva/)
    Thank you for the
   responsiveness. I just tested the new version and captions still do not appear.
   Can you confirm that it works on your side? Thank you 😉
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Elements Plus!] Captions not showing up in Gallery Plus](https://wordpress.org/support/topic/captions-not-showing-up-in-gallery-plus/)
 *  [grrog](https://wordpress.org/support/users/grrog/)
 * (@grrog)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/captions-not-showing-up-in-gallery-plus/#post-11079813)
 * Hi,
    Yes I miss this option too. I am waiting for the future update 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Event List] Different order for the upcoming & the past events lists](https://wordpress.org/support/topic/different-order-for-the-upcoming-the-past-events-lists/)
 *  Thread Starter [grrog](https://wordpress.org/support/users/grrog/)
 * (@grrog)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/different-order-for-the-upcoming-the-past-events-lists/#post-10910513)
 * I would like to add that this plugin is perfect and works very well.
    It only
   misses this option to reverse the order of the list of past events.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Event List] Different order for the upcoming & the past events lists](https://wordpress.org/support/topic/different-order-for-the-upcoming-the-past-events-lists/)
 *  Thread Starter [grrog](https://wordpress.org/support/users/grrog/)
 * (@grrog)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/different-order-for-the-upcoming-the-past-events-lists/#post-10910495)
 * My shortcode is:
    [event-list num_events=0 show_filterbar=true filterbar_items
   =daterange_hlist(item_order=upcoming&past),cats_dropdown show_cat=true collapse_content
   =false link_to_event=false initial_order=date_asc initial_date=upcoming initial_cat
   =all cat_filter=fr]
 * I tried your idea but it creates 2 lists with two filterbars…
    This does not 
   solve my problem unfortunately. But thank you very much for your suggestion!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Event List] Past list not working](https://wordpress.org/support/topic/past-list-not-working/)
 *  [grrog](https://wordpress.org/support/users/grrog/)
 * (@grrog)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/past-list-not-working/#post-10122927)
 * Just to say that I have the same problem ;-/
    “show_past” doesn’t work
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Elementor Website Builder - more than just a page builder] Custom TinyMCE rich editor buttons not available in text editor via Elementor](https://wordpress.org/support/topic/custom-tinymce-rich-editor-buttons-not-available-in-text-editor-via-elementor/)
 *  [grrog](https://wordpress.org/support/users/grrog/)
 * (@grrog)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/custom-tinymce-rich-editor-buttons-not-available-in-text-editor-via-elementor/#post-9792043)
 * Hi,
 * +1
    I added last spring some css styles with a custom button in TinyMCE and it
   worked. But with last versions of Elementor, it doesn’t work anymore…
 * Please do something or tell us how to make it!
    Thank you
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Enhanced Media Library] Enhanced Media Library & Elementor Page Builder](https://wordpress.org/support/topic/enhanced-media-library-elementor-page-builder/)
 *  Thread Starter [grrog](https://wordpress.org/support/users/grrog/)
 * (@grrog)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/enhanced-media-library-elementor-page-builder/page/2/#post-9518690)
 * Hello [@webbistro](https://wordpress.org/support/users/webbistro/)
 * I upgrade Elementor page builder from v1.5.5 to last version 1.7.4 and your fix
   doesn’t work anymore with EML Version 3.0.beta2-29.
 * Can you change the fix to make it work again?
    Thank you in advance
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Enhanced Media Library] Enhanced Media Library & Elementor Page Builder](https://wordpress.org/support/topic/enhanced-media-library-elementor-page-builder/)
 *  Thread Starter [grrog](https://wordpress.org/support/users/grrog/)
 * (@grrog)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/enhanced-media-library-elementor-page-builder/#post-9265727)
 * Hello [@webbistro](https://wordpress.org/support/users/webbistro/)
 * Just to mention that I tested the [Elementor 1.5.0 Beta Release RC3](https://github.com/pojome/elementor/issues/1827#issuecomment-310905726)
   and it works fine too!
 * I hope that Enhanced Media Library version 3 will be released soon, I would buy
   the pro version at this time 🙂
 * — grrog
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Enhanced Media Library] Enhanced Media Library & Elementor Page Builder](https://wordpress.org/support/topic/enhanced-media-library-elementor-page-builder/)
 *  Thread Starter [grrog](https://wordpress.org/support/users/grrog/)
 * (@grrog)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/enhanced-media-library-elementor-page-builder/#post-9262939)
 * Hi [@webbistro](https://wordpress.org/support/users/webbistro/)
 * I installed the last beta version (2-29) and it’s all good, the fix is running
   again.
    Thank you for your work 😉
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Enhanced Media Library] Enhanced Media Library & Elementor Page Builder](https://wordpress.org/support/topic/enhanced-media-library-elementor-page-builder/)
 *  Thread Starter [grrog](https://wordpress.org/support/users/grrog/)
 * (@grrog)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/enhanced-media-library-elementor-page-builder/#post-9235115)
 * The _trick_ doesn’t work anymore with WordPress 4.8, EML 3.0.beta2-28 and [Elementor 1.4.8](https://fr.wordpress.org/plugins/elementor/).
   
   Elementor’s team will publish an important release (1.5) at the end of June which
   is actually in [beta testing](https://github.com/pojome/elementor/issues/1827).
   I will test it soon 😉
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Enhanced Media Library] Enhanced Media Library & Elementor Page Builder](https://wordpress.org/support/topic/enhanced-media-library-elementor-page-builder/)
 *  Thread Starter [grrog](https://wordpress.org/support/users/grrog/)
 * (@grrog)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/enhanced-media-library-elementor-page-builder/#post-9187872)
 * Hello Cory,
 * You have to install the [beta version](https://github.com/webbistro/enhanced-media-library/tree/v3.0.beta2-28).
   
   Then activate the _Front-end scripts_ option on _Settings > Media > Media Library(
   tab) > Media Scripts (section)_, and check if _Force filters_ option on _Settings
   > Media > Media Taxonomies (tab)_ is set.
 * Finally, put this code in your functions.php or via a plugin :
 *     ```
       if ( class_exists( 'eml' ) ) {
           add_action( 'elementor/frontend/after_register_scripts', array( eml(), 'register_media_assets' ) );
       }
       ```
   
 * It worked for me, thanks to [@webbistro](https://wordpress.org/support/users/webbistro/)
   and Nadia for this fix! 😉
    — grrog
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Elementor Website Builder - more than just a page builder] Elementor and Enhanced Media Library](https://wordpress.org/support/topic/elementor-and-enhanced-media-library/)
 *  Thread Starter [grrog](https://wordpress.org/support/users/grrog/)
 * (@grrog)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/elementor-and-enhanced-media-library/#post-9117788)
 * Hello again,
    I re-open this topics because I haved a response from the developer
   of the plugin. It appears that it is not related to Enhanced Media Library but
   to Elementor.
 * I quote him:
 * > To fix it you have to add the following code to your theme functions.php:
   >     ```
   >     if ( class_exists( 'eml' ) ) {
   >         add_action( 'elementor/frontend/after_register_scripts', array( eml(), 'register_media_assets' ) );
   >     }
   >     ```
   > 
   > Elementor registers its frontend scripts too late, so it is unable to detect
   > Enhanced Media Library’s scripts on time.
   > We will not add the fix to our code because it is not a bug on our side, just
   > a special trait of the other plugin.
 * Could you please see what might be possible for the good cohabitation of the 
   two plugins?
    Thank you.

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/users/grrog/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/grrog/replies/page/2/?output_format=md)