Forum Replies Created
-
AuthorPosts
-
Brian
MemberHi,
Sorry for the issues. I can work with you to resolve this.
I visited your site and see what you mean.
And thanks for the information about changing themes.
So… If that did not help it is a good idea to follow the rest of the testing for conflict guide to see if that can find what is causing the error:
And if that does not help narrow down the issue please setup WordPress Debug to see what errors are showing when you try to recreate the issue a couple times in this file: /wp-content/debug.log
Let me know what you find out.
Thanks
Brian
MemberHello,
I can help you out here, but it is not possible to edit a script and put it in your theme out of the box in WordPress.
You have to first deregister the script using WordPress’s wp_deregister_script:
https://codex.wordpress.org/Function_Reference/wp_deregister_script
Then enqueue the edited script using wp_enqueue_script:
https://codex.wordpress.org/Function_Reference/wp_enqueue_script
The name of the script as registered with WordPress is:
tribe-events-bar
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi,
Thanks for using our plugin. I looked at your site and see the issue.
Looks like it is coming from this plugin:
all-in-one-schemaorg-rich-snippets
This css from that plugin causes the issue:
.ratings {
float: right;
margin-right: 10px;
}Try this css to fix it:
.tribe-events-page-template.ratings {
float:none;
margin: 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
Brian
MemberHello,
Thanks for the interest in our ticketing plugins.
We do not have a feature to limit tickets in any way.
I have had success with this plugin in limiting tickets per order before:
I am not sure if it can be setup to only allow 2 total or just do 2 per order.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi Ben,
Looks like that text color is being set by your theme’s body class.
Try out this css to change it to the color you would like:
.tribe-events-single-event-description {
color: #fff;
}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 the interest in Pro.
When you add Pro to the Events Calendar all your current events and settings remain. All it does is add the new features Pro provides and not modify any of the existing information.
It is always a good idea to backup your site just in case.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi,
Thanks for using our plugins. We do not have coding to display events on the front page as you describe.
We have the Mini Calendar Widget and the Event List Widget that can do that but need a widget area to work.
The mini calendar also has a shortcode to display events by category:
https://theeventscalendar.com/knowledgebase/inserting-the-calendar-into-a-page-or-post/
In the next release we will have a shortcode for the Event List as well.
There is another option that works right now.
The Event Rocket Plugin is an unofficial plugin maintained by some of our developers that has shortcodes in it to display event lists by categories:
Let me know if that will work for you.
Thanks
Brian
MemberHi,
Sorry for the issues you are having. It looks like since we already minify everything for css and js that causes the issue.
Here is a list of the stylesheets and scripts while loading the main calendar:
https://gist.github.com/jesseeproductions/a9591d3c329cd9a5ea2d
I would also recommend using the Query Monitor Plugin you can load that and view the scripts and styles loaded on a page from the Admin Bar:
Let me know if you have any follow up questions.
Thanks
March 27, 2015 at 7:20 am in reply to: Ticket stock increasing as people purchase tickets – solution? #951433Brian
MemberUnfortunately, the order process is all on WooCommerce’s side and we do not have much knowledge on all the functions there. We do almost all the work on the product creation side and not this deep in.
WooCommerce would be a better resource to find out about their plugin.
Brian
MemberNot sure why the images are not showing for the Past Events in Photo View.
The markup is different for the Upcoming and Past Events when looking at the source code.
It looks like you have custom templates for the photo view in your theme and they are set for only future events.
Not exactly sure how that was done. Are you able to take a look?
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!
Brian
MemberYour Welcome.
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
March 27, 2015 at 4:51 am in reply to: List View – Next and Previous Events Links not working #951403Brian
MemberI am glad to see you were able to fix this issue.
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!
March 27, 2015 at 4:51 am in reply to: Public form to allow community to import Facebook events #951402Brian
MemberYour Welcome.
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
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!
-
AuthorPosts
