Can't tell if this is related to CSS on the WooThemes side, but flexslider was working correctly up until a few hours ago for at least a day, until I started messing with float:left's make the zone-content display correctly on smaller screens (my attempt at responsive using omega theme).

So the site is http://dev.hurrahmarketing.com. On pageload, the flexslider is all squashed up. See http://screencast.com/t/Ikd7RNzOpzfp

But once I use Firefox's Web Developer extension to inspect, the flexslider view gradually displays correctly. Confused. I don't know where to begin troubleshooting this. The attached screenshot (hurrah_home_2013-04-17_0512.png) shows the use of Web developer extension.

CommentFileSizeAuthor
hurrah_home_2013-04-17_0512.png741.09 KBlauggh
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

minorOffense’s picture

Priority: Major » Normal
Status: Active » Postponed (maintainer needs more info)

Are you using flexslider views slideshow?

lauggh’s picture

Project: FlexSlider Views Slideshow » Flex Slider
Version: 7.x-2.x-dev » 7.x-2.0-alpha1
Component: Code » Miscellaneous

Yes, I am. I will repost this issue in the Flexslider views slideshow queue as well.

*Update*
Actually, in checking the Views settings, I am NOT using views slideshow. Here is an export of the view:

$view = new view();
$view->name = 'frontpage_2';
$view->description = '';
$view->tag = 'default';
$view->base_table = 'taxonomy_term_data';
$view->human_name = 'Frontpage 2';
$view->core = 7;
$view->api_version = '3.0';
$view->disabled = FALSE; /* Edit this to true to make a default view disabled initially */

/* Display: Master */
$handler = $view->new_display('default', 'Master', 'default');
$handler->display->display_options['use_more_always'] = FALSE;
$handler->display->display_options['access']['type'] = 'perm';
$handler->display->display_options['cache']['type'] = 'none';
$handler->display->display_options['query']['type'] = 'views_query';
$handler->display->display_options['exposed_form']['type'] = 'basic';
$handler->display->display_options['pager']['type'] = 'none';
$handler->display->display_options['pager']['options']['offset'] = '0';
$handler->display->display_options['style_plugin'] = 'flexslider';
$handler->display->display_options['style_options']['optionset'] = 'flexslider_default_basic_carousel';
$handler->display->display_options['row_plugin'] = 'fields';
/* Header: Global: Text area */
$handler->display->display_options['header']['area']['id'] = 'area';
$handler->display->display_options['header']['area']['table'] = 'views';
$handler->display->display_options['header']['area']['field'] = 'area';
$handler->display->display_options['header']['area']['format'] = 'filtered_html';
/* Field: Taxonomy term: Home Feature Image */
$handler->display->display_options['fields']['field_home_feature_image']['id'] = 'field_home_feature_image';
$handler->display->display_options['fields']['field_home_feature_image']['table'] = 'field_data_field_home_feature_image';
$handler->display->display_options['fields']['field_home_feature_image']['field'] = 'field_home_feature_image';
$handler->display->display_options['fields']['field_home_feature_image']['label'] = '';
$handler->display->display_options['fields']['field_home_feature_image']['element_label_colon'] = FALSE;
$handler->display->display_options['fields']['field_home_feature_image']['click_sort_column'] = 'fid';
$handler->display->display_options['fields']['field_home_feature_image']['settings'] = array(
  'image_style' => '',
  'image_link' => 'content',
);
/* Field: Taxonomy term: Home Client Logo */
$handler->display->display_options['fields']['field_home_client_logo']['id'] = 'field_home_client_logo';
$handler->display->display_options['fields']['field_home_client_logo']['table'] = 'field_data_field_home_client_logo';
$handler->display->display_options['fields']['field_home_client_logo']['field'] = 'field_home_client_logo';
$handler->display->display_options['fields']['field_home_client_logo']['label'] = '';
$handler->display->display_options['fields']['field_home_client_logo']['element_label_colon'] = FALSE;
$handler->display->display_options['fields']['field_home_client_logo']['click_sort_column'] = 'fid';
$handler->display->display_options['fields']['field_home_client_logo']['settings'] = array(
  'image_style' => '',
  'image_link' => 'content',
);
/* Sort criterion: Taxonomy term: Weight */
$handler->display->display_options['sorts']['weight']['id'] = 'weight';
$handler->display->display_options['sorts']['weight']['table'] = 'taxonomy_term_data';
$handler->display->display_options['sorts']['weight']['field'] = 'weight';
/* Filter criterion: Taxonomy vocabulary: Machine name */
$handler->display->display_options['filters']['machine_name']['id'] = 'machine_name';
$handler->display->display_options['filters']['machine_name']['table'] = 'taxonomy_vocabulary';
$handler->display->display_options['filters']['machine_name']['field'] = 'machine_name';
$handler->display->display_options['filters']['machine_name']['value'] = array(
  'client' => 'client',
);
/* Filter criterion: Taxonomy term: Status (field_status) */
$handler->display->display_options['filters']['field_status_value']['id'] = 'field_status_value';
$handler->display->display_options['filters']['field_status_value']['table'] = 'field_data_field_status';
$handler->display->display_options['filters']['field_status_value']['field'] = 'field_status_value';
$handler->display->display_options['filters']['field_status_value']['value'] = array(
  'Active' => 'Active',
);

/* Display: Page */
$handler = $view->new_display('page', 'Page', 'page');
$handler->display->display_options['path'] = 'frontpage2';
minorOffense’s picture

Project: Flex Slider » FlexSlider Views Slideshow
Version: 7.x-2.0-alpha1 » 7.x-2.x-dev
Component: Miscellaneous » Code
minorOffense’s picture

No need. I just moved it.

amaria’s picture

Issue summary: View changes
Status: Postponed (maintainer needs more info) » Closed (fixed)