• پایان فعالیت بخشهای انجمن: امکان ایجاد موضوع یا نوشته جدید برای عموم کاربران غیرفعال شده است

آموزش بهینه کردن قالب [رفع ارورهای قالب]

MihanV

مدیر بازنشسته
تاریخ عضویت
29 جولای 2010
نوشته‌ها
11,979
لایک‌ها
30,426
محل سکونت
کرج
5 دقیقه اس دارم به فارسی سازی این وردپرس میخندم : )))

این افزونه غیرفعال شد. تغییرات شما یک مشکل ناجور


PHP:
  "<div id='action_like' >".
                              "<span class='like-".$post_id." like'><img id="like-".$post_id."" rel="like" alt="Like" class="lbg-$style jlk" src='".WP_PLUGIN_URL."/wti-like-post/images/pixel.gif'></span>".
                              "<span id='lc-".$post_id."' class='lc'>".$like_count."</span>".
                         "</div>".
                         "<div id='action_unlike' >".
                              "<span class='unlike-".$post_id." unlike'><img id="unlike-".$post_id."" rel="unlike" alt="unlike "class="unlbg-$style jlk" src='".WP_PLUGIN_URL."/wti-like-post/images/pixel.gif'></span>".

کد اینه من درست کردمش،ولی نمیدونم چرا ارور میده؟!

تو این کدی که دادی همه ' ' را به " " تبدیل کن
مثال :
HTML:
class='lc'
بشه :
HTML:
class="lc"
 

GraphX

Registered User
تاریخ عضویت
20 می 2009
نوشته‌ها
8,066
لایک‌ها
7,756
محل سکونت
دنيای مجازی
من برای گذاشتن پست ثابت به عنوان تبلیغات در class پست با عنوان Content استفاده میکنم،ولی نمیدونم تو css کدوم رو باید # بذارم،کدوم رو . ،چون دوبار دارم استفاده میکنم،این ارور بیشتر ارور های قالبم رو تشکیل میده!

کلاس با نقطه تعریف میشه و آی دی با #
 

Javacl

Registered User
تاریخ عضویت
28 سپتامبر 2008
نوشته‌ها
2,659
لایک‌ها
1,026
محل سکونت
شادشهر قدیم
تو این کدی که دادی همه ' ' را به " " تبدیل کن
مثال :
HTML:
class='lc'
بشه :
HTML:
class="lc"

