Forums Forums Search & Filter Pro ugly design

Viewing 10 posts - 11 through 20 (of 22 total)
  • Trevor
    #90409

    I think it may be easier to use a different Display Results type as your theme has a hook to allow this:

    https://docs.appthemes.com/hook/appthemes_before_blog_loop/

    I will try to code this tomorrow for you. This way it will use your theme’s own code for the results appearance.

    Anonymous
    #90493

    thanks

    Trevor
    #90697
    This reply has been marked as private.
    Anonymous
    #90725

    ok wait i ask fiverr peopel i saw its offline wait minute

    Anonymous
    #90727
    This reply has been marked as private.
    Anonymous
    #90732

    just ftp…. no http://

    Anonymous
    #90734

    jusst f t p.xxxxxx no http://

    Trevor
    #90736

    It does not let me in. Do you have skype with share screen?

    Anonymous
    #90740

    rentacargetmobile

    Trevor
    #90750

    So, for clasipress theme (or any other appthemes theme) users, edit the child theme functions.php file and add this to the end of the file (the file should NOT have ?> at the end, so if it does, remove that line!!)

    function add_search_filter_before_page_loop() { 
      do_action('search_filter_query_posts', 3737);
    }
    
    add_action( 'appthemes_before_blog_loop', 'add_search_filter_before_page_loop' );

    Where 3737 is the form ID number (so change to yours).

    and use the As an Archive method with this.

Viewing 10 posts - 11 through 20 (of 22 total)