Forum Replies Created
-
AuthorPosts
-
Ernest Marcinko
KeymasterHi!
1. Yes – the option is a little bit tucked away, but you can turn it off here: https://i.imgur.com/FLDNzoD.png
2. Surely! If you use the search shortcode/module/widget in a page or somewhere in a page builder, then of course the simplest way is to add a heading/paragraph module above it and write the title. I assume that is not possible in your case.
There is still a chance programmatically:add_action( 'asp_layout_before_shortcode', function () { ?> <h2>Title here</h2> <?php } );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
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterYou cannot access this content.
September 5, 2024 at 9:16 am in reply to: Search jumps to top after scrolling down and triggering loading of next results #49152Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterI’m afraid yes, that is the only way. It’s similar to a regular google search or the built-in wordpress search, where each result is unique and leads to that unique result.
Usually the best way to keep the filter open is to direct the results to a new browser tab, that’s very effective, when the user closes the tab the filter is still open and active at the last position.
Ernest Marcinko
KeymasterThank you, that worked!
The issue was, that the wrong menu was selected: https://i.imgur.com/oXoJfLI.png
The “Main Menu” is not the one displayed on the front-end, it’s “MENU 2”. I have added the search to that menu, it should be okay now.Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterSure!
You can open a query via this link.
I will try to push to get it accepted, but it may get rejected as we couldn’t check the issue and is not directly caused by the plugin unfortuantely. I am still more than happy to take a look, but without seeing the issue it’s impossible to tell unfortunately.Ernest Marcinko
KeymasterYou cannot access this content.
September 5, 2024 at 8:44 am in reply to: Search jumps to top after scrolling down and triggering loading of next results #49143Ernest Marcinko
KeymasterYou cannot access this content.
September 5, 2024 at 8:25 am in reply to: Issues with Filter Functionality and Date Picker in Ajax Search Pro Plugin #49141Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterThanks!
The configurations seems to be all right on both ends. After updating though, still the old script files were loaded – I assume the CDN has cached them heavily, as the local cache is clean.
After switching the script source back to the default minified everything seems to work all right. Make sure to clear the CDN cache after plugin updates or perhaps configure the CDN to consider query strings (not to ignore query string). With that the CDN will know when to refresh the scripts as the query string updates after a plugin update.
Ernest Marcinko
KeymasterYou cannot access this content.
September 4, 2024 at 10:06 am in reply to: Issues with Filter Functionality and Date Picker in Ajax Search Pro Plugin #49127Ernest Marcinko
KeymasterYou cannot access this content.
-
AuthorPosts