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

Relevant Ads for ClassiPress

WP Relevant Ads for ClassiPress

A super flexible contextual ad manager that allows you to display relevant…


(4)
$19

CP Addons

Create custom pricing add-ons and add-on packs, upgrade and extend ads.


(8)
$39

Logic Widgets

Quickly and easily add conditional content to your AppThemes site including…


(4)
$39