Forum Replies Created
-
AuthorPosts
-
Peter
ParticipantThank you, works perfect. Peter
Peter
ParticipantOk, I deactivated and reactivated the plugins, everything works fine now.
Thank you for your help.
There is still the question for the right place for the filter snippet.
Peter
Participantbtw — functions.php is the right place for your filter. Or is there a better solution?
Thank you
Peter
ParticipantThis is the screen I get when I want to edit a event.
Does it help, when I give you access to my wordpress panel?Peter
ParticipantThank you,
ok this filter imports all my options.
But my calendar configuration panel is gone now for all of my events?
What can I do?
Peter
ParticipantHi Brian,
thank you for your answer.
Yes the one with all the options is the one I want.Sure let´s try to use a different filter.
I have already tried this in my functions.php
/**
* Using eventbrite.co.uk for Eventbrite Tickets
*/
function useEventbriteDotDe($url) {
return str_replace(‘.com’, ‘.de’, $url);
}add_filter(‘tribe_eb_api_url’, ‘useEventbriteDotDe’);
But this might not be the right URL.
Peter
Peter
Participant -
AuthorPosts
