It seems that the classes have changed, please replace:

bootstrap_barrio.theme:

  // Define navigation position
  switch (theme_get_setting('bootstrap_barrio_navbar_top_position')) {
	case 'fixed-top':
	  $variables['navbar_top_attributes']['class'][] = 'fixed-top';
	  break;
	case 'fixed-bottom':
	  $variables['navbar_top_attributes']['class'][] = 'fixed-bottom';
	  break;
  }
  switch (theme_get_setting('bootstrap_barrio_navbar_position')) {
	case 'fixed-top':
	  $variables['navbar_attributes']['class'][] = 'fixed-top';
	  break;
	case 'fixed-bottom':
	  $variables['navbar_attributes']['class'][] = 'fixed-bottom';
	  break;
  }

Comments

thomas.frobieter created an issue. See original summary.

hatuhay’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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