WPIntell

Source evidence

Conditionally Replace Logo with Alt Logo

Easy Genesis Logo Uploader · support · 2016-05-03T19:56:00+00:00

complaintsentiment
mediumseverity
0.75relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

3 / 22 rows with source links

13.6% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

19 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
bisonbrah unresolved
Hi there I’m trying to replace the default black logo with a white alternative with js. Below is the snippet that used to work until recent wordpress updates… Please help! This link should show a white logo not black like the menu color (white) jQuery(document).ready(function($){ //replace black logo with white logo // full urls in between the ticks var logodefault = 'https://sscreativestudio.com/wp-content/uploads/2015/11/logo.png', logowhite = 'https://sscreativestudio.com/wp-content/uploads/2015/11/logo-white.png'; if ($('body').hasClass('label-white-header')) { $('img[src="' + logodefault + '"]').attr('src', logowhite); } } else { //default logo $('img[src="' + logowhite + '"]').attr('src', logodefault); } //end if label white header https://wordpress.org/plugins/genesis-logo-uploader/ All I know is I get a Warning on WordPress 4.5.2 with Genesis 2.2.7 Oh No!! You have custom_header activated in your functions.php. Open that file and remove: add_theme_support( ‘custom-header’ );

Comments

1 shown
benhadad 2016-05-12T15:29:00+00:00

All I know is I get a Warning on WordPress 4.5.2 with Genesis 2.2.7 Oh No!! You have custom_header activated in your functions.php. Open that file and remove: add_theme_support( ‘custom-header’ );