Questions tagged [page-title]
263 questions
3
votes
1 answer
drupal 7 metatags by content type
I have different custom content types which need completely different tailored for them meta description tags. I have installed the metatags module, however, it gives the possibility to add description meta tags on a site-wide basis and not by…

user2074387
- 43
- 1
- 5
3
votes
3 answers
Change the title of the theme page in Liferay 6.1
I have created a theme in liferay 6.1. Now my question is how do I change the title of the theme pages.
For ex: About us page has title "Aboutus -liferay", I want to change it to "Aboutus".
I have tried using javascript for this…

Milople Inc
- 399
- 1
- 8
- 34
3
votes
2 answers
How to get page title on fpdf output?
I'm trying to get a page title to show up when outputting a pdf with fpdf.
Currently I only get the path to the .php file I'm using to create the pdf. e.g.
www.mydomain/inc/pdf/php
If I output anything other than the fpdf code e.g.
This is…

Bjorn
- 285
- 3
- 6
- 19
2
votes
1 answer
Change Structure of Magento Product Meta Title
I am having some difficulty at the minute with Magento developing a site for my client.
Currently, the product title is [PRODUCT_NAME] | [PRODUCT_CATEGORY]
I would like to change this to say [PREFIX] [PRODUCT_NAME] [SUFFIX]
I know this can be done…

Chris
- 1,939
- 1
- 19
- 38
2
votes
3 answers
How to refresh navbar so that latest title is displayed?
In my implementation, I will change the title of the page after triggering some method
//In viewdidload of my view controller which resides in a navigation controller
-(void)viewDidLoad
{
self.title = @"Title A";
}
-(void)changeTitle
{
…

Zhen
- 12,361
- 38
- 122
- 199
2
votes
2 answers
Customizing the edit page title in ActiveAdmin
I am trying to change the page title to be the name of the item you are actually editing when you are on the edit page. I read in the active admin docs that you should use @page_title. The problem is I don't know where to put this for it to work for…

NineBlindEyes
- 579
- 8
- 18
2
votes
2 answers
Page.Title equivalent in PHP
I want to change the title of my PHP pages dynamically but since the headers and footer sections are include files so I cannot use kind of solution.
I am wondering if there is any solution such as the one in…

Tarik
- 79,711
- 83
- 236
- 349
2
votes
1 answer
CakePHP set pageTitle not working
When i tried to set page title in my controller using pageTitle variable it not work. My controller code:
class UsersController extends AppController {
var $name = 'Users';
function index() {
$this->pageTitle = 'List User';
…

Hensembryan
- 1,067
- 3
- 14
- 31
2
votes
0 answers
How to change the font in the title tag of a site?
I saw youtube doing this :
Then I checked the page source and was even more surprised to find special the special font there.
How do they do such a thing?

Paulcraey
- 373
- 4
- 14
2
votes
3 answers
google indexing text retrieved by ajax or javascript after page load
a couple of google questions:
1 - is there ANY chance that google will "see" text retrieved using ajax?
the user selects from a chain of select boxes and some text from the Db is displayed.
2 - if i change the page title using javascript, outside…

samoyed
- 881
- 4
- 13
- 25
2
votes
2 answers
How can I have a drop down box where you pick something and it sets the HTML tag set to what the drop down is set on?
This is what I have but I don't know how to get it to a variable in JS
2
votes
1 answer
How to detect when a user clicks on a webpage tab?
Today I discovered that youtube has this cool feature that when a video is running and you click on the tab of the webpage you can mute the video. Then when you click again, the video returns to its original volume.
I have tried my best to explain…

Asif Ali
- 271
- 1
- 3
- 16
2
votes
2 answers
asp.net derived master pages, page titles and dynamic css links
Not sure if the derived page is actually relevant to the problem here, but ran into an interesting gotcha on some code I'm working through at the moment.
I have a custom masterpage class, which derives from System.Web.UI.MasterPage so that it can be…

Andrew Johns
- 705
- 1
- 6
- 26
2
votes
1 answer
How to set Page title for page with content type "image/jpeg"
I created a page GetImage.aspx of ContentType="image/jpeg" that displays an image.
Page.Response.ContentType = "image/jpeg"
Page.Response.Flush()
However, when I download the image, the image is saved as "GetImage.jpg". Is there a way where I can…

Rami Zebian
- 539
- 1
- 5
- 23
2
votes
2 answers
Add special Character to All Wordpress Titles
Is there a way to force a "#" sign to automatically be added to the beginning of all wordpress post titles?
I know you can force it to be capitalized or lowercase, etc.. but can you add a special character or word to the beginning of them…

Amanda Sparling
- 21
- 2