723 comments found.
Great template. Worked great. My customer was happy!
Thanks. 
Hey Vasterad! I’ve finally got to the stage of actually launching my website, but… images on some pages are overlapped for some reason. Tried all sorts of solutions but hit an absolute dead-end now. Any pointers as to why that is happening? I’ve googled this issue and quite bunch of results are pointing at isotope.js, i.e it loads up before images are finished loading and messes up the page as a result. Any ideas how to fix that? Thanks!
Could you provide a screenshot or something? It’s impossible to help without seeing an issue. 
Hm… Weird, but seems to work after adding the following piece of code to line 317 of custom.js:
$(window).load(function() {
Will flush my browser cache to see if it actually helped.
Btw, thanks a lot for your prompt response!:)
Sure thing. 
Two things I was looking for in styles.CSS and can’t seem to locate: 1. a “current” page navigation menu selection class, such as along the lines of:
and 2. breadcrumbs such as along the lines of Home » About Us
Was it included in this current style.css version or am I looking in the wrong place?
Thanks!
There’s no “current” class and you need to add it by yourself to css.
Just saw the new update now includes “active page” for the menu nav. Many thanks!
Np. 
Hi Vasterad!
Everyone loves the AZOMITE site and we are starting a few more this summer – so thank you for everything!
Question: For legal reasons, the company would like to change the “Formal Claims Disclaimer” Link (last line of bottom quadrant left on every page) to a link in yellow or orange so it is more visible.
http://www.azomite.com1) Where do we change this in the CSS? Is it possible to do it once in the CSS for all pages, or are we stuck manually changing it on all 133 pages?
Thanks in advance!
Mila
Put somewhere in CSS something like that:
a {color: #xxx;} a:hover {color: #yyy}
Cheers.
Thanks for the super speed!
Does this go once on the CSS page? Or css on each individual page?
Will this only change the one line? Or everything on the list?
We only want the one specific line under KEY INFORMATION to change. THANK YOU!
*And not only hover – we want the text itself to be color. It is within a specific ul class=”links-list”
Or maybe we could put a red dot or something before it… just not sure how to do this within the template perimeters….
Could you clarify your last 2 comments? I really don’t understand what do you want to change now. 
Hi. Sorry. Just uploaded an image for you 
.links-list li a { color: #222; } should helps.
Thanks but where does this go? I tried it here and nothing happened
a href=”resources/claims.html” .links-list li a { color: #222; }
style.css at the bottom of file ^^
OK thanks will look. This will only do the one line? We don’t want all eight line items to change.
Oh, if you want only to make more visible last item then add this:
.links-list li:last-child a { color: #222; }
It wouldn’t work for me – so I just added style=”color: #F60”
before the text. Will just do edit/replace on all the files unless you have a magic solution.
Thanks for being there 
.links-list li:last-child a { color: #F60 !important; }
It works (tested via firebug). Just add “important”. Cheers.
Will the above enable me to do it in just one spot for the whole site?
Where did you do this? On style.css? Or on the index page?
I only want the one line of text (not hover) at the end of the list changed.
I only see a .links-list li:first-child a, .links-list-alt li:first-child a { margin: -3px 0 0;
Do I need to add a “last child” line – and how will it know I only want the one last item text color changed?
Just paste that code I gave you at the bottom on style.css and look at effects… 
I did 
At the very bottom after the mobile code as well as added to the last line of * List ====================================*
and nothing happened 
OK!!! I added it with the bold red } to my test and it migrated to the right spot – whoo!
Except, it’s coloring the first line, not the last http://www.azomite.com/centum.jpg
Can you tell what happened? I would like it to color the bottom line of the list…
Thank you!!
Disregard!! I lost my mind. I kept at it and it’s working. You are the best! Hoping the test uploads like I want it to!
!!!!!
Let me know if there is something else I can do for you.
Thank you! I figured out how to add the white hover to the last-child without bugging you! Whoo! Whoo! 
Hi,
Just wondering why the contact details aren’t showing up on the top of the home page despite entering details within the General II tab under appearance/theme options as detailed in the theme instructions.
Kind regards,
Joey
Questions regarding WordPress please post here purethemes.ticksy.com
Hi Vasterad, I’m having an issue with the template displaying correctly in IE. I’m currently testing it in IE9 but other versions are also having problems, other browsers like FireFox and Chrome are fine though.
It seems it’s displaying the mobile format even in wide screen and the slideshow isn’t correct… http://www.cypresspartners.com/NEW/
Here are some screen shots…
http://www.cypresspartners.com/NEW/support/Home-Firefox.jpg http://www.cypresspartners.com/NEW/support/Home-IE.jpg http://www.cypresspartners.com/NEW/support/OurFacilities-Firefox.jpg http://www.cypresspartners.com/NEW/support/OurFacilities-IE.jpgLooks like the proble is on your side, please check code. My demo live preview works perfectly in IE.
I have set the theme color to red, this works well except the links in the content is green, it is not picking up the “red” selection.
Is this intended or is this a bug?
Jeff
in base.css you can change link’s color.
updated and works, thanks…
Great. 
I am wanting to customize the post list in side to have a Date Box rather than a image. I have tried simply using the Button for this….
See this for what the result is: I would prefer the button and the post snippet to be top aligned. I also think this would be a good addition to this theme. Great theme, easy to work with.
https://dl.dropboxusercontent.com/u/1416683/Screenshot_2013-05-26_9_31_AM.pngJeff
Give float: left; to both things (button and text).
Do I do this in the style sheet? or inline? I tried inline and with style=”float: left” and that pretty much destroyed the page.
I am not great with CSS, so if you can give me a bit more details that would be great….
<cfoutput query="WPpostfeed" maxrows="3">
<div class="latest-post-blog">
<a href="##" class="button color">#DateFormat(WPpostfeed.pubDate, 'mmm d')#</a>
<p><strong>#WPpostfeed.title#</strong><br />
<!--- trim for 12 words.... --->
#REReplace(WPpostfeed.content,"^(#RepeatString('[^ ]* ',12)#).*","\1")#...
<a href="/news/index/#WPpostfeed.postID#">Read more</a>
</p>
</div>
</cfoutput>
Could you provide link to your site? 
Hi,
ich use the template here to build a foto webside.
www.fotografie.hkinteractive.de
But the Contact-Form does not work (http://www.fotografie.hkinteractive.de/kontakt.html)...but no idea why 
Could you help?
Please follow documentation. I’m sure you’ve missed something.
Has anything happened with the Twitter feed ? When I download the files and preview the site the Twitter feed does not load. Thanks
Site must be online.
wrong area
? 
I was unabale to install the theme in wordpress, please help.
Got this error
Unpacking the package…
Installing the theme…
The package could not be installed. The theme is missing the style.css stylesheet.
Theme install failed.
This is HTML template and cannot be used as WordPress theme. Here’s WordPress release http://themeforest.net/item/centum-responsive-wordpress-theme/3216603?ref=Vasterad
I was unable to install the theme in wordpress. I got the following error
Unpacking the package…
Installing the theme…
The package could not be installed. The theme is missing the style.css stylesheet.
Theme install failed.
Is it possible to modify the Contact Form script in custom.js so that the url: “contact.php”, statement can pick an alternate contact.php (contact2.php)?
I want to have a separate contact2.html page with it’s own contact2.php. Any advice welcome?
Great template!
Unfortunately not really. :/
THIS IS ONE OF THE CLEANEST MOST EASIEST TEMPLATES TO USE…. THANKS.
Thanks. 
Hi Vasterad.
We have really enjoyed using the template, thanks.
One problem we are encountering, and I wondered if others had the same problem, is we are having real trouble with SEO. The client has a very unique business, and it should easily appear on Google after doing all the usual tricks but nothing appears whatsoever, for any search terms (except the company name).
Is there something weird about the template?
Many thanks 
Template is coded with good SEO practices and everything depends on your job how site is “SEO ready”.
Thank you for template. One questions:
1. I’m beginner, so be patient with some stupidity, maybe, but when I click on Search but seems it doesnt show any results. Could you tell me How can I turn search field to search desired words inside site content?
It’s HTML template and search function doesn’t work without an extra script.
could you advice me where I can get this function to make search field work? Thank you much!
You cna use e.g. plugin from cudecanyon or integrate google search. I cannot give guide because I don’t have any experience with google search, but I’m sure that if you buy plugin on CodeCanyon author will helps you.
Hi,
So far great theme. One question though, how can I collapse the accordion so that nothing shows active unless clicked?
Hi, remove this part of code from custom.js in Accordion section:
$container.hide();
$trigger.first().addClass('active').next().show();
thank you!!!
Sorry, I did just that and they all show as open by default, I want them all closed. What I want it to require a user to click on them to show. By default, the first one shows/
Woops, don’t delete $container.hide(); 
New problem. That does close them, but I have two 8 column sections side by side. Each with a list of accordions. Doing what you suggest, on page load makes them go full width until I open firebug, then they go back in their container. Any idea what’s going on there?
Also, I would like to be able to click to close again if it is opened (without clicking on a different tab).
Here is correct accordion code
(function() {
var $container = $('.acc-container'),
$trigger = $('.acc-trigger');
$container.hide();
var fullWidth = $container.outerWidth(true);
$trigger.on('click', function(e) {
if( $(this).next().is(':hidden') ) {
$trigger.removeClass('active').next().slideUp(300);
$(this).toggleClass('active').next().slideDown(300);
}
e.preventDefault();
});
// Resize
$(window).on('resize', function() {
fullWidth = $container.outerWidth(true)
$trigger.css('width', $trigger.parent().width() );
$container.css('width', $container.parent().width() );
});
})();
Perfect on showing closed, now what do I add to make the active one once opened on click, close again on click?
Well, not really possible with this script. 
Is there a problem with IE? Doesn’t show accordion closed? https://dl.dropboxusercontent.com/u/33383434/Test-Site/planning-permit-developing-services.html
nevermind. Just needed a refresh. Thank you!
Works for me.
P.S. great theme!
Thanks. 
Okay, one more small problem with the Flexslider Script. Did you know that the “fade” animation will not work? Only slide will show as an animation. I really do not like this movement. Is there any chance something is also broken here…
Did you even change animation type in flexslider.js?
Yes… that was the first thing I did. I also had to correct an error in the twitter feed to get it to work, but cannot get the fade animation working.
Question… would you change the script to enable the option to click close an accordion item if I paid extra? If so, how much? I really like your accordion, but need this “extra” feature please!
Hi, sorry but I don’t make customizations, even paid but I’ll take a look how to do it tomorrow if you could wait. 
That will help. Thank you.
Hi, here’s modified and tested script for you:
(function() {
var $container = $('.acc-container'),
$trigger = $('.acc-trigger');
$container.hide();
var fullWidth = $container.outerWidth(true);
$trigger.on('click', function(e) {
if( $(this).next().is(':hidden') ) {
$trigger.removeClass('active').next().slideUp(300);
$(this).toggleClass('active').next().slideDown(300);
} else {
$trigger.removeClass('active').next().slideUp(300);
}
e.preventDefault();
});
// Resize
$(window).on('resize', function() {
fullWidth = $container.outerWidth(true)
$trigger.css('width', $trigger.parent().width() );
$container.css('width', $container.parent().width() );
});
})();
You Rock! Not only did you create a beautiful theme that can easily be customized by a developer, but your customer service and support is top notch!!! Have a great night and thank you again.
Thanks for kind words.
hi, first of all, nice theme ! and sorry my english. Now the question, i need to use 2 contact form, so i copy contact.php into reservation.php I changeed some text in reservation.php but it works like contact.php because the function in custom.js calls contact.php:
// PHP file that processes the data and send mail
url: “contact.php”,
There is any way to have the 2 contact form working separately ?
hope you understand me
thanks in advance !
Pedro
Hi, sorry but current script doesn’t support that feature by default and need to be modified.
ok, thanks ! 
hello. I am very happy with this theme and have used it here what is soul? i wanted to ask is there any way to update my navigation bar in on every page without cutting and pasting? thanks. ian
It’s possible with only PHP Including, but I’m not an expert and couldn’t help you. Here’s guide http://www.apaddedcell.com/how-automatically-include-your-header-navigation-and-footer-every-page
Thanks. You are awesome 