Forums Forums Search & Filter Pro Marketify – I cant not make it works

Viewing 10 posts - 1 through 10 (of 13 total)
  • Anonymous
    #80686

    First i do create one search form:

    Second i do create the page

    Anonymous
    #80687

    And that is what the filter show me
    Shows all the images with no problem

    if i select just one category with one item in the category

    the filter show me all the item in a diferent organisation

    Trevor
    #80721
    This reply has been marked as private.
    Anonymous
    #82399
    This reply has been marked as private.
    Trevor
    #82644
    This reply has been marked as private.
    Anonymous
    #82748

    I did try what you tell me, as I did not work I did try to copy the codes in the templates, instead to use the shortcodes. Testing all of the possibilities, looks like is working but something is wrong with ajax. I had to deactivate to load the resoults without ajax. In that way, works.

    Also i notice that Field relationships: ( and / or ) works wrong. I can not use the checkbox because if there are more than one field selected, works wrong.

    Anonymous
    #82750

    Now i have:

    http://vector.illustrastock.com/downloads/ the first place for the search. (edd use downloads as default, i did copy and paste the code inside of functions.php of the child theme. I use the widget for the search

    http://vector.illustrastock.com/illustrations/ the place of the resoults.( the page illustrations use the template shop and i did copy inside of the template the code)

    Trevor
    #82785
    This reply has been marked as private.
    Anonymous
    #82795

    thanks Trevor. I wait the news.

    regards.

    Trevor
    #83050

    What does your child theme functions.php look like? It should look like this:

    <?php
    /**
    * Marketify child theme.
    */
    function marketify_child_styles() {
    wp_enqueue_style( 'marketify-child', get_stylesheet_uri() );
    
    do_action( 'search_filter_prep_query', 63 );
    
    }
    add_action( 'wp_enqueue_scripts', 'marketify_child_styles', 999 );
    
    /** Place any new code below this line */
Viewing 10 posts - 1 through 10 (of 13 total)