Search:

Page 1 of 2 1 2

Search: Search took 1.00 seconds.

  1. You set the duration of the Featured Homepage or...

    You set the duration of the Featured Homepage or Category in this location:

    Payment -> Settings -> Listings

    "Feature on Homepage" and "Feature on Category" - set the duration of the...
  2. [SOLVED] The image problem as been fixed in the latest DEV...

    The image problem as been fixed in the latest DEV build. There is a bit of CSS added that resolves this image problem in the description section.
  3. [SOLVED] @nick, @hopfoto The sorting is improved in the...

    @nick, @hopfoto

    The sorting is improved in the latest development build.If you are using an older version you will not see the changes.
  4. [SOLVED] This update statement will only work for Vantage...

    This update statement will only work for Vantage 1.1.4.

    If you are using Vantage 1.2 then you need to follow the post above that will insert the missing "listing_claimable" data to the listings.
    ...
  5. Replies
    8
    Views
    387

    I would install the DEV build, it fixes numerous...

    I would install the DEV build, it fixes numerous problems such as:

    http://forums.appthemes.com/report-vantage-bugs/development-build-hotfixes-51803/
  6. [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:...
  7. Dimitris Hi Martin, The importer tool is only limited...

    Hi Martin,

    The importer tool is only limited to certain fields, so what you want to import is not possible unless you change the Vantage code so that it recognizes the fields you want.

    Below is...
  8. Replies
    2
    Views
    343

    [SOLVED] The CSS/Display none will still make the code...

    The CSS/Display none will still make the code load, just "hidden."

    Remove it 100% with the code below:


    // Remove Registration Bar
    if ( !is_admin() ) {
    add_filter( 'show_admin_bar',...
  9. Replies
    7
    Views
    321

    [SOLVED] I am sorry hopfoto, you are right i don't receive...

    I am sorry hopfoto, you are right i don't receive any notification about pending events.This appears to happen with free events.Will report to the dev.

    Thanks again.
  10. Replies
    10
    Views
    1,184

    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...
  11. Replies
    21
    Views
    1,063

    Dimitris Agreed, let me try find more info about this.

    Agreed, let me try find more info about this.
  12. Replies
    3
    Views
    280

    [SOLVED] "Previous" is still on two lines in Firefox. Try...

    "Previous" is still on two lines in Firefox. Try this instead, it is much neater;


    .pagination .page-numbers {
    width: auto;
    padding: 5px 8px;
    }

    6590
  13. Replies
    2
    Views
    311

    Dimitris Your website uses Vantage version 1.1.3....

    Your website uses Vantage version 1.1.3. Responsive theme was added in Vantage version 1.1.4
  14. Thread: Tax Charge Bug

    by laura
    Replies
    22
    Views
    1,054

    [SOLVED] Okay, it's been fixed and is now available in the...

    Okay, it's been fixed and is now available in the dev build :) Let me know how things go...
  15. Replies
    4
    Views
    397

    [SOLVED] hopfoto, This is fixed in the latest dev build...

    hopfoto,

    This is fixed in the latest dev build.Please download and install.

    Thanks.
  16. Replies
    22
    Views
    1,054

    [SOLVED] Tax Charge Bug

    Hi,

    Within the payment settings page there is a 'tax charge' field. I am trying to change this value but whenever I hit the save button it changes back to 0. Can anyone help with this please?
    ...
  17. BUG - google-geocoder.php has a defect in geocode_api function

    The geocode_api function in google-geocoder.php has a BUG:



    public function geocode_api_orig( $args ) {

    $defaults = array(
    'region' => 'US',
    'language' => 'en',
    );
  18. [TUTORIAL] Add an "Agree to Our Terms" Checkbox and Link within the Registration Page

    Not sure why such an option isn't included as default, however it makes for a simple fix...

    There's plenty of plugins out there but I personally don't like having to update plugins.

    Here's some...
  19. Replies
    1
    Views
    364

    Dimitris BUG - v1.1.4 - in geo.php

    Hi Support,

    Can this bug be fixed in the next Vantage release and DEV build. See this post for details and explanation.


    The "distance" calculation performed by MySQL to retrieve listings...
  20. Replies
    15
    Views
    2,870

    I see where the favicon.ico file is, but I doubt...

    I see where the favicon.ico file is, but I doubt replacing it in the original Vantage theme with my own file is a future-proof solution. The next theme update would restore the default Vantage...
  21. Thread: Remove Admin Bar

    by samcy
    Replies
    22
    Views
    1,890

    A /includes folder inside you child theme will...

    A /includes folder inside you child theme will not work.

    All you need to do is place this code:


    if ( !is_admin() ) {
    add_filter( 'show_admin_bar', '__return_false', 1000 );
    }

    in your...
  22. Samcy Changing currency - Want South African RANDS (R)

    There is a typo in your tutorial code, it is function not funcition. Please correct.
  23. Hi djbrealtor, I found a way to implement the...

    Hi djbrealtor, I found a way to implement the reviews/star rating rich snippets, as you can see on my Google Webmaster testing page:

    5331

    But in the new release (29 March they say) there will...
  24. Replies
    232
    Views
    16,861

    No worries. You don't have to vote for it. We...

    No worries. You don't have to vote for it. We will definitely be getting it in the theme after 1.2.
  25. Replies
    232
    Views
    16,861

    A specific news feature is not going to be...

    A specific news feature is not going to be included in 1.2. Here are the planned features worth noting for 1.2...

    Events
    Sortable listings pages
    Multiple listings on a single map
    Large map for...
Results 1 to 25 of 37
Page 1 of 2 1 2