Discussion on Centum - Responsive HTML Template

Discussion on Centum - Responsive HTML Template

Cart 3,928 sales
Well Documented

Vasterad does not currently provide support for this item.

723 comments found.

Hello,

Anyway to make the main menu full width like the footer?

You need to remove “container” and “sixteen columns” class from menu container – you’ll get full-width but next step is to put menu’s unordered list in “container” with “sixteen class” .

I have problem with the contact form and the Internet Explorer 11. Only the IE11 can’t send a Message. FireFox, SRWare Iron, MicrosoftPhone 8 works. http://cornelia-kleyboldt.de/1/contact.html

Thanks, reset my IE11, now it comes. :-)

Umlauts (üöä…) are not displayed properly in Mail and the name field is not red if it is empty.

in contact.php change unicode:

    $headers .= "Content-type:text/html;charset=iso-8859-1" . "\r\n";
to utf-8 instead of iso-8859-1

Thank you for your quick response. :-)

How do I make the images on index.html auto load and scroll. Below is what my custom.js file looks like. What do I need to change? Thanks

$(document).ready(function(){ $(’#layerslider’).layerSlider({ skin : ’’, responsive : true, navPrevNext : true, autoPlayVideos : false, animateFirstLayer : false, showBarTimer : false, showCircleTimer : false, navButtons : false, navStartStop : false, hoverPrevNext : false, autostart : true

Try this:

$(document).ready(function(){
        $('#layerslider').layerSlider({
            skin                    : '',
            responsive              : true,
            navPrevNext             : true,
            showBarTimer            : false,
            showCircleTimer         : true,
            navButtons              : false,
            navStartStop            : false,
            hoverPrevNext           : false,
            autostart                : true,
            firstlayer                : 1 
        });
    });

Hello, I was wondering if there is any way to change the color of the mobile menu button (the one that says “menu” right under the header). Thanks!

Sure, change .selectnav background

Hi. My website is acting up on Chrome version 35.0.1916.153. What versions of Chrome are supported by this theme?

thanks!

Hard to say but I think most of versions.

Let me re-word the question. What versions of Chrome has this theme been tested against?

I just tested it on 22.0.1229.96 and worked fine so on every newer version will also works well.

Hi, interested in your Centum Responsive template, what application and version do I require to be able to build a website using it? Dreamweaver CS?

Yes, Dreamweaver wouuld be fine however I’d recommend good text editor like Notepad++ or Sublime

Vasterad,

I sent you an email last week regarding an issue with nested columns and isotope. Just wondering if you had a chance to take a peek yet?

Replied through mail

Best support I have ever experienced in any industry! Thank you so much. =)

you’re welcome

49dba9fd-cfad-4709-a5d7-988b11d0b747

Hi, I have used your super theme however I have a lot of headings in the top navigation. It works well on desktop and phone but not on iPad where the text runs off. (I can send a pic of screenshot if that helps?) www.atlanticboilers.com Could you tell me how to make the menu a drop down/responsive one on iPad dimensions please?

Thank you in advance, kate

You need to move some classes from smartphone mediaqueries to tablet mediaqueries. I don’t remember correctly but you will find them without problem. If not I’ll help you later but currently I can’t check it because I don’t have access to my PC now. :P

I’m still struggling with this. I’m looking at the skeleton.css file. Is this the right one? I have tried changing the tablet px to 480px but it doesn’t alter to the mobile friendly menu. Could you point me in the right direction please?

It’s not in the skeleton.css. Go to the bottom of style.css and paste this to tablet portrait view:

    #navigation {
        float: none;
    }

    .js .selectnav {
        display: block;
    }

    .js #nav,
    .slide-caption,
    .search-form,
    #navigation ul li a {
        display: none;
    }

Hello – absolutely LOVE the template. However, on the version I purchased and downloaded (files date 3-22-15) the slider does NOT automatically move. To be clear, on your completely unmodified files (unzipped then open index.html) the slides do not move. Please help.

Thank you!!

Replace layerslider code in custom.js on this:

    $(document).ready(function(){
        $('#layerslider').layerSlider({
            skin                    : '',
            responsive              : true,
            navPrevNext             : true,
            showBarTimer            : false,
            showCircleTimer         : true,
            navButtons              : false,
            navStartStop            : false,
            hoverPrevNext           : false,
            autostart                : true,
            firstlayer                : 1 
        });
    });
Hi, I’m having problems with the slider showing at different sizes in browsers: The slider is not displaying correctly in Safari on PC and, typically the client is using that browser: http://www.stjohnshouse.care/ Have I missed something, or do you have any advice? Many thanks

It does work for me on Safari. Could you clarify what’s wrong?

Thanks for coming back so quickly. It seems to be only Safari on PC that I can find a problem, but am waiting for confirmation from client.

The slider images appear to have enlarged inside the slider container. Also text breaks out of the div on both, but on the 2nd slide right hand side it breaks outside the container, too. When it returns back to the first slide, you can see part of the (enlarged/full) image appear briefly underneath the bottom of the slider container.

