Search:

Search: Search took 1.00 seconds.

  1. Replies
    30
    Views
    1,954

    I read the code and @aomari (reply on the previos...

    I read the code and @aomari (reply on the previos page) is right.

    This fonction does not make sense:

    function set_pack_data( $pack_id ) {
    global $wpdb;

    if ( ! $pack_id )...
  2. Thread: Ads sidebar

    by avincom
    Replies
    1
    Views
    349

    Edit sidebar-ad.php After line 24, and after...

    Edit sidebar-ad.php

    After line 24, and after the following line:

    <li><a href="#priceblock3"><span class="big"><?php _e('Poster', 'appthemes') ?></span></a></li>

    Add the line...
  3. I hacked the membership pack to do that. ...

    I hacked the membership pack to do that.

    Basically, I store in an array the number of ads that one is allowed to post depending on one's membership. When one posts an ad, I check how many ads one...
  4. Replies
    34
    Views
    1,755

    @Ronan, J'avais le même problème que vous...

    @Ronan,


    J'avais le même problème que vous alors j'ai cherché. La date est affichée telle quelle sans appliquer le format sélectionné dans la partie administrative (wp-admin).
    Si c'est...
  5. Replies
    25
    Views
    2,619

    @mikepcg Have you tried the fix that I posted...

    @mikepcg

    Have you tried the fix that I posted in this thread Refine search not accurate ? 2 contributors with excellent ratings (amelie and rubencio) tried it and confirmed it is working at their...
  6. Replies
    14
    Views
    1,343

    The price ranges can be edited by double clicking...

    The price ranges can be edited by double clicking the min or the max value (or both) next to the price slider and typing in the price on the keyboard. Adjust the other criteria of the search form and...
  7. Replies
    81
    Views
    5,784

    No this code also fixes some small problems with...

    No this code also fixes some small problems with the price slider.

    The reason why the price slider is set to 5000000 is because you have objects priced that high in your listing.

    As to...
  8. Replies
    5
    Views
    707

    [SOLVED] Hi Watchesmart, I can help you with this one...

    Hi Watchesmart,

    I can help you with this one because I had the very same case on my own site today.

    This error appears when the system cannot display the breadcrumbs because it is not finding...
  9. Replies
    81
    Views
    5,784

    Final change to handle the "page not found" error...

    Final change to handle the "page not found" error I mentioned I my post hereabove:

    In the same theme-refine.php file, replace line 106


    <form method="post" name="refine-search">
    with

    ...
  10. Replies
    81
    Views
    5,784

    Also I forgot the following change: On line...

    Also I forgot the following change:


    On line 176 replace this

    $('#distance').val(ui.value + ' <?php echo $distance_unit; ?>');

    with

    $('.refine #distance').val(ui.value + ' <?php echo...
  11. Replies
    81
    Views
    5,784

    Hi, I think I made it work on my site...

    Hi,

    I think I made it work on my site (localhost, sorry) -

    I opened the file includes/theme-refine.php and looked for the following code on line 382

    $results =...
  12. If I may reply to rodeoramsey's initial question...

    If I may reply to rodeoramsey's initial question "Reasoning behind putting everything into functions and sub functions?"... Yes you guessed it, the goal is actually to enable one to redefine those...
  13. Replies
    30
    Views
    2,933

    [MOD NEEDED] Sorry I was away. @alimacca, your code still...

    Sorry I was away.

    @alimacca, your code still contains all the "<div" that are only needed to display a list of ads. They should be removed. You must only keep the foreach loop and insert the code...
  14. Replies
    30
    Views
    2,933

    [MOD NEEDED] Hi, Yes this can be done. I have done it on my...

    Hi,

    Yes this can be done. I have done it on my own copy (stored on localhost)

    Basically install the WordPress › MapPress Easy Google Maps « WordPress Plugins plugin and activate it
    - copy the...
  15. OK, I am posting a fix for the scenario I...

    OK, I am posting a fix for the scenario I described hereabove. Not sure that will address the test case described by other users for lack of data. Moderator, if this should be listed elsewhere,...
Results 1 to 15 of 15