Ceylon Themes
Forum Replies Created
-
Forum: Reviews
In reply to: [Shopping Mart] It looks nice…Forum: Reviews
In reply to: [Shopping Mart] It looks nice…It says “If you like Shopping Mart theme, please leave us a ★★★★★ Rating, Huge thanks in advance.” no such nags.
You are using the older (first live) version. We have corrected dismiss button issue it January 5th new version. It is a mistake and please inform such issues in support forums.
- This reply was modified 5 years, 2 months ago by Ceylon Themes. Reason: clarified the wrong review
Forum: Reviews
In reply to: [Shopping Mart] Great productHi,
Thank you for your kind words. If no donations, developers do it for living.
Thank you
Forum: Reviews
In reply to: [Shopping Mart] wellThanks for your kind words
Forum: Reviews
In reply to: [Shopping Mart] Nice designThanks for your kind words
Forum: Reviews
In reply to: [Shopping Mart] Good i like the themeThanks for your kind words
Forum: Reviews
In reply to: [New York Business] best theme by wordpress in 2019Thanks for your kind words
Forum: Reviews
In reply to: [New York Business] Perfect for my wokThanks for your kind words
Forum: Reviews
In reply to: [Shopping Mart] goodThank for your kind words
Forum: Reviews
In reply to: [Shopping Mart] impresiveThanks for your kind words
Forum: Reviews
In reply to: [Business Store] goodHi,
Thank so much for your kind words
- This reply was modified 5 years, 7 months ago by Jan Dembowski.
Forum: Reviews
In reply to: [Business Store] goodHi,
Thank so much for your kind words
Regards
Theme AuthorHi,
Existing widgets in theme should work with Elementor.I have found this recently, js code can be added to Elementor editor following way,
/* Code in functions.php * First check elementor installed, then enqueue */ if ( in_array( 'elementor/elementor.php', apply_filters( 'active_plugins', get_option( 'active_plugins' ) ) ) ) { add_action('elementor/editor/before_enqueue_scripts', function() { wp_register_script( 'my-custom-widgets', get_template_directory_uri().'/js/widget.js', array( 'jquery' ), true ); wp_enqueue_script( 'my-custom-widgets' ); }); }
Hope this will help someone
Thank You
- This reply was modified 5 years, 10 months ago by Ceylon Themes.
Can you update the plugin ?
Forum: Themes and Templates
In reply to: [The Business WP] Change font colorDid your issue resolved ?