After creating a page view for my photo gallery. The page title is not displayed in the tab in the browser. I have had a look at the page title module but unfortunatly this is not available in drupal 8.

Please can anyone help.

Kind Regards,

Jonathan

Comments

jholmes62 created an issue. See original summary.

sagesolutions’s picture

I am elaborating on this ticket, because I am having a similar situation.

I have a students view, and I am using a taxonomy term as a contextual filter to display only students enrolled in a certain program.
In the contextual filter, I checked the "Override title" box and updated it with "Students in {{ arguments.tid }}"

I setup path aliases /students/7 to /students/engineering
I setup path aliases /students/8 to /students/arts

The view works great and I can go to /students/engineering or /students/arts etc. and view the correct list of students.

The H1 title on the page /students/engineering gets set to "Students in Engineering"
The H1 title on the page /students/arts gets set to "Students in Arts"

So far so good!

However, the tag of the page is using the Title field (None). It looks like the contextual filter is not overriding the tag, where in D7 this was the case.

So, my looks like "| Site name"

Instead, I need it to look like "Students in Engineering | Site name"

sagesolutions’s picture

Category: Support request » Bug report
Lendude’s picture

Project: Views (for Drupal 7) » Drupal core
Version: 8.x-3.x-dev » 8.1.x-dev
Component: node data » views.module

Moving to the right queue. If I read #2 correctly, this sounds like another duplicate of #2645442: Can't use a taxonomy term name as the value for a contextual filter in a view

Version: 8.1.x-dev » 8.2.x-dev

Drupal 8.1.9 was released on September 7 and is the final bugfix release for the Drupal 8.1.x series. Drupal 8.1.x will not receive any further development aside from security fixes. Drupal 8.2.0-rc1 is now available and sites should prepare to upgrade to 8.2.0.

Bug reports should be targeted against the 8.2.x-dev branch from now on, and new development or disruptive changes should be targeted against the 8.3.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

Version: 8.2.x-dev » 8.3.x-dev

Drupal 8.2.6 was released on February 1, 2017 and is the final full bugfix release for the Drupal 8.2.x series. Drupal 8.2.x will not receive any further development aside from critical and security fixes. Sites should prepare to update to 8.3.0 on April 5, 2017. (Drupal 8.3.0-alpha1 is available for testing.)

Bug reports should be targeted against the 8.3.x-dev branch from now on, and new development or disruptive changes should be targeted against the 8.4.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

jonathanshaw’s picture

Status: Active » Closed (duplicate)