Hello dannyh,
thanks for the code. I inserted the code in the functions.php before the last line with: ?>. But I get an error:
Fatal error: Call to undefined function add_action() in /www/htdocs/w00e097c/wp-includes/functions.php on line 4552
Any idea? http://www.wallenstain.com/.
Thanks a lot.
So you add all of this to the bottom of your functions.php
[code]add_action('pagelines_branding_icons_start', 'brand_links');
function brand_links(){
?>
Hello Danny,
now it works. Thank you. You are right I took the wrong function.php.
Two effects I want to change to make it perfect. Perhaps you can help me. The color of the area under the header and the icons (twitter and so on) are vanished: http://www.wallenstain.com/.
Thank??s a lot.
Hi again,
Glad it worked now.
As for the other issues, I have just taken a look, first thing I would recommend you do is to remove the sidebar from the head template, as its causing an overflow from what I can see.
As for the twitter and so on icons disappearing, I would need to take a closer look. Would it be possible for you to grant me access to your site so I can investigate it. I have sent you a PM.
Hello Danny,
fantastic. It worked. I removed the div, that solved both problems. And float:left set the icons together.
Thanks a lot.
(Next step is to integrate the search box, but thats another story.)
I'm trying to do this as well....
In PlatformBase functions.php after this line
// Once overridden you can copy the code from that section, paste it there and edit to your heart's content.
I added this code
[code]add_action('pagelines_branding_icons_start', 'brand_links');
function brand_links(){
?>
Share this post
Link to post
Share on other sites