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 Filter

Viewing 10 posts - 21 through 30 (of 33 total)
  • Trevor Moderator
    #65151

    Guess we need to hop back on to Skype?

    Jonathan Bradford
    #65623
    This reply has been marked as private.
    Trevor Moderator
    #65668
    This reply has been marked as private.
    Jonathan Bradford
    #66637
    This reply has been marked as private.
    Trevor Moderator
    #66647

    It would suggest something was wrong with the database I think. But I cannot be sure.

    Jonathan Bradford
    #66655
    This reply has been marked as private.
    Trevor Moderator
    #66664

    Neither Ross nor I have the spare time for custom work right now. If we can point to something wrong in the plugin, then of course we can help.

    But, as far as you can see, it works fine on a new install of WP. You hypothesized that this might mean there was something wrong with your coding somewhere or maybe a broken database. Can you not simply re-construct what you made, one step at a time to make sure all is OK?

    Jonathan Bradford
    #66834
    This reply has been marked as private.
    Trevor Moderator
    #66852

    As far as the scrollbar is concerned you need to re-initialize it after Ajax fires. See our FAQ page:

    https://www.designsandcode.com/wordpress-plugins/search-filter-pro/faqs/

    Something like this as custom javascript:

    (function ( $ ) {
      "use strict";
      $(document).on("sf:ajaxfinish", ".searchandfilter", function(){
        console.log("ajax complete");
    \\ reinitilaize your scrollbar js here.
      });
    }(jQuery));
    Jonathan Bradford
    #71249

    Hi Trevor

    Hope you’re good?

    The events system is working well -http://www.ginfoundry.com/events/

    So this might be a coding question as opposed to search filter question but thought I’m not sure.

    This is the screen they would like before they get into the events https://gyazo.com/bf943c6e3f8af89d2395d2bf24397c61 – effectively all the events listed by month and show only the next 6 months.

    When you click on a month eg ‘December’ – it would then load all the December events leading to this page http://www.ginfoundry.com/events/?_sfm_date_month=December%202016

    Do you know if its possible to do this and how I would do it?

    Thanks so much!

    Jonny

Viewing 10 posts - 21 through 30 (of 33 total)

The forum ‘Search & Filter Pro’ is closed to new topics and replies.