Search:

Page 1 of 2 1 2

Search: Search took 1.00 seconds.

  1. Hi brinard, I just enabled the Google CDN...

    Hi brinard,

    I just enabled the Google CDN option via Jobroller Admin>>Settings>>Advanced tab so it will use the Google jquery library instead of the theme jquery.


    - JOmark
  2. Replies
    4
    Views
    465

    johno69, Please open vt-tabber/vt-tabber.php...

    johno69,

    Please open vt-tabber/vt-tabber.php file in editor Replace below code


    if($listing_type==VA_LISTING_PTYPE){
    $listing_type_tax = VA_LISTING_CATEGORY;
    $cats = array_keys(...
  3. Replies
    3
    Views
    429

    Contact mohsinoffline, he'll be able to do that...

    Contact mohsinoffline, he'll be able to do that for you. He did the opposite for me and added an extra page to my home page so I had three showing.

    Taking one away and giving it it's own should be...
  4. [TUTORIAL] /* Create Terms of Use Link on Registration Page...

    /* Create Terms of Use Link on Registration Page */
    add_action('register_form','show_terms_of_use');
    add_action('register_post','check_fields',10,3);
    add_action('user_register',...
  5. Dimitris Johno69, Hadn't seen you posting in a while....

    Johno69,

    Hadn't seen you posting in a while. Was worried you gave up on vantage and left us. Good to see you around.
  6. Sometimes it's nice to offer things to free.

    Sometimes it's nice to offer things to free.
  7. [TUTORIAL] Using Gravity Forms for 'Contact this Listing Owner' = Any Fields You Want

    I found the general "contact this listing owner" form to be too simple and it restricted my use as I wanted to provide more information to the listing owner.

    I'm not going to go too far in depth...
  8. Replies
    3
    Views
    595

    Infinite Scroll Vantage Plugin

    Hi,

    Just a quick update on the new Vantage Plugin named Infinite Scroll by forum user thesanerone. I have it installed and it is very quick and easy to configure and so far it is working exactly...
  9. Replies
    24
    Views
    2,365

    Vantage with responsive now available in beta

    Vantage is now responsive. That means great viewing on any device: phones, tablets, desktops, etc. The layout conforms to the device.

    Check it out for yourself. Go to you customer dashboard and...
  10. Thanks Paul! - Send you a little beer money...

    Thanks Paul! - Send you a little beer money contribution as well.
  11. More intelligent redirects for new registrations and logins

    Hey all,

    Maybe I'm missing something, but I didn't like how when a new business registers or a guest user attempts to write a review on a listing, the following happens:
    User . . .
    1) Clicks on...
  12. Replies
    2
    Views
    609

    This should be fixed now. Sorry for the trouble...

    This should be fixed now. Sorry for the trouble johno69.
  13. Replies
    4
    Views
    589

    But you could always suggest it in the ideas...

    But you could always suggest it in the ideas section :-)
  14. How-to: Vantage 1.1.2 - Set default Radius in search

    Hi all,

    I previously posted a how-to for setting the default search radius here, however, it only works for Vantage 1.1.

    I finally got around to updating to the latest Vantage 1.1.2 which...
  15. Replies
    21
    Views
    2,416

    You can accomplish this by adding the following...

    You can accomplish this by adding the following function to your child themes function.php file


    /* Do not allow non admins to access wp-admin */

    add_action( 'init', 'blockusers_init' );...
  16. [SOLVED] Sort of... The post count is dynamic, but the...

    Sort of... The post count is dynamic, but the Country count is not.


    <h3 align="center"><?php _e( ' Now featuring ', APP_TD ); ?> <?php $count_posts = wp_count_posts('listing'); echo ...
  17. Replies
    11
    Views
    1,069

    [SOLVED] @johno69, You can select all listings click...

    @johno69,

    You can select all listings click edit and then check the 'Listing Claimable?'
  18. Replies
    6
    Views
    723

    Just to let you know, johno69..It looks as if...

    Just to let you know, johno69..It looks as if will added in a future release...
  19. You can create a free plan with no included...

    You can create a free plan with no included featured options, and then enable the featured options 'a la Carte' on the Payments -> Settings page. There you can control how much each individual addon...
  20. Ill buy you a beer :)

    Ill buy you a beer :)
  21. Hi johno69, For #2 (Hard code &radius=20 into...

    Hi johno69,

    For #2 (Hard code &radius=20 into the search results string), the 'easiest' way would be to modify the form a little bit in header.php. I've tested the working solution below:

    Find...
  22. 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';
    ...
  23. Replies
    9
    Views
    723

    [SOLVED] One way to activate the custom fields is to edit...

    One way to activate the custom fields is to edit the 'includes/admin/listing-single.php' file.

    find the code

    $remove_boxes = array( 'commentstatusdiv', 'commentsdiv', 'postexcerpt',...
  24. 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...
  25. Thread: Draggable Pin

    by fstaff
    Replies
    48
    Views
    4,107

    draggable-marker.js On line 92 change VA_i18n...

    draggable-marker.js

    On line 92 change VA_i18n to Vantage

    jQuery.post(Vantage.ajaxurl, data, function(response) {

    Comment out lines 101 to 105

    // jQuery('.uploaded').sortable();
    //
Results 1 to 25 of 47
Page 1 of 2 1 2