Discussion on Centum - Responsive HTML Template

Discussion on Centum - Responsive HTML Template

Cart 3,930 sales
Well Documented

Vasterad does not currently provide support for this item.

723 comments found.

Hi Vasterad, trying to make it so that on the contact form, fields and labels are next to each other, 2 per row but evenly spaced etc. Tried a few things but its not going.

As my contact form has a 10 text boxes, Kinda want

FIELD | FIELD FIELD | FIELD

for example etc…

Any help?

Try to add style="float: left" to each input and adjusts by margins.

How do I move the caption on the home page slider from the left to the right side? And for that matter to the top portion of the image as well?

Thanks, Chris

You can adjust caption by changing position in CSS:

.slide-caption { right: 20px; }

Thank you for a great template!

I’ve found one problem with the comments, if the comment is short it will be placed under the avatar.

Here’s an example: http://racke7.se/Blog/?id=21

Here’s fix, add to .comment-desc this:

.comment-desc {
   float: left;
   margin: -60px 0 0 80px
}
Change float: right on float: left :

ol li ol.childlist .comment-des {
   float: left;
}

Thank you, it’s a little bit better, but the lines between the comments isn’t full width.

It’s not fixable right now and needs some rebuilding, sorry. :)

Just checked and works good on firefox. Not chrome? Just throwin’ that out there

Wow, that is weird because you are first customer that has issue with slider on most popular browser during the last half year since reverse. I’ve check it and works fine, so maybe it’s related with your browser?

Yo! I was wondering about the slider controls. I noticed when I click on the arrows it doesn’t skip to the next or previous image. And it is doing the same on the demo: http://vasterad.com/themes/centum/

What stumps me is your WP version controls work perfectly. Anything I’m missing? Some direction would be cool.. thanks in advance!

I’ve uploaded your html theme to my server. After testing the contact form i noticed it only sends when all three fields are inputed- name, email, message. However when the unrequired name field is left blank it shows error message instead of sending… I noticed this happens on your demo version as well. Do you have a fix for this?

Well, I’ll take a look but I’m not sure if I’ll find solution because I’m not PHP developer. :(

Hello,

I bought this and I am having it great on all browsers except of course IE (I have version 9), where the slider images are out of scope to the right. Any solution for that? :(

Compare your code with my code. If it works on my demo live preview so it must be related with your customizations.

The code is identical in that section. That is why I thought of asking you.

No offence but how would you like to get support without showing online your site? I’m sure that bug is because of your customizations, not my template bug. Let me see your site but I can’t promise if I will find issue. ;)

Hello (again) Vasterad.

This time I have a small menu issue with a Centum site.

Please see: http://cortijoestela.com/index.html

Select “ABOUT”, then “Accommodation”: You will see two

    items “1-6 Guests” and “7-10 Guests”

    Problems: 1. Is it possible to make these rows line up with the ones on the left? (the white border is about one out of alignment)

    2. Is it possible to have a white border line above “1-6 Guests”.

    Thank you (again) – Peter

1. You need to add style="margin-top: -1px;" to ul.

2. As above but add style="border-top: 1px solid #fff;" to 1-6 Guests li item

Thank you, Vasterad

Sure thing. ;)

Oops – I mean lower Right :chuckle:

New question :) How do I add some space before the button so it looks a little more centered?

http://azomiteminerals.com/demo/VersionOne/products/soil_products.html

(Lower Left – Green)

Let me know when you finish site. :P

I will for sure! I have a few more planned and now that I know the base – can customize more with the fonts and have fun integrating the wordpress platform. Will also (finally) have some real time to explore your other new theme. Sorry it’s taken so long to get back to you about that. :)

Sounds good. ;)

Hi again, Ignore the query above. I figured it out the google map issue in IE. It was the trailing commas after the brackets from popup: false, Works now. Thanks again!

