Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #815845

    hello, there is this searchfuntion on my site, which is working, but why is there, once the results are viewed, no possibility to LINK to the pages found?

    #815956

    Hey jelle,

    Thank you for writing in!

    Please, may you provide to us your website link and the WP credentials?

    Best regards,
    John Torvik

    #829489

    hello yorvin, see below

    #831430

    Hi yampieters,

    Here is the setting that does that:

    View post on imgur.com

    You need to disable minification in order to find where it is and try to adjust it.

    Best regards,
    Victoria

    #831757

    hello victoria, and thanks. but maybe i have to specify my answer.
    the results on the results page are NOT clickable, the ones in the dropdownwindow are!
    see image.
    now to keep it simple ( searching in the code after disable minification is too complecated for me i guess, i would not have a clue where to have a look ),
    a solution would either be
    1. NOT showing the resultspage, only the dropdown window.
    2. make the results on the resultspage one way or another also clickable.

    best regards, jelle vanhijfte

    #832329

    Hi yampieters,

    That’s exactly what I meant, the css on the screenshot is the one that prevents links from being clicked. If you disable cache and minification for a little bit, we can help you find the code and fix it.

    Best regards,
    Victoria

    #833325

    hello victoria,
    ive turned of the cache and minification now…

    #835333

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .search header.entry-content-header {
        pointer-events: all;
    }
    

    Best regards,
    Yigit

    #835430

    brilliant yigit, thanks a lot!

    #835454

    Hi,

    I’m glad Yigit was able to help. If you need anything else, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘searhing, finding, linking to it’ is closed to new replies.