Forum Replies Created
-
AuthorPosts
-
Sometimes it’s a simple solution :-)
Thanks for checking!!
It works
Best regards
SylviaHi Jordan,
I work with a child theme and if I add your code the website doesn’t work. Below my functions.php child theme code.
Can you help me out?
Best regards
Sylvia——
<?php
/*logo per pagina wijzigen*/
add_filter(‘avf_logo’,’av_change_logo’);
function av_change_logo($logo)
{
if( is_page(3364) ) {
$logo = “https://splinter.care/wp-content/uploads/2017/09/Telefoonnummermagenta.png”;
}if( is_page(3385) ) {
$logo = “https://splinter.care/wp-content/uploads/2017/09/Telefoonnummermagenta.png”;
}if( is_page(3403) ) {
$logo = “https://splinter.care/wp-content/uploads/2017/09/Telefoonnummermagenta.png”;
}if( is_page(3416) ) {
$logo = “https://splinter.care/wp-content/uploads/2017/09/Telefoonnummermagenta.png”;
}if( is_page(3626) ) {
$logo = “https://splinter.care/wp-content/uploads/2017/09/Telefoonnummermagenta.png”;
}if( is_page(3813) ) {
$logo = “https://splinter.care/wp-content/uploads/2017/09/Telefoonnummermagenta.png”;
}if( is_page(3542) ) {
$logo = “https://splinter.care/wp-content/uploads/2017/09/Telefoonnummercyaan.png”;
}if( is_page(3695) ) {
$logo = “https://splinter.care/wp-content/uploads/2017/09/Telefoonnummercyaan.png”;
}if( is_page(3568) ) {
$logo = “https://splinter.care/wp-content/uploads/2017/09/Telefoonnummercyaan.png”;
}
return $logo;add_filter(‘avf_logo_link’,’av_change_logo_link’);
function av_change_logo_link($link)
{
$link = “tel:0031850657349”;
return $link;
}
/*
* Add your own functions here. You can also copy some of the theme functions into this file.
* WordPress will use those functions instead of the original functions then.
*/Yes this works!!! Thank you so much!
Hi Sarah, thanks…but what I meant is that I want on the homepage the hover color to be green and on the ‘voor wie’ page the hover color should be magenta. Any tips for that? Best regards
Hi there the password works ok on my site
- This reply was modified 7 years, 3 months ago by Sarah. Reason: moved password to Private section
Hi Sarah, your tip about the logo change worked. Any suggestions to adjust the color beneath the menu per page? Now it is green and I want to change this also per page. F.e. check the menu click on ‘voor wie’, here you see that the logo changed to magenta. And I would like to change the menu hover bar to become magenta as wel. Thanks Sylvia
- This reply was modified 7 years, 3 months ago by Sarah. Reason: Moved password to Private content
Hi Mike,
Did you see my private reply?
Best regards
SylviaYes, it works….any tips to adjust the color beneath the menu per page? Now it is green and I want to change this also per page.
Hi Sarah,
Thanks for your reply, this doesn’t work either. To be sure I copy / past this website styling / quick CSS part of the enfold theme?!
Best regards
Sylvia -
AuthorPosts