Forum Replies Created
-
AuthorPosts
-
Ernest Marcinko
KeymasterYou cannot access this content.
August 15, 2024 at 1:42 pm in reply to: Fulltext search in the content of Elementor templates #48973Ernest Marcinko
KeymasterYou cannot access this content.
August 15, 2024 at 1:27 pm in reply to: Fulltext search in the content of Elementor templates #48971Ernest Marcinko
KeymasterYou cannot access this content.
August 15, 2024 at 1:07 pm in reply to: Redirect to page returns 404 when search params is present #48970Ernest Marcinko
KeymasterHi,
Changing the search URL via the options will not replace the results page URL – that option is to only accomodate installations where the search archive page is already redirected via a mod_rewrite or app redirection rule.
If you want to place the results to that URL, please check this tutorial. The plugin does not have this built-in, because usually URL rewrites via WordPress should be avoided, instead I recommend the mod_rewrite (.htaccess) solution from that tutorial. I hope this helps!
Ernest Marcinko
KeymasterHi!
I used google translate to understand your question, I hope I get it right.
It is actually possible to remove parts of the URL via a custom code, but it shouldn’t be too difficult.
add_filter( 'asp_results', function ( $results ) { foreach ( $results as $r ) { $r->link = str_replace('/mesure-risque/', '/', $r->link); } return $results; }, 10, 1 );Try adding this code via the Code Snippets plugin or to the functions.php file in your theme/child theme directory – make sure to have a full server back-up first for safety. For more details you can check the safe coding guidelines.
Ernest Marcinko
KeymasterHi,
I’m afraid that is not yet possible. Some time in the future dynamically updating filters are going to be implemented, although I don’t know the exact timeframe yet.
Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterHi Mel,
The search results page itself is not in relation with the plugin – but either way please make sure to update to the latest release 4.26.15 to see if the issue gos away. Some cache related problems had been addressed in that version and it may resolve your problem as well.
Ernest Marcinko
KeymasterHi Mel,
The issue was simply this option – actually not the option but the custom handler file was not longer accessible from the front-end, so I turned it off, now it’s okay: https://i.imgur.com/MRgnMqI.png
The file mask or the permissions must have changed, even installing the older versions the issue persists, as the file permission does not allow direct access on the newly copied files. That or there is a mod_rewrite or firewall ban on direct file access from plugin directories.
Ernest Marcinko
KeymasterHi,
Thank you very much for the details! I tried to log-in to verify the configuration, but I’m getting redirected to this page: https://i.imgur.com/tJC8LvO.png
Can you please check that? Thank you!Ernest Marcinko
KeymasterThe search bar on the video is not the Ajax Search Pro search bar. Make sure to replace it with the plugins shortcode or the module, that will solve the issue.
To get the best possible performance, please check this documentation, it has valuable tips on how to get the maximum speed.
In your case however the server back-end might need some optimization, as it takes me over 50 seconds to load the settings. That is unfortunately super slow, it should be at 2-3 seconds at worst, so it looks like the server is very overloaded.
Ernest Marcinko
KeymasterHi Douglas,
Sorry to bother you. We had been contacted by the WP Rocket team about a possible solution in relation to the original issue you reported.
Unfortunately I don’t know if they can provide me a development license so I could try a potential solution. Would it be possible that you would allow me temporary back-end access for a couple of days to your website?I would like to try and debug possible solutions and the issue can be perfectly replicated on your setup, so it’s a perfect candidate for testing.
Let me know if that’s possible.
Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterYou cannot access this content.
-
AuthorPosts