- Disable Favorite Listings in Vantage theme
October 29, 2020 - 0 Comments
Favorite listings is the build-in feature in Vantage theme. But for some sites it is not needed. Following PHP code snippet will disable Favorite Listings. You can add in a custom plugin or child theme functions.php file. Alternatively, Code Snippets plugin can be used (more details in the instruction).
- Customize AppThemes Importer
July 1, 2020 - 0 Comments
The AppThemes themes provided with a built-in listing importer, which allows importing new listings using CSV spreadsheets. Currently, following themes support the AppThemes Importer feature: ClassiPress, Vantage, Clipper and JobRoller. Listings can be imported with title, description, excerpt, status, author, date, slug, attachments, Geo data (if theme supports), custom fields, taxonomy terms and even taxonomy […]
- Create a dedicated custom field for embedding media in the Vantage theme
June 29, 2020 - 0 Comments
In most cases, site owners do not mind users placing embedded video in the listing description section. And it works in Vantage without hassle. But sometimes they want to have a dedicated area for embedded media. What is possible, but requires some explanations.
- Customize Category Menu for the Vantage theme
May 6, 2020 - 0 Comments
The Vantage theme allows displaying category mega menu in the navigation bar and on the dedicated Categories page. Currently, there are no options for customization Category menu, but fortunately it has all necessary hooks and filter for that. The filter “va_listing_categories_{$location}_args” allows changing parameters and alternate category menu for navigation and categories page separately. Dynamic […]
- Limit location dropdown for a specific country only
April 2, 2020 - 0 Comments
Let me show you an easy way to limit a country in location search dropdown and address field auto-suggest. This mod will work only for WordPress themes ClassiPress v4.1.0+, Vantage v4.2.0+ and JobRoller v1.9.0+, which implement the AppMaps Geo framework by AppThemes. The Google Maps is the only supported AppMaps provider for this mod. Means, […]