• Resolved zakarias4783

    (@zakarias4783)


    Since the new update of elementor pro and dynamic visibility for elementor to 4.03
    my website is broken !

    Is it the good place to ask for help ? we are in need for critical help. We need this feature and we can’t go without it.

    Except deactivating the website, there is no way for fixing the issue

    the error is called : `Uncaught Error: Call to undefined method DynamicVisibilityForElementor\Helper::is_myfastapp_active() in /home/qubemark/public_html/wp-content/plugins/dynamic-visibility-for-elementor/extensions/visibility.php:3282
    Stack trace:
    #0 /home/qubemark/public_html/wp-content/plugins/dynamic-visibility-for-elementor/extensions/visibility.php(272): DynamicVisibilityForElementor\Extensions\DCE_Extension_Visibility->is_hidden(Object(Elementor\Widget_Text_Editor))
    #1 /home/qubemark/public_html/wp-includes/class-wp-hook.php(303): DynamicVisibilityForElementor\Extensions\DCE_Extension_Visibility->_start_element(Object(Elementor\Widget_Text_Editor))
    #2 /home/qubemark/public_html/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters(”, Array)
    #3 /home/qubemark/public_html/wp-includes/plugin.php(470): WP_Hook->do_action(Array)
    #4 /home/qubemark/public_html/wp-content/plugins/elementor/includes/base/element-base.php(441): do_action(‘elementor/front…’, Object(Elementor\Widget_Text_Editor))
    #5 /home/qubemark/public_html/w`

    The page I need help with: [log in to see the link]

Viewing 11 replies - 1 through 11 (of 11 total)
  • Updating to the newest version also crashed my site. I used WP Rollback to install the older version of the plugin and it is working again. Will wait for the developer to fix this.

    me too

    Thread Starter zakarias4783

    (@zakarias4783)

    thank you for your temporary solutions … do you know how do we make our message arrive to the developers ?

    Também estou enfrentando o mesmo erro.

    mwhyo

    (@markwmarkwphotocom)

    I also got this error message as well and reported it in another thread. Hopefully, there will be a fix sooner than later.

    Same here, I rolled back to version Version 4.0.2 and my site returned to normal.

    It almost looks like the update turns pages into a Printable version. I noticed it on my custom posts and products, but then it seemed liked it was affecting pages too.

    I also was unable to view the Admin toolbar at the top of the page while looking at the front end of the site.

    I tried changing between Astra and OceanWP themes, but the issue is with the plugin, not those themes.

    The only solution was to downgrade.

    If you are happy with code you can replace the content of helper.php located at wp-content/plugins/dynamic-visibility-for-elementor/class/helper.php with this:

    
    <?php
    
    namespace DynamicVisibilityForElementor;
    
    /**
     * Main Helper Class
     *
     * @since 0.1.0
     */
    class Helper {
    
    	use DCE_Trait_Plugin;
    	use DCE_Trait_FileSystem;
    	use DCE_Trait_WP;
    	use DCE_Trait_Meta;
    	use DCE_Trait_Elementor;
    	use DCE_Trait_Form;
    	use DCE_Trait_String;
    	use DCE_Trait_Image;
    	use DCE_Trait_Navigation;
    	use DCE_Trait_Notice;
    	use DCE_Trait_Static;
    
    	public function is_myfastapp_active() {
    		return false;
    	}
    
    }
    
    • This reply was modified 3 years, 6 months ago by antoniodlp.
    • This reply was modified 3 years, 6 months ago by antoniodlp.
    • This reply was modified 3 years, 6 months ago by antoniodlp.

    Any other solutions? I rolled back but it kept happening.

    • This reply was modified 3 years, 6 months ago by servkh.
    Thomas

    (@goldenshawarma)

    I will try to roll back as well. It’s weird because it crashed my whole site. You guys gave me a mini-heart attack with this update!

    Plugin Author Dynamic.ooo

    (@dynamicooo)

    Hi, we have fixed the problem in version v4.0.4. We apologize for the inconvenience.

    Thread Starter zakarias4783

    (@zakarias4783)

    thank you for your support all

    and thank you for fixing the problem Dynamic.000 !

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Dynamic visibility breaking website down’ is closed to new replies.