درست نشد :(

بیخیال اینو لایک رو کلا Disable کردم،بقیه ارورها 37 تاست که یه تعداد زیادیش این پایینیه که نمیفهمم باسه چیه!

  1. warning.png
    unclosed start-tag requires SHORTTAG YES
    The construct <foo<bar> is valid in HTML (it is an example of the rather obscure “Shorttags” feature) but its use is not recommended. In most cases, this is a typo that you will want to fix. If you really want to use shorttags, be aware that they are not well implemented by browsers.

    • Line 980, column 70: unclosed start-tag requires SHORTTAG YES
      … | دسته: <a rel="category tag" دسته : <a href="http://www.zibapix.com/category…
    • Line 1014, column 70: unclosed start-tag requires SHORTTAG YES
      … | دسته: <a rel="category tag" دسته : <a href="http://www.zibapix.com/category…
    • Line 1048, column 70: unclosed start-tag requires SHORTTAG YES
      … | دسته: <a rel="category tag" دسته : <a href="http://www.zibapix.com/category…
    • Line 1109, column 70: unclosed start-tag requires SHORTTAG YES
      … | دسته: <a rel="category tag" دسته : <a href="http://www.zibapix.com/category…
    • Line 1143, column 70: unclosed start-tag requires SHORTTAG YES
      … | دسته: <a rel="category tag" دسته : <a href="http://www.zibapix.com/category…
    • Line 1177, column 70: unclosed start-tag requires SHORTTAG YES
      … | دسته: <a rel="category tag" دسته : <a href="http://www.zibapix.com/category…

به قسم دسته ها پایین پست گیر داده که اینطوری بوده :

دسته: <a rel="category tag" <?php _e('Posted in','dnld'); ?> <?php the_category(__(', ','dnld')); ?>

من یه <a/> تهش گذاشتم،یعنی :

دسته: <a rel="category tag" <?php _e('Posted in','dnld'); ?> <?php the_category(__(', ','dnld')); ?></a>

ولی اوکی نشد و این ارورها میاد باز.
 

MihanV

مدیر بازنشسته
تاریخ عضویت
29 جولای 2010
نوشته‌ها
11,979
لایک‌ها
30,426
محل سکونت
کرج
درست نشد :(

بیخیال اینو لایک رو کلا Disable کردم،بقیه ارورها 37 تاست که یه تعداد زیادیش این پایینیه که نمیفهمم باسه چیه!



به قسم دسته ها پایین پست گیر داده که اینطوری بوده :



من یه <a/> تهش گذاشتم،یعنی :





ولی اوکی نشد و این ارورها میاد باز.


بیا جاش اینو بزار تو پست ها :

دسته : <?php the_category(__(', ','dnld')); ?>
 

Javacl

Registered User
تاریخ عضویت
28 سپتامبر 2008
نوشته‌ها
2,659
لایک‌ها
1,026
محل سکونت
شادشهر قدیم
بیا جاش اینو بزار تو پست ها :

دسته : <?php the_category(__(', ','dnld')); ?>

مرسی ،یه سری هاش برطرف شد! ولی بازم ارورهای مربوط به دسته هست.

  1. warning.png
    unclosed start-tag requires SHORTTAG YES
    The construct <foo<bar> is valid in HTML (it is an example of the rather obscure “Shorttags” feature) but its use is not recommended. In most cases, this is a typo that you will want to fix. If you really want to use shorttags, be aware that they are not well implemented by browsers.

    • Line 979, column 70: unclosed start-tag requires SHORTTAG YES
      … | دسته: <a rel="category tag" دسته : <a href="http://www.zibapix.com/category…
    • Line 1012, column 70: unclosed start-tag requires SHORTTAG YES
      … | دسته: <a rel="category tag" دسته : <a href="http://www.zibapix.com/category…
    • Line 1045, column 70: unclosed start-tag requires SHORTTAG YES
      … | دسته: <a rel="category tag" دسته : <a href="http://www.zibapix.com/category…
    • Line 1105, column 70: unclosed start-tag requires SHORTTAG YES
      … | دسته: <a rel="category tag" دسته : <a href="http://www.zibapix.com/category…
    • Line 1138, column 70: unclosed start-tag requires SHORTTAG YES
      … | دسته: <a rel="category tag" دسته : <a href="http://www.zibapix.com/category…
    • Line 1171, column 70: unclosed start-tag requires SHORTTAG YES
      … | دسته: <a rel="category tag" دسته : <a href="http://www.zibapix.com/category…
 

Javacl

Registered User
تاریخ عضویت
28 سپتامبر 2008
نوشته‌ها
2,659
لایک‌ها
1,026
محل سکونت
شادشهر قدیم

MihanV

مدیر بازنشسته
تاریخ عضویت
29 جولای 2010
نوشته‌ها
11,979
لایک‌ها
30,426
محل سکونت
کرج
این خط رو کلا از پایین کد امارگیر بردار :D:

HTML:
<noscript><a href="http://www.histats.com" target="_blank"><img  src="http://sstatic1.histats.com/0.gif?1628374&101" alt="free hit counter script" border="0"></a></noscript>
 

Javacl

Registered User
تاریخ عضویت
28 سپتامبر 2008
نوشته‌ها
2,659
لایک‌ها
1,026
محل سکونت
شادشهر قدیم
?1628374&101

اینو از ته اون عکس امارگیر بردار

این خط رو کلا از پایین کد امارگیر بردار :D:

HTML:
<noscript><a href="http://www.histats.com" target="_blank"><img  src="http://sstatic1.histats.com/0.gif?1628374&101" alt="free hit counter script" border="0"></a></noscript>

w3.jpg

Ladies n Gentelman
We Have A winner,Sir Farjad Masoumi :D

مرسی فرجاد،بالاخره تونستم،میگم من از فردا میرم قالب این و اون رو پول میگیرم Valid میکنم،گیر کردم میام اینجا میپرسم : ))))))))
 

MihanV

مدیر بازنشسته
تاریخ عضویت
29 جولای 2010
نوشته‌ها
11,979
لایک‌ها
30,426
محل سکونت
کرج
مشاهده پیوست 109549