Firstly, thank you for such a great html template. I only have one query, which has probably already been covered and I haven’t come across it yet. My problem is the google map – it appears in Firefox, Safari and Chrome but not in irritating IE. In Internet Explorer it is only a blank space, no error message etc. Thanks

Where to find a footer colour in css to change it from 303030 to 000. I can`t fint it in any css files. Thanks.

#footer in boxed / wide.css

Ok. Thank you. I don`t know how i can skip that. Thank you.

Hi, One more question. This page as example: http://azomiteminerals.com/demo/VersionOne/resources/sunterra.html

Why won’t the enlarged photo get as big as it actually is? Can I make it not be smallified?

It should be as big as this. http://azomiteminerals.com/demo/VersionOne/images/sunterra_large.jpg

Thank you!

What I see: https://dl.dropbox.com/u/25103329/whatisee.png

and again, what’s your device screen resolution? Fancybox2 is a responsive lightbox and makes images smaller if there’s no space on the screen to display 1:1 (large) image. I guess you want to display 100% size of image but it’s not possible (it’s even not usable and I wouldn’t recommend to do that) with fancybox.

hmmmn. but the http://azomiteminerals.com/demo/VersionOne/products/products_available.html large image is smaller than sunterra and looks bigger. Good Lord, I need to lie down. Let’s see. Right now my resolution is 1600×1000 and I will look in smaller and bigger and see if it changes things.

I just tried 1920×1200 and 1344×1008 and same thing. OK Thanks.

Hey! I’m almost done! We’ll need it for two more sites and are getting the WP version too! WHoo-hoo!

This theme has been great for me so far – Excellent design! I’m curious if you could please tell me what I need to do/change in the css so that <input> elements do not automatically isolate themselves on independent lines. For example, I’d on a payment processing page I’d like to put the fields for Credit Card Expiration Date on the same line such as this:

MM / YYYY

but it seems that this theme forces it to :

MM
/
YYYY

I’m rather good with HTML/PHP but CSS is something I am inexperienced with so I was hoping you could point me in the right direction for making this very minor modification.

Thank you very much!

You need to use floating on each input (style=”float:left;”)

Thanks so much!

I bought this wonderful theme, but am considering to replace the current javascript navigation menu and tab shortcode with pure-CSS (non-javscript) versions.

I noticed you’ve put together an excellent pure-CSS menu: http://vasterad.com/codecanyon/responsive_css3_mega_menu/

1. Do you think your CSS menu above would work in this Centrum theme? I’m thinking of buying it. 2. What was your rationale for going the javascript menu and tabs, instead of going pure CSS?

Thank you for your high-quality work.

Yes, my menu from CodeCanyon will works with Centum.

I like your design a lot. I would like to know if more form fields can be added to the contact page like phone number or maybe even a captcha. I need more than the ones you have in your demo. Thanks!

Unfortunately Centum does not provide easy way to add custom fields to contact form and you should buy an extra plugin from e.g. CodeCanyon.

Hi, i’m still trying to make a nice looking basic form using a simple table of 2 columns.

<table><tr><td>Address:</td><td><input type=text name=address></td></tr><tr><td>City:</td><td><input type=text name=city></td></tr><tr><td>Postal code:</td><td><input type=text name=pc></td></tr></table>

Simple enough you should think. But unfortunately it is for me impossible to vertical-align the contents of the cells nice in the middle. The text keeps aligned at the bottom. It looks awful.

This is such a basic thing which i guess lots of people would like to use. Not everyone can put the label fields above the input fields. The form is twice as long that way. Please, do you have a solution for this?

Here you are:

<label style="float: left; margin: 7px 0; width: 120px;">Address:</label>
<input type="text" name="email" class="text" />

Thank you Vasterad! :)

You’re welcome. :P

when i checked on w3c the page portfolio_3.html it appears an error,how can i solve it?

I’d care about w3c errors but if you want to fix those, everything is described after validation.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey