• Resolved kimmy56777

    (@kimmy56777)


    These are the logs I receive:

    [16-Jun-2022 16:36:19 UTC] PHP Deprecated: Function _register_controls is deprecated since version 3.1.0! Use Elementor\Controls_Stack::register_controls() instead. in /var/www/vhosts/mof.gov.jm/wordpress/wp-includes/functions.php on line 5379
    [16-Jun-2022 16:36:20 UTC] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /var/www/vhosts/mof.gov.jm/wordpress/wp-content/plugins/elementor/includes/base/controls-stack.php on line 1372

    When I increase the maximum execution time, it just loads a few minutes before getting a time out error. When I disable Element Pack lite, the page loads normally.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Maudud Hossain

    (@maudud)

    Hello,
    Thanks for contact with us, but sorry for let reply.
    For section full width, follow the screenshot: https://prnt.sc/1MNkOywgJGZ9

    For error, please try the following code to your wp-config.php file just before the /* That’s all, stop editing! Happy blogging. */ line.

    define(‘WP_MEMORY_LIMIT’, ‘812M’);
    set_time_limit(90);

    Don’t forget to check your Element Pack Dashboard System Requirement block so you understand what you should need to do.

    Regards,
    Maudud Hossain

    @kimmy56777,
    Is your problem (_register_controls ) fixed sir?
    If not please deactivate & reactive all the plugins one by one and you will get the plugins that creating this issue. Basically, Elementor updated their method _register_controls to -> register_controls and some of the addons didn’t update it, that’s why this error happening.

    And if your problem is not solved, please let us know.

    Thanks & Regards,
    Shahidul Islam

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Page doesn’t look right and isn’t full width’ is closed to new replies.