| @@ -85,9 +85,8 @@ | ||
| 85 | 85 | } |
| 86 | 86 | |
| 87 | 87 | if ( ISC_Log::enabled() ) { |
| 88 | 88 | ISC_Log::log( '---' ); |
| 89 | - ISC_Log::maybe_log_settings(); | |
| 90 | 89 | } |
| 91 | 90 | } |
| 92 | 91 | |
| 93 | 92 | /** |
| @@ -183,9 +182,8 @@ | ||
| 183 | 182 | $options = $this->get_options(); |
| 184 | 183 | ?> |
| 185 | 184 | <style> |
| 186 | 185 | .isc-source { position: relative; display: inline-block; line-height: initial; } |
| 187 | - .isc-ai-label-icon { display: inline-block; width: auto; height: 1.25em; vertical-align: -0.25em; } | |
| 188 | 186 | /* Hides the caption initially until it is positioned via JavaScript */ |
| 189 | 187 | .isc-source > .isc-source-text { display: none; } |
| 190 | 188 | .wp-block-cover .isc-source { position: static; } |
| 191 | 189 | <?php |
| @@ -515,9 +513,9 @@ | ||
| 515 | 513 | $atts[ $attachment_id ]['title'] = get_the_title( $attachment_id ); |
| 516 | 514 | ISC_Log::log( sprintf( 'image %d: getting title "%s"', $attachment_id, $atts[ $attachment_id ]['title'] ) ); |
| 517 | 515 | $atts[ $attachment_id ]['source'] = ISC\Image_Sources\Renderer\Image_Source_String::get( $attachment_id ); |
| 518 | 516 | if ( ! $atts[ $attachment_id ]['source'] ) { |
| 519 | - ISC_Log::log( sprintf( 'image %d: skipped because of empty source', $attachment_id ) ); | |
| 517 | + ISC_Log::log( sprintf( 'image %d: skipped because of empty standard source', $attachment_id ) ); | |
| 520 | 518 | unset( $atts[ $attachment_id ] ); |
| 521 | 519 | } |
| 522 | 520 | } |
| 523 | 521 | } |