Cliff

Forum Replies Created

Viewing 15 posts - 5,881 through 5,895 (of 10,686 total)
  • Author
    Posts
  • Cliff
    Member

    This reply is private.

    Cliff
    Member

    Thanks for your feedback, Stan.

    I’m glad it works for you!

    in reply to: Filter Community Events and our events #1206888
    Cliff
    Member

    At this time, the tribe_events shortcode can only accept a single Event Category.

    You could request this as a new feature at our plugins’ UserVoice page.

    This allows others who are interested in that feature to easily voice their support. We frequently review suggestions there to find out which ones are popular, then we implement as many of them as we can.

    If you post it / find it, feel free to link to it from here in case anyone comes across this forum thread in the future.

    in reply to: Search bar Date #1206705
    Cliff
    Member

    Hi, Sascha. I’d be glad to help. Please describe what you’d like to accomplish via the Tribe Bar, either by typing out or recording a screen capture video.

    Thanks.

    in reply to: Large number of Transients in wp_options table #1206701
    Cliff
    Member

    @Steve and/or @Libo,

    Do you have any information about the option_name of the meta that is filling up the wp_options table?

    Having this information will help our developers try to figure out this issue.

    Thank you.

    Cliff
    Member

    This reply is private.

    in reply to: WAS Scan Report – 150022 Syntax Error Occurred #1206618
    Cliff
    Member

    Hi, Sanjay.

    I dug a little bit and <span class=”s1″>/wp-content/plugins/events-calendar-pro/src/Tribe/Geo_Loc.php uses <span class=”s2″>deg2rad()</span></span>
    <p class=”p1″><span class=”s1″>The issue found in your screenshot looks potentially legit — that we’re doing deg2rad( $lat ) where $lat is possibly a string.</span>
    <p class=”p1″>I logged a bug internally for our developers to look into it.
    I’ll mark this ticket as Pending Fix, which means this thread should receive a reply if/when the applicable fix has been released. I cannot guarantee if/when it will be fixed as it’s in the development team’s hands now. They need to assign it, code it, test it, and schedule it for release.

    I apologize for this issue and appreciate your understanding and patience.

    in reply to: Issues after hotfix 4.3.4.2 #1206603
    Cliff
    Member

    No worries at all, Douglas.

    I hope your other issue(s) get resolved very soon and easily too. 🙂

    Cliff
    Member

    Hi. Thanks for this detailed report.

    Could you please share the iCal URL used to import from Google Calendar?

    Once I receive that, I’ll test its import (looking for accuracy) in both “Google Calendar” and “iCalendar” import types.

    Thank you.

    in reply to: Event Aggregator does not work at all. Period. #1206566
    Cliff
    Member

    This reply is private.

    in reply to: Issues after hotfix 4.3.4.2 #1206558
    Cliff
    Member

    Hi, Douglas.

    In our forums we keep our threads focused on just one issue at a time to ensure we fully answer each of your questions/issues. Please keep this in mind for the future and start a new thread for your additional questions from this thread. Thanks for your understanding, and I’ll answer only your first question.

    It sounds like you need to enter your Google Maps API key at wp-admin > Events > Settings > APIs

    Please follow this KB article to get that up-and-running and let me know if this resolves that NoApiKeys console error.

    in reply to: FAO Cliff – Continuing Previous thread #1206556
    Cliff
    Member

     

    So the file contents you shared is from /wp-content/themes/your-avada-child-theme/tribe-events/list/content.php ?

    Cliff
    Member

    Stan, please see this screenshot: https://cl.ly/0v381C3e1D2X

    I am guessing you’re asking for something that doesn’t currently exist.

    However, you could search for events by Organizer or Venue via our Advanced Post Manager plugin. Please give that a try and let me know if that works for you.

    in reply to: Blank widgets screen #1206535
    Cliff
    Member

    Thanks for your effort and details here.

    Please look in your SFTP or cPanel File Manager for a file located here: /wp-content/debug.log and share that file’s contents.

    in reply to: Location part of Tribe Events Bar #1206522
    Cliff
    Member

    tribe_event_distance() uses tribe_get_distance_with_unit(), which is able to be filtered with tribe_get_distance_with_unit

    So you could accomplish what you want 1 of 2 ways:

    1)

    Use the tribe_get_distance_with_unit filter, which may affect output elsewhere on your site.

    https://theeventscalendar.com/tips-working-wordpress-actions-filters/ is a helpful reference.

    2)

    Do a template override to replace this:

    <?php echo tribe_event_distance(); ?>

    with this:

    <?php
    $distance = tribe_event_distance();
    if ( ! empty ( $distance ) ) {
    echo str_replace( '</span>', ' Miles</span>', $distance );
    }
    ?>

    I hope this helps.

Viewing 15 posts - 5,881 through 5,895 (of 10,686 total)