Hi!
Is it possible to delete the date in the Daily Menu?
I tried to set the options:
In Configuration / Administrator I selected "Hide" in "Display date in header", but nothing happened.
Could someone help me?
Thanks
Date in Daily Menu
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Date in Daily Menu
Hi, this parameter is a Weekly Menu parameter - see the description of it.
To hide date in daily menu, just hide it per css, see the html code for the class of the date and set {display:none;} rule for this class in your template CSS.
Jan
To hide date in daily menu, just hide it per css, see the html code for the class of the date and set {display:none;} rule for this class in your template CSS.
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 2
- Joined: 23 Jan 2016, 13:47
Re: Date in Daily Menu
Hi,
I'm sorry to be a bit thick but could you tell me where the relevant file is that needs to be changed?
Thanks
Chris
I'm sorry to be a bit thick but could you tell me where the relevant file is that needs to be changed?
Thanks
Chris
-
- Phoca Hero
- Posts: 2818
- Joined: 28 Nov 2010, 17:20
Re: Date in Daily Menu
Hi Chris,
as there is no URL, where we could check it, I tested it acc. the Demo. (usually in the phocamenu.css)
So, try to put following code at the end of your template.css:
as there is no URL, where we could check it, I tested it acc. the Demo. (usually in the phocamenu.css)
So, try to put following code at the end of your template.css:
Kind regards, Christine#phocamenu .pm-date {
display:none;
}
-
- Phoca Newbie
- Posts: 2
- Joined: 23 Jan 2016, 13:47
Re: Date in Daily Menu
Thanks Christine. That worked like a charm!
Cheers
Chris
Ah, I spotted another snag! While it has disappeared from the webpage and the printer version, the date still shows in the pdf which my client wants to use in his pub.
Any ideas?
Chris
Cheers
Chris
Ah, I spotted another snag! While it has disappeared from the webpage and the printer version, the date still shows in the pdf which my client wants to use in his pub.
Any ideas?
Chris
-
- Phoca Hero
- Posts: 2818
- Joined: 28 Nov 2010, 17:20
Re: Date in Daily Menu
Hi Chris,
Aha. I'm not sure: Check the parameters please: https://www.phoca.cz/documents/52-phoca- ... parameters
Kind regards, Christine
Aha. I'm not sure: Check the parameters please: https://www.phoca.cz/documents/52-phoca- ... parameters
Kind regards, Christine