diff --git a/www/wp-content/themes/enfold-cille/functions.php b/www/wp-content/themes/enfold-cille/functions.php index 2692841..149c8f1 100644 --- a/www/wp-content/themes/enfold-cille/functions.php +++ b/www/wp-content/themes/enfold-cille/functions.php @@ -289,13 +289,13 @@ function social_post_defautl_thumbnail( $html, $post_id, $post_thumbnail_id, $si return $html; } */ -/* - * Remove provider previews. - * +/** + * Remove Reddit as oEmbed provider. + */ add_filter( 'embed_oembed_html', 'wp_remove_oembed_providers', 10, 2 ); function wp_remove_oembed_providers( $html, $url ) { return '' . esc_html( $url ) . ''; -} */ +}; /* * Add a button to display the number of characters in Title and Content editor; diff --git a/www/wp-content/themes/enfold-cille/style.css b/www/wp-content/themes/enfold-cille/style.css index 1fc1549..298506f 100644 --- a/www/wp-content/themes/enfold-cille/style.css +++ b/www/wp-content/themes/enfold-cille/style.css @@ -1215,11 +1215,6 @@ body.home .quote-text p { #scroll-top-link:hover { background-color: #000; } -@media only screen and (max-width: 767px) { - .responsive #scroll-top-link { - display: block; - } -} #top .av_inherit_color a { text-decoration: none;