723 comments found.
I just purchased this theme and I can’t find the psd files. For what I’m doing I just need the straight html, no slider, as bare as I can possibly get it. Can you direct me to where 01_Home.psd is?
Hi, please contact me on: info [at] vasterad.com
hi there
purchase code: b2c5f84c-4c29-4bd0-8a13-c5e0e0fe922c
Great theme – one thing though I can’t work out – www.john-hill.co.uk – the main navigation looks great (showing all items) on my screen (1920 wide) – however, if you view it on smaller screens it starts to cut off the navigation items from the right hand side until it reaches its breakpoint – (you can check this out if you reduce the size of the browser)
How can we fix this?
thanks
Go to the style.css, find #navigation and remove “max-height”.
Thanks for that – that’s great – however, how do I get the size of the menu just to reduce rather than go onto 2 lines as you reduce the size of the browser?
You can try to recude #navigation ul li a padding just for that smaller resolution
@media only screen and (min-width: 960px) { #navigation ul li a {padding: 8px 25px;} }
Hi, Can you tell me how I can make embedded youtube videos with iframe responsive?
Thanks! Best wishes Ron
Hi you need to add “embed” class to the iframe or container with iframe (don’t remember now). 
Hi Vasterad, thanks for a very nice theme. On the default pages many java script files are loaded. As I only use the menu I have commented out loading most of these scripts as they seem of no use. Can you tell me what each java script is used for? Here is my partially commented out list:
<!-<script src=”js/selectnav.js”></script> ->
<!-<script src=”js/flexslider.js”></script> ->
<!-<script src=”js/twitter.js”></script> ->
<!-<script src=”js/tooltip.js”></script> ->
<script src=”js/effects.js”></script>
<!-<script src=”js/fancybox.js”></script> ->
<!-<script src=”js/carousel.js”></script> ->
<!-<script src=”js/isotope.js”></script> ->
<!-<script src=”js/jquery-easing-1.3.js”></script> ->
<!-<script src=”js/greensock.js”></script> ->
<!-<script src=”js/counterup.min.js”></script> ->
<!-<script src=”js/waypoints.min.js”></script> ->
<script src=”js/custom.js”></script>
Thanks for your info on this. Ron
If you are using only menu then you dont need to use any of these scripts. Custom.js and effect.js to.
Separate issue. We just added an SSL certificate and our index slideshow is gone and our nav bar doesn’t work anymore in Chrome. Is Centum not compatible with SSL? Or is there a line of code I need? Ack. Client is upset.
So we temporarily restored it back to “not secured”. So in the website architecture, we have everything going to subfolders like a normal html website, so links go from index.html to say /products/index.html etc. etc. The hosting company says that we need to rename every single link code to reflect going to individual secure pages such as https://www.website.com/products/index.html for me, this sounds like BS. Isn’t there a css command that will save us from this drudgery? If the whole site is secure, it stands to reason that all the folders are also secure. If this is an easy answer that you know about, please let me know. Buying another theme soon. 
I don’t have much experience with SSL but the hosting company is correct. All links need to be with “https” prefix. Especially css and js file sources.
Okay, I figured. I’ll just do a batch process. Thanks so much. Hoping I haven’t worn you out today 
Hi again,
About to either extend support or purchase another Centum Whoo!
I was wondering if there is a way to have the subset dropdown appear in the middle of the list as per here: http://www.fashioniconinc.com/screen.png or does it have to happen code-wise at the end like it is on Centum>Features>Page Templates ? Thanks in advance!
Subset dropdown for items inside “Page Templates”?
Yes. Click on CENTUM THEME> Features>Page Templates See how it expands. Can I do that function in the middle of the dropdown or must it be on the end? http://www.fashioniconinc.com/screen2.png
I want to do http://www.fashioniconinc.com/screen.png
Of course it can be in the middle
How though? I copied the code to the dropdown and it won’t work. What the the subset accordian code start with? Code-wise?
i’m pretty sure you did something wrong.
http://awesomescreenshot.com/09a5o83za4 <li><a href="#">Page Templates</a>
<ul>
<li><a href="sidebar_right.html">Sidebar Right</a></li>
<li><a href="sidebar_left.html">Sidebar Left</a></li>
<li><a href="blog_post.html">Single Post</a></li>
<li><a href="single_project.html">Single Project</a></li>
</ul>
</li>
Your screenshot is exactly how I want it to look. Can you please copy the whole line of code starting with “Features” all the way to the end of that dropdown? It would be great to see what happens in the categories before and after “Page templates” starts. Thanks in advance!
I already saw the code you posted in the original Centum. I just don’t know how to add it to the middle of a dropdown like you did. When I copy and paste, it doesn’t work. Missing an attribute or something. 
take index.html file https://dl.dropboxusercontent.com/u/25103329/index.zip
THANK YOU! I <3 Centum!
you’re welcome
Hi
I’m building a website using your template (surprise). I’d like to remove the back and forward tabs on the home page slider, as they look too large when viewing on a mobile phone. How do I do this?
Many thanks
Mark
Could you provide a link to your site? I don’t know which version of Centum you have. You might have Flexslider / Layerslider or Revolution Slider (since the latest update)
No problem, it’s on a development page at www.marklaurencedesign.co.uk
thanks.
.ls-nav-prev, .ls-nav-next {visibility: hidden}
add this to the css media queries in style.css
Thanks, not sure i’ve done it right as doesn’t seem to work:
/* All Mobile Sizes (devices and browser) ====================================================================== */ @media only screen and (max-width: 767px) {
.ls-nav-prev,ls-nav-next {
visibility: hidden
}
navigation {
float: none; }
.js .selectnav {
display: block;
Is this correct?
Try
.ls-nav-prev,
.ls-nav-next {
visibility: hidden !important;
display: none;
}
Cool, that worked – thanks!
you’re welcome
Hi
Sorry to bother you again. Since fixing the above, something weird has happened, which i can’t sort out. When hovering over any photo link, the image has changed from a link symbol to an A (with acute accent). I haven’t changed the code in any pages and it does this in original pages that i haven’t touched. I guess it has to be the change in the style.css yet adding your code for the above is the only thing i’ve done. Pages on my site which just enlarge the image show the magnifying glass as they should. Stumped!
You need to edit style.css and save it with UTF-8 unicode. Download Notepad++, set UTF-* after opening style.css then save.
Okay, did that; didn’t work (was set to UTF-8 BOM) 
Download fresh style.css, open it, set utf-8, paste the code I gave you then save.
I tried that, bit of a disaster! the style sheet in the latest version is clearly much longer and it threw out the page layout considerably. I had inserted the smae code in the relevent section but the same A image came up when hovering over a pic link…
because you’ve older version of Centum… do you have any copy of style.css? If not send me an email and I’ll give you correct for your version style.css
Hi; I have a copy of my style sheet as it was and have re-loaded that, so general layout now okay. The A rollover is still there though, with or without the extra code i inserted. If you could send me an original, i’d be grateful. mailatmarklaurencedotcom.
thanks…
sent
HI there – in trying to install this theme, it gives the error: The package could not be installed. The theme is missing the style.css stylesheet.
Theme install failed.
Obviously, it is there, as I can see it when I unpack the .zip. Could this be a problem with the most recent version of WP?
This is HTML template, not WordPress theme.
WordPress version: http://themeforest.net/item/centum-responsive-wordpress-theme/3216603
how fixed comments? Comments are displayed in the short length is not true
Comments are displayed in the short length is not true! ;(((
Could you clarify? I dont understand. By the way, thanks for 1 star rating for without reason.
Sorry, but 1 star for you attention …i fix it… This is a good template, but it has a problem, before trying to contact you, but I was ignored… problem in a CSS … when the text comment is short (not width:100%), the template structure is broken … it is not corrected so far Sorry, i very bad speek English…
How did you was ignored. I’ve up to 48 hours to answer you. You gave me 1 star after 12 hours.
not after 12 hours… dublicate… from 2014 Jul 28 07:14
Hallo, Richard!
The author did not answer. The problem is not solved. Pls help.
Warm Ragards, Sergey
Mon, 04 Aug 2014 13:31:31 +0000 ?? “Richard Girling (Envato Marketplaces Support)” <support@market.envato.com>: ##- Please type your reply above this line -##
Richard Gi Richard Girling (Envato Marketplaces Support) Aug 04 23:31
Hello Sergey,
Thank you for contacting us. I apologize for the delay in our reply. We’re experiencing larger than normal inquiries this past week and we’re working hard to clear the backlog and I just wanted to apologize for the late response.
My recommendation is to first contact the author of the item for help. They are in a much better position to give you the information you need that’s specific to their item
Although our authors are not required to provide support, many of them do. Support channels can also vary between authors e.g. item comments, profile page contact form or support forums external to the Marketplaces.
You can get in touch with the author of this item through these channels:
Item’s Support Tab: http://themeforest.net/item/centum-responsive-html-template/2831437/support Item’s Comment Area: http://themeforest.net/item/centum-responsive-html-template/2831437/comments Author’s Profile Page: http://themeforest.net/user/Vasterad?WT.ac=item_profile_text&WT.z_author=VasteradIf you don’t have any luck with the author please let me know and we can re-asses and see if there is something I can do to help.
Warm Regards, Richard
(Please note I am based in Europe and my timezone is UTC +2)
Envato Support Getting Started | Support Centre | License FAQ
Jul 28 07:14
Can you help me? Problem with a template Centum (http://themeforest.net/item/centum-responsive-html-template/2831437?WT.ac=search_item&WT.oss_phrase=centum&WT.oss_rank=1&WT.z_author=Vasterad) Look at Picture When comment is short – you can see it
Attachment(s) problem-centum.png
]
Ok, i how fix it?
I completely don’t understand your problem. Could you clarify it again? If not please ask Envato to get refund (your money back). Cheers.
good template, i fix rating (4 stars) it is unnecessary to return the money , but needs some work … the problem in the picture … look this http://miakro.su/bag.png
Thank you so much!!!
NEVERMIND I figured it out :)))))
NEVERMIND I figured it out :)))))
Nice to see you, how are you? 
Good thank you!
I’m getting ready to purchase more Centums <3
Hoping you are good too!
Oh, here’s one question. Do you happen to know how to make the mobile visibility not static? So people can enlarge the screen and enlarge images etc. like other websites usually do. The default setting is static to phone size. I’m sure it’s a simple css fix but I don’t know what it is 
Try this < meta >:
<meta name="viewport" content="width=device-width, initial-scale=.5, maximum-scale=12.0, minimum-scale=.25, user-scalable=yes"/>
Thank you, I will try.
Hy! Adobe Dreamweaver CC and CC 2015 (on Mac) starts to hang and I’m forced to shut it down as soon as i open the style.css. Css files from other websites work just fine.
Have you already heard of this problem?
Thanks!
That’s odd. Try to open style.css in e.g. Notepad++ save with UTF-8 and try again? Have no idea to be honest. 
Hy! I found the reason that caused Dreamweaver to freeze(and this is embarrassing for a so called professional software)
At Line 5248 there is a semicolon instead of a colon. :))
i’m glad you solved it. 
nm, found the answer
ok
hi there is a problem with the menu and the slider, they are disappear all the time. i bought the template last week and i cant build a website from it. you cant see what you are doing Thanks
Could you clarify? How can I help you if I can’t see your site. It’s weird bug and I’m sure it’s not related with template. If you get template from .zip and it stop working after modifications then it’s definitely not template fault.
How do I remove the page title from the home page? “Home Page Template” is not an option in my templates and when I use CSS code it does not work.
Hi, if you’re asking about wordpress release of Centum then please post your request there http://purethemes.net/support/
thanks
Hi
I bought the html template recently and have two problems. I edit in Dreamweaver (code view) and when i view the page locally (with a temp page) i see all icons fine. once uploaded to server, all pages tried so far show no icons. I’ve loaded all support files.
Also the home page slider does not auto change. I’m sure there must be simple answers to these things but I can’t work it out! Page is posted to a development site at http://www.marklaurencedesign.co.uk/
Your help most appreciated!
1. You need to save file with UTF-8 before and after editing style.css
2. Try this code: to get autoplaying slider:
$(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 and thanks.
1: We have: <!—Basic Page Needs ==================================================—> <meta charset=”utf-8”>
in the header (index.html) and this has not been touched, as it is nothing i would edit. So nothing to change/add unless i misunderstand you.
2: where exactly do i put this code and should i have to insert such to get a template feature working? i would assume all such coding had been done!
Just trying to understand what i’m missing…
1. I don’t use Dreamweaver but there must he an option for saving files with UTF-8. Meta charset doesn’t matter because if you’ll save style.css in Dreaweaver with ASCI unicode then some of icons will gone.
2.Replace that part of layerslider’s code in custom.js
Hi
No 2 is sorted, thanks. All docs are already encoded in UTF-8, including style.css. I moved all the files from the html folder to root (public_html), don’t know if that would have caused any problems. Dreamweaver did auto-update all links though. Bit stuck otherwise…
All sorted now. I copied the original HTML file to the server, uploaded the index page without updating links and it worked… thanks for the help.
ok, im glad you solved that
Hi i bought your Centum HTML template and iam having a lot of issues with it. one of the issues that the css and the slider dont show up
Could you clarify / provide a link to your site?
Hi, I just purchased this Theme and I’m unable to upload the demo content and design. When I try to import the import.xml file in the extras folder, I’m getting this error message that says Internal Server Error. I activated all the plugins and I activated the Centum Theme. Please advice.
hi, questions regarding wordpress version please post at support.purethemes.net
Hi, when i upload template to web i cant view my slider on home page why ? damien
could you provide a link to your site?
You didn’t upload scripts: view-source: http://www.catandcage.ie/js/custom.js – http://www.catandcage.ie/js
Hi, when i upload template to web i cant view my slider on home page why ? damien