Search:

Page 1 of 11 1 2 3 4

Search: Search took 1.00 seconds.

  1. It would not matter if "Bypass Default Plan Step"...

    It would not matter if "Bypass Default Plan Step" is checked or unchecked, this check box only prevents displaying the "Default Listing Plan" to the user in the steps of creating a listing.

    But if...
  2. This behaviour you are seeing is due to the...

    This behaviour you are seeing is due to the following.

    In your 3rd step you are seeing the Listing has the values of the "Default Listing Plan" as defined in these settings:

    19616

    Once you...
  3. [SOLVED] You can remove the image if there is no image...

    You can remove the image if there is no image provided using the following CSS code:


    .entry-cover.no-image {
    display: none;
    }

    But if 1 listing has no image and other listings do have a...
  4. [SOLVED] You can get rid of it by adding in some CSS. ...

    You can get rid of it by adding in some CSS.

    In the "Customise -> Additional CSS" section add the following:


    .avatar-wrap {
    display: none;
    }
  5. [SOLVED] Have a look at the "Default Avator" settings in...

    Have a look at the "Default Avator" settings in "Settings -> Discussion"
  6. [SOLVED] This function is called by this Wordpress filter:...

    This function is called by this Wordpress filter:


    add_filter( 'wp_nav_menu_primary_items', 'va_header_menu_primary_user', 40, 2 );

    Yes this function will create the menu items only when the...
  7. [SOLVED] Make sure you have a "Primary Menu" created. I...

    Make sure you have a "Primary Menu" created. I think this will then activate the missing menus.

    18425
  8. Replies
    64
    Views
    2,995

    [SOLVED] The AppThemes Devs are referring to the Wordpress...

    The AppThemes Devs are referring to the Wordpress CORE files.

    So basically what the DEVs are asking is "does the site have the latest wordpress installed".

    I have the same problem with iOS not...
  9. I think this is a defect with the "Directory"...

    I think this is a defect with the "Directory" theme and not Vantage.

    Your website upon performing a location search is passing the "lat:0 and lng:0" values for the search query as per the image...
  10. Replies
    19
    Views
    1,412

    [SOLVED] The returned results will be within the changed...

    The returned results will be within the changed radius, but the slider still shows 50 radius, you will also need to make a similar change to:

    \vantage\includes\class-refine-search.php

    The code...
  11. Replies
    18
    Views
    1,227

    As the error says, do not setup referrer...

    As the error says, do not setup referrer restrictions on the API key.
  12. Replies
    19
    Views
    1,412

    [SOLVED] This change can only be done in the parent theme....

    This change can only be done in the parent theme.

    We need AppTheme developers to add a user option in the Admin section for Default Search Radius like it was in the old Vantage3.x version.
  13. Replies
    19
    Views
    1,412

    [SOLVED] There is no available Admin Option to change the...

    There is no available Admin Option to change the default search radius.

    The 50 km or mile value is defined in the PHP file:

    \vantage\includes\maps\class-google-maps.php

    The code is:

    ...
  14. Replies
    11
    Views
    750

    mrblista, You are correct. You CAN NOT edit a...

    mrblista,

    You are correct. You CAN NOT edit a listing belonging to another user account unless you are an Admin.

    As Admin account when you try to Edit any listing it will take you to the "Admin...
  15. Thread: search radius

    by joes
    Replies
    5
    Views
    499

    Look at the browser Developer Tool Console...

    Look at the browser Developer Tool Console messages to see if anything odd is happening.

    This is what your site produces when searching for "Melbourne".

    There are 2 errors referring to "Google...
  16. Replies
    11
    Views
    641

    [SOLVED] Yes it is possible to do as I did it years ago in...

    Yes it is possible to do as I did it years ago in the old Vantage to geocode 16,000+ imported listings that required the lat/lng to be set after the import.

    This is the PHP script I wrote to do it...
  17. Thread: Search...

    by joes
    Replies
    31
    Views
    1,530

    I checked your site and it does display the odd...

    I checked your site and it does display the odd listing in Canada when in fact the should not have.

    The Vantage 4.1.0 source code distinctly shows that the "Default Radius = 50". This will be...
  18. Replies
    8
    Views
    445

    [SOLVED] You do not see these "Feature on Homepage" or...

    You do not see these "Feature on Homepage" or "Feature on Category" options as (maybe) you do not have payments turned on.

    Check: Vantage Settings -> Listings -> Pricing -> Charge for Items


    ...
  19. Replies
    5
    Views
    484

    Go into "Theme -> Customise -> Layout ->...

    Go into "Theme -> Customise -> Layout -> Listing".

    It will have option "Sidebar Position" set to "None".

    For me it was set to "None" but the Sidebar still appeared on the Right-Hand-Side.

    I...
  20. Replies
    8
    Views
    617

    You can add the following CSS into the "Theme ->...

    You can add the following CSS into the "Theme -> Customise -> Additional CSS" to have a default image for the listings that don't have a image.

    First add a default image to your Media and...
  21. Replies
    13
    Views
    1,069

    I am no CSS expert, but here is a bit of CSS you...

    I am no CSS expert, but here is a bit of CSS you can add to the "Theme -> Customise -> Additional CSS" to make the "Site Logo" and "Find/Near Search" appear when displayed on Mobile devices.

    I can...
  22. Thread: Parent Categories

    by joes
    Replies
    3
    Views
    383

    Jomark I have made this change but it will ONLY work if...

    I have made this change but it will ONLY work if you have 1-level of Parent and Child categories, like:




    NOTE: With every update of vantage you will need to redo this change as this is...
  23. Replies
    11
    Views
    502

    This has been a big stuff up by Vantage when they...

    This has been a big stuff up by Vantage when they changed how the facebook social URL is entered and has left sites in your predicament.

    The best option is to update the facebook URL entries to...
  24. BUG - "Search For" in Vantage v3.07 & v3.08 in geocoder-functions.php

    Lots of people are complaining about "Search For" feature not working and they are correct.

    In the latest Vantage v3.07 and v3.08 there is a obvious BUG in the updated file:
    ...
  25. Looks like AppThemes developers were on the ball...

    Looks like AppThemes developers were on the ball and have updated Vantage to fix the map problem.

    I have tested the latest DEV build, which included similar changes to what I made, and the maps do...
Results 1 to 25 of 261
Page 1 of 11 1 2 3 4