Vantage Theme – Miscellaneous Tweaks

This page has some useful tweaks and customization for the Vantage Theme.

Change Google Map Markers/Pins

The following PHP code tweak allows you to use a custom marker/pin graphic:

function my_appthemes_map_icon( $args ) {
$args['app_icon_url'] = 'https://example.com/my-custom-map-icon-url'; // The icon URL on your site
$args['app_icon_width'] = '35'; // width in pixels
$args['app_icon_height'] = '45'; // height in pixels
return $args;
}
add_filter( 'appthemes_map_icon', 'my_appthemes_map_icon' );

 

Popular Add-ons

Ticket Calendar

Creates a nifty ticket calendar for the Quality Control theme.


(1)
$19

Quick Search Vantage

jQuery quick search, filter and pagination to make the search faster, easy…


(3)
$19

ClassiPress Comment Notifications

Add visual notifications to let your users know they have unread comments…


(1)
$12