Forum Replies Created
-
AuthorPosts
-
sparkcreative
ParticipantThat handles it perfectly, thank you!
sparkcreative
ParticipantIt’s very close. The URLs look correct on hover now, but they still have the click event over the result that prevents the links from working.
function(t) {
if (!i.dragging) {
let s = e(this).find(“.asp_content a.asp_res_url”),
l = s.attr(“href”);
l !== “” && (t.preventDefault(), t.which === 2 || s.attr(“target”) === “_blank” ? c.openInNewTab(l) : location.href = l)
}
}—-
I updated the link with ‘get_permalink($r->id);’, and still have the first function code added to the theme.
sparkcreative
ParticipantYou cannot access this content.
sparkcreative
ParticipantI came across that solution in another thread. I’d like some of the results to be clickable, I have modified the results HTML to have a button. Some will not have a button, and should not be clickable.
What’s the harder way of accomplishing this?
sparkcreative
ParticipantYou cannot access this content.
sparkcreative
Participantthanks!
-
AuthorPosts