Support Forums

The forums are closed and will be removed when we launch our new site.

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

Forums Forums Search & Filter Pro Custom fields are not working in filter

Tagged: 

Viewing 10 posts - 11 through 20 (of 21 total)
  • JAn Brokes
    #101968

    Hi, thanks for trying to help me, but I am little confused. Divi does not work with Archive.php. it uses index.php … i hope you undestand me

    Trevor Moderator
    #101970

    Sorry, I meant that you must set the display method to Custom and NOT Shortcode and NOT As an Archive.

    JAn Brokes
    #101980

    Hi thanks, I switched method to CUSTOM but its not working (nothings happen if i try to filter posts)
    http://zajezdy.dobryden.eu/zajezd/category/bulharsko/

    I tried to find info in forums you sent me but there are some messages private and i can not find reason why its not working 🙁

    Second question, is there any way how to extend single site licence to developers one? And pay the difference between these variants?

    Trevor Moderator
    #101982

    I have not yet given you the link code to link the form to the results, so the form will not work, yet.

    You have the Divi grid element on the page, yes? But it is only one post per row?

    If you wanted to add a shortcode above it, what element would you add? Is it a Text Element. Add that with a test string in so you can see where in the page it is. It should appear just above the posts, yes?

    As to the license, the upgrade should be in your account area.

    JAn Brokes
    #101985

    So i prepated this test page for finding solution.
    http://zajezdy.dobryden.eu/zkusebni-stranka/

    I would prefere use search form in sidebar

    Trevor Moderator
    #101989

    OK, in that form change the Ajax target container from #main to .et_pb_blog_grid

    BTW, on the page, for one of the form field elements, Length is spelled incorrectly (in the form it is Lenght) with the ‘t’ and ‘h’ reversed.

    Above the grid all you need now is a code element with this in:

    <script>(function ( $ ) {
      "use strict";
      $(document).on("sf:ajaxfinish", ".searchandfilter", function(){
        console.log("ajax complete");
        var grids = document.getElementsByClassName('et_pb_blog_grid');
        salvattore['register_grid'](grids[0]);
      });
      
    }(jQuery));</script>

    And a Text element, with this shortcode in:

    [searchandfilter id="307" action="filter_next_query"]

    These two elements go in the main content section above/before the grid element.

    JAn Brokes
    #102002

    The form disappeared 🙁

    page admin screen:
    https://snag.gy/8nPXE7.jpg

    code module screen https://snag.gy/3qA75H.jpg
    text module screen: https://snag.gy/SC4Buf.jpg

    Trevor Moderator
    #102004

    The module positions are wrong 🙁

    Are we able to use Skype to screen share?

    JAn Brokes
    #102007
    This reply has been marked as private.
    Trevor Moderator
    #102013

    OK. All done over Skype (including an upgrade to the license!). Yay. Can I close this thread?

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

The topic ‘Custom fields are not working in filter’ is closed to new replies.