How to Disable or Hide WordPress.com Automattic Stats Plugin Smiley Icon Wie zu deaktivieren oder zu verbergen WordPress.com Automattic Stats-Plugin Smiley-Symbol

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 Stats-Plugin für selbst gehostete WordPress Blog (alias Automattic Stats-Plugin) ist eine gute und kostenlose Web-Besucher Statistiken Tracker für WordPress Blogging-Plattform. 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. Die WordPress.com Status Plugin bietet die beliebtesten Kennzahlen, Statistiken und Informationen, dass ein Blogger will, um in einer klaren und kurzen Schnittstelle.

However, after activating and implementing WordPress Stats plugin, a small smiley face icon will be displayed at the bottom of the page. Allerdings, nach der Aktivierung und Umsetzung von WordPress Stats-Plugin, eine kleine Smiley-Symbol wird angezeigt, am unteren Rand der Seite. 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. Die Smiley-Gesicht, obwohl in winzigen Größe, kann sich diese auf die allgemeine "Look and Feel" des Blogs, oder verursachen Verwirrung bei den Besuchern über das Bild erscheint seltsam, dass auf der Unterseite des Geräts.

Luckily, it’s possible to hide the smiley face added by the WordPress.com Automattic Stats plugin, by using the following CSS hack. Zum Glück ist es möglich, um sich zu verstecken das Emoticon-Symbol ergänzt durch die WordPress.com Automattic Stats-Plugin, indem Sie die folgenden CSS-Hack.

To hide the smiley face of WordPress.com Stats plugin, add the following CSS code to the WordPress blog’s stylesheet (style.css): Um den Smiley-Gesicht von WordPress.com Stats-Plugin, fügen Sie die folgenden CSS-Code an die WordPress Blog-Stylesheet (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: Alternativ, fügen Sie die folgenden JavaScript-Code in das WordPress footer.php nach wp_footer () Erklärung:

<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 = "hidden";
</script> </ script>

Note that the image is required for proper stats gathering and traffic tracking. Beachten Sie, dass das Bild ist für eine ordnungsgemäße Erfassung und Statistik Verkehr 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. Alles, was wie die Anwendung "display: none", um das Bild wird dazu führen, dass das Bild nicht geladen werden durch den Browser und brechen wird die Statistik.

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. Eine Zustimmung der Verwendung der CSS oder JavaScript oben ist die Verwendung von versteckten Überlauf Stil, die behandelt werden können als verborgener Text oder versteckten Link von Suchmaschinen vor allem, dass Google Mai gibt Strafe für diese Umsetzung, die möglicherweise als nicht vertrauenswürdig, da sie Informationen zu Suchmaschinen anders als die Besucher.

IMPORTANT : This is a machine translated page which is provided "as is" without warranty. WICHTIG: Dies ist eine Maschine übersetzt, die Seite wird "as is" ohne Garantie. Machine translation may be difficult to understand. Maschinelle Übersetzung Mai nur schwer zu verstehen. Please refer to Bitte wenden Sie sich an original English article Original Englisch Artikel whenever possible. wann immer dies möglich ist.

Share and contribute or get technical support and help at Aktie und einen Beitrag oder erhalten technische Unterstützung und Hilfe bei My Digital Life Forums My Digital Life Foren .



Leave a Reply Lassen Sie eine Antwort

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> Sie können diese Tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime = ""> <em> <i> <q Cite=""> <strike> <strong>

Subscribe without commenting Abonnieren ohne zu kommentieren


Custom Search

New Articles Neue Artikel

Incoming Search Terms for the Article Eingehende Suche Nutzungsbedingungen für die Artikel