Brian

Forum Replies Created

Viewing 15 posts - 10,501 through 10,515 (of 11,256 total)
  • Author
    Posts
  • Brian
    Member

    Ok, closing out the ticket, glad you figured it out.

    Brian
    Member

    Thanks 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?

    in reply to: Events-Calendar-Pro Widget + Colorbox #794590
    Brian
    Member

    This 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.

    in reply to: Detailview EventCalendarPro is not working #794580
    Brian
    Member

    Sorry 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

    in reply to: Duplicate Weekly Views, etc. – Again #794565
    Brian
    Member

    Leah 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.

    in reply to: The return of Google Maps #794552
    Brian
    Member

    This reply is private.

    in reply to: Remove link to single view #794543
    Brian
    Member

    Great, 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
    Member

    Hi,

    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

    Brian
    Member

    simpleconnections,

    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

    in reply to: Rss time showing incorrectly #794086
    Brian
    Member

    katzgrau,

    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! 🙂

    Brian
    Member

    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! 🙂

    in reply to: Page Not Found for event pages #794076
    Brian
    Member

    Any news msandweb?

    in reply to: Remove link to single view #794068
    Brian
    Member

    Ok 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! 🙂

    Brian
    Member

    Ok 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!

    in reply to: Recurrent events #794034
    Brian
    Member

    Hello,

    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:

    Recurring-Dates

    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

Viewing 15 posts - 10,501 through 10,515 (of 11,256 total)