ZeeTheme
Forum Replies Created
-
Sorry guys. The Problem was in my theme. I solved it.
Forum: Reviews
In reply to: [PixelPop] Some things are very badHello @jaynirmal
You should use the wordpress support forum for support. – Pixelpop Support ForumPlease explain your issue in more details there and I will help you out. I have no Idea what filters you are talking about. If you are talking about WooCommerce Filters then you can add it from the Customizer > Widgets
You wrote “Some things are really bad”.
Can you please explain the things you are talking about in details. So that I can improve the quality of the theme.Have a great day.
Vishal Ranjan.Forum: Reviews
In reply to: [PixelPop] Review Update *Thank you for the 5 stars @whigfield
A lot of new features are coming soon.Forum: Reviews
In reply to: [PixelPop] Good themeThanks @itstafflamarca
A lot more features are coming soon.
And I am also creating documentation for the theme.Hello Guys. Having the same problem.
@salihkulangara Can you please tell me what am I doing wrong?
Here is the Widget Handler registration code in a js file –
jQuery( window ).on( 'elementor/frontend/init', () => { const addHandler = ( $element ) => { //here you define your swiperElement, swiperConfig swiperElement = ('.slider-ex.swiper-container'); swiperConfig = { // Optional parameters direction: 'vertical', loop: true, // If we need pagination pagination: { el: '.swiper-pagination', }, // Navigation arrows navigation: { nextEl: '.swiper-button-next', prevEl: '.swiper-button-prev', }, }; //then use the code if ( 'undefined' === typeof Swiper ) { const asyncSwiper = elementorFrontend.utils.swiper; new asyncSwiper( swiperElement, swiperConfig ).then( ( newSwiperInstance ) => { console.log( 'New Swiper instance is ready: ', newSwiperInstance ); reviewSwiper = newSwiperInstance; } ); } else { console.log( 'Swiper global variable is ready, create a new instance: ', Swiper ); reviewSwiper = new Swiper( swiperElement, swiperConfig ); } }; elementorFrontend.hooks.addAction( 'frontend/element_ready/le-lifterlms-course-reviews.default', addHandler ); } );
And in the custom widget PHP file, I am registering the js file like this –
public function get_script_depends() { wp_register_script( 'efl-course-review-js', plugins_url( 'assets/js/course-review.js', __FILE__ ) ); return [ 'swiper', 'efl-course-review-js', ]; }
But its not working. Here is the error in console –
frontend.min.js?ver=3.5.3:2 Uncaught TypeError: e.closest is not a function at new Swiper (frontend.min.js?ver=3.5.3:2:27209) at addHandler (course-review.js?ver=5.8.3:27:13) at _runHook (frontend.min.js?ver=3.5.3:2:34095) at Object.doAction (frontend.min.js?ver=3.5.3:2:34697) at e.exports.runReadyTrigger (frontend.min.js?ver=3.5.3:2:3291) at editor.min.js?ver=3.5.3:2:312641 at load-scripts.php?c=1&load[chunk_0]
I am stuck on this issue for two days now. Can someone help me with this? It’s very clear reading the old replies that the Elementor team is not even trying to help. They are just happy that they can load the swiper file only when necessary. They do not look concerned at all about this issue.
- This reply was modified 3 years, 2 months ago by ZeeTheme.
Forum: Plugins
In reply to: [Elements for LifterLMS] FreezingHello @summitwinterguard,
We have updated the plugin with the fix.
Sorry for your inconvenience.Forum: Themes and Templates
In reply to: [WhiteDot] Reply to comment is not displayedHello again @anexity
I visited your page – https://hausbau.becoming-the-mayers.at/2019/04/wie-alles-begann/
and I can see all the comments on the post. There are five comments including child comments on the post and I can see all of them.Here is the screenshot of the page – https://res.cloudinary.com/zeetheme/image/upload/v1587608157/screencapture-hausbau-becoming-the-mayers-at-2019-04-wie-alles-begann-2020-04-23-07_42_32.png
Am I missing something here?
Let me know.
Forum: Themes and Templates
In reply to: [WhiteDot] Reply to comment is not displayedHello @anexity
Sorry for the late reply.
Can you mail me a screenshot of the issue on [email protected]And please send me a list of plugins installed. This is a new issue. I will have a look at it as soon as you send me the screenshot and plugin names. I will update the theme with the fix very soon.
And I am glad you liked my theme.
Have a great day.
Forum: Reviews
In reply to: [WhiteDot] well done !Hello @joeschraube
I am glad you liked the theme.Forum: Themes and Templates
In reply to: [WhiteDot] Video Embed Codes Too LargeThe problem has been solved in the new version of the theme.
Forum: Themes and Templates
In reply to: [WhiteDot] Massive problem on Internet ExplorerHello @swolfram,
Thank you for reporting the error.
The error has been fixed in the last update.Forum: Themes and Templates
In reply to: [WhiteDot] RTL supportYou have not replied for a long time so I am marking the topic as resolved.
Forum: Themes and Templates
In reply to: [WhiteDot] RTL supportHello @yoramz,
Sorry for the late reply.Yes, WhiteDot supports RTL. Here is how to do it.
Adding support for languages written in a Right To Left (RTL) direction is easy –
it’s just a matter of overwriting all the horizontal positioning attributes
of your CSS stylesheet in a separate stylesheet file named rtl.css.https://codex.www.ads-software.com/Right-to-Left_Language_Support
What you just need to do is go to Appearance > Customize > Additional CSS, and add this CSS code –
body { direction: rtl; unicode-bidi: embed; }
Please let me know if your problem is solved.
@srobitaille, Just uploaded the new version of the theme with the fix. Please update the theme and let me know if your problem is solved. ??
Hello (@srobitaille).
I am Vishal Ranjan, the Author of WhiteDOt Theme. I am looking into the issue and will upload an update of the theme very soon.- This reply was modified 6 years, 2 months ago by ZeeTheme.