highprrrr
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Remove link from venue blockMy pleasure. Have a great weekend!
Forum: Plugins
In reply to: [The Events Calendar] Remove link from venue blockCan you try adding this to the very end of your functions.php file?
add_filter( 'tribe_get_venue_link', function( $link, $venue_id ) { $just_the_title = get_the_title( $venue_id ); return $just_the_title; }, 10, 2 );You can do this by going to Appearance > Theme Editor and choosing functions.php from the dropdown in the top-right.
It’s not the webs host. All my other website (hosted on the same dedicated server) are working.
It’s not a plugin or theme conflict, I’ve already tested for conflicts.
Forum: Plugins
In reply to: [The Events Calendar] Members Only CalendarHi there!
Which method are you trying?
I’m using the latest version of your plugin.
Forum: Plugins
In reply to: [The Events Calendar] Can’t See “Add New Event” on backendHi there!
Please navigate to Events > Troubleshooting > System Information check the box to share info and click the Copy to Clipboard button and paste the info in this chat.
1. Please try deactivating all plugins (except calendar plugins of course) and see if the issue persists
2. Please try activating a default theme, like 2020 and see if the issue persists.
Hi there!
You could try our pro plugin, which allows you to use shortcodes to display events.
For example:
[tribe_events view=”list” tribe-bar=”false” featured=”true”]
This would display a list-view calendar of featured events. You could place this shortcode anywhere you want that list to appear.
You also don’t need to mess with the “featured” feature, as you could also use the single event shortcode to just display a specific event:
More on shortcodes here:
https://theeventscalendar.com/knowledgebase/k/shortcodes/Forum: Plugins
In reply to: [The Events Calendar] Best Way to Override Simple StylesDon’t quote me on this, but I think that is going to be part of a future update.
Anyways have a great rest of the week!
Forum: Plugins
In reply to: [The Events Calendar] sorting issuesHi there!
Please navigate to Events > Troubleshooting > System Information check the box to share info and click the Copy to Clipboard button and paste the info in this chat.
1. Please try deactivating all plugins (except calendar plugins of course) and see if the issue persists
2. Please try activating a default theme, like 2020 and see if the issue persists.
Forum: Plugins
In reply to: [The Events Calendar] Add ACF to Widget titleForum: Plugins
In reply to: [The Events Calendar] Add ACF to Widget titleThis is pretty advanced stuff, that we don’t even support in our premium support.
Here are a couple resources that will hopefully help you:
https://docs.theeventscalendar.com/
https://docs.theeventscalendar.com/?s=&post_type%5B%5D=wp-parser-hook
https://theeventscalendar.com/knowledgebase/k/customizing-template-files-2/
Forum: Plugins
In reply to: [The Events Calendar] Best Way to Override Simple StylesHi there!
I was about to tell you about the customizer options, and then you already found them =]
I think we have some more updates coming for those customizer options so, keep an eye out for those.
As for overriding styles your method is just fine, tho I usually just use the Additional CSS section in the Customizer.
There’s nothing you can do about changes to classes/html structure. That’s just the nature of development. This is why many folks use a staging site, so when plugins/themes update they can see what it looks like on the staging site before pushing it to live.
We try not to change classes/HTML very often, because we know that will mess up some folks websites who have custom CSS applied.
Forum: Plugins
In reply to: [The Events Calendar] supress links to single-eventHi there.
I’m not sure I understand what you’re asking. Are you saying that you want to see a list of events, but you don’t want anything to happen if someone clicks on one?
Forum: Plugins
In reply to: [The Events Calendar] TranslationHi there!
Check this out: https://theeventscalendar.com/knowledgebase/k/how-to-override-plugin-language-files/
I hope this helps!
-James
Forum: Plugins
In reply to: [The Events Calendar] Several issues with 5.9.0Hey @bazcb , we just released an update to ET today, could you update and let me know if it helps?
-James