• Resolved sjnott

    (@sjnott)


    Has anyone else seen this? With WordPress and plugins up to date,
    latest versions of Elementor/Pro installed and yet I am getting an ‘incompatible’ message in Elementors’ system window.
    Happens on both sites I have dynamic visibility installed. Is it an issue just with the latest version? Any work-arounds?
    Also noticed that the containers’ visibility will not reset by clicking the ‘eye’ after a time-out. I (have 4 containers set to be visible in sequence), and wish to manually reset them after they expire. I have to duplicate the container to reset the toggle, then delete the initial container.
    A new time and date for each does not autimatically reset the toggle – I would appreciate any help on this one. Thank you

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Dynamic.ooo

    (@dynamicooo)

    Hi Sjnott!
    Hi, can you send me a screenshot of the error you see (‘incompatible’ message)?
    Can you also send me a screenshot of the settings you gave to Visibility?

    Thanks

    Hi,
    I have used this plugin widely with some websites.- it is great!
    However – Yes I also get an incompatible message with Elementor.
    Some messages say it is incompatible after Elementor 3.14.3 – now at 3.18.x.
    Is it just that both plugins can control visibility on various devices? E.g. hide on mobile device with one plugin but shown on the other plugin? Or is it deeper than this?
    Regards
    OzW3

    Plugin Author Dynamic.ooo

    (@dynamicooo)

    Hi Ozw3,
    About the compatibility: It will be fixed. However, it is compatible at the moment.
    About the visibility of an element on different devices, yes the Visibility plugin can manage the visibility of an element depending on the device.

    Thread Starter sjnott

    (@sjnott)

    Hi Dynamicooo
    Good news about the compatibility issue. Any news about resetting the visibility? it’s now stuck on hidden. All 4 sections on our front page had to be manually toggled to get them visible/hidden. Fix would be appreciated.

    Regards sjnott

    Plugin Author Dynamic.ooo

    (@dynamicooo)

    Hi Sjnott.
    Yes, it will soon be done. Thank you!

    Hi Everybody I had a similar issue , when I was logged out , the jettab image accordion didnt show up, so there was a solution on the help page that work for me here :

    https://crocoblock.com/knowledge-base/troubleshooting/images-are-not-displayed-correctly-when-logged-out/

    paste this function on the child theme function.php file

    add_action( ‘init’, function(){ global $wp_scripts; $script = $wp_scripts->query( ‘imagesloaded’, ‘registered’ ); if ( ! $script ) { return; } if ( ! in_array( ‘jquery’, $script->deps ) ){ $script->deps[] = ‘jquery’; } } );

    Everything is explain on the link .

    Aloha

    This plugin is showing Compatible up to:?6.3.2
    Warning:?This plugin?has not been tested?with your current version of WordPress.
    My wordpress site version is latest 6.4.2. . I am not able to use it..after activating pages not opens of elementor.
    please tell me solution team

    • This reply was modified 10 months, 2 weeks ago by sachint28.
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Incompatible with Elementor’ is closed to new replies.