|
|
|
ถามคนใช้ firebug เก่งๆ หน่อยค่ะ วิธีดูพาธไฟล์ html มันสามารถดูได้ยังไง |
|
|
|
|
|
|
|
path html เริ่มต้น ดูจาก url address ครับ เป็นไฟลอะไร
ส่วนจะไป include จากไหนต่อก็ดูในไฟล์ นั้นต่ออีกทีครับ
|
|
|
|
|
Date :
2015-05-28 16:07:21 |
By :
Chaidhanan |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ดูยากค่ะ เป็น Rewite Rule แล้ว include ต่อกันมาหลายที่
และที่สำคัญเป็น ทั้งหมด
|
|
|
|
|
Date :
2015-05-28 16:38:48 |
By :
nottpoo |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ก็ต้อง .htaccess (linux) หรือ web.config(window) มาดูครับ ว่าเขียนไว้อย่างไร
จะได้อ้่างอิงถูก
|
|
|
|
|
Date :
2015-05-28 17:32:30 |
By :
Chaidhanan |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
คือไฟลืที่เรียกมา มีแต่ .js กับ .css งงจริงๆ ว่าทำไมไม่มี html เลย
เห็นมั้ย ต้องการเพิ่มบรรทัดนี้เข้าไป
<span class="theme-color lifeford" title="lifeford">lifeford</span>
ลองเทสใน firebugs มันโอเคใช้ได้ แต่หา html ไม่เจอ
|
ประวัติการแก้ไข 2015-05-29 10:28:53
|
|
|
|
Date :
2015-05-29 10:23:38 |
By :
nottpoo |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
น่าจะใช้ javascript สร้าง document เพียวๆ
ก็ต้อง ไล๋ javascript ล่ะครับ ว่าสร้างอะไรตอนไหน หรือ ส่ง ajax ไปดึงข้อมูลตอนไหน
ช่วยเอา วิวซอร์ส มาดูได้ไหมครับ
|
|
|
|
|
Date :
2015-05-29 12:08:03 |
By :
Chaidhanan |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ถ้าตามรูปที่ให้มา ตรงสีน้ำเงินทึบ ๆ span ใช้งาน class theme-colco , red, active
เมื่อเปิดด้วย firebug มันก็จะแสดงให้เห็นด้านขวา ว่าคลาสเหล่านั้นจะอยู่ที่ไฟล์ new_cpanel.css บรรทัด 226, 180, 184
ไฟล์ new_cpanel.css ก็วิวซอร์สดูล่ะครับ ว่าเขาเขาแอดไว้ตั้งแต่ header หรือเปล่า
|
|
|
|
|
Date :
2015-05-29 12:19:00 |
By :
WiTT |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
new_cpanel.css เพิ่มโค้ดไปแล้วค่ะ เพิ่มสีเรียบร้อย ติดตรง html ค่ะ
เพราะไฟล์มาแก้ไม่เจอ
|
ประวัติการแก้ไข 2015-05-29 13:22:52 2015-05-29 13:24:04
|
|
|
|
Date :
2015-05-29 13:22:27 |
By :
nottpoo |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
<div id="cpanel_wrapper" style="direction: ltr">
<div class="cpanel-head">
<span>Template Settings</span>
<div class="action cpanel-reset">
<!--<input id="yt_button_cpanel" class="btn btn-info" type="button" onclick="javascript: onCPApply();" value="Apply" class="button" />-->
<a class="btn btn-info reset" href="#" onclick="javascript: onCPResetDefault(TMPL_COOKIE);">Reset</a>
</div>
</div>
<!--div class="cpanel-theme-color">
<span class="theme-color-heading">Select sample color for all params</span>
<div class="inner clearfix">
<span title="Red" class="theme-color red active">Red</span>
<span title="Cyan" class="theme-color cyan">Cyan</span>
<span title="Green" class="theme-color green">Green</span>
<span title="Blue" class="theme-color blue">Blue</span>
<span title="Orange" class="theme-color orange">Orange</span>
<span title="Yellow" class="theme-color yellow">Yellow</span>
</div>
</div-->
<div class="accordion" id="ytcpanel_accordion">
<!--Theme-->
<div class="accordion-group cpanel-theme cpanel-theme-color">
<div class="accordion-heading">
<a class="accordion-toggle" data-parent="#ytcpanel_accordion" href="#ytitem_1">
<i class="icon-expand-alt"></i>
Theme Color
</a>
</div>
<div id="ytitem_1" class="accordion-theme collapse">
<div class="accordion-inner clearfix">
<div class="color-theme">
<span title="Red" class="theme-color red active">Red</span>
<span title="Cyan" class="theme-color cyan">Cyan</span>
<span title="Green" class="theme-color green">Green</span>
<span title="Blue" class="theme-color blue">Blue</span>
<!--<span title="Orange" class="theme-color orange">Orange</span>-->
<span title="Yellow" class="theme-color yellow">Yellow</span>
</div>
</div>
</div>
</div>
|
ประวัติการแก้ไข 2015-05-29 13:25:03 2015-05-29 13:26:59 2015-05-29 13:31:51
|
|
|
|
Date :
2015-05-29 13:24:32 |
By :
nottpoo |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|