Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author Qode

    (@qodeinteractive)

    Hi there,

    Since we could not replicate this on our side, could you please send us screenshots of the backend settings for this widget so we can try to adjust it on our local installation accordingly and test it, also it would help if you could share your website URL so we can check that particular page.

    Please also check if you have updated the plugin to the latest version

    Thank you.

    Best,
    Qode

    Thread Starter rajatwp94

    (@rajatwp94)

    I had already shared the screenshot in the first thread also find it below. First screenshot once you are not logged-in elements are visible. In second screenshot elements are not visible after admin login.

    https://prnt.sc/EPNGh3FvICS-
    https://prnt.sc/Owg-Tn7kVpHX

    I can share the URL but the issue lies in Logged in version.

    • This reply was modified 1 year, 1 month ago by rajatwp94.
    Plugin Author Qode

    (@qodeinteractive)

    Hi there,

    Could you please provide us with a screenshot of your  motion animation setup so we can try to test this on our side as well.

    Thank you.

    Best,

    Qode

    Thread Starter rajatwp94

    (@rajatwp94)

    Elements with motion effects are not visible once you activate Qi Addon Plugin and it’s applied to all elements. I am using Elementor & Woodmart theme https://prnt.sc/EPNGh3FvICS-
    https://prnt.sc/Owg-Tn7kVpHX

    • This reply was modified 1 year, 1 month ago by rajatwp94.
    • This reply was modified 1 year, 1 month ago by rajatwp94.
    Plugin Author Qode

    (@qodeinteractive)

    Hi,

    We couldn’t reproduce this on our local installation with Elementor 3.13.4 and Qi Addons For Elementor 1.6.2.
    We suggest that you check if the “Upgrade Swiper Library” feature is enabled in Elementor > Settings > Features. If it is, please disable it, and check if the “Clients Carousel” element.

    Best,
    Qode

    i have the same problem, this didnt fix the issue

    i also use woodmart and elementor

    • This reply was modified 1 year, 1 month ago by lss795.
    Plugin Author Qode

    (@qodeinteractive)

    if ( ! function_exist( 'woodmart_child_change_load_scripts' ) ) {
    function woodmart_child_change_load_scripts() {
    wp_dequeue_script('qi-addons-for-elementor-elementor');
    wp_dequeue_script('qi-addons-for-elementor-elementor', QI_ADDONS_FOR_ELEMNTOR_PLUGINS_URL_PATH . '/elementor/assets/js/elementor.js', array( 'jquery', 'elementor-frontend' 'wp-i18n'), false, true );
    }
    add_action( 'wp_enqueue_scripts', 'woodmart_child_change_load_scripts', 100);
    }

    View post on imgur.com

    If you still have issues best practice would be to turn to the support team so they can check this individually on your end directly.

    Thank you.

    Best,

    Qode

    Thread Starter rajatwp94

    (@rajatwp94)

    Above code is giving the syntax error @qodeinteractive

    Thread Starter rajatwp94

    (@rajatwp94)

    if ( ! function_exists( 'woodmart_child_change_load_scripts' ) ) {
      function woodmart_child_change_load_scripts() {
        wp_dequeue_script('qi-addons-for-elementor-elementor');
        wp_enqueue_script('qi-addons-for-elementor-elementor', QI_ADDONS_FOR_ELEMENTOR_PLUGINS_URL_PATH . '/elementor/assets/js/elementor.js', array( 'jquery', 'elementor-frontend', 'wp-i18n' ), false, true );
      }
      add_action( 'wp_enqueue_scripts', 'woodmart_child_change_load_scripts', 100 );
    }

    Here is the correct version if anyone facing same issue

    Thankyou!!! @qodeinteractive

    Plugin Author Qode

    (@qodeinteractive)

    Hi there,

    We are glad this is resolved! 🙂

    Best,

    Qode

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Animated Section not showing in logged-in version’ is closed to new replies.