Forum Replies Created
-
AuthorPosts
-
George
ParticipantHey Abby,
With The Events Calendar, there is no way to embed the calendar anywhere other than the official main calendar.
If I buy the pro version, is there a widget that I will definitely be able to add into a page?
βοΈ With Events Calendar Pro, there isn’t a widget per se, but there is a shortcode called [tribe_events] that will generate full calendar views! π
So you could do something like this in a PHP template:
<?php echo do_shortcode( '[tribe_events]' ); ?>
Check out this knowledgebase article for more information on this sort of thing β https://theeventscalendar.com/knowledgebase/can-you-have-multiple-calendars/
I hope this helps! Please let me know if there are any other issues or questions I can try to help with.
Sincerely,
GeorgeOctober 24, 2016 at 12:35 pm in reply to: Custom Fields not showing up in Email verification anymore #1182068George
ParticipantHey Mark,
Thanks for sharing your progress hereβI’m glad you’ve found a temporary fix for now.
We’re indeed working on an official fix for this and it’s indeed still slated for the next maintenance release. This will hopefully arrive before mid-to-late November if all goes to planβmaybe sooner!
You can stay tuned to updates at http://theeventscalendar.com/blog β any time an update is released, it’s announced there with a “Release Notes” post.
Cheers!
GeorgeGeorge
ParticipantHey Greg,
In your reply you say, ” To reproduce, enqueue a script in your theme with jQuery(window).resize(function(){});”
So, to be clear here, are you saying that there are no issues with our plugins but there could be if an empty function like that exists somewhere?
β’Β I cannot reproduce any problems or console errors with our plugins as-is, which use the resize function.
β’ If you have JavaScript errors on your site that arise when you are not using the “fixed” version of jQuery Resize, then please temporarily use the “not-fixed” version of jQuery Resize and link to the specific Events page on your site where the JavaScript error is visible. I will take a look at that and try to identify the exact error and its context so that I can make a proper bug ticket.
β George
George
ParticipantThis reply is private.
October 24, 2016 at 11:23 am in reply to: CSS should be loaded in wp_head not in wp_footer! #1182021George
ParticipantHi Greg,
Can you please confirm if this is the main calendar page that gets generated automatically?
Or is this page one whose calendar instance is generated by the [tribe_events] shortcode?
If it’s the latter, then the CSS is there by design. The [tribe_events] shortcode loads a number of scripts and stylesheets; for the sake of performance, we designed things so that all those resources would not load on every single page on the front-end of your site, but instead only on pages where an instance of the [tribe_events] shortcode exists.
Shortcodes are passed in the WordPress hook the_content(). This runs later than wp_head(), so if there is a shortcode instance on the page it is not detected until after the head of the document’s already generated. So the required scripts and styles get loaded into the site footer.
I hope this explanation sheds light on the decision; it’s a Catch-22, because if you want the stylesheets to not be in the footer, then they’d have to be loaded into the wp_head generally and thus would be loading on many many pages where they’re not needed.
β George
George
ParticipantThanks Greg. Stay tuned to plugin releases; if this arrives in a release, it will be noted in the Changelog for that release’s version number.
Open a new thread any time if other issues or questions arise.
β George
George
ParticipantHi Damian,
Thanks for this information. To help me proceed and ensure there’s not a bug here, can you please address each of the following points?
1. It sounds like you have only been testing this with WooCommerce Tickets, not RSVPs yet. Is that correct?
2. If “yes”, then what do you find if you make a test event with RSVPs instead of WooCommerce Tickets and then make some RSVPs while logged-inβwhen you view the event, do you see the “You have 1 RSVP…” text seen in my original screenshot above?
Thank you!
GeorgeGeorge
ParticipantHey Tony,
Apologies for the confusion there, the price display on the Facebook Events purchase page was not updated as we had previously thought. We’ve since fixed the price display.
Facebook Events does NOT require Events Calendar Pro or any other premium add-ons; all you need is The Events Calendar.
I hope this information helps!
GeorgeGeorge
ParticipantThanks for getting in touch. We do have a Non-Profit Partnership program that allows approved organizations to use Events Calendar PRO and Event Tickets Plus for free, as well as providing discounts on our other plugins. You can read over our Nonprofit Program Knowledgebase page to get all the details. On that page you’ll find a link to our application form with further instructions. We look forward to hearing from you!
β George
George
ParticipantHey Monique,
Thanks for reaching out!
There is unfortunately no out-of-the-box support for a “ratings” feature of the type you describe. π I’m sorry to bear this news!
You may be able to pull this off by using another plugin that specifically provides “ratings” on custom post types, though. I do not know of any specific plugin out there that has special integration with Events, but you should be able to find some good free options by searching for “ratings” on the WordPress.org plugins repo β https://wordpress.org/plugins/search.php?q=ratings
βοΈ Look for plugins with high ratings and a large number of users β these are usually high-quality and you may find a great solution this way.
I hope this helps! Please let me know if there are any other issues or questions I can try to help with.
Sincerely,
GeorgeGeorge
ParticipantHey Mark,
Thanks for reaching out. I apologize for my misunderstanding, but am not entirely sure what you’re asking for here.
It sounds like what you’re saying is that, on your site, the “View As” selector does not work.
Is this a correct summation of what you’re saying here? If not, then what is the specific thing you want to happen, and what is the specific thing that is happening instead.
If that’s indeed a good summation of your issues, then can you:
1. Re-enable all of those calendar views you disabled? I will then take a closer look at your site firsthand and see if I can pinpoint the problem.
2. Please your site’s complete, un-edited system information. Here is how to do that: https://theeventscalendar.com/knowledgebase/sharing-sys-info/
Thanks!
GeorgeOctober 24, 2016 at 7:44 am in reply to: Compatability with theme "Entrepreneur – Booking for Small Businesses" #1181883George
ParticipantHey Clare,
Thanks for reaching out.
Those error messages are pointing to specific files within the Entrepreneur theme. We do not make the Entrepreneur theme, so your best course of action here is to contact the Entrepreneur theme support team directly about why these errors are arising in their theme files.
Please let me know if there are any other issues or questions I can try to help with.
β George
George
ParticipantHi Kathryn,
What is the domain name of the website on which you entered the key and got that error?
I will take a closer look and see what’s going on with that information in hand.
Thanks,
GeorgeGeorge
ParticipantHey Albertus,
Thanks for reaching out!
I just tested the Events Calendar Pro shortcodes (including [tribe_mini_calendar]) on my own test site and had no issues with them.
So there may be a theme or plugin conflict here.
What I would recommend doing is doing the complete set of troubleshooting steps outlined on this page β https://theeventscalendar.com/knowledgebase/testing-for-conflicts/
After EACH STEP in that process, check on the test page with the shortcode and see if anything improves anywhere along the way.
Let us know what you find! π
β George
George
ParticipantSure thing β stay tuned to updates and to this thread, I will post news when there is news! π
β George
-
AuthorPosts
