Ataur R
Forum Replies Created
-
Forum: Plugins
In reply to: [FundEngine – Donation and Crowdfunding Platform] Plugin doesn’t even installHi @sushil51
We have fixed this issue. this issue caused by WordPress 5.3 update. Please download the latest version.
And It will be great after using our plugin change the rating. This is just a newly released plugin from our team.
Regards
Forum: Plugins
In reply to: [ElementsKit Elementor addons] Image accordion is not clickableHi @koko_basha
We have found the issue we will fix this next update ??Regards
It’s due to your server PHP settings. Increase your server PHP memory limit from the wp-config.php file or php.ini file. If you don’t have an idea about it. Please contact your hosting provider and ask to increase
* PHP memory_limit = 512M
* max_execution_time = 300Forum: Plugins
In reply to: [ElementsKit Elementor addons] How to use Section templatesHi @stegosource
Please check this youtube video. All sections and premade templates and preset available here
https://m.youtube.com/watch?v=ZpRBw5FFMNg
And more will be come soon. ??
Regards
- This reply was modified 5 years ago by Ataur R.
Forum: Plugins
In reply to: [Wp Social Login and Register Social Counter] Problem with login iconForum: Plugins
In reply to: [ElementsKit Elementor addons] very wide websiteOk, Jan I will keep this in mind.
Hello @fsan2val
It looks like this issue occurred after change the header. They have added container div in header.php that’s why this issue occurred.We have a default hook to fix this issue.
add_action(‘elementskit/template/before_header’, function(){ echo ‘<div class=”sp-container”>’; });
add_action(‘elementskit/template/after_footer’, function(){ echo ‘<div>’; });
Please change the class name “sp-container” to your desired header class name.Forum: Plugins
In reply to: [ElementsKit Elementor addons] Header not workingHello
It looks like this issue occurred after change the header. They have added container div in header.php that’s why this issue occurred.
We have a default hook to fix this issue.
add_action('elementskit/template/before_header', function(){ echo '<div class="page-wrapper">'; }); add_action('elementskit/template/after_footer', function(){ echo '<div>'; });
Please change the class name “page-wrapper” to your desired header class name.
Forum: Plugins
In reply to: [ElementsKit Elementor addons] How do i hide your banner in wp adminHello
On the right-side have a cross button in the banner.
Regards
Forum: Plugins
In reply to: [ElementsKit Elementor addons] WIDE WEBSITEHello
It looks like this issue occurred after change the header. They have added container div in header.php that’s why this issue occurred.
We have a default hook to fix this issue.
add_action('elementskit/template/before_header', function(){ echo '<div class="sp-container">'; }); add_action('elementskit/template/after_footer', function(){ echo '<div>'; });
Please change the class name “sp-container” to your desired header class name.
- This reply was modified 5 years ago by Ataur R.
- This reply was modified 5 years ago by Marius L. J..
Forum: Plugins
In reply to: [ElementsKit Elementor addons] Slide Menu elementHi
We have an OffCanvas menu for mobile devices. And which will be work for any menu like normal menu, Dropdown menu, and mega menu.
Regards
Forum: Plugins
In reply to: [ElementsKit Elementor addons] Testemonial Client Image Size don’t changeGlad to know you found the solution ??
Hi
Yes, its compatitible with WPML and Google. If you faced any issue we are happy to resolve this.
Regards
Forum: Plugins
In reply to: [FundEngine – Donation and Crowdfunding Platform] Not functionHi jamesliang1225,
Let us know after update this issue resolved or not.
Regards
Forum: Plugins
In reply to: [ElementsKit Elementor addons] Elementskit Lite Mega MenuHi
We have fixed this issue ?? Please download the latest version.
Regards
Forum: Plugins
In reply to: [Wp Social Login and Register Social Counter] REST APIHi
Currently, It’s not possible. But it’s possible to modify the plugin to do something like this.and now we don’t have any plan to do like this.
Regards