Keep in mind that Safari on Windows is not anymore by authors (apple). It’s an old version of Safari on which not everything will work correct.

Hello Vasterad, i try embedding Youtube video on the layerslider. Its not working.

Did you read layerslider docs? Please provide a link to your site.

Yes i did and also the first slider takes a lot of time to move to the next slider. http://feranmifilms.com

Fix for autoplay speed (replace this code in custom.js)

    $(document).ready(function(){
        $('#layerslider').layerSlider({
            skin                    : '',
            responsive              : true,
            navPrevNext             : true,
            showBarTimer            : false,
            showCircleTimer         : true,
            navButtons              : false,
            navStartStop            : false,
            hoverPrevNext           : false,
            autostart                : true,
            firstlayer                : 1 
        });
    });

as for youtube – try to use embed directly form youtube

I have a problem with the contact form.

T IS: $to = ‘Your Name <email@example.com>’;

$from = $name . ’ <’ . $email . ’>’;

IT HAVE TO BE $to = ‘email@example.com’; (in the apostrophe write your mail)

$from = “From: $name <”.$email.”\r\n”; (allowed line)

I tryed this but nothing happens when i click “Send button”

Solved. Menu wrong formatting was the problem.

Hello, I’m trying to change header background colour in a full width design, but if I change the #header background colour, it is too small (not full width), and if I change the #wrapper, it changes for the whole website.

Could you please help?

Regards,

Miguel

Are we talking about HTML or Wordpress theme?

Wordpress theme, I’ve seen it’s the wrong forum, sorry.

Ok, no problem. :)

Hi Vasterad! it’s me again – whooo! Hope you’re good. So I just noticed that our product pages that are set up on the “Sidebar Right” page template, the sidebar menu doesn’t show up on the phone. Before I start over on a clean page redo, I was wondering if you could look at the code quickly and see if anything jumps out at you that looks missing? If you don’t see anything wacky, I’ll just redo it. But hoping you can see or know what the issue might be, right away. Thanks in advance! Mila

Page example: http://www.azomite.com/products/soil_products.html

This is how it looks on both devices: http://fashioniconinc.com/centum.jpg

btw. Centum got huge update

Oh cool. Do I need to download or install anything new to make my current centum sites run better?

Nope. It’s rather visual update. You can compare current demo preview wiith your site and you’ll see the differences

Vasterad, hello again! I am full of stupid questions, I did read through the other comment fields and I didn’t find the answer, it seems like some have it working and some bought the wordpress version which I don’t have. but what do I need to do to get the blog pages to work? I want to use that as a user’s forum where people can help answer other peoples questions, sort of like this page we are using now.

Is it possible to show the sidebar on the mobile version? Not necessarily as a sidebar. It could go below the content. Thank you!

Thank you for your reply. Do I need to use an updated template or did I do something wrong in the version from last year?

It works! I found your comment regarding the widget-alt tag, removed it and now the sidebar is displayed on the mobile version! Thank you, Great template and so easy to use!

I’m glad you solved it.

Hi, is a great template!!!

I have a problem in the area for the recent works on the “overlay-zoom”. When you click to open image, the back side break down (shake) the template.

What could be the problem ?

My site is http://www.e-zafeiropoulos.com

Many thanks.

Hi, I can’t see your buyer badge. Please send me a license key or use correct account. Cheers. ;)

I am the owner of the site, the template has been purchased from one other person that he built the site.

i have and upgrade version to 2.1 is somewhere here the licence?

I need to verify that you bought centum. Provide a license key or write comment from account where centum was bought.

Hi – can you please let me know how to make the slideshow auto start. Sorry if it was asked before.

Thanks team – excellent product and superb support. Keep it up!

You’re welcome

Hi Vasterad,

I’m trying to adapt your form to my specific needs. and everything works, except for one thing : whenever someone forgets to enter a value in a field that is marked as mandatory, i receive the unexpected error message from the custom.js file. the form is then frozen and can not be corrected. customer have to refresh the page and enter the whole form all over again.

when all fields are entered as expected the form works just fine. I believe i miss something. (JS is not my strongest side) also the “email” check works fine. With all the other fields i get the error. I now you do not offer support for forms, but as i came so far adapting PHP and the JS to have the form working excepted in this situation, i really would appreciate some help from you.

www.gent-luchthavenvervoer.be/bestellen.html

Hi, I’ll update contact form (both js and php) next week. I hope with the new one there won’t be any issues like with current one.

thank you

Hello, Ive decided to utilize the orginal script for the php contact page however when receiving an email the subject line reads “message from website” and I can not find where to change that in t he contact.php or custom.js

Please advise.

Thank you for the reply however I have changed that line in the contact.php and still receiving ‘Message from your website’ in the subject line which makes me assume this script need to be changed in the js?

Nope, that was the only code which is responsible for displaying subject. I have tested it right now and it changes subject, so you must be doing something wrong. :P

You were correct and I have since fixed the issue.

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