grrog
Forum Replies Created
-
Forum: Plugins
In reply to: [WC Order Export] PHP warningIt works thanks. Sorry for my late response! π
Forum: Plugins
In reply to: [Elements Plus!] Captions not showing up in Gallery Plus@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
In reply to: [Elements Plus!] Captions not showing up in Gallery Plus@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
In reply to: [Elements Plus!] Captions not showing up in Gallery PlusHi @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
In reply to: [Elements Plus!] Captions not showing up in Gallery PlusHi,
Yes I miss this option too.
I am waiting for the future update πForum: Plugins
In reply to: [Event List] Different order for the upcoming & the past events listsI 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
In reply to: [Event List] Different order for the upcoming & the past events listsMy 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
In reply to: [Event List] Past list not workingJust to say that I have the same problem ;-/
“show_past” doesn’t workHi,
+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 youForum: Plugins
In reply to: [Enhanced Media Library] Enhanced Media Library & Elementor Page BuilderHello @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 advanceForum: Plugins
In reply to: [Enhanced Media Library] Enhanced Media Library & Elementor Page BuilderHello @webbistro
Just to mention that I tested the Elementor 1.5.0 Beta Release RC3 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
In reply to: [Enhanced Media Library] Enhanced Media Library & Elementor Page BuilderHi @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
In reply to: [Enhanced Media Library] Enhanced Media Library & Elementor Page BuilderThe trick doesn’t work anymore with WordPress 4.8, EML 3.0.beta2-28 and Elementor 1.4.8.
Elementor’s team will publish an important release (1.5) at the end of June which is actually in beta testing.
I will test it soon πForum: Plugins
In reply to: [Enhanced Media Library] Enhanced Media Library & Elementor Page BuilderHello Cory,
You have to install the beta version.
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 and Nadia for this fix! π
β grrogHello 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.