Replies
- This reply has been marked as private.
Everything like you told me, and it does not work
It´s Ok. Sorry my english! 🙁
wp-content/themes/community-builder-child/functions.php
Sorry, I copied and pasted with error earlier. It was like this:
add_action(‘cb_before_header’,’buddydev_custom_banner_image’);
function buddydev_custom_banner_image() {
// replace by your link url.
$link_url = ‘https://my_web.com/’;
// replace image url with your image url.
$image_url = ‘http://public_html/wp-content/uploads/2017/02/fond.jpg’;
printf(‘‘, $link_url, $image_url );}
Not works
- This reply was modified 7 years, 8 months ago by nana.
Okay, Brajesh. No problem. Today I have appeared. I do not know what happens with this but sometimes Maximus fails. Thanks anyway and apologies-
Ok, I´m waiting for it 🙂
Perfect!! 😉
Hi!
I put in mi fuction.php Child theme:
add_action(‘cb_before_header’,’buddydev_custom_banner_image’);
function buddydev_custom_banner_image() {
// replace by your link url.
$link_url = ‘https://my_url_web.com/’;
// replace image url with your image url.
$image_url = ‘http://public_html/wp-content/uploads/2017/02/fond.jpg’;
printf(‘‘, $link_url, $image_url );
}But it doesn´t work…
- This reply was modified 7 years, 8 months ago by nana.
I have already created different keys and several lists, none appears in maximus … can anyone check if it is a problem of mine?
Another question, how to get header menu sticky?