Search:

Search: Search took 1.00 seconds.

  1. Replies
    4
    Views
    591

    Dimitris Here is a quick fix to accomplish this: in...

    Here is a quick fix to accomplish this:

    in scripts/jquery.tinynav.js:

    On or around line 71,
    Look for this line:


    options += '<option value="' + $(this).attr('href') + '"';
  2. Replies
    12
    Views
    835

    Here is how to make Vantage's search default to...

    Here is how to make Vantage's search default to ordering search results in "nearest distance first" order:

    In includes/views.php:

    Find this:


    switch ( $wp_query->get( 'orderby' ) ) {...
  3. Thread: Permalinks

    by josh
    Replies
    78
    Views
    5,901

    I appreciate everybody's input and explanations...

    I appreciate everybody's input and explanations and ideas for this customized permalinks situation, and I want to respond that I am looking into a solution for this. Hold tight and I will get this...
  4. [VANTAGE] Hi kencochrane, Here is a rundown of how...

    Hi kencochrane,

    Here is a rundown of how things are stored in the database:

    Listings are a custom post_type, and the meta associated with listing are all custom fields (aka postmeta). So as...
  5. Replies
    32
    Views
    2,696

    Mobile responsiveness is coming after version...

    Mobile responsiveness is coming after version 1.1, so it is coming soon! We have been internally planning, developing, and testing vantage and the different mobile environments to give you all the...
  6. [SOLVED] The quick fix before the release is in...

    The quick fix before the release is in includes/template_tags.php:

    Find this:



    function the_refine_category_ui() {
    require_once ABSPATH . '/wp-admin/includes/template.php';

    ob_start();
  7. Its actually a custom comment type and not a post...

    Its actually a custom comment type and not a post at all. The comment type is 'review'. You can see more by looking in your database table `wp_comments`, and in file : includes/reviews.php.
  8. Replies
    16
    Views
    1,854

    Hi scorzaze, Here is a fix to the code you...

    Hi scorzaze,

    Here is a fix to the code you posted that wasn't working. Note you will still need to style the <p>.


    <div class="section-head">
    <?php if ( is_tax( VA_LISTING_CATEGORY ) ) { ?>...
  9. Replies
    16
    Views
    1,854

    Hi scorzaze, What if you put unaltered...

    Hi scorzaze,

    What if you put unaltered versions of all of the files you listed in your child theme, basically, make the child theme be the same as the normal vantage theme.

    Also, can you make...
  10. Thread: Vantage Search

    by josh
    Replies
    19
    Views
    2,039

    Hi websitu, I checked your site and it works for...

    Hi websitu, I checked your site and it works for me. When adjusting the distance or any other refinement, make sure you're using the update button on the bottom of the sidebar not the main search...
  11. Thread: Business Scraper

    by josh
    Replies
    29
    Views
    3,094

    Here is some spreadsheet magic for you =A2&"...

    Here is some spreadsheet magic for you

    =A2&" "&B2&", "&C2&", "&D2

    (Click on the below image to see it bigger)
    2620
Results 1 to 11 of 11