I tried adding:
/*
* wpml multi site config file
* needs to be loaded before the framework
*/
require_once( ‘config-wpml/config.php’ );
/*
* dtolo 1/3/2018
*/
add_filter(‘avf_logo_link’,’av_change_logo_link’);
function av_change_logo_link($link)
{
$link = “https://www.godtown.com/give-3/”;
return $link;
}
/*
* These are the available color sets in your backend.
* If more sets are added users will be able to create additional color schemes for certain areas
*
* The array key has to be the class name, the value is only used as tab heading on the styling page
*/
The code in bold is the code I added… my logo still links to the default main page rather to the donate page
Never mind.. it works now :-)
Hi,
I’m glad this was corrected. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon
