Forum Replies Created
-
AuthorPosts
-
Brian
MemberHi,
Thanks for using our plugins.
I took a look and see what you mean.
I found this css is overwriting ours:
.home .entry-title, .entry-title a, .archive .entry-title, .search .entry-title, .page-template-blog-page-php .entry-title {
font-size: 120% !important;
line-height: 120% !important;
margin-bottom: 0;
}And this css:
.entry-title, .entry-title a, .page-title {
font-size: 28px !important;
}Removing those important tags might fix the issue and prevent it from overwriting our css.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi Matt,
Thanks for using our plugins.
I can try to help out here, but there is no solution right away to do this.
There is no field to query by if an event has available tickets or not.
You could query all the events and then modify the plugin Cliff Created here to only show event information if there is tickets available:
I can try to answer some more questions about it, but limited in providing much support on it from here.
Thanks
October 29, 2015 at 12:28 pm in reply to: Plugin Update Taking Forever – Duplicating Recurring Events #1019988Brian
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!
October 29, 2015 at 12:28 pm in reply to: List View: Show date on only the first event of the day #1019987Brian
MemberWe really do not have a function for it.
You might be able to use some php like this to get the date for each event.
$startDate = strtotime( get_post_meta( $event_id, '_EventStartDate', True ) );
$startDate = date( 'Y-m-d', $startDate );
You could create a global and if the dates match do not display it.
Once the dates do not match you could then show the date again and update the global variable.
October 29, 2015 at 12:26 pm in reply to: Answer to a problem about displaying recurring events #1019984Brian
MemberHi,
Thanks for sharing.
This is in reference to this thread:
Brian
MemberOh Ok, I see what you are trying to do now.
I am not sure we can help much. The Week View has its own special mobile view and that works.
The Week View itself is not designed for smaller screens so there might be issues like this and we are not able to solve them as unfortunately it is not a feature.
I can support the mobile version we ship with the week view, but not this.
Brian
MemberHi,
What are you settings for here:
Events > Settings > General Tab > Clean up recurring events after
If you uncheck that does it stop?
October 29, 2015 at 10:15 am in reply to: Removing + Google Calendar + iCal Export not working #1019903Brian
MemberHi,
Thanks for using the Events Calendar.
Here on the pre-sales forum, I’m afraid we do not provide technical support. I would ask that you take any technical support questions across to our wordpress.org forum – our staff scan it periodically and other community members may also be able to help out.
Thanks again!
Brian
MemberClosing this as it is a duplicate of this thread and we will help you there shortly:
http://support.clientbuild.org/events_backwpup_e14457_2015-10-29_09-01-21.zip
Brian
MemberHi,
Sorry for the late reply here.
We have fixed the Translation Site and you can now register.
Let me know what your username is and what plugins you would like to be a validator for.
Thanks
Brian
MemberHi,
Thanks for using our plugins.
This is possible, but only through some coding.
We have this list of conditionals to help target event views and taxonomy views:
https://gist.github.com/jesseeproductions/903f5ca75877b713c674
Using those you can display a message per event category.
I can try to help get you started on that with a basic coding if you like. It would be added to your theme’s functions.php to do this.
Let me know.
Thanks
October 29, 2015 at 7:46 am in reply to: List View: Show date on only the first event of the day #1019759Brian
MemberHi,
Thanks for using our plugins. I can try to help out here.
This is an interesting request, but not something we support out of the box.
It could be possible with a customization, but for the most part that is beyond the support we can provide.
We do have the themer’s guide for editing our templates:
https://theeventscalendar.com/knowledgebase/themers-guide/
I can try to answer a question or two to get started.
Let me know.
Thanks
Brian
MemberHi,
Sorry for the issues here. I can try to help troubleshoot this with you.
I have not seen this before.
Are these events in the past or future that are being removed?
Are these recurring events that are being removed?
Is there any pattern that you noticed?
Let me know and we can go from here.
Thanks
Brian
MemberHi,
Thanks for purchasing Pro. I can help out here.
Have you updated to Pro 3.12.5 that may fix the issue. (released late yesterday)
Can you please do that first and then we can go from there on this.
You can download the latest version from your account here on theeventscalendar.com
and follow these steps for manual updates:
Let me know.
Thanks
Brian
MemberPlease Do.
Since this is marked 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
-
AuthorPosts
