Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #657074

    Hi,

    I have setup a sandbox which uses Relevanssi. I then use this as a base to start working on websites for different clients on the same server but in different directories. The results that pop-up on the search results page are not clickable. It does not seem to make a difference if I remove the PHP in the child theme that you guys have provided for the Relevanssi integration or if I disable the plugin, or do both.

    It seems to work properly on the original sandbox but not when I move the sandbox to start work for a client.

    Please can you take a look and let me know what the issue is.

    Thank you.

    #658021

    Hey Cordell,

    Please update the theme to the latest version. That should fix any issues you are currently experiencing :)

    To update to the latest version follow the simple instructions here. (Or if you want the super detailed explanation you can read this blog post)

    If that does not help, feel free to reply here and we will take a closer look at the issue. In that case please also add your WordPress login credentials (in the “private data” field) so we can take a look at your admin area

    Best regards,
    Andy

    #658353

    Hi Andy,

    I removed all our custom CSS in the Quick CSS area. It seems to have resolved it. I will take a closer look into it and will let you know if I still can’t find the bit of code that is causing it.

    Thank you.

    #658428

    Hi Andy,

    This bit of CSS was the cause:

    /*To disable the blog post title linking back to itself*/
    .entry-content-wrapper .post-title {
    pointer-events: none;
    }

    Do you perhaps have another bit of code that would achieve the same thing as in the comment but not affect the search results?

    Thank you.

    #658763

    Hi,

    I’m not sure if this will work but please try it out:

    .entry-content-header .entry-title a {
    pointer-events: none;
    }

    Regards,
    Rikard

    #658971

    Hi Rikard,

    This also still affects the search results unfortunately. Do you have any other CSS to sort out my issue? Or maybe some PHP?

    Thank you.

    #658983

    Hey!

    I am afraid, you will have to add a css to the header, targeting the search page and making sure that the results there are clickable

    is_search() can be used and then add the CSS class there to be default and not none.

    Thanks a lot for using enfold

    Cheers!
    Basilis

    #659134

    Hey Basilis,

    Could you please elaborate? I am a little confused by your answer.

    Thank you.

    #659739

    Hi,

    Try adding this CSS as well, after the one I gave you earlier:

    .search .entry-content-header .entry-title a {
    pointer-events: auto !important;
    }

    Best regards,
    Rikard

    #659804

    Hi Rikard,

    Perfect. Thank you so much :)

    #660292

    Hi,

    Glad we could help :-)

    Regards,
    Rikard

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.