Search:

Page 1 of 2 1 2

Search: Search took 1.00 seconds.

  1. Jomark Hi marcelopedra, Yes it can be done by...

    Hi marcelopedra,

    Yes it can be done by modifying the single-job_listing.php specifically by commenting out the code below;


    <?php comments_template(); ?>

    Please be aware that this involves...
  2. Job Ads Distribution for ALL JOBROLLER websites owners

    Hi the community,

    I have a smart idea here, kind of idea you have in Saturday evenings in front of the TV...

    You may know about Job Ads distributions (like Jobg8...) which allow job boards to...
  3. Replies
    14
    Views
    1,019

    I had the same problem and I solved this way: ...

    I had the same problem and I solved this way:

    Open: vantage/includes/dashboard.php [ line 221 ]

    change:



    $args['post_status'] = array( 'publish', 'pending', 'expired');
  4. Here's a solution

    you can try, it works for me :single_eye:



    <?php

    $queried_object = get_queried_object();
    $term_id = $queried_object->term_id;

    $taxonomy_name = 'listing_category';
  5. Replies
    8
    Views
    848

    Would love to see this as well, we tried using...

    Would love to see this as well, we tried using Magic Affiliate and it does NOT work at all as it requires, WP-ecommerce, WooCommerce or MagicMembers in order for it to work. Maybe a developer can...
  6. Replies
    32
    Views
    3,103

    Dimitris If Vantage supports taxonomies, would you think...

    If Vantage supports taxonomies, would you think that support would help with this type of customization, especially when it helps improve the entire theme? or are we, your clients, supposed to pay...
  7. Dimitris You can add a paragraph in your 'fom-listing.php'...

    You can add a paragraph in your 'fom-listing.php' file like so



    <div class="form-field"><label>
    <?php _e( 'Tags', APP_TD ); ?>
    <input name="tax_input[<?php echo VA_LISTING_TAG; ?>]"...
  8. You will need this code (at least)

    You will need this code (at least)

    <?php $website = get_post_meta( get_the_ID(), 'website', true ); ?>
    <a href="<?php echo esc_url( 'http://' . $website ); ?>" title="<?php _e( 'Website', APP_TD...
  9. To just search Vantage forums. Goto the "Advanced...

    To just search Vantage forums. Goto the "Advanced Search", then select "Search Single Content Type" TAB, then select the forums in the "Search in Forums(s)". Make sure to save the search preferences.
  10. Replies
    17
    Views
    1,726

    the_contact_listing_owner_button() lives in...

    the_contact_listing_owner_button() lives in "\vantage\includes\template-tags.php"

    it calls the next function

    get_the_contact_listing_owner_button()

    which calls the final function
    ...
  11. [Resolved]

    @ joes
    I have no problem with inserting affiliate or any links into description.
    My problem is that Website field displays full URL with all parameters by default and without rel="nofollow"
    ...
  12. Replies
    17
    Views
    1,726

    The Contact the Owner form, where is that sending...

    The Contact the Owner form, where is that sending to?
  13. I am assuming you are using the "Captcha" plugin....

    I am assuming you are using the "Captcha" plugin.

    If you want the captcha to appear above the LOGIN button you will need to make the following change in Vantage files.

    In the file...
  14. [TUTORIAL] ADD CATEGORY DESCRIPTION to Vantage! For us AdSense, ad-based, and content users!

    Here's a quick < 5 min DIY to add a category description to your Vantage theme.


    1. Create a child-theme


    2. Copy over the file - archive-listing.php


    3. Open archive-listing.php and...
  15. Replies
    9
    Views
    881

    Dimitris Change, modify or upgrade plans

    I know that this thread is not technically a bug or error but I don't know where else to post it.

    The vantage theme, like all AppThemes, is beautifully designed and well written so I don't mean to...
  16. Replies
    27
    Views
    1,548

    [SOLVED] What does that mean? Here is my experience. ...

    What does that mean?

    Here is my experience.

    The person registers. Now that they are a member, the member creates a listing. They choose the Free plan. Two days later they decide to upgrade to...
  17. [SOLVED] Create a child-theme of...

    Create a child-theme of "sidebar-list-page-top.php"

    Open it and paste the following code:



    <?php if ( is_front_page() || is_search()) : ?>

    <?php if ( is_active_sidebar( 'va-list-page-top'...
  18. [SOLVED] Simple things can make one so happy from time to...

    Simple things can make one so happy from time to time...

    Thanks @joes
  19. [SOLVED] I have modded for something similar. 1) In the...

    I have modded for something similar.

    1) In the sidebar made the categories list fit inside a scrollable div of height 200px. I have 600 categories and without this the page is ridiculously large:...
  20. Replies
    10
    Views
    1,182

    There is no option to disable the so that the MAP...

    There is no option to disable the so that the MAP does not display on the Front Page.

    You can add this simple code change into "\vantage\includes\widgets.php" to make the MAP not display on the...
  21. [SOLVED] Go to Appearance --> Menus and then look in the...

    Go to Appearance --> Menus and then look in the upper-right hand corner where you'll see "Screen Options" tab, click on it, and check mark the "Listings Categories" and "Listing Tags", and they...
  22. [SOLVED] Figured it out: In reviews-listings.php ...

    Figured it out:

    In reviews-listings.php

    Make it read this:


    <div class="review-meta">
    <div class="review-author">
  23. Dimitris Hi dimitris, Yes there is an idea for this...

    Hi dimitris, Yes there is an idea for this functionality, I voted for it. But in truth this functionality should NOT be an idea that may get implemented if a lot of people vote for it.

    If a user...
  24. Replies
    3
    Views
    552

    There are 2 files I know to start with. It is...

    There are 2 files I know to start with. It is vantage/single-listing.php and vantage/scripts/scripts.js.

    First, we need to edit the scripts.js (in line 5). Here an example:


    function...
  25. P.S., I personally like to replace if...

    P.S., I personally like to replace

    if (!isset($redirect)) $redirect = home_url();

    with

    if (!isset($redirect)) $redirect = site_url('create-listing');

    so that it takes the user back to the...
Results 1 to 25 of 28
Page 1 of 2 1 2