Ladies n Gentelman
We Have A winner,Sir Farjad Masoumi :D

مرسی فرجاد،بالاخره تونستم،میگم من از فردا میرم قالب این و اون رو پول میگیرم Valid میکنم،گیر کردم میام اینجا میپرسم : ))))))))

:D
تبریک میگم حاجی
اکثر ارور ها همین هایی بود که دیدی , ارور عجیب و غریب کم پیدا میشه
پ ن : فامیلی من محمودی هست l
vahidrk.gif
 

Javacl

Registered User
تاریخ عضویت
28 سپتامبر 2008
نوشته‌ها
2,659
لایک‌ها
1,026
محل سکونت
شادشهر قدیم
:D
تبریک میگم حاجی
اکثر ارور ها همین هایی بود که دیدی , ارور عجیب و غریب کم پیدا میشه
پ ن : فامیلی من محمودی هست l
vahidrk.gif

دستت درد نکنه کمک کردی :)

از قصد گفتم معصومی که تو موتورهای جستجو ثبت نشه :lol:
 

omidxzzz

Registered User
تاریخ عضویت
13 فوریه 2012
نوشته‌ها
16
لایک‌ها
1
با سلا به استادان محترم من این چهارتا خطا رو نتونستم رفع کنم اگه میشه راهنمایی دقیقی کنید...
با تشکر


  1. [*=left]
    error.png
    Line 240, Column 53: element "H3" undefined
    … <div class="sidebar-box-right"><H3><div class="title">برگه‌ها </div></H3>
    You have used the element named above in your document, but the document type you are using does not define an element of that name. This error is often caused by:

    • [*=left]incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Frameset" document type to get the "<frameset>" element),
      [*=left]by using vendor proprietary extensions such as "<spacer>" or "<marquee>" (this is usually fixed by using CSS to achieve the desired effect instead).
      [*=left]by using upper-case tags in XHTML (in XHTML attributes and elements must be all lower-case).

    [*=left]
    error.png
    Line 280, Column 16: end tag for "div" omitted, but OMITTAG NO was specified
    <!--scounter-->
    You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".

    [*=left]
    info.png
    Line 102, Column 5: start tag was here
    <div id="warpper">
    [*=left]
    error.png
    Line 280, Column 16: end tag for "body" omitted, but OMITTAG NO was specified
    <!--scounter-->
    You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".

    [*=left]
    info.png
    Line 101, Column 12: start tag was here
    </head> <body>
    [*=left]
    error.png
    Line 280, Column 16: end tag for "html" omitted, but OMITTAG NO was specified
    <!--scounter-->
    You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".

    [*=left]
    info.png
    Line 2, Column 1: start tag was here
    <html xmlns="http://www.w3.org/1999/xhtml" dir="rtl" lang="fa-IR">
 

MihanV

مدیر بازنشسته
تاریخ عضویت
29 جولای 2010
نوشته‌ها
11,979
لایک‌ها
30,426
محل سکونت
کرج
با سلا به استادان محترم من این چهارتا خطا رو نتونستم رفع کنم اگه میشه راهنمایی دقیقی کنید...
با تشکر


  1. [*=left]
    error.png
    Line 240, Column 53: element "H3" undefined
    … <div class="sidebar-box-right"><H3><div class="title">برگه‌ها </div></H3>
    You have used the element named above in your document, but the document type you are using does not define an element of that name. This error is often caused by:

    • [*=left]incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Frameset" document type to get the "<frameset>" element),
      [*=left]by using vendor proprietary extensions such as "<spacer>" or "<marquee>" (this is usually fixed by using CSS to achieve the desired effect instead).
      [*=left]by using upper-case tags in XHTML (in XHTML attributes and elements must be all lower-case).

    [*=left]
    error.png
    Line 280, Column 16: end tag for "div" omitted, but OMITTAG NO was specified
    <!--scounter-->
    You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".

    [*=left]
    info.png
    Line 102, Column 5: start tag was here
    <div id="warpper">
    [*=left]
    error.png
    Line 280, Column 16: end tag for "body" omitted, but OMITTAG NO was specified
    <!--scounter-->
    You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".

    [*=left]
    info.png
    Line 101, Column 12: start tag was here
    </head> <body>
    [*=left]
    error.png
    Line 280, Column 16: end tag for "html" omitted, but OMITTAG NO was specified
    <!--scounter-->
    You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".

    [*=left]
    info.png
    Line 2, Column 1: start tag was here
    <html xmlns="http://www.w3.org/1999/xhtml" dir="rtl" lang="fa-IR">


