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

Forum Replies Created

Viewing 15 posts - 1,036 through 1,050 (of 18,415 total)
  • Author
    Posts
  • in reply to: Integrating with Archive / Category Pages #53865
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    Thanks for your kind words again!

    The way I would handle that is similar to what we have on our demo. For example, this is the “General” category archive for the post type results.
    As you can see, there is a search bar on the top right corner, which will automatically filter the results. You have it right, for that you need the results page live loader feature.

    I quickly looked at the archive source, and based on that I recommend using this DOM selector: .main-archive-loop

    Instead of using the same search bar, I would create another one, without the filters. The reason is, that on the category archives when the archive live loading is enabled, the results are automatically restricted to the current category.
    In my opinion the best practice is to use a search bar, without filters as the user already knows that they want to search only the given category archive.

    in reply to: Just brought the plugin and cant use it on my theme #53864
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Sure! Thanks, that works, however I have no access to the theme file editor: https://i.imgur.com/jM1wBVf.png

    Can you please add temporary FTP details as well so I can look at the theme files and locate where the integrated search form is?
    I can try it via the wordpress theme file editor, but that is much more dangerous, if I make any mistake it will instantly cause a server error which I can’t recover.

    Please mind that I can’t promise anything as this is a theme related issue, but I will try to help as much as I can.

    Also, let me know if the theme support responded, that would make this super easy.

    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

    in reply to: Jet Engine Listing Grid Filter with Ajax Search Pro #53862
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

    in reply to: Question about search results #53861
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

    in reply to: Another question on checkboxes UX #53859
    Ernest MarcinkoErnest Marcinko
    Keymaster

    That’s great!

    in reply to: Question about search results #53851
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

    in reply to: Another question on checkboxes UX #53850
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    No worries, I have not answered because I couldn’t find a solution to this yet.

    Maybe via a custom code where checking if there was no option set, but I’m not sure if this works at all:

    add_filter(
    	'asp_query_args',
    	function ( $args ) {
    		if ( isset($_POST['options']) && !str_contains($_POST['options'], 'customset') ) {
    			$args['post_type'] = array( 'product', 'page', 'story', 'event', 'team', 'faq', 'video' );
    		}
    		return $args;
    	}
    );

    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: Jet Engine Listing Grid Filter with Ajax Search Pro #53849
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

    in reply to: Plugin Version #53848
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Possibly the advanced title and content fields.

    In case you want to roll back, make sure to have a full site backup including the database. It’s not possible to revert by installing an older version as data structures change and could break everything.

    in reply to: Plugin Version #53845
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Well, if you do a manual installation wordpress should let you do it.

    If not, then if you simply extract the downloaded zip file, hen delete the readme.txt from the root directory, and also change the ajax-search-pro.php file changing this line (8):

    Requires at least: 6.5

    to:

    Requires at least: 6.0

    Then just compress it back to the same zip file and it should work.

    in reply to: Plugin Version #53842
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    Unfortunately I can’t provide older versions as they have number of 0 day security patches, and it is would pose a security threat to your system.

    The plugin will still very likely work on 6.1.1 though, there is only one feature on the back-end controller that requires a higher version for stability, but should be okay.

    in reply to: Sync between Custom fields and Post Categories #53837
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

    in reply to: updating to latest. #53836
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

    in reply to: updating to latest. #53834
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

Viewing 15 posts - 1,036 through 1,050 (of 18,415 total)