How to change the position of status message for a specific page?

Could anyone  tell me the detail about solution for the above topic? Thanks very much

Make labeles 'invisible'

I need to make Username and Password labels invisible (without CSS).

I do like this but it does not work for 'Log in' block:

function bartik_form_alter(&$form, FormStateInterface $form_state, $form_id) {

$form['account']['name']['#title_display'] = 'invisible';
$form['account']['pass']['#title_display'] = 'invisible';
}

But at the same time this works for Registration form:

Barrio Subtheme ignores CSS classes defined in global custom field

Hi.

I'm a Bootstra fan. So I tried the barrio theme. First of all: it is great. Unfortunately I miss the CSS classes I created in a global custum field.

I created a view with this markup:

<div class="row>
    <div class="col-xs-12 col-md-12 col-lg-12 col-xl-12>
        <h2> {{ title }}</h2>
    </div
    <div class="col-xs-12 col-md-12 col-lg-12 col-xl-12>
         {{ body }}
    </div>
</div>

<hr />

But in Frontend comes this:

Disable required alt on image field

How to disable required alt on image field?

This is absolutely unnecessary attribute if used it Private Message module in CKEditor textarea.

Changing a translated banner for only English page

Hello,

I am a new user here but I am having an issue and hoping to find a solution. I have a banner brick for an English page that is also translated on several other of the same translated page. I want to change the content for the English page but not have it affect the other languages. What is the best way to do this?

Thanks

Sorting a view grid horizontally first

Drupal 8.8.5, Car Zymphonies theme, Blazy 8.x-2.0

I must be missing something obvious here.

I've got a View of image fields in a 3 column Blazy Grid sorted by title. However, the cursed thing displays the images by column first top-to-bottom rather than by row first left-to right.

I can find no settings in the View, Blazy, or the Blazy Grid to set it to arrange the images by row left-to-right rather than by column top-to-bottom.

Any help would be greatly appreciated.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x