Forum Replies Created
-
AuthorPosts
-
Joseph Crestuk
ParticipantThis reply is private.
Joseph Crestuk
ParticipantThis reply is private.
Joseph Crestuk
ParticipantThanks 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” target=”_self”>www.dansvilledental.comHere 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.
Joseph Crestuk
ParticipantThis reply is private.
Joseph Crestuk
ParticipantThanks 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.
-
This reply was modified 8 years, 7 months ago by
-
AuthorPosts
