
Blog Happens 2.0

Theme Options

Change value in Theme Options

Result!
How to install
- Download Blog Happens Theme 2.0.2 by Click Here
- Go to Admin > Appearance > Add New Themes > Upload, and upload zip file to website.
- Activate the theme through the ‘Appearance -> Themes’ menu in WordPress
- Done, enjoy!
Setting Colors and Background
- Go to Admin > Appearance > Theme Options
- Upload avatar photo / background and Change colors
Recommended Setting & Writing
- This theme offers 2 content width options. You should go to Setting -> Media to correct the picture size.
- 490px (Picture 480px and caption text)
- 610px (Picture 600px and caption text)
- This theme will use “small introduction of each post” from Excerpt. Please fill the Except box when you write post.
- This theme offers Page Template that can show posts from category you want.
- Go to Page, in Template choose Show Posts from Category
- Add Custom Field, Name: show-category, Value: (category name)
Terms of Use:
Support at Theme Directory
Changelog
- 2.0.2 – Edit CSS for Text Area to make Thai text easier to read.
- 2.0.1 – Refine some codes and change the license to GPL license.
- 2.0 – Rewrite for Theme Options, Page Template, and Post Thumbnail.
- 0.7 – Correct the Get The Image Plugin display (Post Thumbnail).
- 0.6 – Launch
ตอนจะลองใช้ Theme แล้วมันขั้นแบบนี้อ่ะค่ะ
Fatal error: Call to undefined function add_theme_support() in C:\AppServ\www\wordpress\wp-content\themes\bloghappens\functions.php on line 16
ไม่ทราบว่าเป็นเพราะอะไรคะ
คิดว่าไม่ได้ Update WordPress เป็นเวอร์ชั่นล่าสุดนะครับ ลองใช้ 2.9.2 นะครับ
Hi Chris, I have used the first edition of BlogHappens for about 18 months now, and decided to try out the new version. I only have one question. How can I hide the thumbnails that currently appear with each post? I don’t have any images associated with my posts.
I don’t write css but over the past couple of years I have learned how to edit css and php files and have done a bit of php coding. So, if hiding the thumbnails requires editing a css stylesheet or a php file, no problem.
Many thanks ! God bless you.
Peter
Dear Peter,
You can just delete “.item .info”,
1. Open the style.css
2. Go to line 69 (your css) find
.item .info {width: 395px; float: right;}3. Delete this line, or change it to
.item .info {}Chris, I tried this and it seemed to make no difference. The (empty, blank) thumbnail placeholders are still there. It’s a real pity because apart from this, I love the new version – much cleaner than the original, easier to read – but not being able to remove the thumbnails is a bother. Any other ideas?
Thanks
Peter.
Oh, may be I referred to the live site – but you would like to use the new version instead?
The easiest way to HIDE thumbnail and SHOW FULL excerpt is,
1. Open the style.css
2. Go to line 152 find
.item .pic {width: 95px; height: 100px; float: left;}3. Change it to
.item .pic {display: none;}4. Go to line 154 find
.item .info {width: 510px; float: right;}5. Delete this line, or change it to
.item .info {}Hope it helps
Chris, unfortunately this didn’t help. Can I upload a couple of files to you? I have made a screenshot of the exact problem and embedded it in a Word file (*.doc) and I also have modified my style.css as you suggested. Can I e-mail these to you or upload them to this site? Thanks.
Dear Peter,
Mail me to chris [at] chrishappens.com
Theme สวยดีค่ะ
มีปัญหาเวลาจะใส่กลอนครับ ผมทำเป็นตาราง 2 คอลัมน์แบบไม่มีเส้น แต่พอออกมาหน้าเว็บมันจะมีเส้นล่างครับ
รูปตัวอย่าง http://dl.dropbox.com/u/1833339/Screen%20shot%202010-06-04%20at%2011.30.54%20PM.png
หรือมีวิธีการใส่กลอนที่ดีกว่านี้รึเปล่าครับ
ได้แล้วนะครับ ไม่มีปัญหาแล้ว
Hello Chris! How can I show the five latest posts on the frontpage without having to fixed them?
Go to Admin, Settings -> Reading
and set “Blog pages show at most” to 5 posts
ความกว้างยาวของแตละเนื้อหามีบรรทัดไม่เท่ากัน ไม่ทราบว่าจะต้องแก้ที่ตรงไหนคะ T^T ขอบคุณล่วงหน้าค่ะ
งงครับ แต่คิดว่าหมายถึง ในหน้าแรกที่ควบคุมไม่ได้
เวลาเขียน ให้เขียนบทคัดย่อไว้อีกช่องนึงครับ ชื่อ Excerpt หรือชื่อไทยคือ ตัดทอน
my blolg looks great on Mozilla Firefox, but terrible on Internet explorer. How do I fix this?
I didn’t fix the IE problem but will find some time in the future.
Can you tell me the version of the Internet Explorer?
[...] ธีมที่ใช้อยู่เป็นธีม Blog Happen ของพี่ @imenn ครับ [...]
version 8.
Hi Christine,
Can you try this? =>
I make this change in file style.css:
Original line: #mainbody {background: url(images/body.png) repeat-y; padding: 4px 11px 0;}
Modified line: #mainbody {background: url(images/body.png) repeat-y; padding: 4px 11px 0; height:auto; min-height:10px;}
Regards,
I lost my comment.php text in the “editor” under theme. Any way you can email me the code?
mchrisriv@yahoo.ca
How to get the thumbnails to work?
ขอบคุณสำหรับธีมครับ สวยดีดูไม่รกตาดีตอนนี้เอาไปใช้กับบล็อกแล้วมันดูดีขึ้นเยอะเลยครับ
i cant make the thumbnails work also…
i tried to create a custom field named “thumbnail”, “Thumbnail”, “thumb” etc…
anyways, it doesnt work. there is no thumbnail shown in the main page or single page
This theme uses Post Thumbnail, please see http://vimeo.com/8462281
Hi Chris! Great theme.. but is there any way that the posts not display as excerpt? Can it be a full post?
Dear junie,
You have to edit code,
1. Open index.php in Blog Happens Theme
2. Go to line 50, delete the_excerpt(); and delete // to use the_content(); instead.
3. line 50 will be,
<div class="excerpt"><?php the_content('Read the rest of this entry »'); ?></div>
COOOOL! it works now! Thanks soooo muchhhh! this is one very very nice theme ^^
good post! i will said many thanks for you. its very helpfull for me, i will adiing feed your blog now
Theme นี้ ดูผ่าน IE7 เน่าครับ
พื้นหลังส่วนของตัวบล็อคมันไม่ขยายตามเนื้อหา
หดอยู่ข้างบน ไม่ทราบว่าต้องแก้ยังไงครับ
ยังไม่เคย Test เหมือนกันครับ แหะแหะ เลยไม่แน่ใจว่าต้องแก้ยังไงเหมือนกัน
ช่วงนี้ยุ่งพอสมควร เดี๋ยวจะหาเวลามาทดสอบอีกทีหนึ่งครับ
ครับ
[...] (อ๊อด) is proudly powered by WordPress. Theme by ChrisHappens. /* */ st_go({blog:'14659416',v:'ext',post:'128'}); var load_cmc = [...]
รูปตรง ทัมเนล ไม่ขึ้นทำไงดีครับ
ใน WordPress 3.0 เวลาเขียนข้อความ จะมีกล่องด้านขวาล่างชื่อ Featured Image ลองเลือกแล้วใส่รูปดูครับ
ยังไม่ได้เลยครับ
ได้แล้ว ขอบคุณ ครับ
http://www.med.swu.ac.th/cupmsmc/ แก้ไขแล้วครับ รูปก็ไม่ขึ้นเลยครับหรือผมทำอะไร ผิด ขอคำแนะนำด้วยครับขอบคุณครับ มันเป็นรูป defualt สีดำตลอดเลย
โทดทีครับมีเรื่องรบกวนอีกเรื่องครับ ตรง ปฏิทิน ที่เป็นตารางงานใช้ plugin อะไรครับหรือติดตั้งยังไงครับ
เรื่อง Thumbnail น่าจะได้แล้วนะครับ
ส่วนเรื่องตารางปฎิทิน ผมใช้วิธีสมัครที่ Google Calendar ครับ แล้วสร้าง Calendar ให้เป็น Public (ปฎิทินสาธารณะ) แล้วไปที่ Setting เลือกปฏิทินที่เราตั้งการ แล้วเลือก Embed this calendar เค้าจะให้โค้ดมาครับ ก๊อบมาวางในเวิร์ดเพรส ในแท็บ HTML ได้เลยครับ
ขอบคุณมากครับจุดไต้ตำตอจริงๆ ใน joomla ผมก็ใช้ตัวนี้อยู่ คิดไม่ถึงเลย
Hi Chris, my blolg looks great on Mozilla Firefox, but terrible on Internet explorer versión 7 and 8. How do I fix this?
Thanks!
very busy right now. I will find time to fix it later, sorry.
Hi Chris,
I think I solved the problem with Internet Explorer. I make this change in file style.css:
Original line: #mainbody {background: url(images/body.png) repeat-y; padding: 4px 11px 0;}
Modified line: #mainbody {background: url(images/body.png) repeat-y; padding: 4px 11px 0; height:auto; min-height:10px;}
Regards,
Oh, Kudos!
Thank you so much
อยากให้โมดูลพวกลิงค์หรืออะไรก็ตามแต่อยู่ด้านบนครับ จะใส่ที่ใส่โมดูลตรงด้านบนเฮดยังไงครับ?
ลองอ่าน http://board.wordpress.in.th/topic/114 ดูครับ
ขอบคุณครับ
มะไหร่จะมีการปล่อยของ(ใหม่)ออกมาอีกนะ ตั้งตารอครับ ขอบคุณนะครับสำหรับ theme สวยๆ