Tuesday, September 25, 2012

jcarousel view returns empty row


  • Go its Views settings.
  • Add a relationship. Search for "fid" in the list and check the field your jCarousel is using.
  • Add an extra filter criterion. Search for "fid" and once again: check the same field.
    • Using these settings for this field: Operator: is not empty (NOT NULL)
  • Save

No comments:

Post a Comment

only show translated menu items into current language (Drupal 8)

function MY_THEME_preprocess_menu(&$variables) {   if ($variables['menu_name'] == 'brancott-header-menu') {    $langu...