- Home page banner with video background for Vantage and HireBee themes
February 13, 2021 - 0 Comments
Home page banners for Vantage and HireBee themes designed to display an image on the background. You just need to set the Featured Image for the Home Page. By default it looks like this: Actually, you can display a video as well, but it’s not so obvious and below it will be explained how to. […]
- 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 […]