yamahapower
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Ok, i am a newbie, Thanks for inform.
Thank you so much again.
Yes it’s done! Thank you very much. ??
I added the line. Could you check the site for new errors, please?
Warning: implode(): Invalid arguments passed in /home/cemsahin.net/httpdocs/wp-content/themes/themify-music/themify/customizer/class-themify-customizer.php on line 649
string(64) “latin,cyrillic-ext,latin-ext,greek-ext,greek,vietnamese,cyrillic”What can i do now?
So, is this right? If yes, i’m going to edit. Thanks.
// Font Rule $font = json_decode( $mod ); if ( isset( $font->family->name ) && '' != $font->family->name ) { if ( isset( $font->family->fonttype ) && 'google' == $font->family->fonttype ) { $user_subsets = themify_check( 'setting-webfonts_subsets' ) ? themify_get( 'setting-webfonts_subsets' ) : array('latin'); var_dump($user_subsets); $font_hash = $font->family->name . $font->family->variant . implode(',', $user_subsets); /*This line is 647*/ wp_enqueue_style( 'custom-google-fonts-' . md5($font_hash), themify_https_esc( 'https://fonts.googleapis.com/css' ) . '?family=' . str_replace( ' ', '+', $font->family->name ) . ':' . $font->family->variant . '&subset=' . implode(',', $user_subsets) ); /*This line is 648*/ } $out .= sprintf("\n\tfont-family:%s;", $prefix . $font->family->name . $suffix ); }
https://www.cemsahin.net my friend’s web site. Why do you need the url? Thanks.
Viewing 5 replies - 1 through 5 (of 5 total)