• Next update of Nirvana please make this change in widgets.php

    function ColumnsWidget() {
    $widget_ops = array(‘classname’ => ‘ColumnsWidget’, ‘description’ => ‘Add columns in the presentation page’ );
    $control_ops = array(‘width’ => 350, ‘height’ => 350); // making widget window larger
    $this->__construct(‘columns_widget’, ‘Cryout Column’, $widget_ops, $control_ops);
    $this->nirvanas= nirvana_get_theme_options(); // reading theme options
    }

    ######## the fix is __construct() instead of calling WP_Widget()

  • The topic ‘Broken Theme’ is closed to new replies.