Support Forums

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

Ross

Forum Replies Created

Viewing 10 posts - 10,341 through 10,350 (of 10,351 total)
  • Ross Moderator in reply to:
    Ajax auto submit
    #790

    Hey Tim

    What happens exactly, you change the dropdown, the results update via ajax, then you change the dropdown again and nothing happens?

    Can you verify everything is working ok without auto submit? ie, disable autosubmit, but enable AJAX… then check, does the AJAX work fine using a submit button?

    If you have a link that would be really handy! (you can mark replies as private if you need).

    Thanks
    Ross

    Ross Moderator in reply to:
    How to not show all results
    #778

    Hey Amin,

    What do you mean exactly, so it displays custom content/message before searching begins?

    Thanks

    Ross Moderator in reply to:
    Search Form Not Showing
    #777

    Did you disable the free version of the plugin first?

    PS I get a holding page when accessing that link:

    Please excuse our appearance.  Our new website is currently under development.
    
    Please check back soon!
    Ross Moderator in reply to:
    ajax loading not working
    #774

    No worries glad you got it working! I really should get this tutorial finished to make life easier 😉

    Ross Moderator in reply to:
    ajax loading not working
    #772

    Hey Amin

    Sorry I should explain a little better (I am actually working on setting up an example so I can do a video tutorial of how to set this all up properly, but that won’t be ready until later tonight or tomorrow).

    From what I can see, your search results page does not have the Search Form on it, so there is no way to see if Ajax is working. When I go to –

    http://dev.venuejar.com/test-3/

    I should see your search results (unfiltered), and the search form, but no search form is present…

    You have the search form at the top (the top bar with locations & categories), but this is not a Search & Filter search form, so it is not integrated with Ajax or hte plugin in any way.

    You should update your template search.php so that it does contain your sidebar, then you will see that the search form will work with Ajax…

    Does that make sense? If you want send me your login details and I’ll have a quick look around! (mark your messages as private of course)

    Thanks
    Ross

    Ross Moderator in reply to:
    ajax loading not working
    #769

    One more thing to note is, its always good to test with AJAX off first, to make sure everything behaves as expected and then enable AJAX after (maybe you did this already just giving a recommendation)..

    Thanks

    Ross Moderator in reply to:
    ajax loading not working
    #768

    Hey Amin

    I just had a look… it looks like the page you have got your search form on is different to your results page?

    They need to match.

    This is the page your AJAX is calling for results:
    http://dev.venuejar.com/?_sft_ait-dir-item-category=community-league&sfid=z7&sf_ajax_timestamp=1400609701205

    Which looks correct, but it is a completely different layout to the one you have your search form on (the link you provided).

    The best thing to do would be to enter a slug for your results (ie “test-2”) like you have so then you could access your search results page or change the page template (where it says “search.php” to match the template being used on this page – http://dev.venuejar.com/test-2/ (it is not search.php)..

    Does that make sense?

    Ross Moderator in reply to:
    How to show post date on search results?
    #766

    Glad you got it working 🙂

    Ross Moderator in reply to:
    How to show post date on search results?
    #764

    Hey Ellen 🙂

    This just sounds like you need to make a small modification to your template file.

    First, open up the template file in your theme directory that is being used for the search results (by default this is search.php)…

    Then you need to add in a line of code to add the date (see docs for more customisation):

    <p>Date posted: <?php the_date(); ?></p>
    

    Make sure you place this somewhere inside the loop (after the while (have_posts()) and before the closing endwhilesee the docs for more info

    Let me know how you get on!

    Ross Moderator in reply to:
    Submit label not changing
    #761

    Hey Tuomas, thanks for that good catch, there was a problem in the code.

    I’m emailing you an updated file now with the fix – I’ll be including this fix in the next official update which should be tomorrow.

    Thanks 🙂

Viewing 10 posts - 10,341 through 10,350 (of 10,351 total)