Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It doesn't work #4

Open
Alnaggar94 opened this issue Jun 29, 2021 · 8 comments
Open

It doesn't work #4

Alnaggar94 opened this issue Jun 29, 2021 · 8 comments

Comments

@Alnaggar94
Copy link

Hello, I just tried this plugin with the latest Elemntor version and it doesn't have any effect anymore,It was working in the previous version. Could you please guys update it.

@Alnaggar94
Copy link
Author

It turns out to be a conflict with my theme because my theme (Woodmart) add custom widgets to Elementor and this cause the issue somehow. and also the custom widgets by the theme show in the plugin but as I said it doesn't work.

@Alnaggar94
Copy link
Author

Alnaggar94 commented Jul 6, 2021

@psahalot @AchalJ @adarsh1997shah - Guys please fix it, It conflicts with any theme or plugin that adds its own custom widgets I had test it with many themes and plugins and it does not work with pro widgets. It does a good job by listing the pro widgets also even the third-party widgets but sadly its functionality just doesn't work and it stopped working. It works only with
Elementor free version without any third-party widgets. So basically Whenever I install a plugin or theme that adds its own widgets it stops working and it doesn't work with Elementor pro widgets.

@vipulc2
Copy link

vipulc2 commented Jul 8, 2021

Hello @Alnaggar94

Could you please share more details as to what exactly happens when the third-party plugins are activated? Do you see a constant loading in the Elementor widget panel or does the Elementor Builder mode not work at all?

A screenshot of the issue would be very helpful to understand the issue in a better way.

@AchalJ
Copy link
Contributor

AchalJ commented Jul 8, 2021

Hello @Alnaggar94
This plugin is primarily built for the Elementor at that time. Later on, Elementor did many changes and updates in its codebase. However, I've fixed the issue, can you please check again?

@Alnaggar94
Copy link
Author

@AchalJ - Basically Whenever I install a plugin or theme that adds its own widgets the plugin stops working like it's not installed, and it doesn't show Elementor pro widgets in the plugin list. It used to show theme in the list but not able to deactivate theme before @AchalJ last update, after his recent update the pro version and 3-party widgets stops showing in the list.

@vipulc2 - I understand that and I have used it before but now it's not working anymore, still same issue. I'm using the free Elementor version and I want to hide the pro widgets and some basic widget and only keep the custom widget that comes with theme that I use (Woodmart). I tried your recent update but the problem still the same and after this recent update the pro widgets and 3d-party widgets stops showing in the list. (before you update it they were showing in the list but now no)

I have found a temporary solution to hide pro widget using css but the problem with it, It hide the whole tab with it's widgets, I'm trying to hide whole pro widgets and only a few basic widgets not all.

function hide_widgets_elementor_pro() {
echo '<style>
#elementor-panel-category-pro-elements, #elementor-panel-category-woocommerce-elements, #elementor-panel-category-theme-elements, #elementor-panel-get-pro-elements, .elementor-nerd-box{
display: none !important;
}
</style>';
}
add_action('admin_init', 'hide_widgets_elementor_pro');

@AchalJ
Copy link
Contributor

AchalJ commented Jul 9, 2021

@Alnaggar94 I've checked again but I can see the Pro and 3rd party widgets in the list. - See this screenshot

@Alnaggar94
Copy link
Author

@AchalJ - I just tested it in fresh WP installation and it's not showing any pro widgets or any other 3d-party widgets. even in your screenshot doesn't show, check this video - https://imgur.com/UZS9Y2p

@AchalJ
Copy link
Contributor

AchalJ commented Jul 13, 2021

@Alnaggar94 In my screenshot the Animated Headlines, Archive Posts are the widgets from Elementor Pro. Similarly, Advanced Tabs, Advanced Posts, Advanced Menu, Album, etc are from the PowerPack Pro plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants