Forum Replies Created
-
AuthorPosts
-
June 11, 2015 at 12:05 pm in reply to: How Can You Have Multiple Single or Event View Templates for Different Events #968862
Brian
MemberHi,
So there isn’t a way to create a separate template like single-event-books.php for example to pick up all Books category for example?
Unfortunately, no, but that is an interesting idea and I could see how that would be useful.
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
Thanks
Brian
MemberHi Glenn,
Thanks for the feedback.
I would not try running 3.10 with Event Rocket right now as Barry is coming out with a new version to work with 3.10 compatibility and remove features that are now included in Pro, such as the latitude + longitude.
If you try again without Event Rocket does 3.10 enable you to add the coordinates? I did check out that link and it appears to be correct in the map and shows in Luna Park.
Also, Event Rocket stores the latitude + longitude in the same place the Events Calendar itself does so you should not lose any data.
Let me know.
Thanks
Brian
MemberHi James,
Thanks for using our plugins.
I can help out here.
You are going to want to follow our themer’s guide:
https://theeventscalendar.com/knowledgebase/themers-guide/
To move and edit this file:
events-calendar-pro\views\pro\single-venue.php
In 3.10 it will be in this location:
events-calendar-pro\src\views\pro\single-venue.php
To this file in your theme:
yourtheme\tribe-events\pro\single-venue.php
There you can modify this line:
<?php echo tribe_get_embedded_map( $venue_id, '100%', '200px' ); ?>Change that 200px to the height you would like.
For the width try out this css and change the percentage (default is 50%)
.tribe-events-venue .tribe-events-venue-meta .tribe-events-map-wrap {
width: 60%;
}Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.
Also, is there a way to have the maps show Satellite view by default?
There is no option to default to Satellite. Although you could try modifying it if you really like. I outline steps how to do that here:
How to change default gmap view to satellite – on events and venues
Let me know how the Venue Map Size works out.
Thanks
Brian
MemberHi,
Sorry to disappoint, but it is not included in this release and I do not have a timeline when it might happen.
Brian
MemberHi,
Thanks for using our plugins.
Unfortunately, all events created require a date. The whole calendar is built around display events by date and for now cannot handle events without dates.
It you are looking to create a “Event” that does not have a date to get interest in having it perhaps another custom post type would be better suited for that.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi Elise,
Thanks for using our plugins. I can try to help here.
We do not have much experience with VIEWS and CRED from the TOOLSET plugin.
Is there a way in the VIEWS and CRED from the TOOLSET plugin to store dates as a string? Why does it have to be numeric?
Is there a way to use string to time function in php: strtotime();
That would enable you to store it as a number then.
That is about all we would have to help on this, but I can try to answer specific questions to help out more.
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,
Are you referring to the The Events Calendar Category Colors Plugin?
Here is the link to it:
Cheers
Brian
MemberThanks Glenn,
That article was not published yet. Working on getting that resolved.
Here is the 4 shortcodes the plugins will now have:
- Calendar widget: [tribe_mini_calendar]
- Advanced list widget: [tribe_events_list]
- Featured venue widget: [tribe_featured_venue]
- Countdown widget: [tribe_event_countdown]
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
MemberGlad you found the answer, but most likely you could use Community Events to do this.
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 figure it out.
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
MemberOk, what was the last events you entered, can you try changing those to drafts and see if that fixes the issue?
Also, do you have any shortcodes in the events themselves?
And one thing to try as well is to turn all your events to drafts and then add a new event for June and see if it shows up.
Let me know the results of these.
Thanks
June 11, 2015 at 5:53 am in reply to: How to define a different slug per language: eventos, events, esdeveniments #968738Brian
MemberHi,
It could be possible to maybe hard code we do not have a guide or resources on how to modify the plugin as such though. It would take going through the plugin itself and rewriting parts, which is not recommended. I can try to answer specific questions to get you started, but not much help beyond that.
Cheers
June 11, 2015 at 5:51 am in reply to: Title and description, not the ones setted with YOAST SEO #968736Brian
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
MemberOk I looked again and maybe I misread it and there is only one copy of jQuery. Sorry for the confusion.
Since you narrowed down the issue to the custom theme can you see about removing parts of the javascript and see if you can narrow down further the coding causing the issue?
-
AuthorPosts
