Forum Replies Created
-
AuthorPosts
-
Brian
MemberHi,
Sorry for the issues you are having with your login.
Are you able to try your email for the password reset here:
If not did you purchase the plugin and is it under your email and name?
Let me know and we can work this out.
Thanks
Brian
MemberCorrect the Photo view should be working that way.
The month view by design does not have images for each event, that is a customization for your site.
I am still able to click on all of the links in the month and I tested in Chrome, Firefox, Safari, and IE11
In some cases the tooltip blocks the title, but that is a result of the Image being added into the Calendar per your customization.
You can follow this guide here to move those tooltips around so they show better:
https://theeventscalendar.com/stop-tooltip-from-obscuring-event-title/
Let me know if you have any follow up questions.
Thanks
Brian
MemberWhen using decimals I would use a period. Not a comma. So 4.5
I tested with 4.5 and that worked for me.
Let me know if you have any other questions.
Thanks
Brian
MemberSorry you are having issues still. I am not having those problems on your site. What browser are you using and are you able to clear its cache and see if that helps.
Those images are the featured image of each event. How should I link them?
You can wrap it in a link to the event itself in your custom template, just like an event or post title is wrapped.
Something like this would be close:
The coding is not displaying correctly, but you can use this function to get the event link in the month view and then add it to a link tag:
tribe_event_link( $post );
I use the same photo for multiple events. Does tho mean I’ll need a different photo in those instances?
I do not think so, you should be able to use the same images over different events and have them all link to the respective event.
Let me know and we can go from there.
Thanks
Brian
MemberI am glad to see you were able to fix this issue.
It could be the php mailer causes the email to be labeled as SPAM when sent from GoDaddy or if you are using SMTP there could be a conflict there. I find emails sent from my website can have strange issues such as this as well.
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
MemberI will see about adding it.
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
Closing out this ticket, but if you have any other issues related to this or something new, please create a new one.
Thanks
Brian
MemberIt happens to us all 🙂
I am going to go ahead and close this ticket, but if you need any other on something else please post a new ticket.
Thanks!
Brian
MemberHappens to the best of us 🙂
I am going to go ahead and close this ticket, but if you need any other on something else please post a new ticket.
Thanks!
Brian
MemberHello trainingcor,
Unfortunately, that is not a feature we have in the Events Calendar.
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
Let me know if you have any follow up questions. Also, you will find we can provide better support for you if you ask your question in your own topic. It make it easier for us to support one on one and we do not ping the creator of the topic each time we post either. But we will always try to respond once we see your post in another topic.
Thanks Again.
Brian
MemberHi,
Sorry for the issues you are having. I took a look at the site and see the images are not linked to the events, but if I click on the titles I am able to view the event.
Are you seeing something different?
Can you see if you add the link to the image you have added that it works?
Let me know what you find out.
Thanks
Brian
MemberHi,
This is easier then it looks and no coding involved.
Head to your site and sign into the admin.
Go to Settings > General
Look for this field at the bottom: “Week Starts On”
Then change it to Sunday.
That should change the start date for the calendar.
Let me know if you run into issues.
Thanks
Brian
MemberHi,
Thanks for the interest in Pro and thanks for using the Free Version of the Events Calendar.
We do offer Pro For Free for some Non Profits. Please review the FAQ Question titled: “Do you offer discounts for non profit organizations?” on this page:
https://theeventscalendar.com/support/faqs/
For the details of what non profits qualify for it.
We would also like to confirm that the Pro version allows people to search for events based on location since that’s the reason for the purchase.
Yes Pro has a Map view where you can search by a location and it will show event’s venues in relation to that. You can see a demo of it here:
http://wpshindig.com/events/map/
If possible we would also like to know if anonymous people can create events or if they have to create an account.
This is not possible in Pro, it is possible with Community Events. You can set it up that either anonymous people can create events or you require people to have accounts to create them.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHello,
Thanks for the interest in our plugins. I can help you out here, my answers are below:
First can we make our own lay-out? We would like to have the same lay-out as our website (http://www.schoolrockfestival.be/home).
Yes you can change the layout and modify things. That is something we can try to answer questions about, but for the most part you are on your own. If you look over our Themer’s Guide you can see how to modify templates:
https://theeventscalendar.com/support/documentation/events-calendar-themers-guide/
Second we would like to have two kinds of tickets. Regular and for our VIP’s. but only the people who are VIP can see this.
By default all tickets show. I believe it would be possible to make this work with some customization, but unfortunately, that is beyond the support we can provide.
Let me know if you have any follow up questions.
Thanks
Brian
MemberOk let me know what you find out.
You may also try the Testing for Conflicts Guide and See if that finds the source of the issue:
https://theeventscalendar.com/support/documentation/testing-for-conflicts/
Let me know and we can go from there.
Thanks
Brian
MemberMaybe try targeting it with the singular conditional from WordPress:
is_singular( 'tribe_events' )Let me know if that works.
Thanks
-
AuthorPosts
