SSL Certificate Help

I recently purchased a SSL Certificate from GoDaddy. I thought "that was all I had to do" as I'm new to this side of websites. My site still reads "Not Secure" and GoDaddy said I had to set up something in my coding. 

HELP!!! How do I do this?

How in Drupal 8 on the taxonomy term page do the opened Views filter in the block?

Hi everyone! 

On a simple page, the filter works!
When I do for the page of the taxonomy term in the block there is a redirect url /taxonomy/term/%2A?priznachennya and the Page Not Found message.

If I change the URL taxonomy/term/%2A?priznachennya to /shop?priznachennya (correct url) - normally work.

And if the form is not output to the block, then it normally works.

How on the page of the taxonomy term to make the opened Views filter in the block to work?

WYSIWYG editor not showing result of custom form backend

I've created a module. In this module, I've created a custom form with some parameters. In theses parameters, I have this field : 

    $form[self::DESCRIPTION_PAGE] = array(
      self::TYPE => 'text_format',
      self::TITLE => $this->t("Description de la page"),
      self::DEFAULT_VALUE => $config->get(self::DESCRIPTION_PAGE),
      '#format'=> 'creation_de_contenue',
    );

Where #format'=> 'creation_de_contenue' is my custom CKEditor. 

Override date display

I have two fields in a component type entity.

1) Date (date range field, required).

2) Date Override (text field)

If a value for the date override field exists, I would like to use it in place of the Date field.

Which hook should I use to override the value of the date field?  A code example would be much appreciated.  Thanks!

7.59 to 8.5.6 homepage default redirect error

After the migration of 7.59 to 8.5.6, with nothing modules activated, i have one error to try configure in 

"/admin/config/system/site-information" the default homepage of the  site, i put the "/node/foo" and with clean urls and the same problem, 

how i can redirect to "<front<"?

thanks

Translating a *NO RESULTS BEHAVIOR* text in a View - D8

I've created a View and have translated everything successfully. Though when I added a NO RESULTS BEHAVIOR - No results text condition to one of my fields, I couldn't find that text to be available for translation. Other texts show up just fine, such as labels.

How could this be fixed? Thanks.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x