Joseph Crestuk

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Recurring Events not showing all dates #1381427
    Joseph Crestuk
    Participant

    This reply is private.

    in reply to: Recurring Events not showing all dates #1379299
    Joseph Crestuk
    Participant

    This reply is private.

    in reply to: Need to customize the file: organizer.php #1358237
    Joseph Crestuk
    Participant

    Thanks for the response. Here is the code causing a broken link to pass along to the plugin developers.

    Line 305:
    $html = sprintf(
    ‘<a_ href=”%s” target=”%s”>%s‘,
    esc_attr( esc_url( $url ) ),
    apply_filters( ‘tribe_get_organizer_website_link_target’, ‘_self’ ),
    apply_filters( ‘tribe_get_organizer_website_link_label’, esc_html( $label ) )
    );
    } else {
    $html = ”;

    When line 306 is commented out the “broken link” is fixed
    // ‘<a_ href=”%s” target=”%s”>%s‘,

    Here is the before:
    <a_>www.dansvilledental.com“>
    <a_ href=”http://www.dansvilledental.com&#8221; target=”_self”>www.dansvilledental.com

    Here is the after:
    <a_>www.dansvilledental.com”

    -Thanks

    • This reply was modified 8 years, 7 months ago by Joseph Crestuk. Reason: a hrefs were being turned into links so i added _ after a
    • This reply was modified 8 years, 7 months ago by Joseph Crestuk.
    in reply to: Need to customize the file: organizer.php #1356702
    Joseph Crestuk
    Participant

    This reply is private.

    in reply to: Page Unresponsive Error #1340467
    Joseph Crestuk
    Participant

    Thanks for your help, Patricia. I updated the Pro plugin but the edit page still acted the same. I then disabled all but Modern Tribe plugins and activated Twenty Seventeen, with the same result. I’m reluctant to enable the logging as this is a live site.

Viewing 5 posts - 1 through 5 (of 5 total)