I just upgraded to Panels 6.x-3.0-rc1 and Chaos tool suite 6.x-1.0-rc1, now Tabs panel style 6.x-1.x-dev (2009-Jun-05) is not working. Please help.

Comments

dawehner’s picture

I currently updated panels and ctools to the newest version on my local system, there it still works fine.

- Did the previous versions worked for you?
- Are you using a custom theme, can you try out garland?
- Did you rechecked your settings?

dawehner’s picture

Status: Active » Postponed (maintainer needs more info)

I have here both the newest panels and ctools, and it works well.
Can you export, and give more informations at all

trantr’s picture

I also have similar problem! Tabs panel style 6.x-1-dev works for me using Panels 6.x.3.0-rc1 and Chaos Tool Suite 6.x-1.0-rc1. After I upgrade to Panels 6.x.3.0 and Chaos Tools Suite 6.x-1.0, the tabs style does not display in the layout or in the Style. I tried using Garland theme and it does not display, still. I checked the settings in Panels, and can't find the tabs style in there. Can someone help me with this problem?

stg11’s picture

I'm having the same problem, it looks like the queries are running but nothing is rendered. Here is my panel export code.

$page = new stdClass;
$page->disabled = FALSE; /* Edit this to true to make a default page disabled initially */
$page->api_version = 1;
$page->name = 'blog_vortex';
$page->task = 'page';
$page->admin_title = 'Blog Vortex';
$page->admin_description = 'Blog Vortex will use panels tabs and views content panes';
$page->path = 'blogvortex';
$page->access = array();
$page->menu = array(
  'type' => 'none',
  'title' => '',
  'weight' => 0,
  'name' => 'navigation',
  'parent' => array(
    'type' => 'none',
    'title' => '',
    'weight' => 0,
    'name' => 'navigation',
  ),
);
$page->arguments = array();
$page->conf = array();
$page->default_handlers = array();
$handler = new stdClass;
$handler->disabled = FALSE; /* Edit this to true to make a default handler disabled initially */
$handler->api_version = 1;
$handler->name = 'page_blog_vortex_panel_context';
$handler->task = 'page';
$handler->subtask = 'blog_vortex';
$handler->handler = 'panel_context';
$handler->weight = 0;
$handler->conf = array(
  'title' => 'Panel',
  'no_blocks' => NULL,
  'css_id' => '',
  'css' => NULL,
  'contexts' => array(),
  'relationships' => array(),
);
$display = new panels_display;
$display->layout = 'flexible';
$display->layout_settings = array(
  'width_type' => '%',
  'percent_width' => '100',
  'rows' => '3',
  'row_1' => array(
    'columns' => '1',
    'width_1' => '100',
    'names' => array(
      '0' => 'Top',
    ),
  ),
  'row_2' => array(
    'columns' => '3',
    'width_1' => '25',
    'width_2' => '50',
    'width_3' => '25',
    'names' => array(
      '0' => 'Left',
      '1' => 'Middle',
      '2' => 'Right',
    ),
  ),
  'row_3' => array(
    'columns' => '1',
    'width_1' => '100',
    'names' => array(
      '0' => 'Bottom',
    ),
  ),
  'sidebars' => array(
    'left' => 0,
    'left_width' => 200,
    'right' => 0,
    'right_width' => 200,
    'width_type' => 'px',
  ),
);
$display->panel_settings = array(
  'style' => 'default',
  'style_settings' => array(
    'row_3_1' => array(
      'filling_tabs' => 'disabled',
    ),
  ),
  'edit_style' => 'Edit style settings',
  'did' => '31',
  'row_1_1' => array(
    'style' => '0',
    'edit_style' => 'Edit style settings',
  ),
  'row_2_1' => array(
    'style' => '0',
    'edit_style' => 'Edit style settings',
  ),
  'row_2_2' => array(
    'style' => '0',
    'edit_style' => 'Edit style settings',
  ),
  'row_2_3' => array(
    'style' => '0',
    'edit_style' => 'Edit style settings',
  ),
  'row_3_1' => array(
    'style' => 'tabs',
    'edit_style' => 'Edit style settings',
  ),
);
$display->cache = array();
$display->title = 'Co-Creation Central: The Blog Vortex';
$display->hide_title = FALSE;
$display->title_pane = 0;
$display->content = array();
$display->panels = array();
  $pane = new stdClass;
  $pane->pid = 'new-1';
  $pane->panel = 'row_1_1';
  $pane->type = 'custom';
  $pane->subtype = 'custom';
  $pane->shown = TRUE;
  $pane->access = array();
  $pane->configuration = array(
    'admin_title' => 'New to this page',
    'title' => '',
    'body' => '<h3><a href="node/add/blog">Click here to post a co-creation blog!</a></h3>
    ',
    'format' => '3',
    'substitute' => TRUE,
  );
  $pane->cache = array();
  $pane->style = array();
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 0;
  $display->content['new-1'] = $pane;
  $display->panels['row_1_1'][0] = 'new-1';
  $pane = new stdClass;
  $pane->pid = 'new-2';
  $pane->panel = 'row_3_1';
  $pane->type = 'views_panes';
  $pane->subtype = 'blog_vortex-panel_pane_1';
  $pane->shown = TRUE;
  $pane->access = array();
  $pane->configuration = array(
    'arguments' => array(
      'tid' => '246',
    ),
  );
  $pane->cache = array();
  $pane->style = array();
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 0;
  $display->content['new-2'] = $pane;
  $display->panels['row_3_1'][0] = 'new-2';
  $pane = new stdClass;
  $pane->pid = 'new-3';
  $pane->panel = 'row_3_1';
  $pane->type = 'views_panes';
  $pane->subtype = 'blog_vortex-panel_pane_1';
  $pane->shown = TRUE;
  $pane->access = array();
  $pane->configuration = array(
    'arguments' => array(
      'tid' => '50',
    ),
  );
  $pane->cache = array();
  $pane->style = array();
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 1;
  $display->content['new-3'] = $pane;
  $display->panels['row_3_1'][1] = 'new-3';
  $pane = new stdClass;
  $pane->pid = 'new-4';
  $pane->panel = 'row_3_1';
  $pane->type = 'views_panes';
  $pane->subtype = 'blog_vortex-panel_pane_1';
  $pane->shown = TRUE;
  $pane->access = array();
  $pane->configuration = array(
    'arguments' => array(
      'tid' => '51',
    ),
  );
  $pane->cache = array();
  $pane->style = array();
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 2;
  $display->content['new-4'] = $pane;
  $display->panels['row_3_1'][2] = 'new-4';
  $pane = new stdClass;
  $pane->pid = 'new-5';
  $pane->panel = 'row_3_1';
  $pane->type = 'views_panes';
  $pane->subtype = 'blog_vortex-panel_pane_1';
  $pane->shown = TRUE;
  $pane->access = array();
  $pane->configuration = array(
    'arguments' => array(
      'tid' => '281',
    ),
  );
  $pane->cache = array();
  $pane->style = array();
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 3;
  $display->content['new-5'] = $pane;
  $display->panels['row_3_1'][3] = 'new-5';
  $pane = new stdClass;
  $pane->pid = 'new-6';
  $pane->panel = 'row_3_1';
  $pane->type = 'views_panes';
  $pane->subtype = 'blog_vortex-panel_pane_1';
  $pane->shown = TRUE;
  $pane->access = array();
  $pane->configuration = array(
    'arguments' => array(
      'tid' => '49',
    ),
  );
  $pane->cache = array();
  $pane->style = array();
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 4;
  $display->content['new-6'] = $pane;
  $display->panels['row_3_1'][4] = 'new-6';
