Forum Replies Created
-
AuthorPosts
-
Brian
MemberHi,
Sorry for the issues you are having. I can try to help out.
Thanks for letting me know it has been narrowed down to a theme conflict.
It is hard to say what the issue is. I would look through the functions.php and templates of the theme and look for any rules that modify queries and see if you can find one that might be causing the issue.
If you find something that global modifies queries you could use a conditional to prevent it from running on event templates:
https://gist.github.com/jo-snips/2415009
I can try to help answer some more questions, but I am limit in supporting theme conflicts.
Let me know and we can go from here though.
Thanks
Brian
MemberHi Kamen,
Thanks for using our plugin. I have some css to help out here.
Looks like you would want to use both of these to target the background color of the filter bar:
#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal{
background: #000;
}#tribe-events-content-wrapper .tribe-events-filters-content {
background: #000;
border-left: 1px solid #f5f5f5;
border-right: 1px solid #f5f5f5;
}
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
MemberHello,
Thanks for using our plugins. I can help out.
By default the Mini Calendar List does not include the Location information.
It is possible to modify the template in your theme though and get it to show.
To do that follow our themer’s guide:
https://theeventscalendar.com/knowledgebase/themers-guide/
to move this file:
events-calendar-pro\src\views\pro\widgets\modules\single-event.php
To this location:
[your-theme]/tribe-events/pro/widgets/modules/single-event.php
Once there you want to look to remove these checks:
<?php if ( isset( $venue ) && $venue && tribe_get_venue() != '' ): ?><?php endif ?>
So that the information inside of the conditional always shows.
Let me know if you have any follow up questions.
Thanks
August 3, 2015 at 12:32 pm in reply to: Previous/Next month links not displayed above month view #992850Brian
MemberGreat glad it helps.
I know it is suppose to be that way, but I am not why it is that way.
I put it on my list to ask in the next Support Meeting we have and see if I can find out.
Cheers
Brian
MemberHi,
Sorry for the double purchase. We can process a refund for that.
To request a refund please follow our policy outlined here:
And we can take care of it. Thanks
August 3, 2015 at 8:35 am in reply to: Previous/Next month links not displayed above month view #992750Brian
MemberHi,
Thanks for using our plugins. I can help out here.
Those links are there, but hidden.
Try out this css to show them:
.tribe-events-month #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next a, .tribe-events-month #tribe-events-header .tribe-events-sub-nav li {
display: block;
}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,
Thanks for using the plugins. I can help on this.
I could not get the header to work. I do not link it is a z-index issue, because I even deleted the header in the dev console and it was still cutoff.
Although this css did help the issue except for the top most events.
table.tribe-events-calendar {
overflow: visible;
}Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.
Thanks
Brian
MemberHi,
Thanks for using our plugins. I can help out here with the css.
Try out this:
#page-container h3.entry-title.tribe-events-month-event-title a, #page-container h3.entry-title.tribe-events-month-event-title a:visited {
font-size: 14px;
}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 Michelle,
Thanks for the interest in our plugins.
I can help out.
I looked at that site and it is possible to do that date range with the Free Version.
The Free Version does provide a starting date to look for events and with some customization you could add a end date as that showcase site has done.
We do not have anything to provide to do that unfortunately.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi,
Thanks for using our plugins.
We do not have a feature to limit the characters in the event description.
I did a quick search and found this tutorial that might work:
http://kaspars.net/blog/wordpress/limit-number-words-characters-in-wordpress-editor
You could add that script and css to the Community Events Template and change var editor_char_limit = 50; to 100 and that might do it.
To edit the Community Event Templates please follow our themer’s guide:
https://theeventscalendar.com/knowledgebase/themers-guide/
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi,
It sounds like you have the cart working correct?
As for your other questions:
Will reoccurring events have the current event date on the event ticket or will it only have the first event date in all events in the series?
It will be the first event in the series.
Now I do not understand why when a transaction is complete a confirmation email is not being sent. Again I have been through the email tab in settings and it seems like I have it set up. But I am thinking that I may need to create the actual email templete which I do not know how to do and then connect it to my events???
Is this the WooCommerce Order Email or the ticket email? The Ticket Email is sent after an order is marked complete. This is a manual process in WooCommerce, but you could add this coding to Autocomplete orders:
http://docs.woothemes.com/document/automatically-complete-orders/
If no emails are being sent from your WordPress install then you would have to look into adding a plugin to send emails by smtp or another service.
I have used this plugin in the past to send emails from my WordPress install and it worked well.
Let me know.
Thanks
August 3, 2015 at 7:35 am in reply to: Some questions regarding recurring events & locations #992717Brian
MemberHi Francois,
What you are asking is possible only through a customization and that is beyond the support we can provide.
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.
August 3, 2015 at 7:33 am in reply to: Theme Conflict Causes Map View Not to Work (Jkreativ theme) #992716Brian
MemberHi,
Thanks for providing that.
Also, I deleted the source code in the private replies to reduce the length of this thread.
I loaded up the theme and saw this issue:
TypeError: $(…).jnormalblog is not a function
Line 1705I am not sure where that is in the theme, but fixing that may resolve the Map View Issue.
Brian
MemberHi alzheimesdementiasupport
Thanks for letting us know it is not working for you with Day First Formats and that using the number of occurrences is a work around.
We have a bug ticket in the system to address this and we will update this thread once we have a release ready.
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!
-
AuthorPosts
