WordPress 4.3

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #15875
    ten12design
    Member

    Is it ok to update to the newest WordPress if I am using any off your themes?

    #15892
    Raghavendra
    Moderator

    Yes it is safe to update the theme except that revolution slider will need to patched to the latest version. Pls send us an email via profile page contact form http://themeforest.net/user/livemesh#contact and we will send the updated rev slider zip file. Will release theme updates soon with the updated rev slider file.

    For our themes (and for many plugins which define their own widgets), if you enable debug mode for the site, you may see a notice that a certain function is deprecated. You can resolve it for our themes by adding the following code to framework/widgets/mo-widget.php file at line 20 –

        public function WP_Widget( $id_base, $name, $widget_options = array(), $control_options = array() ) {
            parent::__construct( $id_base, $name, $widget_options, $control_options );
        }
    

    We will have the updates released for the themes with the above change.

    If you are not going to enable the debug/developer mode, you will not need any changes with 4.3.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Extinct Theme Support’ is closed to new topics and replies.