• Resolved Arantxa Grajal

    (@agrajal)


    When I use a team widget inside a loop, all widgets has de same data-id, so, de modal window for each is created with the same id, and only show the first window.
    My solution/hack, is to override the function get_id() inside ElementsKit_Widget_Team class.

    In the widget, I’ve set ID_css with post id value, and the function:

    public function get_id() {
    $settings = $this->get_settings_for_display();
    return parent::get_id().$settings[‘_element_id’];
    }

    I hope you can considerer this solution, or a new one, in other to fix this bug.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Md Abdullah Al Arif

    (@faithcoder)

    Hi @agrajal,

    Yes, you are right. It fetches the same ID and data to every popup while using the Loop Builder. I’m forwarding the matter to our Dev team for further investigation. Hope it will be fixed on our next plugin update. I really appreciate your time and effort to resolve the issue.

    Thanks a lot,

    Arif

    Plugin Support Md Abdullah Al Arif

    (@faithcoder)

    Hi @agrajal,

    Above mentioned issue has been fixed on our end. It will be updated on our next plugin releases. Stay with us.

    Your time and effort is highly appreciated.

    Thanks

    Arif

    Thread Starter Arantxa Grajal

    (@agrajal)

    Cool. Thanks ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Error with team modal window and elementor loops’ is closed to new replies.