×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: How do I hide "Event Status"?

How do I hide "Event Status"? 7 years 6 months ago #34998

  • Jose Batalla
  • Jose Batalla's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 9
  • Thank you received: 0
I don't want to show event status on the front end. All I have been able to find in configuration is setting "Event view menu start open" to NO, which collapses the panel. But, people can still see the event status if they open the panel.

How can I hide Event Status completely?

Thank you for your help,

Jose

How do I hide "Event Status"? 7 years 6 months ago #35012

  • Yves Hoppe
  • Yves Hoppe's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 3519
  • Karma: 71
  • Thank you received: 556
Hi Jose,

which template are you using? And what parts do you want to hide? You can hide every Element with CSS, for some there are also settings in the configuration. Like show infoline.

Can you provide a screenshot with the marked parts? Then i send you the CSS code for that.

Yves

How do I hide "Event Status"? 7 years 6 months ago #35017

  • Jose Batalla
  • Jose Batalla's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 9
  • Thank you received: 0
Hi Yves,

Thanks for your reply. I have been thinking about my request to hide event status and I am wondering if there is a better solution.

Here's my problem: My client promotes on their website events that belong to others. My client is an insurance agent membership organization And, for example, my client will create an event for an educational insurance class that their members can take at the local university. Naturally, that class cannot be booked on my client's website. My client creates the event and provides the link to booking the event on the university's website. The problem that I have is that when I set max participants to 0, so the event is not bookable on my client's site, Matukio shows "this event is not bookable online" on the event status.

I was thinking of hiding event status, but now I have realized that the notice also shows after a user is logged in.

Before changing CSS, is there a Matukio setting for events like these (events that are just being promoted and don't belong to Matukio)? If not, instead of hiding event status, I think I would prefer to just change the text as I pointed out on the attached screenshot.

Thanks for your help!

Jose
Attachments:

How do I hide "Event Status"? 7 years 6 months ago #35018

  • Yves Hoppe
  • Yves Hoppe's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 3519
  • Karma: 71
  • Thank you received: 556
Hi Jose,

no currently not. Have that on the todo-list for Matukio 6.1 (own booking links etc).

Probably easiest way is hiding these two for so long with css:

#mat_noticket, . mat_event_status {
display: none;
}

If you really want to go with text, just do a language override. (Really easy just search for the strings).

Yves
  • Page:
  • 1
Time to create page: 0.196 seconds