Forum Replies Created
-
AuthorPosts
-
October 7, 2014 at 12:11 pm in reply to: Question regarding: $countries array in tribe-view-helpers class.php #794611
Brian
MemberOk, closing out the ticket, glad you figured it out.
October 7, 2014 at 12:10 pm in reply to: Using events calendar outside of wordpress causes undefined property #794606Brian
MemberThanks for providing this information it is defiantly a different case then I was expecting.
From looking at the coding it looks like the global $wp_query is not set when loading WordPress “outside of WordPress”.
I guess we expected to always load the Events Calendar in WordPress and did not think $wp_query would not be there is why we have not fixed it or added a check.
I wonder if just setting global $wp_query and then $wp_query = “”; when you do your outside load of WordPress would fix the notice?
Brian
MemberThis is an interesting customization. I am not sure how much help we can be, but I will see if I can provide some information.
Option 1
I’d like to know if it’s possible to override the widget-calendar.js
You could wp_denqueue_script that script and then replace it with your own in your theme or a custom plugin:
wp_denqueue_script( 'tribe-mini-calendar' );That looks like the easiest way to achieve this.
Option 2
Another option could be to put a transparent overlay over the calendar widget(not over the nav buttons) that acts as the button for colorbox and then when the calendar changes it happens under that.Does that make sense?
Thanks for creating the other ticket about the php notice. I am looking into that with the developers.
Brian
MemberSorry for the continued issues. This looks like a strange case with no easier answers from both tickets.
Are you able to check the traffics logs on your host(not Google Analytics) and are you seeing an increase in traffic (both real or spam)?
Also could you provide details on your hosting setup such as the plan you use? That may help track down this issue.
PageSpeed
I looked at your site on Pagespeed as it seemed to loaded unusually slow.https://developers.google.com/speed/pagespeed/insights/
Do you think you could run your url through there and do some of the suggestions for caching the site to see if that helps improve performance and maybe stop some of these errors?
Let me know what you find out and we can go from there.
Thanks
Brian
MemberLeah was able to provide you with a list of Developers. I am sorry we cannot work on customizations for you, but it the policy of the company and I afraid I cannot change that.
Brian
MemberThis reply is private.
Brian
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!
October 7, 2014 at 11:15 am in reply to: Google Maps Not Giving Directions and Google Map Link Not Showing Location #794503Brian
MemberHi,
Sorry for the issues of the map not working correctly. I can help troubleshoot this with you.
I took a look at your site and clicked on the link to go to Google Maps
It sent me first to a redirect page with this on it:
“You will be redirected in 5 seconds.”
That screen is not coming from our plugin, it goes directly to Google Maps.
If you click on Google Map on this page you will see how the process should be working:
http://wpshindig.com/venue/cruzio/
Can you follow our Testing for Conflicts Guide to see if you can find the source of the redirect:
https://theeventscalendar.com/support/documentation/testing-for-conflicts/
Map Pin
there is no option to click the marker (on desktop nor mobile) to get directions.
That is correct it is just a placement marker and does not include directions.
Let me know what you find out from that redirect page and we can go from there.
Thanks
October 7, 2014 at 8:02 am in reply to: Please fix warning: ‘Undefined property: WP_Query::$tribe_is_event_query’ #794162Brian
Membersimpleconnections,
I am not sure if it was addressed or not. I did a test on a development site and it did not return any notices related to this.
SInce, this is an old ticket so I am going to close it. I am also closing it because if you reply here our system may not pick it up, but if you could create a new ticket with the line you modified and under what conditions you site has we will take a look to fix this.
Thanks
Brian
Memberkatzgrau,
Since I haven’t heard back from you here, I’m going to go ahead and close out this thread. Feel free to start a new thread if you have further issues. Thanks! 🙂
October 7, 2014 at 7:21 am in reply to: Multiple The Events Calendar + Pro installs on same domain? #794080Brian
MemberSince I haven’t heard back from you here, I’m going to go ahead and close out this thread. Feel free to start a new thread if you have further issues. Thanks! 🙂
Brian
MemberAny news msandweb?
Brian
MemberOk Month view, here is the next step:
Please follow the Themer’s Guide and move the following to your theme to edit.
month/single-event.php
Then you are going to want to modify this line at the bottom and remove the link tags:
<h3 class="tribe-events-month-event-title entry-title summary">" class="url"><?php the_title() ?></h3>You should be able to take it from there! 🙂
October 7, 2014 at 7:10 am in reply to: List and Map view – Page Title problems with 3.8 release #794047Brian
MemberOk great, since the original question is answered I am going to close this ticket. If you have questions about the single-events title filter please create a new ticket or as you know the drill 🙂 please create another ticket for any other issues or questions.
Thanks!
Brian
MemberHello,
I think I can help you out with this:
My client has a recurrent event/lesson that occurs every monday, wednesday & thursday. Is there a way to create one event out of this? So one event that is weekly recurring 3x a week.Otherwise I have to create 3 events.
I did a test and created a recurring event on Monday, Wednesday, and Friday(easily changed for Thursday per the settings below)
Here are my settings, you can change the dates to fit your events:

Another question: Can I have an event showing on the calender/month-overview but exclude from the list view?
We only have the option to do that with Recurring Events. It could be programmed using the existing filter, but that is beyond the support we can provide on the forum.
Let me know if you can get that working on the recurring event, also it must be done on a new event and not editing an existing recurring event.
Thanks
-
AuthorPosts
