Need help to implement a functionality in Elasticsearch(ES) with Drupal 8

Hi Team,

I have configured ES search in drupal 8 with the help of elasticsearch_connector and search_api module.
And display the index result set with the help of "Views".

Now I have below requirement for Field collection,

Need a help to implement a functionality with Elasticsearch(ES) in Drupal 8.

Hi Team,
Need a help to implement a functionality with Elasticsearch(ES) in Drupal 8.
I have configured ES search in Drupal 8 with the help of "elasticsearch_connector" and "search_api" module.
And display the index result set with the help of "Views".
Now I have below requirement for Search Highlights;
If user search the particular text in search field (Drupal views: Search: Fulltext search). The searched text need to be highlight in the result set.

Selecting only a specific type of CSS

I want to specify CSS for only the content of my website, but it doesn't work. Can someone correct my error(s)? Thanks!

a.content:link {
  color: yellow;
}

a.content:visited{
  color:yellow;
}

a.content:hover {
  color: red;
}

a.content:active {
  color: yellow;
}

Links in module_name.links.menu.yml not appearing when renamed????

Hello friends,

I am trying to add a menu link to the main navigation via my_module.links.menu.yml I have done this before without issue. The problem now arises when I try add a new link. None of the new links I create via the links.menu.yml file for the Main navigation are displaying anymore.

I have done some testing and it appears somehow related to the links name. If I use the name of an existing link (a working link I previously created), the link will appear as expected, but as soon as I try give the link a new name, the link is no longer visible or displayed.

Block showing language

In my website, all blocks are showing the standard language of the website (Dutch). I couldn't find the configuration to turn this off. Also searching the forums didn't resolve in a solution.
Is it possible that this is a theme issue (I'm using Business Group Zymphonies Theme 8.x-1.1)?

See picture: https://twin-r.nl/Dutch_block.PNG

User profiles half managed by admin and user

Hello.

I'm planning an intranet webapp over Drupal 8 where the admin can create, edit and block/remove users and the users themselves can only fill, edit or delete some extra fields (none of the main user ones). Procedure is:

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x