Both the AUTHOR PLAYLIST function and PAGE EDITING is broken. AUTHOR just spins and spins and when I go to edit my home page (and change the featured music player selection), I get nothing, just a blank white page.
Oh, and now the media page looks completely different. I go to insert featured image and it's a long list of the artwork and no way to navigate back to the post.
Also, deactivated caching, minify and browser leverage plugins - no effect.
Both the AUTHOR PLAYLIST function and PAGE EDITING is broken. AUTHOR just spins and spins and when I go to edit my home page (and change the featured music player selection), I get nothing, just a blank white page.
Oh, and now the media page looks completely different. I go to insert featured image and it's a long list of the artwork and no way to navigate back to the post.
Also, deactivated caching, minify and browser leverage plugins - no effect.
Can you help?
Hi
Could you please provide me access to your wp-admin and I will gladly check the issue you have.
Thanks,
Max from the Sonaar.io Crew
Fixed. you had a JS error..there was a weird code in the theme function.php of your child theme:
function defer_parsing_of_js ( $url ) {
if ( FALSE === strpos( $url, '.js' ) ) return $url;
if ( strpos( $url, 'jquery.js' ) ) return $url;
return "$url' defer ";
}
add_filter( 'clean_url', 'defer_parsing_of_js', 11, 1 );
I removed this code and now it works.
Thanks,
Max from the Sonaar.io Crew
You... are awesome. Thank you Maxime. Appreciate you doing that so quickly!
Really enjoying your theme!
Thank you very much kevin,
Thanks,
Max from the Sonaar.io Crew
Of course - thanks for making it!
you are welcome
Thanks,
Max from the Sonaar.io Crew