monpelaud
Member
Posted 9 months ago #
Hi,
When I click on the header image I am not redirected to the home page of the site.
The "Link header image to blog home" is enable.
To make it works I modify the line 39 in the file header.php:
I replace:
onclick="location.href='<?php home_url(); ?>'
by
'onclick="location.href='<?php echo home_url(); ?>'
Best regards
Are you asking for help, or telling us you've solved it?
Cheers
PAE
monpelaud
Member
Posted 9 months ago #
It's just an information to Jörn, the theme author, for doing the correction in a next release of Dkret3.
Best regards
kretzschmar
Member
Posted 9 months ago #
Thanks. Fixed. Will upload the next release soon.
kirkwakefield
Member
Posted 8 months ago #
I have a custom header that does not appear unless user is logged in. Can you help? (www.teamsportsmarketing.com)
Thanks.
monpelaud
Member
Posted 8 months ago #
@kirkwakefield:
With firebug I get this error on your web site:
"NetworkError: 404 Not Found - http://teamsportsmarketing.com/wp-content/uploads/2011/09/cropped-WRIGLEY-SMALL.jpg"
Verify that "/wp-content/uploads/2011/09/cropped-WRIGLEY-SMALL.jpg" exist.
kirkwakefield
Member
Posted 8 months ago #
It does not show up when I'm not logged in. It DOES show up when I am logged in. That is my problem. Thanks for any help you can provide.