Search:

Search: Search took 1.00 seconds.

  1. [SOLVED] It looks like vantage caters for "LinkedIn" and...

    It looks like vantage caters for "LinkedIn" and also a whole lot more social links, but they are not activated.

    Have a look in: "\vantage\theme-framework\kernel\social.php"

    and you will see all...
  2. ~ Update ~ Provided below is the tested and...

    ~ Update ~

    Provided below is the tested and working (same code) and test on the latest Vantage and on Wordpress 3.8 (This is for both create-event.php and create-listing.php

    1) Open your...
  3. Our subscription pricing model came into effect...

    Our subscription pricing model came into effect as of the 1st of June 2012, so the conditions for anyone who purchased themes on and from that date is that you received a lifetime theme license with...
  4. Replies
    4
    Views
    267

    @wenvet The newest comes first. ...

    @wenvet

    The newest comes first.

    @neilconingham

    At the moment featured and regular listings are sorted the same way.
  5. Replies
    2
    Views
    303

    [SOLVED] It actually is displaying as a list, otherwise it...

    It actually is displaying as a list, otherwise it would look like a single giant paragraph of text where each line would come right after the last one. However, those line breaks at the end of each...
  6. Put this in your child theme's stylesheet...

    Put this in your child theme's stylesheet (assuming you are using a child theme);

    #refine-search #refine-categories {
    display: none;
    }
  7. Replies
    4
    Views
    285

    The start dates are only there to calculate when...

    The start dates are only there to calculate when the featured should expire. I can see your confusion, as we didn't expect them to be used like that.
  8. There is a small revision to the above code that...

    There is a small revision to the above code that is necessary, or else search does not work correctly.

    Change this:

    else :
    $args = $wp_query->query;
    $args['orderby'] = 'title';
    ...
  9. Quick tutorial: How to link listing thumbnails to the listing.

    While going through my site I kept on trying to view the listings by clicking on the thumbnails only to realise that they aren't linked to the listings and that you need to click on the title...
  10. Replies
    12
    Views
    2,767

    No by doing this you do not need to create a...

    No by doing this you do not need to create a custom field in the admin panel - adding these lines of code will add the field in the admin panel for you. Also very good point by @websitu, you should...
  11. Replies
    14
    Views
    1,554

    You may check the \scripts\scripts.js line 107...

    You may check the \scripts\scripts.js line 107 and increase the zoom paramater value as it is currently set to 10. There is also a zoom parameter reference on listing-edit.js.

    Take note that his...
Results 1 to 11 of 11