Help Category Title

Phoca Gallery - image gallery extension
denisrusss
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 18 Nov 2018, 09:55

Help Category Title

Post by denisrusss »

Hi, help with this, when I choose a category, the <title> </ title> is added through - the name of the category, I want the category title not to appear

Code: Select all

<title>learning music - dj music</title>
christine
Phoca Hero
Phoca Hero
Posts: 2737
Joined: 28 Nov 2010, 17:20

Re: Help Category Title

Post by christine »

Hi,

Just know about a title in e.g. of an "alt" in images, or you mean the Page display? > Show Page Heading (Menue) > usually h1.
Or: https://www.phoca.cz/documents/2-phoca- ... e-joomla-3 >
Display Name (Hide | Display | Show category name only) Display or hide name of image in Category View
Could we see this?

Kind regards
Christine
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9119
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: Help Category Title

Post by Benno »

Hi,
create a Phoca Gallery custom.css file and copy & past this:

Code: Select all

.pg-csv-name {
    text-align: left;
    display: none;
}
Then this change will not be overwritten by the next Phoca Gallery Update.

If you also want to hide the category title for category view you need to add this to the custom.css:

Code: Select all

.pg-cv-name {
    text-align: left;
    margin-top: 5px;
    font-size: x-small;
    display: none;
}
Kind regards,
Benno

Edit: Hi Christine, I'm too slow... :)
denisrusss
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 18 Nov 2018, 09:55

Re: Help Category Title

Post by denisrusss »

Thanks. I'll try tomorrow, I need to remove the category name in the title of the page, that is, in <TITLE> in <HEAD>
christine
Phoca Hero
Phoca Hero
Posts: 2737
Joined: 28 Nov 2010, 17:20

Re: Help Category Title

Post by christine »

Hi,
then try following:

global settings: Menus > Options > Show Page Heading > No [if wanted] and/or:
Menus > your menu >galery menu > Page Display > Show Page Heading > No and/or:
Menus > your menu >galery menu > Options > Display Category Name in Page Title > Hide

Kind regards
Christine

Hi Benno: You wasn't too slow, because you had more text :-)
denisrusss
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 18 Nov 2018, 09:55

Re: Help Category Title

Post by denisrusss »

Christine thanks,
but did not help
http://osioz.com/galereya/svadby
<title>Свет и музыкальное сопровождение для свадьбы в Ростове - dj музыкальное сопровождение свадеб</title>
after the dash you want to remove the category name
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47887
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Help Category Title

Post by Jan »

Hi, did you set this parameter:
Menus > your menu >galery menu > Options > Display Category Name in Page Title > Hide

Does your template override the Phoca Gallery ouput?

Jan
If you find Phoca extensions useful, please support the project
Post Reply