Forum Replies Created
-
AuthorPosts
-
Brian
MemberOh my bad I forgot to add it:
the-events-calendar-community-events\src\Tribe\Main.php
Brian
MemberHi Oliver,
Sorry for the issues.
Are you saying this field is not updating:
Events > Settings > Community Tab > “Community rewrite slug”
I was able to change this field “Community rewrite slug” and it worked for me.
On the front end these urls worked:
yoursite.de/events/community/hinzufuegen/
yoursite.de/events/community/liste/
So if it is not updating for you there maybe a conflict with something on your site and our conflict guide could help narrow it down:
https://theeventscalendar.com/knowledgebase/themers-guide/
Temporary Option
As for manually setting the slug you could modify this file:And change this around line 817:
return $events_slug.'/'.$this->communityRewriteSlug;To this while editing yourslughere to the slug you would like:
return $events_slug.'/yourslughere';You would then want to resave permalinks and see if that works.
Let me know what you find out.
Thanks
Brian
MemberHi,
Sorry for the issues you are having. I can help troubleshoot this with you.
I have not seen another other reports of this so not sure what it is happening on your site.
Do you have a large amount of recurring events you are trying to process?
Also have you gone back and edited recurring events?
And finally please provide your system information in a private reply following this guide:
https://theeventscalendar.com/knowledgebase/sharing-sys-info/
Let me know about that information and we can go from here.
Thanks
Brian
MemberHi,
I cam help out here. I was not able to replicate this on my site actually.
Adding the ampersand showed correctly in the tooltip.
You could try changing the tooltip template in your theme following our themer’s guide:
https://theeventscalendar.com/knowledgebase/themers-guide/
Following that guide move and edit this file in your child theme:
the-events-calendar\src\views\month\tooltip.php
There you want to change this:
<h4 class="entry-title summary">[[=title]]</h4>to this:
<h4 class="entry-title summary">[[=raw title]]</h4>That may resolve the issue.
Let me know how that works out.
If it does not work out please let me know what other customizations you have for the tooltip.
Thanks
Brian
MemberHi Thanks for posting this information. Glad it all worked out for you.
I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.
Thanks
Brian
MemberI am glad to see you were able to fix this issue.
Since the issue is resolved I am going to go ahead and close this ticket. If you have a similar issue or another in the future, please do not hesitate to create a new ticket.
Thanks!
Brian
MemberHi,
The scripts by default do not load on the single event page for the Tribe Bar so it has to be manually added.
Try adding this script to your child theme’s functions.php:
https://gist.github.com/jesseeproductions/00ca9a8f4c5153e85fdc
Adding that script work for me to get the Tribe Bar working on Single Events.
Cheers
Brian
MemberHi James,
We have added a Maltese Translation to the Events Calendar:
http://translations.theeventscalendar.com/projects/tribe-events-calendar/mt/default
Cheers
Brian
MemberOk, glad we are moving forward on this.
I came up with css to help on the Single Events Only:
.single-tribe_events #tribe-events-pg-template {
overflow: hidden;
}
.single-tribe_events #tribe-events {
width: 74.46808510638297%;
display: block;
float: left;
margin-left: 0;
}
.single-tribe_events #secondary {
width: 23.404255319148934%;
display: block;
float: left;
margin-left: 2.127659574468085%;
}
It looked like it fixed the issues for me. However, you have a html table for this content: 傳媒專訪
And that was overlapping over the sidebar.
2. Can I specific a widget(mini calendar) to the sidebar?
I usually use a plugin called Widget Logic:
With that I can add some conditionals to a widget to get them to show only on certain sections.
If you want a Mini Calendar to just show on the events you could add this conditional:
is_singular( 'tribe_events' )Let me know how this works out.
Thanks
August 25, 2015 at 7:44 am in reply to: [REPOST] JS bug with recurring event end date for Events Calendar Pro 3.11.1 #998785Brian
MemberHi,
Good question. We typically leave the thread closed.
For the most part our qa testing confirms the issue is resolved and it is rare for people to come back to say the issue is not resolved.
So it is easier to just create a new thread if you find the issue is not resolved and reference the existing one.
August 25, 2015 at 7:41 am in reply to: Calendar defaults to no category, in month view, when advancing a month #998783Brian
MemberGreat glad it helps.
I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.
Thanks
Brian
MemberHi Jacob,
It should run on an automatic fb event import.
I tested on my site and it worked for me.
If you create a new custom field for a post it should hook to that.
If you update an existing custom field it should not run.
Also, if it finds an event category it will not add a default one. It is looking for a specific field in the imported facebook events so it should not add a category to any other events either.
Cheers
August 25, 2015 at 7:34 am in reply to: Missed on Chinese translation and No Chinese permalink #998780Brian
MemberHi,
I am not sure what you are asking for, but we do provide licenses to our plugins if individuals help translate them following our guide:
https://theeventscalendar.com/knowledgebase/adding-or-updating-a-translation/
We do not have a set amount someone should translate to get a license, but it is usually a majority if not all of a plugin.
Otherwise, we do not have a way to trade for customizations or provide support.
Let me know if I am off track here.
Thanks
Brian
MemberUnforuntaly, I am limited in support theme comptability issues per our terms and services, but can try to help out.
Since it appears the Event Template is the closest we should work on that and get the single event template setup.
Can you follow the themer’s guide linked before to get the single template in your theme and add the coding for the sidebar to it?
Then it might only be some css that I can help with to get everything looking correct.
Let me know.
Thanks
Brian
MemberHi,
I can help out this time, but usually we try to keep threads to one issue.
For the first problem it looks like the Greek characters are using non-ascii characters and that is not allowed in urls.
http://ux.stackexchange.com/a/31107
When I try to enter in the your words for Venue and Organizer in my text editor that is strict ascii it does not show most of the characters.
So you maybe to find a way around this, but there is nothing we can do to get around this unfortunately as WordPress itself stripped out the characters too when I tried it.
As for the 2nd issue.
The Organizer system was overhauled in 3.11 to enable multiple organizers.
And that filter no longer works and we need to update it.
I would instead follow our themer’s guide:
https://theeventscalendar.com/knowledgebase/themers-guide/
To move and edit this file:
the-events-calendar\src\views\modules\meta\organizer.php
Once in your theme replace this:
<?php echo tribe_get_organizer( $organizer ) ?>With This:
<?php
$organize_website = tribe_get_event_meta( $organizer, '_OrganizerWebsite', true );
$oragnizer_name = esc_html( get_the_title( $organizer ) );
if ( $organize_website ) {
echo '' . $oragnizer_name . '';
} else {
echo $oragnizer_name;
}
?>
Cheers
-
AuthorPosts
