Support Forums

Looking for support? You can access the support system via your account.

Sebastian Schimpf

Forum Replies Created

Viewing 10 posts - 1 through 10 (of 39 total)
  • Sebastian Schimpf in reply to:
    Loading icon not visible
    #208389

    yes 🙂

    Sebastian Schimpf in reply to:
    Search inside user meta data
    #208347

    Hi Trevor,

    a client is asking me to change a user database that is currently running based on a search in custom post types to be set up using the WordPress user database.
    Is this something your plugin can support?
    Or is it coming very soon?

    Sebastian Schimpf in reply to:
    Loading icon not visible
    #208345

    This topic is obsolete!

    Sebastian Schimpf in reply to:
    Form resets itself to default after submitting
    #201986

    Haaa … that was it!

    I used this code to declutter the site:

    // unregister some overload
    add_action( 'wp_enqueue_scripts', 'wOw_unregister_something' );
    function wOw_unregister_something() {
    	// search & filter plugin
    	wp_deregister_script( 'jquery-ui-datepicker' );
    	wp_deregister_script( 'search-filter-plugin-build' );
    	wp_deregister_script( 'hoverIntent' );
    }
    	
    // more from search & filter plugin
    add_action('wp_print_styles', 'remove_sf_styles', 100);
    function remove_sf_styles(){
    	wp_dequeue_style( 'search-filter-plugin-styles' );
    }
    

    For some reason I thought that the js is in general not needed if Ajax is not activated.
    Good to know it always needs to be in there, so what I did not is to comment out this line:
    wp_deregister_script( ‘search-filter-plugin-build’ );

    Now it works again!
    Awesome!

    Sebastian Schimpf in reply to:
    Form resets itself to default after submitting
    #201972

    … when I submit the search!

    Sebastian Schimpf in reply to:
    Form resets itself to default after submitting
    #201970

    I added it, cleared the cache and tried it in an incognito window, no difference.
    What is obvious to me is that the URL is not changing when I submit the search. It stays the same and Ajax is for sure not activated, so the URL should definitely have a parameter.

    Sebastian Schimpf in reply to:
    Form resets itself to default after submitting
    #201957

    Hi Trevor,

    the plugin and search and everything worked for several years,
    Do you think the issue (which is new) is possible still related to WP Engine?
    If yes, I will alter the wp-config,php

    Sebastian Schimpf in reply to:
    Form resets itself to default after submitting
    #201927
    This reply has been marked as private.
    Sebastian Schimpf in reply to:
    Update Failed: Download failed. Too many redirects
    #185336

    Hi Trevor,
    thank you but that post did not help even though I was able to reactivate the license, the update through the wordpress back-end did not work. The error message remained even after 30 minutes.

    It is disturbing that I need to do a manual update. It has been many times that the automatic update didn’t work for S&F.

    It costs me so much time every time I do it manually.
    Why does it not work to update through the WP back-end?

    Sebastian Schimpf in reply to:
    Using ACF select field for dropdown (label/value issue)
    #60919

    It seems fixed and works fine now. 🙂
    Thank you guys!

Viewing 10 posts - 1 through 10 (of 39 total)