Forum Replies Created
-
AuthorPosts
-
Brian
MemberHi Christina,
To request a refund please follow our policy outlined here:
And we can take care of it. Thanks
Brian
MemberIt takes some more css to solve the responsive issue. Unfortunately, I am over what I can provide on theme compatibility issues, but this might get you closer:
@media (min-width: 768px) and (max-width: 979px) {
.single-tribe_events #tribe-events-pg-template {
max-width: 724px !important;
}
}@media (max-width: 767px) {
.single-tribe_events #tribe-events-pg-template {
margin: 0;
padding: 2%;
width: 96%;
}.single-tribe_events #secondary,
.single-tribe_events #tribe-events {
display: block;
float: none;
margin: 0 auto;
width: 100%;
}
}You will have to take it from there to get the rest how you would like it.
For the widget font size try this css:
.widget-area #sidebar h3.widget-title, .widget-area #sidebar h3 label {
font-size: 20px;
}
Change the 20px to the size you would like.Cheers
Brian
MemberOh my bad the coding works as intended since you cannot change the ‘add’ (hinzufuegen) slug in the url in the admin I did not think you were referring to that.
The hinzufuegen is included in the translation file so that is one place to change it.
Otherwise in that file above on line 2553 you could change the wording in this function:
public function init() {
$this->communityRewriteSlug = $this->getOption( 'communityRewriteSlug', 'community' );$this->rewriteSlugs['edit'] = sanitize_title( __( 'edit', 'tribe-events-community' ) );
$this->rewriteSlugs['add'] = sanitize_title( __( 'add', 'tribe-events-community' ) );
$this->rewriteSlugs['delete'] = sanitize_title( __( 'delete', 'tribe-events-community' ) );
$this->rewriteSlugs['list'] = sanitize_title( __( 'list', 'tribe-events-community' ) );$this->rewriteSlugs['venue'] = sanitize_title( __( 'venue', 'tribe-events-community' ) );
$this->rewriteSlugs['organizer'] = sanitize_title( __( 'organizer', 'tribe-events-community' ) );
$this->rewriteSlugs['event'] = sanitize_title( __( 'event', 'tribe-events-community' ) );self::maybeLoadAssets();
}I would change it from this:
__( 'add', 'tribe-events-community' )to this:
'yourword'August 26, 2015 at 7:08 am in reply to: License Key not being saved n subdomain – upgrade unavailable #999130Brian
MemberSweet, glad it is working now 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
MemberNo worries!
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
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,
Thanks for using our plugins. I can help out here.
I took a look at your site and see the theme includes the standard image css for alignleft, alignright, etc…
However, it is tied to specific post types and not the events calendar post type.
You could either modify the theme css to target the events calendar events or add this css:
.alignnone {
margin: 5px 20px 20px 0;
}.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto;
}.alignright {
float:right;
margin: 5px 0 20px 20px;
}.alignleft {
float: left;
margin: 5px 20px 20px 0;
}a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}a img.alignnone {
margin: 5px 20px 20px 0;
}a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto
}Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.
Let me know if that helps.
Thanks
Brian
MemberHi,
Sorry for the issues you are having I can help troubleshoot this with you.
First I noticed you are only Events Calendar 3.10 can you please update to 3.11 for all the plugins and see if that helps the issue.
If auto updates are not setup you can get the latest version of Pro from your account here on theeventscalendar.com
If that does not help can you please provide in a private reply a couple links to the broken maps and a couple that are correct.
Let me know and we can go from here.
Thanks
Brian
MemberHi,
Thanks for using our plugins. I can help out here.
I took a look at your site and see what you mean.
I could provide some css to force the same height, but does it matter about the width?
If the width matters you would want to look into creating a custom image size and modify the widget template to use that size. I am limited in helping with this, but the css solution with a flexible width is no problem.
Let me know.
Thanks
Brian
MemberHi,
Thanks for using our plugins.
We have capabilities set up to view settings and other features of the plugins per WordPress’s system.
You could create a special role and give them capabilities that would enable them to view more events settings. I prefer to use this plugin to do that:
User Role Editor
Also, If you would like to request that feature please head to our UserVoice Page and add your own or upvote that feature as they will increase the chances of it being added to a future version.
http://tribe.uservoice.com/forums/195723-feature-ideas
Cheers
Brian
MemberHi,
Thanks for the interest in our plugins. All our events are stored with the post and postmeta table in WordPress.
You maybe to use custom PHP/SQL code to transfer back and worth, but unfortunately, we do not have any coding or extension to do this.
You could test out coding on the core version of the Events Calendar found for free on WordPress.org: https://wordpress.org/plugins/the-events-calendar/
That is about I can provide for this, but can try to answer any other questions.
Thanks
August 25, 2015 at 2:00 pm in reply to: License Key not being saved n subdomain – upgrade unavailable #998934Brian
MemberHi,
Sorry for the issues you are having. I can help troubleshoot this with you.
Can you please confirm you are following all these steps:
Visit License Tab
Enter License Key
You get a Green License Valid Message
You are then clicking “Save Changes”
Then you get a “License key(s) updated.” near the top of the page.Also you can can always download the latest version from your account here on theeventscalendar.com
Let me know if it is not working after following those steps and we can do some troubleshooting steps next.
Thanks
Brian
MemberUnfortunately, that is all I have for this as it is not a feature to have the tribe bar on single templates.
However, I ran some more tests on my site and on a single event I was able to search by a date and it would take me to the list view and show events.
I also did a keyword search and changed views and it worked for me too.
The location search seemed to have problems, but that maybe the because the tribe bar is not designed for the single template.
You might be able to hide the Location search with some css on the single templates and it might make this more usable.
Brian
MemberNo worries 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
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!
-
AuthorPosts
