Nicolas Lecocq
Forum Replies Created
-
Forum: Plugins
In reply to: [Zeus For Elementor] Image Gallery widget on lightbox next and previousHello, unfortunately, we have no control over the lightbox as we use the default Elementor lightbox.
Forum: Plugins
In reply to: [Zeus For Elementor] Banner widget Overlay ColorHello, go to Style, it is the Background Type option, then with the Opacity option you can control the color transparency ??
Forum: Plugins
In reply to: [Zeus For Elementor] Widgets can be customized the way you want.Hello, I’ve tried to make all widgets fully customizable but if you feel that a feature is missing, you can tell me and if I can add it, I will be happy to do it, I’ve added two new features on the next release asked by users ??
Forum: Reviews
In reply to: [Zeus For Elementor] Great Widgets and follows GPL :)Thanks a lot for your review ??
Forum: Plugins
In reply to: [Zeus For Elementor] Icons in accordion titlesHello @aralar, I’m happy to say that I’ve added new icons options to allow to change icons by accordion on the next update ??
Forum: Plugins
In reply to: [Zeus For Elementor] Icon customisation for search and cart widgetHello @fabienlege, I’m glad to say that I’ve added a filter for the cart and search icons of the Menu widget so you will be able to easily change them via a child theme ??
If you don’t know how to do it, here is a code example (it will work after the next update):function my_custom_search_icon() { $svg = 'YOUR_CUSTOM_ICON'; return $svg; } add_filter( 'zeus_elementor_menu_search_icon', 'my_custom_search_icon' );
Forum: Plugins
In reply to: [Zeus For Elementor] Enable/Disable Widgets?Hello, not at all, if you don’t use a widget on your page, the scripts will don’t load, it is just to have a clearer panel on Elementor ??
Forum: Plugins
In reply to: [Zeus For Elementor] Blog Grid QuestionHello, you can try our blog grid and see if you like it.
For custom skin, what do you mean?Forum: Themes and Templates
In reply to: [OlympusWP] Transparent HeaderYou are most welcome ??
If you want to be one of the early testers, please join our Facebook community as I will make the announcement there ??Forum: Plugins
In reply to: [Zeus For Elementor] Menu element on mobileAnswered ??
Forum: Plugins
In reply to: [Zeus For Elementor] No compatible with font awesome elementor experimentHi, we will look into this for sure but we wait that those features to become almost live as if we edit things and then Elementor change their codes before going live, it will become useless so we prefer to wait that their experiment features to be announced to be live to fix all issues if there is.
Forum: Plugins
In reply to: [Zeus For Elementor] Cause others elementor plugins widgets dessapearedHello, that is quite weird, I don’t know this plugin but Zeus Elementor don’t edit Elementor code, we just add our own widgets to it so it should work normally, is it possible for you to give us the plugin and tell us how we can replicate the issue?
If yes, you will need to open a pre-purchase ticket on our site as we’re not allowed to send links here.
Thank you.Forum: Themes and Templates
In reply to: [OlympusWP] Transparent HeaderI’m just at the beginning of it so I don’t know yet but I will ask some users to try the beta version when it will be ready.
For the child theme, here you can use it as a base:
https://github.com/UranusWP/olympuswp-childForum: Themes and Templates
In reply to: [OlympusWP] RTL support + child themeHello, sorry for the delay, here is the child theme you can use as a base:
https://github.com/UranusWP/olympuswp-childForum: Themes and Templates
In reply to: [OlympusWP] Transparent HeaderTotally understandable ??
I create right now something for OlympusWP to extend its features including a transparent header ??