How to Disable or Hide WordPress.com Automattic Stats Plugin Smiley Icon Как отключить или спрятать WordPress.com Automattic статистика плагин Smiley значок

WordPress.com Stats plugin for self-hosted WordPress blog (aka Automattic Stats plugin) is a good and free web visitors statistics tracker for WordPress blogging platform. WordPress.com Статистика плагин для самостоятельной принимала WordPress блога (ака Automattic Статистика плагин) представляет собой хороший и бесплатный веб-статистики посетителей Tracker для блогов WordPress платформе. The WordPress.com Status plugin provides the most popular metrics, stats and information that a blogger wants to track in a clear and concise interface. WordPress.com Статус плагин обеспечивает наиболее популярных метрик, статистика и информация о том, что блоггер хочет отслеживать в четкий и лаконичный интерфейс.

However, after activating and implementing WordPress Stats plugin, a small smiley face icon will be displayed at the bottom of the page. Однако, после активации и реализации Статистика WordPress плагин, небольшой смайлик лице значок будет отображаться в нижней части страницы. The smiley face, although tiny in size, may affect the overall look and feel of the blog, or causing confusion among visitors about the image that appears oddly at the bottom. Смайлик лицом, хотя и крошечные по размерам, могут влиять на общий внешний вид блога, или причинение путаницу среди посетителей по поводу изображения, которое появляется странно внизу.

Luckily, it’s possible to hide the smiley face added by the WordPress.com Automattic Stats plugin, by using the following CSS hack. К счастью, это возможно, чтобы скрыть лицо улыбочку, добавленных WordPress.com Automattic Статистика плагина, используя следующий CSS взломать.

To hide the smiley face of WordPress.com Stats plugin, add the following CSS code to the WordPress blog’s stylesheet (style.css): Чтобы скрыть смайлик лицом WordPress.com Статистика плагин, добавить следующий код CSS для WordPress блога стилей (style.css):

img#wpstats{width:0px;height:0px;overflow:hidden}

Alternatively, add the following JavaScript code into the WordPress footer.php after wp_footer() declaration: С другой стороны, добавить следующий код JavaScript в WordPress footer.php после wp_footer () заявление:

<script type=”text/javascript”> <script type="text/javascript">
var e = document.getElementById(”wpstats”); VAR E = document.getElementById ( "wpstats");
e.style.width = “0px”; e.style.width = "0px";
e.style.height= “0px”; e.style.height = "0px";
e.style.overflow = “hidden”; e.style.overflow = "скрытые";
</script> </ скрипт>

Note that the image is required for proper stats gathering and traffic tracking. Заметим, что изображение является необходимой для правильного сбора статистики и отслеживание движения. Anything such as applying “display:none” to the image will cause the image not to be loaded by the browser and will break the stats. Все, например, применяющие "Дисплей: нет", чтобы изображение вызовет изображение не будет загружено в браузер и будет разорвать статистика.

One consent of using the CSS or JavaScript above is the usage of hidden overflow style, which may be treated as a hidden text or hidden link by search engines especially Google that may gives penalty to such implementation that may be perceived as untrustworthy since it presents information to search engines differently than to visitors. Один из согласия с использованием CSS или JavaScript выше, является использование скрытых переполнения стиль, который может рассматриваться как скрытый текст и скрытые ссылки на поисковые системы Google в особенности, которые могут дает казнь для такого осуществления, которые могут восприниматься как ненадежный, поскольку она представляет информацию для поисковых систем иначе, чем для посетителей.

IMPORTANT : This is a machine translated page which is provided "as is" without warranty. ВАЖНО: Это машина переведена страницу, которая предоставляется "как есть" без гарантии. Machine translation may be difficult to understand. Машинный перевод может быть трудным для понимания. Please refer to Пожалуйста, обратитесь к original English article Английский оригинальные статьи whenever possible. когда это возможно.

Share and contribute or get technical support and help at Делите и вклад или получить техническую поддержку и помощь в My Digital Life Forums Моя Цифровая жизнь Форумы .



Leave a Reply Оставить Ответить

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> Вы можете использовать эти теги: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <дель DATETIME = ""> <em> <i> <q Cite=""> <strike> <strong>

Subscribe without commenting Подписка без комментариев


Custom Search

New Articles Новые статьи

Incoming Search Terms for the Article Входящий Поиск Условия для статьи