723 comments found.
Hey There, When i try to install the theme it says that there is no stylesheet.css and will not let me install. Can you please help!
It’s not WordPress theme. https://www.awesomescreenshot.com/image/3052907/568486405754dc9dc7a0c0933aaebfba
Hi Vasterad,
Happy Halloween!
Some weirdness happened and would like some help, please. When I add the second row of the portfolio_3 page, the space between the two rows disappears. I tried using clean code (twice) and also tried div class=”clear” coding to make space and I still can’t make space between the rows. What did I do wrong? See how the turf squishes up into the pumpkin?http://azomite.com/instagram/index2.html THANK YOU!
Seems that you have removed margin in past (style.css line 498). 
On the style.css page? or on index2,html? How weird. It was a complete accident. Trying now. Thank you!
style.css
Hi, I checked the style.css in the main folder, and even added a new css folder to the /instagram folder. Both have (and have always had) .item-description margin-bottom: 30px; on line 498. I know that came up in your code inspector, but it reality, on the actual style.css pages — it still exists. Any other ideas? Thanks.
Try to change classes in HTML from “item-description alt” to just “item-description” without “alt”
Thanks!
how can I activate the search bar ?
What do you mean? It’s static HTML template and it doesn’t work. Just design.
HI , how can I change the font and add new one
In style.css there is @import section with font. Then you need to change font name in some places in style.css
Is there a way to change from standard menu -> drop-down menu earlier than 787px?
I have added more menu items and they show on two rows on tablet.
This is the website: http://www.trochus.be
Charlien
Hi,
Copy and paste part of code on the screen in this section @media only screen and (min-width: 768px) and (max-width: 990px)
Hello, ¿how can I change the height os slider´s home? thanks
Hi, in your index.html page “gridheight:[585,585,400,350],” – each level for each responsive media query
Hi, I purchased and downloaded the theme for wordpress Centum but I cannot file the zip file of the theme to upload in my wordpress inside the download. How can I install the theme in wordpress?
This is not Wordpress theme, you boght HTML version. WP version is available there for $49 https://themeforest.net/item/centum-responsive-wordpress-theme/3216603?ref=Vasterad
HTML version? I found this while searching between WP themes.. I don’t know how to use HTML version. Is it possible to receive a refund?
Of course, please buy Wordpress version and request refund for HTML there https://themeforest.net/refund_requests/new also paste your WordPress license key in refund. Thanks
Unfortunately I do not have a budget of 50 euro for a wordpress theme. Is it possible to only have the refund?
Ok.
Thank you so much for your availability and very fast response! I’ll definitely consider to buy your product for future projects.
I hope you’ll buy also our WordPress version of Centum. 
Hi Vasterad, Two questions: 1) If we wanted to update the older Centum template to the new, mainly the home page features like larger images in the slideshow and the awesome quote slider; is there a way to do this without redoing the entire site? Naturally, we paid for and downloaded the new version.
2) Our client may want to transfer everything from the html format to the Wordpress. (Because they don’t realize that WP is not as easy to control themselves as they hope). There is really no easy way to ‘transfer’ from format to format is there? It’s basically a redo, yes?
I just extended support 
Hi
1. Basically updating / adding two things you mentioned should be easy task. Just copy updated scripts for slider and custom.js, add CSS and HTML.
2. Unfortunately there is no way to transfer HTML content to WordPress version of Centum.
Hi, how can i include a map in the site, it doesnt work – thanks a lot?
Hi, you need to create API key for your domain: https://developers.google.com/maps/documentation/javascript/get-api-key
and put your key in google maps api script in contact.html”
<script src="https://www.google.com/maps/embed/v1/search?key=YOUR_API_KEY"> </script>
OK, Thanks for your fast answer !
Hi there, wondering if there is a way to widen one of the four columns (in footer) – in this case our first column, and shorten the second column. Steal from column two to pay column one
I hate that one word straggling at the end. TIA http://www.azomite.com/faqN.html
Hi, that’s not possible. You can of course use 5 columns and 3 columns instead of two 4 columns but I guess that’s not what you’re looking for. 
Hi, I need help with the following for this project (http://snm.thingstech.co.za/index.html)
1. On the header, please help me align the logo with tagline 2. On contact us page, how do I make the location map show?
Looking forward to hearing from you
#tagline { margin-top: 12px; }
For google maps you need to create google api key for your site, more there: https://developers.google.com/maps/documentation/javascript/get-api-key
Thank you for quick response. After adding the suggested code on css the logo and tagline now are aligned. However please see that all the icons (social media etc) no longer showing.
Please use Notepad++ for editing css file and set UTF-8 unicode before editing. Download new style.css from themeforest if you don’t have a copy.
i downloaded the new css file and after adding the above line of code the alignment of logo & tagline gone. please send me css file with above line code added and ill just add it to files. send to tshimangadzot@gmail.com
Done, sent.
Perfect..Thank you so much!
Hi, how do I put a background image on the testimonial slider? On the demo it show a collage but on the installed theme it shows a black background. Looking forward to your assistance.
Hi, just replace this image – “testimonials-bg.jpg”
Thank you for your assistance
Hello,
I don’t know if it is a glitch or if anyone else has run across this, but on the contact page, the Google map does not show half the time – just a gray square. Also, on the slider text, the font is different and bolder in Opera, Firefox and Edge.
Any insight would be appreciated! Have a great weekend.
Thanks! Thom
Hi, could you send me a screenshot with google maps bug?
I do not see a way to attach a screenshot in this reply box.
Send me on info[at]vasterad.com
Hola Vasterad!
Updated navigation of one site and the carousel stopped working. I didn’t touch anything else. Can you please have a look. Not sure if I have missed an update. If you will please compare http://azomite.com/products/vegetable.html (original that works) and http://azomite.com/products_1/vegetables.html (new doesn’t work) * Lower right —And please let me know if you see a missing item. Much appreciated. Losing my marbles. Thank you!You have unclosed < li > tag right there:
< li style="margin-left: 10px;" ><a href="" default="" id="current">Where to Buy</a>
should be like this:
<li style="margin-left: 10px;"><a href="#" style="cursor: default" id="current">Where to Buy</a></li>
also don’t leave “href” blank, use ”#”
Thank you. I made that change on this page and it’s still the same: http://azomite.com/products_1/vegetables.html
Twitter is also not showing up. I tried uploading to a native folder to test and noticed that as well. http://azomite.com/products/vegetables.html Any other ideas?
It’s something with java script, please copy whole /js folder from your site where it works to site where it doesn’t
Hi you, thanks! It was just a weird funky thing. I copied and it worked. Sorry I didn’t try that first.
Is there a way to change from standard menu -> drop-down menu earlier than 787px?
I have added more menu items and they show on two rows on tablet.
Hi, sure. Send me an e-mail on info(at)vasterad.com with your style.css and custom.js files. I will take a look tomorrow.
Dear Vasterad ,
Thank you for a very nice template.
I was wondering about the possibility to include an Iframe in the page?
I’ve tried to do so in http://apopet.se/slff/dokument.html but it seems hard to make the Iframe 100% height? Please advise!
Regards Peter
You need to declare height in pixels for iframe e.g. height: 1000px
Thank you. Exact height works, but is there no way to make height flexible depending on the Iframe page?
Try this:
Add this to your <head> section:
<script>
function resizeIframe(obj) {
obj.style.height = obj.contentWindow.document.body.scrollHeight + 'px';
}
</script>
And change your iframe to this:
<iframe src="..." frameborder="0" scrolling="no" onload="resizeIframe(this)" />
Hey, do you happen to have an instagram widget that fits in the upper line up? If not, I can just make one and customize the ico css. Gracias!
Hi, there’s is already instagram icon (between evernote and flickr icon): http://www.vasterad.com/themes/centum/shortcodes.html
Thank you!
Ah! Got it. Was looking at old template. Will transfer file to old folder. Thanks.
Can you tell me where to find the social folder in the new version? I did a search and nada. Thanks!
Social folder? What do you mean If you are talking about social icons in header then they are not images anymore.
Hi, so I changed the style.css and tested just the index page / uploaded to http://azomite.com/images/icons/social/instagram.png — it works in all browsers and mobile except Chrome. Can you see it in Chrome (on the index page)? Thanks
I had to use images because it’s the old template.
Link please and please clarify what exactly are you asking for. 
Hi again. It was just the darn browser cache. Do you have an instagram image sized to the old social image that you can give me? Mine is not as clean as yours (which I made from a screen grab from your new template): www.azomite.com
Hi Vasterad, a few years ago you helped with highlighting our nav bar. Which worked beautifully, but suddenly stopped working. Any ideas how to get to work again? The site is azomite.com — I made sure the css reflects the new background-color: #45903c And the button code still says id=”current”
Very strange.
We would like to highlight the rectangle where the words ‘buying guide’ (now ‘Where to buy) appear. So it looks like the image here all the time: http://fashioniconinc.com/guide.png
And you answered: You want to have highlighted item in menu related with currently viewing subpage, right? If so make an extra class in css: #current {background-color: #xxx !important;} then add id=”current” to menu button on each page. Hope I was clear. 
To be honest I don’t know. “Where to buy” menu tiem has all the time ”#current” tag. Maybe you updated menu and forgot to change on each page ”#current” tag? 
I forgot to update the css. Please forgive me! 
Hi Vasterad! I hope you hope a good summer.
Two questions re the older Centum (the one we used for azomite.com). 1) What is the line of code we need in order for the images to be able to become larger via touch screen on mobile. As it is, it’s a phone width fixed sized. 2) The shaded area with the text for the slideshows (as the home page) do not show up on mobile. We need to fix this.
We can’t wait to try our new download! Thanks in advance!
Hi, nice to see you again 
1) Why do you need larger images for mobile devices? They are scalled automatically so I’mm afraid nothing we can do with that.
2) Shaded area with text is disabled on mobiles. You can enable it by adding somewhere in CSS this code:
@media only screen and (max-width: 767px) { .slide-area { display: block !important;} }
You can also add there some styles to make smaller text etc.
Thanks.
Because some people at the company can’t read the text and want to zoom in on photos. So they asked me if I could ‘fix it’. Do you know where I should add the media screen slide code in the css. Is this in style.css?
Yes, add that code anywhere in style.css
Regarding larger images – if you will remove this code from <head> section in each HTML file:
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
you’ll be able to zoom in / out site on mobile devices which solves small text issue because everyone could zoom-in part of site he wants to read.
You are the shizzle. I’ll try it. Thanks so much.
<3