ThemeForest

Short & Simple 8 Page HTML Site

  • Has been a member for 2-3 years
  • Exclusive Author
  • Bought between 10 and 49 items
  • United States
mike_jandreau says

WordPress theme coming anytime in the near future?

2 years ago
Author
dtbaker dtbaker replied

probably not within the next month, but maybe later.

2 years ago
  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
  • Spain
theaxion says

Hi, given that the contact form or request no captcha field empty. This can be added? greetings and good job.

2 years ago
Author
dtbaker dtbaker replied

Yes the contact forms can be modified with any new fields and a captcha if you would like it.

2 years ago
  • Has been a member for 3-4 years
  • Bought between 50 and 99 items
en_joyit says

Hi DT, how detailed would it be to add the captcha? I already have my key? Really like the flexibility and simplicity of this template…purchasing now; hopefully you can respond ASAP !

Thanks!

: O )

2 years ago
Author
dtbaker dtbaker replied

Hi en_joyit.

If you email me once purchased I can send back the captcha files for you to use.

Thanks, dtbaker

2 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
MurrinMedia says

Hi

I want to purchase. Just wondered how hard it would be to not use a scroll box for the content?

Cheers.

2 years ago
Author
dtbaker dtbaker replied

Hi there, it is really really easy, this is the exact process:

To turn off the scrolling and let the website grow:

1. Open css/styles.css and go to #right_column.
2. Now delete these 3 styles:
overflow-y:auto;
overflow-x:hidden;
height:300px;
3. Save and reupload styles.css

2 years ago
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
DaddyG says
Purchased

I am having trouble getting the Contact form to work. I have made the changes to the formsubmit.php that were needed as far as I could see. It just does not do anything, and will not even give the error message if I leave out something.

The Newsletter Subscribe form works.

2 years ago
Author
dtbaker dtbaker replied

Do you have a link to your site I can check out?

2 years ago
Purchased
Default-user DaddyG replied

Great template. I love it. Great style and care to detail. I just couldn’t get the contact script to work. The one worked for Newsletter Sign up. I just put in another script and went on.

2 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
MurrinMedia says
Purchased

Hiya,

How hard would it be to make the left sidebar, on the right? I wanted to start messing with it but though you might have a clean/easy answer!

Cheers :)

David

2 years ago
Author
dtbaker dtbaker replied

Easy!

Change the left column from float left to right #left_column { float:right; padding:10px 20px 20px; width:250px; }

change right column to float left

#right_column { float:left; height:300px; margin-right:20px; overflow-x:hidden; overflow-y:auto; padding:10px 20px 20px; width:577px; } and move the content seperator line over #content_seperator { background:url("../images/main_dot.png") repeat-y scroll 650px 0 transparent; }

done!

2 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
MurrinMedia says
Purchased

Any help?

2 years ago
  • Has been a member for 3-4 years
  • Bought between 50 and 99 items
en_joyit says
Purchased

Hi DT!

Love the template, but having mjuch trouble getting the Contact form to work. Can you take a look at it: www.margaretwalkernow.com

while you’re looking, let me know where to place the captcha without messing up anything else.

Thanks!

2 years ago
Author
dtbaker dtbaker replied

Hi, the contact form needs php to work, does the hosting account have PHP enabled? If not most providers will enable it for free.

2 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
  • Australia
kingyj says
Purchased

Hi there,

I’m having problems with the tiled background on Short & Simple 8 Page HTML Site (there seems to be a bug out of the box?).

Can you please tell me why the background goes grey half way down the page? I’ve followed the instructions and simply changed: background:url(../images/bg_blue_squares.jpg) top repeat-x;

However, the cool background image still doesn’t go from top to bottom.

Anyone have any ideas??

Many thanks!

2 years ago
Author
dtbaker dtbaker replied

Hi Kingyi,

it looks like you have changed the wrong background image, the background is set on the BODY in the css file. You changed #bg_top which was the black gradient at the top which only tiles horizontally.
Copy & paste these 2 styles over the top of your current ones and it will work.

body {
background-color:#000000;
background-image:url("../images/bg_blue_squares.jpg");
background-position:center top;
background-repeat:repeat;
color:#666666;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
line-height:1.5em;
margin:0;
padding:0;
}

#bg_top {
background:url("../images/bg_top_gradient.png") repeat-x scroll center top transparent;
width:100%;
}

2 years ago
Purchased
Default-user kingyj replied

Thanks DTBAKER , Unfortunately that does not work though.

Just tried it:

bg_top { /the transparent image that overlays all background images/

background:url(../images/bg_blue_squares.jpg) top repeat; width:100%;

The background still only goes halfway down the page. Just like it was when I first unzipped the files and opened index.html.

What can I do to make the background fill the whole window?

Thanks, J

2 years ago
Purchased
Default-user kingyj replied

Perfect, thanks so much!! :) Appreciate it.

Perhaps you could make the labelling in the CSS file a little clearer :D

2 years ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
  • South Africa
johandkl says

Hi There,

I’m a total newbie and wanting to create a website for a friend, very basic and think this may do the job.

Is it easy to work with, does it have a detailed help file?

Can I add as many pictures/tabs as I want?

Can I add a logo at the top?

I’ve purchased templates in the past and the support was not there afterwards, so it was a waste of dollars for me. :(

Looking forward to hearing from you.

Thanks Johan

1 year ago
  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
  • Canada
skydiva says

Can I insert my own background easily? I like what you have but feel another background would suit my purposes. Thanks

6 months ago
Author
dtbaker dtbaker replied

If you have your own background you can save it over the top of the provided background.

eg: replace this background image with your own http://tf.dtbaker.com.au/template/short_simple/images/bg_gold_squares.jpg

6 months ago
  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
  • Canada
skydiva says
Purchased

Hi Hayley I love this template! But am having a technical glitch. I have a logo that I sized the same as what you use for ‘Short & Simple’ text logo at the top. Mine is a simple text logo that flows over a grungy dirty white / grey background, transitioning through the black header (bg_top_gradient.png) that you have placed at the top in css. I would like to make my text a png so that it is transparent, but no matter the setting in photoshop upon saving (png 8/24 or gif with transparency, I get edging around my logo and it looks rough and yucky. How did you make ‘bg_top_gradient.png’ flow so nicely with no fragments with all your backgrounds? Any suggestions? I want to keep the black bg_top_gradient.png over the white background because it looks less harsh. Your thoughts on what I can do to make it a sharp and clean logo in this template. My logo is the same size as yours.

Thank you!

6 months ago
Author
dtbaker dtbaker replied

Please send a support ticket in with your website address and (if you want) FTP login details so we can jump in and resolve this for you.

Our support website is here: http://support.dtbaker.com.au/support-ticket.html – we do not check these item comments often.

5 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
  • Mexico
mecaenet2 says

hi, the search engine its internal? i mean can iu search for a section or element inside the page?

thanx…

5 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
gcaste says
Purchased

Hi

The theme does not work. When trying to install it I receive the following message:

Unpacking the package… Installing the theme… The package could not be installed. The theme is missing the style.css stylesheet. Theme install failed.

Any idea to solve this? Thanks

2 months ago
Author
dtbaker dtbaker replied

Sorry this is a HTML template, it is not compatible with Wordpress.

Please purchase a theme from the Wordpress category for the ability to install it inside Wordpress.

Thanks,
dtbaker

2 months ago

by
by
by
by
by