Forums Forums Search & Filter Pro ajax loading not working

Viewing 10 posts - 21 through 30 (of 87 total)
  • Ross Moderator
    #1183
    This reply has been marked as private.
    Anonymous
    #1184

    um checking again…

    Ross Moderator
    #1186

    Nope, what port should I be using? Any other settings?

    Anonymous
    #1187

    i have called the provider – they assure everything working properly now.
    can your ip be blocked by them? – that`s the only solution according to what they told me.

    Anonymous
    #1188

    p.s.
    i hate when the stuff go so …shitty

    Ross Moderator
    #1189

    Ok I’m in ๐Ÿ˜‰ Will see if I can do this modification, but if not you will have to try to follow the tutorial! BRB

    Ross Moderator
    #1193

    Woohoo ๐Ÿ™‚ Its working, and as I mentioned before…

    This template is not using the main WordPress loop

    Instead it makes its own query within the page itself:

     query_posts('numberposts=-1&post_type=post&paged='.$paged);
    

    Which I think it not so good..

    I copied the masonry template to sf-masonry and removed this line and added in some stuff to use the main loop ๐Ÿ™‚

    if (have_posts()) : while (have_posts()) : the_post();

    ๐Ÿ™‚

    Anonymous
    #1194

    Thanks a lot for that outstanding service and patience!

    I will write you the best review i can ๐Ÿ˜‰

    Anonymous
    #1195

    i have got only last question – promise:

    this is my search form code-changed as you suggested:

    <div id=”search”>
    <?php include (TEMPLATEPATH . “/searchform.php”); ?>
    </div>

    <form class=”search” action=”http://maneuver.nazwa.pl/WWW/nstyle/?sfid=55&#8243; method=”get”>
    <input name=”s” type=”text” id=”search” size=”30″ onfocus=”if(this.value == ‘<?php _e(‘Szukaj produktu’, THEME_LANGUAGE_DOMAIN) ?>…’) { this.value = ”; }” onblur=”if(this.value == ”) { this.value = ‘<?php _e(‘Szukaj produktu’, THEME_LANGUAGE_DOMAIN) ?>…’; }” value=”<?php _e(‘Szukaj produktu’, THEME_LANGUAGE_DOMAIN) ?>…” >
    <input type=”submit” value=”Search” id=”searchsubmit” class=”hidden” />
    </form>

    what should i change to display the list correctly (with the template you made)?

    Ross Moderator
    #1201

    To me this looks correct…? As long as the code you posted is inside “searchform.php” then it seems right…

    What URL do you get when you submit the form?

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