This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: Disable result link (click action) #52504
    sparkcreativesparkcreative
    Participant

    That handles it perfectly, thank you!

    in reply to: Disable result link (click action) #52490
    sparkcreativesparkcreative
    Participant

    It’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.

    • This reply was modified 1 year, 4 months ago by sparkcreative.
    in reply to: Disable result link (click action) #52470
    sparkcreativesparkcreative
    Participant

    You cannot access this content.

    in reply to: Disable result link (click action) #52461
    sparkcreativesparkcreative
    Participant

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

    in reply to: Equal Height Rows in Isotopic Results Layout #51468
    sparkcreativesparkcreative
    Participant

    You cannot access this content.

    in reply to: Number of posts displayed #49014
    sparkcreativesparkcreative
    Participant

    thanks!

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