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

Forum Replies Created

Viewing 15 posts - 2,086 through 2,100 (of 18,424 total)
  • Author
    Posts
  • in reply to: Search and Filters Help Please #48976
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

    in reply to: Fulltext search in the content of Elementor templates #48973
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

    in reply to: Fulltext search in the content of Elementor templates #48971
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

    in reply to: Redirect to page returns 404 when search params is present #48970
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    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!

    in reply to: Post Tables Pro #48967
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    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.

    in reply to: Help in creating dropdown filter #48966
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    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.

    in reply to: Search and Filters Help Please #48965
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

    in reply to: Search and Filters Help Please #48959
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

    in reply to: Search stopped working since update #48958
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi 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.

    in reply to: Search stopped working since update #48951
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi 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.

    in reply to: Dashes with Search Results #48945
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    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!

    in reply to: search setup help #48944
    Ernest MarcinkoErnest Marcinko
    Keymaster

    The 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.

    in reply to: Never Initializing After 4.26.13 Update #48943
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi 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.

    in reply to: Search and Filters Help Please #48938
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

    in reply to: Spurious Blank Search Results #48937
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

Viewing 15 posts - 2,086 through 2,100 (of 18,424 total)