Bootstrap Drupal 8 core Telephone field css

I created a new form with a telephone field. In "Manage display" all labels are formatted as "above". When I view my form the label of the telephone field is on the left. All other labels are above. The telephone input field is also not in 100% width but auto width.

I did not add any custom code.

It seems that to the telephone input field the 

@media (min-width: 768px)
.form-inline .form-control

is added. All other fields just use

.form-control

Why is there a @media selector and .form-inline applied to just this field?

views contextual filters. How to link content types users reference field?

So I have a content type called 'band' that has a selection field for users as members of bands (band_member) in band content type.

I want to create a view that displays only the users profiles that are members of the band.

I am using the 'profiles' module to create these though I have the profile type linked to display with the user account.

how to change the theme without drupal appearance menu

hi,

I have installed bootstrap theme on my drupal now i can find manage menu in this theme i wanna access appearance submenu but there isn't such a menu and it doesn't let me to acccess to through url so is there any way to change the theme?

Instructions on "Keeping Your Local and Remote Sites Synchronized - Drupal 8"

Hi There,

Thanks for looking at my post.  I'm interested in learning how to transport a local Drupal 8 site to a remote location, and vice versa.  I noticed an informative page in the official Drupal site.  Here it is for reference:

https://www.drupal.org/docs/8/configuration-management/keeping-your-loca...

CKeditor. Link from image.

CKEditor.
I can not find anything about this subject so therefore this question.
I have inserted a picture in the text and wish to link it to a larger-sized edition. I know this was an option in Drupal 7
But with Drupal8 I can not.
I have installed IMCE.
Do I need a module or is this option just no longer present?
/ Willy

////////////////////////////////

Why is my views filter handler not appearing in the list?

i am working on porting views_raw_sql to D8. I got the raw field working rather easily. However, I cannot for the life of me get a sort, filter, or argument to appear in the list of available options. 

My module.views.inc file contains the line

<?php
$data['views_raw_sql_8']['raw_sort'] = [
    'title' => t('Raw Argument'),
    'help' => t('Provide raw SQL contextual filter.'),
    'sort' => [
      'id' => 'sort_views_raw_sql_8',
    ],
  ];
?>

inside hook_views_data()

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x