Hi!
I have two problems. I have purchase your theme two times because I have done one web inside other web: http://www.tarancon.es and http://www.tarancon.es/empleo
– Firstly: In some browsers (mozilla and Google Chrome) the icons in homepage don´t appear when I go to http://www.tarancon.es. Only I can see them when I go to http://www.tarancon.es/portal.
– Secondly: I would like that when I do click in the logo of the header in the page http://www.tarancon.es/empleo, the link send me to the web http://www.tarancon.es. Is this possible?, how could I do It?
Thank you so much.
Hey catuven!
1- Please see – http://kriesi.at/documentation/enfold/enable-cors/
2- Please add following code to Functions.php file in Appearance > Editor and change the link as needed
add_filter('avf_logo_link','av_change_logo_link');
function av_change_logo_link($link)
{
$link = "http://kriesi.at";
return $link;
}
Regards,
Yigit