Search:

Search: Search took 1.00 seconds.

  1. Dimitris I cannot tell why you get this, please try to...

    I cannot tell why you get this, please try to remove your functions.php file and see if that causes it.Try with your other php files in your child theme.You may need to check the parent's files for...
  2. Replies
    24
    Views
    1,331

    [SOLVED] If a listing expires you have to renew it not...

    If a listing expires you have to renew it not upgrade it.Which is the case?
  3. Dimitris Closing thread as solved. sgarmesh, I...

    Closing thread as solved.

    sgarmesh,

    I replied to your question in another thread.
  4. Replies
    8
    Views
    399

    Dimitris If you remove/change the plans then yes the user...

    If you remove/change the plans then yes the user will have to select a paid plan and he will get charged.
  5. Replies
    5
    Views
    721

    Dimitris You can add this code in your functions.php...

    You can add this code in your functions.php (preferably in your child theme)



    function res_fromemail($email) {
    $wpfrom = get_option('admin_email');
    return $wpfrom;
    }

    function...
  6. Replies
    18
    Views
    1,722

    [SOLVED] Recurring payments work only with Paypal at the...

    Recurring payments work only with Paypal at the moment.
  7. Replies
    21
    Views
    973

    Dimitris Here is a fix for the missing listings when...

    Here is a fix for the missing listings when selecting a category

    http://forums.appthemes.com/report-vantage-bugs/bug-fix-vantage1-3-missing-63554/#post285658
  8. [SOLVED] BUG - FIX for Vantage1.3 missing listings when selecting Category

    All,

    Here is an unofficial fix to Vantage1.3 for the "Missing listings when selecting a Category".

    In the file "\vantage\includes\views.php" find the following section:



    class...
  9. Thread: Customization

    by talent
    Replies
    5
    Views
    488

    Barely customization, could just do with...

    Barely customization, could just do with questions answered - see suzmats threads here... so feel free to jump in
    ...
  10. Dimitris I am not sure if this is a bug or not, i will ask...

    I am not sure if this is a bug or not, i will ask the developers, to fix this:

    1.open your 'content-listing.php' file
    2.find this code



    <div class="content-listing listing-faves">
    <?php...
  11. Replies
    15
    Views
    1,124

    [SOLVED] Try the following code in "google-maps.js": ...

    Try the following code in "google-maps.js":


    if (document.getElementById('list-page-top')) {
    // Top Big Map
    var mapOptions = {
    ...
  12. Replies
    15
    Views
    1,124

    [SOLVED] To disable the scroll-wheel for the MAP you have...

    To disable the scroll-wheel for the MAP you have to change the code:

    In the "\vantage\includes\geo\map-providers\google-maps.js" find the following code:


    var mapOptions = {
    ...
  13. Hello Adrian, There is not admin option for...

    Hello Adrian,

    There is not admin option for this and will require code customization to implement. If you are comfortable tinkering with some js files, just look for the code below on the...
Results 1 to 13 of 13