برای اولی شما کل <div> رو بردی تو <h3> فقط اون " برگه ها " باید تو h3 باشه

سومی هم <div> باز شده ولی بسته نشده

سایر ارور ها هم تو توضیحات زده که یه عنصری باز شده ولی بسته نشده یا اشتباه بسته شده
اون خطی که بهش اشاره شده رو تو کد هاتون ببینید
 

omidxzzz

Registered User
تاریخ عضویت
13 فوریه 2012
نوشته‌ها
16
لایک‌ها
1
مرسی فقط یکیش موند که وقتی ابزارکی اضافه میکنم برای هر کدوم می یاره مثلا خطای زیر که جای فایل رو نمی دونم
Line 238, Column 53
: element "H3" undefined
… <div class="sidebar-box-right"><H3><div class="title">برچسب‌ها</div></H3>
You have used the element named above in your document, but the document type you are using does not define an element of that name. This error is often caused by:

  • [*=left]incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Frameset" document type to get the "<frameset>" element),
    [*=left]by using vendor proprietary extensions such as "<spacer>" or "<marquee>" (this is usually fixed by using CSS to achieve the desired effect instead).
    [*=left]by using upper-case tags in XHTML (in XHTML attributes and elements must be all lower-case).
 

MihanV

مدیر بازنشسته
تاریخ عضویت
29 جولای 2010
نوشته‌ها
11,979
لایک‌ها
30,426
محل سکونت
کرج
مرسی فقط یکیش موند که وقتی ابزارکی اضافه میکنم برای هر کدوم می یاره مثلا خطای زیر که جای فایل رو نمی دونم
Line 238, Column 53
: element "H3" undefined
… <div class="sidebar-box-right"><H3><div class="title">برچسب‌ها</div></H3>
You have used the element named above in your document, but the document type you are using does not define an element of that name. This error is often caused by:

  • [*=left]incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Frameset" document type to get the "<frameset>" element),
    [*=left]by using vendor proprietary extensions such as "<spacer>" or "<marquee>" (this is usually fixed by using CSS to achieve the desired effect instead).
    [*=left]by using upper-case tags in XHTML (in XHTML attributes and elements must be all lower-case).

احتمالا تو sidebar.php هست
دلیل خطا رو هم که گفتم :
برای اولی شما کل <div> رو بردی تو <h3> فقط اون " برگه ها " باید تو h3 باشه
 

omidxzzz

Registered User
تاریخ عضویت
13 فوریه 2012
نوشته‌ها
16
لایک‌ها
1
احتمالا تو sidebar.php هست
دلیل خطا رو هم که گفتم :
برای اولی شما کل <div> رو بردی تو <h3> فقط اون " برگه ها " باید تو h3 باشه

عزیز فهمیدم باید چیکار کنم اما کدهاش تو قالبم نیست باید برای خود وردپرس باشه که sidebar.php هم نبود
 

omidxzzz

Registered User
تاریخ عضویت
13 فوریه 2012
نوشته‌ها
16
لایک‌ها
1
این کد اون قسمته میشه کسی درست کنه برام بازم از Mihanv تشکر میکنم


<?php
if ( function_exists('register_sidebar') )
register_sidebar(array('name'=>'right',
'before_widget' => '<div class="sidebar-box-right">',
'after_widget' => '</div>
<div class="sidebar-box-footer-right"></div>
</div>
',
'before_title' => '<H3><div class="title">',
'after_title' => '</div></H3>
<div class="sidebar-box-content-right">',
));
?>
<?php
if ( function_exists('register_sidebar') )
register_sidebar(array('name'=>'left',
'before_widget' => '<div class="sidebar-box-left">',
'after_widget' => '</div>
<div class="sidebar-box-footer-left"></div>
</div>
',
'before_title' => '<H3><div class="title">',
'after_title' => '</H3></div>
<div class="sidebar-box-content-left">',
));
?>
 
بالا