Date in Daily Menu

Phoca Restaurant Menu - restaurant menu manager
chiometta
Phoca Newbie
Phoca Newbie
Posts: 1
Joined: 03 Dec 2014, 18:11

Date in Daily Menu

Post by chiometta »

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
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47887
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Date in Daily Menu

Post by Jan »

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
If you find Phoca extensions useful, please support the project
chrisal
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 23 Jan 2016, 13:47

Re: Date in Daily Menu

Post by chrisal »

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
christine
Phoca Hero
Phoca Hero
Posts: 2735
Joined: 28 Nov 2010, 17:20

Re: Date in Daily Menu

Post by christine »

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:
#phocamenu .pm-date {
display:none;
}
Kind regards, Christine
chrisal
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 23 Jan 2016, 13:47

Re: Date in Daily Menu

Post by chrisal »

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
christine
Phoca Hero
Phoca Hero
Posts: 2735
Joined: 28 Nov 2010, 17:20

Re: Date in Daily Menu

Post by christine »

Hi Chris,

Aha. I'm not sure: Check the parameters please: https://www.phoca.cz/documents/52-phoca- ... parameters

Kind regards, Christine
Post Reply