Forum Replies Created
-
AuthorPosts
-
Brian
MemberGreat, glad it is working now after the update, 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!
November 11, 2014 at 7:08 am in reply to: Event permalinks not correctly created/implemented in calendar and admin #876593Brian
MemberI am glad to see the issue resolved itself.
You may have some coding in your site that is running flush_rewrite_rules(); on every load that could cause issues, but not every time the site loads. That maybe something to look into if the issue comes back.
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
MemberThanks for the interest!
Closing out this ticket, but if you have any other questions, please create a new one.
Thanks
Brian
MemberOk… I tried to access the account, but it did not work. Can you repost and I can try to access the site.
Also, please contact your host and have them look at the error logs for the server and see if they see something that is causing the conflict. I have had this exact issue in the past with another customer and their host was able to find the issue and fix it.
Please reply with the updated account access and I will access the site and see if I can find anything while you are contacting your hosting service.
Thanks
Brian
MemberSorry, but we do not have a snippet to change the core of the plugins as it will be overwritten every time you update. Everything we provide is usually in the form of a snippet to place in the functions.php.
Are you getting these errors with or without the snippet in place? Can you please check the error log again. Those errors do not match up to any lines in the coding that would cause them or at least on the latest version I have.
Let me know and we can go from there.
Thanks
Brian
MemberYour Welcome.
I am a little confused by your question and not sure what you are referring too. The main calendar is not a widget.
The main calendar is located here:
http://edgar.frl-website.nl/events/month/
The widget is on your home page.
How are you removing the day and date from the widget? If you are using css you would want to target just that widget.
If you add this to your css selector, it will target just that widget:
#tribe-mini-calendar-2
Not sure if that helps, if I was way off please let me know all the steps you took and I can try to help out from there.
Thanks
Brian
MemberHi, Thanks for the interest in our Plugins. I can answer you question.
We do have a CSV importer, but there is no feature to schedule it to import. It is all done manually.
There maybe a way to do this, but it would be beyond the support we can provide to help you get this going.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi, thanks for using our plugins and you are correct the more advanced filters are found in the filter bar plugin.
I can try to help you out here.
Each filter does create a url that you could use as a link.
However, the Events Calendar already has category views so you can link to them without the filter bar.
For example if I have a category called meetup I have a link on my site to show the event views (calendar, list, map, etc) here:
http://yoursiteurl.com/events/category/meetup/
You can get those links and then in the WordPress Menu add them as custom links.
Does that help?
Brian
MemberHi,
Sorry for the issues you are having.
I took a look at your site and see there is css causing the issue from your theme.
This css should get everything to the same line.
.tribe-events-community-details select {
width: auto;
}Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.
That will get you started, if you want to make additional changes you will have to add some more css to get the formatting exactly how you would like it.
Let me know if you have any follow up questions.
Thanks
Brian
MemberThanks for providing that information. I did not see anything that would cause the issue.
Can you please follow the steps on our Testing For Conflict Guide and see if that solves anything::
https://theeventscalendar.com/support/documentation/testing-for-conflicts/
If that does not solve anything can you please follow these steps to setup debug log:
Please follow the steps in the WordPress Debug Codex in the Example wp-config.php for Debugging section:
http://codex.wordpress.org/Debugging_in_WordPress
Please place that coding and load a the map view a couple times and then check the error log and see if there are any errors.
Let me know what you find out and we can go from there.
Thanks
Brian
MemberHow strange. Those errors are not coming up for me.
Do you have any other custom coding for the Events Calendar?
Also can you confirm you are using the latest version of both The Events Calendar and Eventbrite?
If you are, I would recommended deactivating and reinstalling the plugins as something looks to be missing.
Here is the steps to take:
- Backup your site.(this process does not delete events or settings, but better to be safe)
- Deactivate the Event Calendar Plugins
- Delete them
- Get a new copy of The Events Calendar and Eventbrite
- Reinstall and activate
- Try to reproduce the errors and recheck the error logs
Let me know what you find out from that.
Thanks
November 10, 2014 at 11:10 am in reply to: Uninstall TEC Pro 3.6 to Successfully Install 3.81? #874267Brian
MemberGreat, glad it helps, 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
MemberOk sounds good.
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
November 10, 2014 at 11:08 am in reply to: Is there an easy way to remove the "state" question from the form #874259Brian
MemberHello,
I can help you out here.
I would say the easiest way to remove the State Field is to hide it using css:
.tribe-community-event-info .venue label[for=StateProvinceText],
.tribe-community-event-info .venue input#StateProvinceText
.tribe-community-event-info .venue #StateProvinceSelect,
.tribe-community-event-info .venue #StateProvinceSelect_chosen {
display: none;
}Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.
Login Form
We are using the basic WordPress function:wp_login_form();
And unfortunately, there is not an option to filter that text or the arguments for function.
There maybe a way to change Username, but that would have to be through WordPress.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi J.P.,
Thanks for the interest in our plugins. I believe you are looking for a booking and scheduling feature. Unfortunately, we do not have that as part of our plugins. It is something we are interested adding, but it is in our far future plans right now with no timeline for development.
Does that answer your question?
Thanks
-
AuthorPosts
