Page 1 of 1
Date in Daily Menu
Posted: 03 Dec 2014, 18:17
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
Re: Date in Daily Menu
Posted: 03 Dec 2014, 19:10
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
Re: Date in Daily Menu
Posted: 23 Jan 2016, 13:50
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
Re: Date in Daily Menu
Posted: 23 Jan 2016, 14:22
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
Re: Date in Daily Menu
Posted: 25 Jan 2016, 14:09
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
Re: Date in Daily Menu
Posted: 25 Jan 2016, 16:37
by christine
Hi Chris,
Aha. I'm not sure: Check the parameters please:
https://www.phoca.cz/documents/52-phoca- ... parameters
Kind regards, Christine