How to Disable or Hide WordPress.com Automattic Stats Plugin Smiley Icon كيفية تعطيل أو إخفاء WordPress.com Automattic احصائيات أيقونة البرنامج المساعد مبتسم

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 احصائيات البرنامج المساعد لالذاتي استضافت بلوق ووردبرس] (ويعرف أيضا باسم Automattic احصائيات البرنامج المساعد) هي جيدة ومجانية لأصحاب المواقع إحصاءات الزوار لتعقب منصة المدونات ووردبرس]. 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. ولكن بعد تفعيل وتنفيذ ووردبرس] احصائيات البرنامج المساعد ، صغيرة أيقونة وجه مبتسم سوف يتم عرضها في أسفل الصفحة. 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 احصائيات البرنامج المساعد ، وذلك باستخدام التالية المغلق الإختراق.

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 احصائيات البرنامج المساعد ، يضاف ما يلي المغلق إلى مدونة ووردبرس] بلوق 'sstylesheet (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: وكبديل لذلك ، يضاف ما يلي جافا سكريبت في مدونة ووردبرس] footer.php بعد wp_footer () الإعلان :

<script type=”text/javascript”> <scripttype="text/javascript">
var e = document.getElementById(”wpstats”); فار ه = 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. واحد من موافقة باستخدام جافا سكريبت أو المغلق أعلاه هو استخدام الفائض أسلوب الخفية ، التي يمكن أن تعامل على أنها نص خفي أو الخفية وصلة خاصة من قبل محركات البحث 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> يمكنك استخدام هذه العلامات : <ahref="" title=""> <abbrtitle=""> <acronymtitle=""> <b><blockquotecite=""> <cite><code><ديل datetime = ""> <em><i><qcite=""> <strike><strong>

Subscribe without commenting اكتتاب دون التعليق


Custom Search

New Articles المواد الجديدة

Incoming Search Terms for the Article ابحث الواردة للشروط المنصوص عليها في المادة