$handler->conf['display'] = $display;
$page->default_handlers[$handler->name] = $handler;

socialnicheguru’s picture

Panels tabs is simply not working.

Weird. It used to.

Now when it is enabled with ctools and panels newest as of 1/14/10, there are no tabs and no content.

Tabs is a great feature.

bendiy’s picture

I'm having the same issue.

The Page Layout is a single column. For Content, I'm using two different Views I have setup. When Content Display Style is set to Default Style, the page shows the views, one after the other when I go to the URL. If I change the Display Style to Tabs, and choose any of the Horizontally Filling Tabs options, my page does not show any content when I visit it's URL. If I change the display style back to default, it will show the views again, one after the other.

Panels 6.x-3.2
Tabs 6.x-1.x-dev
Chaos tools 6.x-1.2

bendiy’s picture

This appears to be a jQuery UI version compatibility issue. I've managed to get this to work by installing the jQuery Update module and upgrading to the latest jQuery UI 1.6 version, not 1.7

jQuery Update Module - Note that even thought I've installed this, Drupal is still loading jQuery 1.2.6 version, not 1.3. I'm not sure if jQuery Update checks for compatibility issues before it changes to 1.3. I've heard that Panels does not work with 1.3. You may not need this module, but it's working, so I'm keeping it.

Latest jQuery UI 1.6 ver - Extract it as a sub-directory called 'jquery.ui' in the jquery_ui folder. Put this here if you have jQuery UI installed here: /sites/all/modules/jquery_ui/. See the Read Me for jQuery UI Drupal Module for details.

shaneonabike’s picture

subscribe.

Gabriel R.’s picture

Subscribing.

StratisFear’s picture

Resolved on my site.

I had this issue and was able to fix it by creating new panel pages from scratch. The new ones worked while the old ones remained bugged.

p.s. I also created brand new views and brand new content panes. This seems to also be significant, old panes break the panel, but new panes don't. Again, it only breaks the tabs version of the region style.

p.s.s I was able to reproduce the problem reliably and specifically. The issue seems to be when a Content Pane which is empty, and has no Default Empty text. When that Pane hits the Panel, it blows out all tabbed regions on the page, which all appear blank. By entering the Default Empty text on the View that produced the Pane, I was able to eliminate the problem.

ianchan’s picture

subscribe

tobiberlin’s picture

subscribe

rudders’s picture

subscribe - preview seems to work for me - but live node panel with tabs in it is blank

sotiris’s picture

subscribe i can't see tabs in layout with latest versions of Panels and Chaos Tools. (Garland theme)

smoothify’s picture

Status: Postponed (maintainer needs more info) » Fixed

marking as fixed as all the modules have been updated several times since the last response.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.