• Resolved borbalan

    (@borbalan)


    Hi,

    We recently installed the “Testimonials and Reviews for Elementor” plugin (Testimoner), but its widget wasn’t appearing in the Elementor panel. After reaching out to their support team, they identified a conflict with the “Slide Everything for Elementor” plugin.

    According to them, the issue is caused because your plugin initializes the widget using the init hook https://prnt.sc/yavLSkK3vkac, which is not the recommended approach. Elementor recommends registering widgets using the elementor/widgets/register hook, as explained in their official documentation.

    They also shared that the initialization in the miga_slide_everything.php file should follow this best practice: https://prnt.sc/_GEaNm72P3JM

    Would it be possible to update your plugin to fix this compatibility issue? We’d love to keep using both plugins on the same site.

    Thank you in advance for your support!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Michael

    (@migaweb)

    Hi, sure I’ve just pushed an update. But it’s the first time that it made an issue so the proprietary Testimoner might do something that is interfering with the plugin (and potentially other plugins). Their “solution screenshot” is still using the init action so I just used the way in the documentation and moved it out of the init.

    Hope the update works for you now

    Thread Starter borbalan

    (@borbalan)

    Thank you so much Michel,
    it works perfectly now!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Plugin conflict: “Slide Everything for Elementor” causes widget issue’ is closed to new replies.