spidermann
Member
Posted 1 year ago #
Still loving the theme, but I have found one other issue:
There is stated to be an option to select your logo for the theme in the theme options, but there is no such section within those options.
You can add Twitter, Google Analytics and whatnot but no changing of the logo as stated on that same page.
I have already edited certain files to place the logo on a site that is using the theme, but that option would be nice to be included.
spidermann can you tell me what you edited so i can add an image as the logo. thanks
spidermann
Member
Posted 1 year ago #
I edited the header.php file
I replaced the php calls for the logo to use a regular image call.
Can you give the replacement code please... Still learning php all
wickedmellow
Member
Posted 1 year ago #
I've tweeked some PHP before but no matter how hard I try I cannot get an image in here, it's driving me crazy. I've looked in header.php but anytime I add an image it's in the navbar, never below in the blue zone. Is it in leads.php? Either way this is confusing a lot of people and really badly documented, any help?
Thanks!
madturki
Member
Posted 12 months ago #
At the top of the header.php file you could add the line:
<? $pov_logo="/wp-content/themes/kreativ/images/mylogo.gif"; ?>
But then put your logo at that path :P That's what I did.