Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter cantbutron

    (@cantbutron)

    Hi,

    The WPML team have found a fix to this problem. I expose it below.

    1- Go to

    wp-content/plugins/premium-addons-for-elementor/includes/elementor-helper.php

    2- Find

    $id = $this->get_id_by_title( $title );

    3- After that line, add

    $id = apply_filters( 'wpml_object_id', $id, 'elementor_library'

    I have tried it and it works. It would be great if you included this modification for the next plugin update.

    Thanks and best regards

    Thread Starter cantbutron

    (@cantbutron)

    sorry, the last code is incomplete, the correct code is:

    $id = apply_filters( 'wpml_object_id', $id, 'elementor_library', TRUE );

    Plugin Author Leap13

    (@leap13)

    Hi @cantbutron,

    Hope you’re having a great day ??

    Well, I’ve addressed that to the devs team so they can check from their end.

    Regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Elementor Template translation issue using WPML’ is closed to new replies.