Drupal 8 customize duplicate view fields

I have view for taxonomy and it has default name field duplicated, one with link and the other without link.

I have changed the one without link by creating views-view-field--myviewname--name.html.twig template file and it is ok.

Translating menu toggle

Forgive me if this has been posted before.

I'm translating my site (English/Spanish) and I can't seem to get the menu toggle or menu items to translate when viewed on small screens (the breakpoint is 460px).

Any ideas on how to do this?

I'm not a coder, so bear with me!

D8 "Date and time formats" bug in connection with the Language module?

I cannot change the Drupal 8 posting date format of articles and book pages into a German format (day before month). It seems to use the "Default medium date". The posting dates remain always English (month before day):
http://beginnersmind.de/pics/scrshots/FrontPage.png

How can I use loop functionality in twig template?

I want to use a looping functionality in region.html.twig file so I can
wrap elements that outputted from {{ content }} section.

Defult region.html.twig

{% if content %}
  <div class="Parent">
    {{ content }}
  </div>
{% endif %}

The schematic generated Output:

Fatal String Error

Hi

I hope someone can help :-)

I have been getting this error whenever I flush cache, install a module, uninstall a module or create new content.

Fatal error: Cannot use Drupal\Component\Utility\String as String because 'String' is a special class name in D:\xampp\apps\drupal\htdocs\modules\advanced_forum\src\Form\AdminSettingsForm.php on line 14

THe funny thing is, that everything works as it should, I just have to refresh the page and then the content has been created or module installed.

module note - block title link

If ever you've wanted the title of a block you've created to link to content elsewhere, the following module is a great little tool to know about:

https://www.drupal.org/project/block_titlelink

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x