Forum Replies Created
-
AuthorPosts
-
Brian
MemberOk so the next step is still to test for conflicts since no other customers are reporting this issue it is has something to do with your hosting, theme, or plugins causing the issue.
The testing for conflicts guide will help us find that. Can you please follow the link in my last post to the guide and then we can go from there.
Thanks
Brian
MemberHi thanks for the interest, but it does requires WordPress to use.
Brian
MemberI took a look at your site and see this css selector:
.home span.date-end.dtend, .home span.date-start {
color: rgb(98, 157, 224);It is missing the closing bracket ( } )
See if add that will fix it.
Also, if you would like to request the bars in the month view 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
MemberSorry for the issues you are having.
I am not sure how this link would ever work:
http://allekiskicalendar.comcommunity/add
That is a completely different website when using a link like that.
This is the link we want to get working.
http://allekiskicalendar.com/community/add
Since it is a 404 error, but the guide did not help can you please follow our testing for conflicts guide:
https://theeventscalendar.com/support/documentation/testing-for-conflicts/
See if my following that you can narrow down the issue.
Also, please make sure you have no pages Community as their slug.
Let me know what you find out and we can go from there.
If you would like to share screenshots you could you could place a link in dropbox or something else and place the link in a private reply here so only we can.
Thanks
Brian
MemberWe are launching a new website so all hands are on deck for that 🙂
If you would like to share your coding you can do it in this thread with a link either to a Gist in Github or Pastebin.
I think we would make an announcement if we add the forum and I seeing if we have a list to add you to as well.
Let me know if you have any other questions.
Thanks
Brian
MemberCould be that or could be cache on the site or server level took time to change.
Since you marked the ticket resolved 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
December 16, 2014 at 7:26 am in reply to: Season/bundled tickets, Attendees, Other custom fields #919834Brian
MemberHi,
Thanks for your interest in WooCommerce Tickets.
I can answer your questions.
1. Is it possible to sell bundled or season tickets and still have the individual events show up on the calendar and be able to export a full list of attendees for each individual event regardless of if they purchased one event or a season package?
No that is beyond the capabilities of the plugin. It only does single ticket sales.
2. If a person purchases multiple tickets, are they able to enter the attendee name for each ticket so that it shows up on the attendee list for an event?
The tickets use the purchasers information, so it would be that for all the tickets.
3. Are custom fields allowed on the checkout page? If so, what field types are allowed?
That process is all controlled by WooCommerce still, so yes they are allowed, but they do not integrate into our tickets Attendees List
4. Do you have a demo site that provides access to the dashboard for review prior to purchase?
We do not have one right now. Only a front end demo.
http://wpshindig.com/event/the-events-calendar-wootickets-wordpress-demo/
Let me know if you have any follow up questions.
Thanks
Brian
MemberHello,
Thanks for purchasing out plugins. I can help you out here.
That is an interesting idea about the bars in Month view. However, we do not have a snippet or anything to provide for that, but you can try the customization on your own.
The themer’s guide will show you how to move files to your theme where you might be able to get it working there.
https://theeventscalendar.com/support/documentation/events-calendar-themers-guide/
Month Nav
I have some css that you can use to show the nav on top of the Month View#tribe-events-content #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next a, #tribe-events-content #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
December 16, 2014 at 7:14 am in reply to: Reseller Licence for Premium Theme integration available? #919809Brian
MemberNot sure if we do. Please contact us at pro(at)tri.be and we can better help you there on this.
Thanks
Brian
MemberHi,
Thanks for using out plugins. I can help get you started here.
We do not have a admin area to change the color of text, but I can help get you started on this.
However, I am not going to be able to provide all the css to modify this as it is coming from your theme and that is beyond the support we can provide.
This coding here will change the link colors for the events:
.post-content #tribe-events-content a {
color: #00000;
}This will help with the titles:
.post-content #tribe-events-content h3 {
color: #00000;
}Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.
I would also recommend looking for this guide for how to find html tags and create css selectors for them:
https://theeventscalendar.com/support/documentation/using-google-chrome-developer-tools/
Let me know if you have any follow up questions.
Thanks
Brian
MemberGreat, glad it helps, I am going to go ahead and close this ticket, but if you need help on this or something else please post a new ticket.
Thanks!
December 16, 2014 at 7:01 am in reply to: Event Entry Title Appearance on Sidebar / Homepage – Event List Widget #919778Brian
MemberHi,
Sorry for the issues you are having with the styling. We introduced a new look into the List Widget and a bug that did not load the stylesheet. We have a release fix coming hopefully within the week.
However, I have a snippet you can add to your theme’s function.php to fix the issue right now:
https://gist.github.com/jesseeproductions/9ac665ddcdef95c8a2e5
Add that and see if it helps then let me know about any changes and I maybe to help you get started on those.
Thanks
Brian
MemberHello,
Sorry for the issues you are having. I can help troubleshoot this with you.
I took a look at your site and all 3 events in February 2015 are showing there tickets for me.
Are you not seeing them? Is that the right events? You can provide the links to the events not working in a private reply and I can take a look.
Let me know and we can go from there.
Thanks
Brian
MemberHi,
Thanks for using our plugins. It is possible to add the categories. I can help point you in the right direction on this, but we are unable to provide the coding for this customization.
First please look over the themer’s guide on how to move templates to your theme for customization.
https://theeventscalendar.com/support/documentation/events-calendar-themers-guide/
This is the file you will want to move to your theme to edit in the list view:
\the-events-calendar\views\list\single-event.php
This file is a good source of how we get the categories and display them:
\the-events-calendar\views\modules\meta\details.php
In that file you maybe able to copy and move to the singe-event one this function:
tribe_get_event_categories
Let me know if you have any follow up questions.
Thanks
Brian
MemberThanks for providing the link.
Try this css:
.tribe-events-adv-list-widget .hentry {
margin-top: 0;
}Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.
Let me know if that helps.
Thanks
-
AuthorPosts
