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

Reply To: Suggested Keywords (Try these) are not clickable and not showing as intended

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Suggested Keywords (Try these) are not clickable and not showing as intended Reply To: Suggested Keywords (Try these) are not clickable and not showing as intended

#17658
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

I corrected all issues via FTP.

1. The L\’averture issue was a bug, I will include a fix in the next update.

2. The try this positioning was due to a theme CSS, I have added the following custom CSS to the search settings to resolve it:

[html]p.asp-try a {
display: inline !important;
}[/html]

3. The not working ‘try this’ links were also a theme related conflict. One of the scripts was preventing the plugin to handle the click events. I guess it is part of the menu script to work correctly. I have added this custom code to the child theme functions.php file, please keep it. It might not be the best solution, but it should work in most cases:

It should be working correctly now.