How to remove target id from selected term reference field

How to remove target id from selected term reference field

While selecting taxonomy from autocomplete term reference field, its target id also get displayed. How to remove target id from display? In picture displayed, I want only 23456789 not bracket part i.e. (19) from display. read more
Create taxonomy terms from content type field

Create taxonomy terms from content type field

I’m looking to add a taxonomy term to a vocabulary upon the creation of content type. For example I have a taxonomy vocabulary called “Widget Type”. I have a content type of Product. When I create an instance of product I would like the title... read more
Create taxonomy terms from content type field

What is the difference between a JOIN and a RELATIONSHIP in hook_views_data_alter()

What is the difference between these two as implemented on hook_views_data_alter()? Why choose one over the other? I did notice that in setting up a relationship between mytable1 and users tables, the Views UI gave me the option to add the mytable1.uid field under the... read more
Create taxonomy terms from content type field

In which table is a path alias stored?

I need to make a query to get the path alias used for a node. In which table is it stored? read more
Create taxonomy terms from content type field

Why is my library not attached when programmatically rendering a block?

I have this block: public function build() { $build = [ ‘#attached’ => [ ‘library’ => [ ‘mymodule/mylibrary’, ], ], ‘#markup’ => ‘<!– see template –>’, ]; return $build; } Somewhere... read more
Create taxonomy terms from content type field

reCaptcha does not display on modal window(colorbox) webform

I have a webform that I want to add a reCaptcha to. So far I’ve done everything properly, the webform will display a recaptcha box below the form when viewing the node form. I have a modal window webform (thats similar to an opt-in form), that uses ajax to grab... read more
Create taxonomy terms from content type field

Geolocation Click Marker Event

I’m using a Geolocation Fields View with Drupal 8 and need to manipulate the Style of the Marker Info Window. there is no class to style the pop-Up-window for the Info Text. The Info Text has a class named gm-style-iw. I would like to do this: var popupcontent =... read more