How to Disable or Hide WordPress.com Automattic Stats Plugin Smiley Icon Comment faire pour désactiver ou masquer WordPress.com Automattic Stats plugin Smiley icône
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 pour l'auto-organisée blog WordPress (alias Automattic Stats plugin) est un bon libre et les visiteurs web tracker statistiques de la plate-forme de blogs 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. L'Etat WordPress.com plugin fournit les paramètres les plus populaires, les statistiques et les informations selon lesquelles un blogueur veut suivre d'une manière claire et concise interface.
However, after activating and implementing WordPress Stats plugin, a small smiley face icon will be displayed at the bottom of the page. Toutefois, après l'activation et la mise en œuvre Stats plugin WordPress, un petit smiley face icône sera affiché au bas de la page. 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. Le smiley face, bien que petit en taille, de mai sur l'ensemble du regard et la sensation du blog, ou de causer la confusion parmi les visiteurs au sujet de l'image qui apparaît curieusement à la base.
Luckily, it’s possible to hide the smiley face added by the WordPress.com Automattic Stats plugin, by using the following CSS hack. Heureusement, il est possible de cacher le smiley face ajouté par le WordPress.com Stats plugin Automattic, en utilisant le CSS suivantes hack.
To hide the smiley face of WordPress.com Stats plugin, add the following CSS code to the WordPress blog’s stylesheet (style.css): Pour masquer le visage de smiley WordPress.com Stats plugin, ajoutez le code CSS suivant à la WordPress blog de la feuille de style (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: Sinon, ajouter le code JavaScript suivant dans le footer.php WordPress wp_footer après () déclaration:
<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. Notez que l'image est nécessaire pour une bonne collecte de statistiques et de suivi du trafic. 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. Tout ce qui, tels que l'application "display: none" à l'image cause l'image de ne pas être chargé par le navigateur et briser les statistiques.
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. Un consentement d'utiliser les CSS ou JavaScript est au-dessus de l'usage de débordement caché style, qui mai être traitée comme un texte caché ou lien caché par les moteurs de recherche Google en particulier mai que donne à peine que cette mise en œuvre mai être perçu comme indigne de confiance car elle présente de l'information aux moteurs de recherche différemment que pour les visiteurs.
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. IMPORTANT: Il s'agit d'une machine qui traduit la page est fourni "tel quel" sans garantie. Machine translation may be difficult to understand. La traduction automatique mai être difficile à comprendre. Please refer to S'il vous plaît se référer à original English article article original en anglais whenever possible. chaque fois que possible.
Share and contribute or get technical support and help at Partager et de contribuer ou obtenir un appui technique et aider à My Digital Life Forums Ma vie numérique forums .
Related Articles Related Articles
- Permanently Disable AdSense-Deluxe WordPress Plugin Reward Plugin Author Option Désactiver en permanence AdSense-Deluxe récompense plugin WordPress plugin Auteur option
- Using Invisible Counter with Official StatCounter Plugin for WordPress Utiliser invisible contre officiel avec Podcast Planet plugin pour WordPress
- Caption Disabler WordPress Plugin to Disable and Remove Captions Functionality Légende disabler WordPress plugin pour désactiver et supprimer la fonctionnalité légendes
- StatTraq - Wordpress Plugin for Site Statistic and Traffic Counter StatTraq - Plugin Wordpress pour le site statistique et contre le trafic
- Technorati Incoming Links Plugin for WordPress Les liens Technorati plugin pour WordPress
- 3 Column Relaxation WordPress Theme comments-paged.php for Paged-Comments WordPress Plugin 3 colonnes Détente commentaires Thème WordPress-paged.php-paginés pour WordPress Plugin Commentaires
- Free Download: Akismet for WordPress Plugin 2.0 to Stop Comment, Trackback and Pingback Spam Téléchargement gratuit: Akismet pour WordPress Plugin 2,0 à Stop Comment, Trackback et Pingback Spam
- WordPress Plugin: Display Google Analytics and FeedBurner Reports Statistics from Site Admin WordPress Plugin: affichage Google Analytics et FeedBurner rapports statistiques du site Admin
- WLWManifest Disabler Plugin to Remove XLM Link in WordPress Blog Header WLWManifest disabler plugin pour enlever XLM lien en tête de blog WordPress
- Automatically Update WordPress to Latest Version with Automatic Upgrade Plugin (WPAU) Mise à jour WordPress automatiquement à la dernière version de mise à jour automatique Plugin (WPAU)