Hi @mickdom!
When you add widgets to any widget area the Widget Title are the name of the widget.
Did you tried change that just to check if it’ll work in your website?
Also, can you confirm that you’re using the latest version of Events Calendar v4.9.3.2 ?
Hello Deblyn,
I’m using version 4.9.4. The problem is still there. No matter what title I enter, the title is always “Widget Area” in the frontend.
Thank’s for your help!
Jaime
(@jaimemarchwinski)
Hi @mickdom,
If you update to the most recent version of The Events Calendar (v4.9.8), do you still see the issue?
I hope that helps!
Thanks,
Jaime
Hello Jaime,
I’m already using version 4.9.8. The issue is still there. My workaround is to replace Line 125 in wp-content/plugins/the-events-calendar/src/Tribe/List_Widget.php:
old: $title = apply_filters( ‘widget_title’, $title );
new: $title = ‘my own title’;
Otherwise, the text is “Widget Area”. I hope this helps.
Best regards
Hi Jaime,
I use “Custom Sidebars – Dynamic Widget Area Manager” by WPMU DEV. But with other plugins there are no problems. I think that it does not cause the issue.
Best regards
I disabled the plugin “Custom Sidebars – Dynamic Widget Area Manager” and the issue is unfortunately still there!
-
This reply was modified 6 years, 8 months ago by
mickdom.
STILL NOT FIXED!!!
🙁
Please check the title in function widget_output()
-
This reply was modified 6 years, 3 months ago by
mickdom.