PengbosInspiration V0.2 is Available
October 21, 2010 at 5:56 am | Blog, Download, Theme | 16 comments
Pengbo’s Inspiration V0.2 is available to download. It is also Creative Commons license. That means, you can use it free for your personal and business use, but you need to give credits to the creator.
This version is a bug fix version, it fixes a critical bug in the contact from. The contact form in V0.1 is not working. I fixed this bug in this version, and I also add send email through gmail smtp feature. User can change a little code to use gmail smtp to send contact messages.
Download it here
PengbossInspiration V0.2 (Size 509.5 kB)
In order to use gmail as smtp server. follow the four steps:
1. go to the js folder in the theme directory. open the “form-contact-validate.js” file.
2. replace “/include/inc_sendmail.php” with “/include/gmail_sendmail.php”
3. go to the “include” folder in the theme directory. open the “gmail_sendmail.php” file.
4. change your value to $mail->Username=’yourusername@gmail.com’; and $mail->Password=’yourpassword’;
For how to use this theme, please refer to this instruction
For the previous version, please refer to this post


Hey,. Thanks man..
i’ve been waiting for this update of contact form..Thank you so much..!!
Now Downloading.
Sorry to say this ,.. the contact form in this version also not working man.. can you please tell me how to configure it ?
if i use inc_sendmail.php it shows mail successfully sent but received @ my mailbox.
if i activate gmail smtp it shows nothing when ajax load finished! and nothing is send to my mailbox also !
CAN YOU HELP ?!
admin Reply:
October 23rd, 2010 at 9:19 am
I have tested the gmail smtp. and it is working.
please make sure that:
1. add you smtp account and password in the gmail_sendmail.php file
$mail->Username=’yourusername@gmail.com’;
$mail->Password=’yourpassword’;
replace with your user name and password
2. change the file to include in the form-contact-validate.js e.g.
change
jQuery.post(theme_template_dir + ‘/include/inc_sendmail.php’,jQuery(this).serialize(), function(data)
to
jQuery.post(theme_template_dir + ‘/include/gmail_sendmail.php’,jQuery(this).serialize(), function(data)
If you don’t mind, let me see your website url, so i can have a look.
Thanks and regards
Pengbo
Sorry to say this ,.. the contact form in this version also not working man.. can you please tell me how to configure it ?
if i use inc_sendmail.php it shows mail successfully sent but NOT received @ my mailbox.
if i activate gmail smtp it shows nothing when ajax load finished! and nothing is send to my mailbox also !
CAN YOU HELP ?!
yah,. i did the same but i can’t get what mistake i’ve done with my site. &sure you can view my site: http://me.trituts.com
thanks for your reply.. waiting for a solution !
admin Reply:
October 26th, 2010 at 4:02 am
Hi Gowtham,
I looked into your website. It seems that the gmail_sendmail.php is not executing correctly.
I think it might be related to the directory setup.
1. make sure that, you have class-phpmailer.php and class-smtp.php in the “wp-includes” directory of your wordpress installation.
2. make sure the theme is setup like this:
wp-content
-themes
-pengbosInspiration
all files are in this directory. if your directory is not this way. it should cause you problem.
3. make sure that your web host enable ssl.
Hope it works for you.
Hi, can you please tell me hove I can valid this form, because I get now empty forms, you just need to click on send button. Can you please give me a simple code to valid the mail, that must be entered a valid mail with @ Thanks!
admin Reply:
December 18th, 2010 at 4:59 am
Hi Davor
I added a blog on this issue.
please check http://pengbos.com/blog/add-validation-to-contact-form
Hope it helps
I’m pretty new to wordpress but not web development and i’m at a complete loss on how to edit this theme.
I have a about page and the content seems to be showing up in the box correctly but there is the image of the anima looking chick. how do I change the image, am I overlooking something obvious
ineteresante web
Hi
I love your theme and have putting it through its paces.
However I have an issue when it comes to different browser resolution sizes.
Is there anyway to auto adjust the site depending on the users browser window size/resolution?
Many thanks!
admin Reply:
January 27th, 2011 at 9:27 am
Hi Suhail,
I am sorry, the size is fixed. it is not a auto adjust web site.
Thanks and Regards
Pengbos
Thank you very much for getting back to me.
I understand that the website is fixed. Is it possible to use css stylesheets for different browser resolutions?
For example if a user has a 800 x 600 browser resolution, a 800×600.css is loaded? Or is that not possible too?
Many thanks
admin Reply:
January 28th, 2011 at 6:59 am
Hi suhail, yes you can use javascript to detect screen size and apply css stylesheet according to the resolution. see the link http://www.ilovecolors.com.ar/detect-screen-size-css-style/
Great theme!
Is there a possibility for the theme is able to slide from left to right?
Thanks in advance for your reply.
Kind regards,
Ruth
admin Reply:
February 8th, 2011 at 5:13 pm
Yes, you need to change the css as well as the javacript, i might be able to do it for you, but it is not free