อ่ะ ทีแรก กะจะรอดูเว็บ แล้วจะบอกให้ว่าแก้ตรงไหน แต่ๆ คิดไปคิดมา ตรงนั้นไม่มี class หรืออะไรมากำหนดเป็น selector ของ CSS ได้เลยนิฝ่า
วิธีแก้เท่าที่ผมรู้ คนเก่งเค้าอาจจะไม่ทำให้ยุ่งยากอย่างผม (ก็บอกแล้วว่าไม่เก่ง)
แต่วิธีผมอาจจะอันตรายสักนิดสำหรับคนที่ขี้กลัว เพราะมัน
ต้องเข้าไปแก้ในสคริปท์เลย จัดการที่ admin ไม่ได้ (หรือได้ ผมอาจจะไม่รู้ ขี้เกียจใช้ เยอะโคตรตาลาย บอลงง)
ถ้าไม่ปอดก็มาาา.....
ในที่นี้ผมถือว่า คุณๆ ท่านๆ ใช้ aom ตัวที่ nulled โดนท่านป๋า ไม่ต้องสืบ นะ ตัวอื่นหมดสิทธฺ์ (เข้าใจว่า scipt มันล็อคนะ)เปิดไฟล์ shop.php ขึ้นมาเลย ใช้ text editor ตัวไหนก็ได้ที่เปิดแล้วมันเห็น code เป็นใช้ได้ (ไม่ต้องอุตะริไปเปิดใน WORD นะ เหอะๆ)
เปิดแล้ว กด CTRL+F (ในกรณีที่ text editor ตัวนั้นหนับหนุนการค้นหานะ) ถ้ากดแล้วไม่มีไรขึ้นมาก้ปิดไปเลย ไม่งั้นหาไม่เจอหรอก เหอๆ
ค้นหาคำนี้ "
function displayContent()" ไม่ต้องใส่มี double quote (") นะคับพี่ท่าน หาไม่เจอไม่รู้ด้วย อิอิ
จะเจอโค้ดประมาณนี้ ไม่เจอก็ตัวใครตัวมัน
function displayContent() {
$this->displayContentVertical("PT");
$this->displayContentLogo();
$this->displayContentTop();
echo "<table width=\"100%\" cellpadding=0 cellspacing=0 border=0>";
echo "<tr valign=\"top\">";
echo "<td>";
$this->displayContentSide("L");
echo "</td>";
echo "<td style=\"padding-left:{$this->site['BodySpacingHorizontal']}px; padding-right:{$this->site['BodySpacingHorizontal']}px;\" width=\"100%\">";
$this->displayContentBody();
$this->displayContentVertical("PB");
echo "</td>";
echo "<td>";
$this->displayContentSide("R");
echo "</td>";
echo "</tr></table>";
}
อาจจะเหมือน หรือไม่เหมือนของผม เพราะผมทำอะไรไปบ้างไม่รู้จำไม่ได้
(ถ้าไม่เหมือนบอกหน่อย จะได้แก้ให้ถุก)แต่จะเห็นโค้ดประมาณนี้แหละ(มั้ง)
แล้วใส่ไปอย่างนี้
function displayContent() {
$this->displayContentVertical("PT");
$this->displayContentLogo();
$this->displayContentTop();
echo "<table width=\"100%\" cellpadding=0 cellspacing=0 border=0>";
echo "<tr valign=\"top\">";
echo "<td id=\"sidebar-left\">";
$this->displayContentSide("L");
echo "</td>";
echo "<td style=\"padding-left:{$this->site['BodySpacingHorizontal']}px; padding-right:{$this->site['BodySpacingHorizontal']}px;\" width=\"100%\">";
$this->displayContentBody();
$this->displayContentVertical("PB");
echo "</td>";
echo "<td>";
$this->displayContentSide("R");
echo "</td>";
echo "</tr></table>";
}
แล้วไปเพิ่ม CSS กันเอา จะใส่วิธีไหนแล้วแต่ ท่านๆจะสะดวก ขออย่างเดียวห้ามถามว่าใส่ CSS ยังงัย
แต่ที่สำคัญ CSS ที่เพิ่มเข้าไป ต้องเป้นแบบนี้ (ไอ้สีเขียวๆ ไม่ต้องใส่ไปก้ได้นะ)
#sidebar-left {
background-color: white; /* สีไรก็ใส่ไป จะใส่รหัสสี หรือ rgb หรือ keyword แล้วแต่สะดวกแระกัน */
/* นอกนั้นอยากใส่อะไรเพิ่ม ตามสะดวก ขออย่างเดียว อย่าลืมใช้ เดน-ทิส-เต้ ก่อนนอน*/
}
ผมรับประกันว่าได้แน่นอน ทำไม่ได้
จ่ายตังมาเคลมได้เลย
จบ เลิกได้
หนึ่ง! สอง! สาม! เฮ่!!!!