Tagged: integration, not working, php, relevanssi, sandbox, search, search results
-
AuthorPosts
-
July 5, 2016 at 3:02 pm #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.
July 7, 2016 at 1:45 pm #658021Hey 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,
AndyJuly 8, 2016 at 12:19 pm #658353Hi 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.
July 8, 2016 at 2:25 pm #658428Hi 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.
July 9, 2016 at 12:53 pm #658763Hi,
I’m not sure if this will work but please try it out:
.entry-content-header .entry-title a { pointer-events: none; }
Regards,
RikardJuly 10, 2016 at 6:28 pm #658971Hi 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.
July 10, 2016 at 7:48 pm #658983Hey!
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!
BasilisJuly 11, 2016 at 10:01 am #659134Hey Basilis,
Could you please elaborate? I am a little confused by your answer.
Thank you.
July 12, 2016 at 11:08 am #659739Hi,
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,
RikardJuly 12, 2016 at 12:54 pm #659804Hi Rikard,
Perfect. Thank you so much :)
July 13, 2016 at 11:31 am #660292 -
AuthorPosts
- You must be logged in to reply to this topic.