Event Calendar
-
Hi!
I’m testing this calendar plugin.Can I change the view, so there are no options for “day” “week” and “month”? So its always and for everyone the list? And the Rest does not appear?
Thanks and greetings
Slider
- This topic was modified 2 years, 1 month ago by Jan Dembowski.
The page I need help with: [log in to see the link]
-
Hello @sliderx3
Hope you are doing well.
About your inquiry, Could you please share URL again?
Because the URL you have shared seems to be not working.
And could you please describe a bit more about this inquiry ” So its always and for everyone the list? And the Rest does not appear? ”So that I could understand the problem and provide you solution accordingly.
Thank you.
[ redundant link removed ]
Hi!
The visitor of the site can choose between day, week, month and list. I would like only list to be displayed and ideally no other buttons- This reply was modified 2 years, 1 month ago by Jan Dembowski.
Hello again @sliderx3
You can use this CSS to solve your issue
.fc-toolbar.fc-header-toolbar {
display: none !important;
}You can simply add custom CSS by navigating to your WordPress Dashboard -> Appearance -> Customize.
After you are on the Customizer page, search for the “Additional CSS” option. You can then go ahead and insert CSS Code. Please check this screencast to learn more – https://d.pr/v/QrrfTwHope it helps.
Let me know how it goes.
Thank youHi!
I’ve added the CSS but it didn’t change anythingHi @sliderx3,
I hope you are doing well.
At first from the Event Calendar > Calendar > Calendar Default View set it as List like this screenshot. After that, please use the below custom CSS code to hide Day, Week, and Month options..eael-event-calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-timeGridDay-button, .eael-event-calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-timeGridWeek-button, .eael-event-calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-dayGridMonth-button { display: none !important; }
You can easily apply custom CSS by following this documentation: https://essential-addons.com/elementor/docs/faq/apply-custom-css-elements/
Hope this will help you. Let us know how it goes.
Thanks!
Hi!
Thanks so far!
This didn’t work. I still have the buttons ??And another problem appeared: there are events – I can see them in the monthly overview – but they don’t appear in the list.
Hi @sliderx3,
Sorry to hear that your issue is still not fixed.
I have checked the page URL and didn’t get the shared custom CSS code. Can you please check once from your side that you added the custom CSS code on your site?If you already added the custom CSS code, please clear your website and server cache, recheck once, and let me know the update.
And for showing the events on the Month view, those are the next month’s events. If you view the next month means October, then you will get the events on the list view as well. Check this screen record. You can check this on your site.
Let me know how it goes. Thanks!
Hi @sliderx3,
Hope you are doing well.
Is your above-mentioned issue gets fixed? We didn’t hear from you since then. Let us know the update.Thanks!
Hi!
I’ve tried your solution and also deleted the cache.
I’ve added the code to “Custom CSS/JS” in the Customizer.Greetings
Hi @sliderx3,
After clearing the cache and adding the custom CSS code, is your issue fixed? Let me know.
Thanks!
Hi
its not fixed yetHi @sliderx3,
Sorry for the inconvenience caused.
Please share a screen record or screenshots that you have added the above custom CSS code to your site.And share a screenshot of the Event Calendar that how you are getting after adding the custom CSS code.
So we can check and help you accordingly.
Let us know the update. Thanks!
@iapial @onlykawshar While I know you have the best of intentions, it’s forum policy that you not ask users for admin or server access. Users on the forums aren’t your customers, they’re your open source collaborators, and requesting that kind of access can put you and them at high risk.
If they are paying customers (such as people who bought a premium service/product from you) then by all means, direct them to your official customer support system. But in all other cases, you need to help them here on the forums.
Thankfully are other ways to get information you need:
- Ask the user to install the Health Check plugin and get the data that way.
- Ask for a link to the https://pastebin.com/ or https://gist.github.com log of the user’s web server error log.
- Ask the user to create and post a link to their
phpinfo();
output. - Walk the user through enabling WP_DEBUG and how to log that output to a file and how to share that file.
- Walk the user through basic troubleshooting steps such and disabling all other plugins, clear their cache and cookies and try again (the Health Check plugin can do this without impacting any site vistors).
- Ask the user for the step-by-step directions on how they can reproduce the problem.
You get the idea.
We know volunteer support is not easy, and this guideline can feel needlessly restrictive. It’s actually there to protect you as much as end users. Should their site be hacked or have any issues after you accessed it, you could be held legally liable for damages. In addition, it’s difficult for end users to know the difference between helpful developers and people with malicious intentions. Because of that, we rely on plugin developers and long-standing volunteers (like you) to help us and uphold this particular guideline.
When you help users here and in public, you also help the next person with the same problem. They’ll be able to read the debugging and solution and educate themselves. That’s how we get the next generation of developers.
Hello @sliderx3,
It seems your website is not loading the Custom CSS correctly. So I suggest you to use Simple Custom CSS and JS plugin to load the Custom CSS. Please use the previous Custom CSS that we provided you previously. And add this CSS like this screenshot – https://d.pr/i/5dqp0X
I hope it will work. Let us know how it goes.
And Thanks @jdembowski for this guideline. I am really sorry and hope this mistake will not happen again.
Thank you!
- The topic ‘Event Calendar’ is closed to new replies.