Remy Dencher
asked 8 years ago

The title logo (picture) isn’t visible anymore. I updated my Jason theme from 1.02 to 1.04. But that hasn’t worked out. Any ideas how to solve this problem?

1 Answers
DominicStaff
answered 8 years ago

Hi,
To resolve this issue, you can open the customizer.php file, find the line 615:
Replace the following code:
echo '<img alt="' . esc_attr( get_bloginfo( 'name', 'display' ) ) . '" src="' . esc_url( $logo_url ) . '" />';

With new code:

echo '<img alt="' . esc_attr( get_bloginfo( 'name', 'display' ) ) . '" src="' . esc_url( $logo ) . '" />';

Hope this helps !

Remy Dencher
replied 8 years ago

Hi Dominic,

Thanks, it worked.

Well. I bought this theme, because I have little knowledge about creating websites. It took me a few months to find how to find and easily change that php. Handy to note that people can adjust php in Dashboard/appearance/editor. There you can find the php in the template list 🙂

Dominic Staff
replied 8 years ago

Yes, If you have any issues or questions, please let me know, I will help you resolve it.

Powered by DW Question & Answer Pro