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

Make image clickable — Scroll to Result container header

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Make image clickable — Scroll to Result container header

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #28949
    sapientdaisy10sapientdaisy10
    Participant

    This plugin remains the best thing I have found to solve some complicated problems and create some really great user experiences. I have two details that I would really appreciate your help with:

    1) The design specs for the project have custom Featured Images that have the page title. The client wants users to click the image and open the related page in a new window. In the settings, I have Make the whole result area clickable? Set to ON

    This is a video showing the issues:
    https://www.loom.com/share/fa924ced583f48639d5f6244839e9e24

    2) The other has to do with Scroll to Results. I have Scroll the browser window to the result list, after the search is finished? set to ON and it works as designed but it would be much nicer if it actually scrolled to the Result container header. What would be the best way for me to achieve that result?

    Thanks!

    #28966
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    Thank you for the details.

    1. I will have to check this out directly I’m afraid. Can you please send me a link to that page? Back-end and FTP details might be required as well, just in case. By default the whole area should be clickable. Is that layout customized via the results templating by any chance? It does look a bit weird to me.

    2. This is more problematic. This is hard coded to the plugin code script files, to scroll to the results list element. This would have to be custom coded I’m afraid.

    #28975
    sapientdaisy10sapientdaisy10
    Participant

    You cannot access this content.

    #28997
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

    #29019
    sapientdaisy10sapientdaisy10
    Participant

    You cannot access this content.

    #29031
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Thank you, it is working perfectly.

    I have found the underlying issue, it was not the custom CSS luckily. I had to enable this option, so that the overlay is area is displayed, but since you don’t want to actually show this hover-overlay, I also added this custom CSS to make it transparent:

    /** Make overlay invisible **/
    .asp_r_4 .asp_item_overlay {
        opacity: 0 !important;
    }

    It now acts as a transparent layer below the cursor, and should work as expected.

    #29035
    sapientdaisy10sapientdaisy10
    Participant

    Brilliant! Thank you so much!

    #29047
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

    #29060
    sapientdaisy10sapientdaisy10
    Participant

    Yes, please go ahead and close it. Thanks again!

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Make image clickable — Scroll to Result container header’ is closed to new replies.