When clicking on either of the logos on this page http://dentists.theimplantcentre.com/cpd-sponsors/ they try to link to the desired address as a sub-page within the same site http://dentists.theimplantcentre.com/cpd-sponsors/www.dentsply.com/en-uk-implants.html instead of the external site I’m trying to link it to http://www.dentsply.com/en-uk-implants.html
Hi Rupert!
Please add following code to Functions.php file in Appearance > Editor
add_filter('avf_logo_link','av_change_logo_link');
function av_change_logo_link($link)
{
$link = "http://kriesi.at";
return $link;
}
Cheers!
Yigit
Thanks Yigit
I don’t have the Editor under Appearance http://dentists.admin.theimplantcentre.com/wp-content/uploads/sites/4/2015/05/Screen-Shot-2015-05-08-at-07.43.45.png
So we’ve made the changes to the functions.php file via FTP but it doesn’t seem to have resolved the issue.
Hey!
Please edit your element and change the link manually – http://i.imgur.com/QJpPoJ2.png
Sorry, i thought you wanted to change the link of your own logo. Please remove the code as it is linking to kriesi.at right now.
Regards,
Yigit
OK I’ve removed the code.
But the image panel has changed adding a link is on a separate tab http://theimplantcentre.com/wp-content/uploads/2015/05/Screen-Shot-2015-05-08-at-17.47.08.png
Sorry please can someone help me with this, it’s still not working.
Hi!
Please check it now: http://dentists.theimplantcentre.com/cpd-sponsors/
Make sure that you add the complete url,
Regards,
Ismael
Ahh yes sorry, ok many thanks