38438 comments found.
Amazing! Worth every penny for sure!
Quick question – on the pricing tables, when I select my “Color” it doesn’t seem to be working – I assume it’s supposed to change the color of the column header text but everything is staying as my accent color. When I click “Highlight Column” and choose something other than my accent color, they work correctly. Am I missing something simple?
Thanks 
Thanks a lot skucenski!
By default the color was only intended to work with the highlight option, however I will definitely make it also apply to the default header for this case in the next update 
Cheers
Hiya Bud,
I have added these 2 classes in my custom css, basically I need the form focus to go yellow on focus, for some reason though it’s not working, have I written it correctly?
input:focus
{
background-color:yellow;
}
textarea:focus {
background: pink;
}
This is the page in question: http://www.webteam.cornwall.nhs.uk/lets-talk/
Hey,
for the form you have use this 
body .gform_wrapper input:focus {
background-color:yellow!important;
}
body .gform_wrapper textarea:focus {
background-color: pink!important;
}
I also vote for having an option to move the main menu to the left side (lateral) also with transparency will look fantastic.
Hey mzuker! Thanks for the +1 
Fantastic theme. I would like to request an additional feature. I think many users would like the option of having the menu (currently the header) be located at the bottom of the page or on the side (left, in particular). This would make Salient even more dynamic, powerful and aesthetically-pleasing. Thanks!
Thanks video586!
I appreciate the suggestion 
Cheers 
HI!
Congratulation for the theme, it is fantastic.
1. How it is possible to get rid of the “back to all button” and the arrows on a portfolio page and leave only the text align on the left.
2. How I could get rid of the whole area for title on the portfolio page, including the tittle, back to all bottom and arrow?
Many Thanks!
Thanks CarlosCampo! 
1. Add this into the custom css box located in your salient options panel:
body .project-title .section-title {
padding: 0px !important;
text-align: left!important;
}
#portfolio-nav {
display: none!important;
}
2.
.project-title .container {
display: none!important;
}
Cheers 
Thank you for your response…
Another two questions..
1. How could I use the css box change the position of the social media icons on the portfolio page with side bar. I would like the icons to be located below the text. Is that possible or I would have to modify the code?
2. Would be possible to reduce the total width of the website, the 1200 px to other dim.
I had tried to find those answers on previous comments but not luck!
Very happy with my purchase and the service!
And
3. it is possible on portfolio side bar to change the position of the bar to the left and show images on the right?
Hey again!
1. This would require modding the simgle-portfolio.php file.
2. If you disable the “extended responsive design” option in your general settings tab of the Salient options panel, the max width will actually drop to 1200px 
3. Add this into the Custom CSS box located in your Salient Options panel:
.single-portfolio #post-area {
float: right!important;
padding-left: 41px !important;
padding-right: 0 !important;
}
Cheers 
Thanks again!
Much appreciated : )
Sorry but probably I haven’t explained myself properly. Regarding to point 2. what I actually would like is to have less than 1200, for example 1000 or 800 px total width and everything scale relative to that. Would that be possible?
Cheers!
You’re welcome!
Add this into the Custom CSS box located in your Salient Options panel:
@media only screen and (min-width: 1000px) {
.container {
max-width: 900px!important;
}
}
Thank you!..
That scale to 1000px the header and footer, and the portfolio page, which is brilliant, but home slider and the line separating the menu still appears at 1200..
Any idea?
Thanks again : )
Hey again!
Change that to this:
@media only screen and (min-width: 1000px) {
.container, body #featured .orbit-slide article .container .span_12 {
max-width: 900px!important;
}
}
can I see your URL to check on the line you’re referring to?
Cheers
Still not working : (
Home slider and still are with 1200px wide. and nectar slider in about is reduce but not completely to line up with the text. And if you go to services, the line separating the menu is still 1200 px..
http://carloscampo.es/salient/Thanks!
Hey! Didn’t know you were using the boxed as that changes the css needed:
@media only screen and (min-width: 1000px) {
.container, body #featured .orbit-slide article .container .span_12, {
max-width: 900px!important;
}
#boxed {
width: 900px!important;
}
#boxed #header-outer, #boxed #header-secondary-outer, #boxed #page-header-bg, #boxed #featured, #boxed .orbit > div, #boxed #featured article {
min-width: 900px!important;
}
}
That solved! Thank you. I will try not to bother you in a while.. : )
and sorry I should have said I was using the boxed
Cheers
No worries, glad I was able to help out 
Cheers
Hello, I doubt arises, not whether to do or could do it in the future … In the blog page masonry could be made that they were loading new posts after that he was down on the page, instead of sort by page. I hope I have translated well, pardon my English! A greeting.
Hey Ar3D!
This is an option that’s coming in the next release 
Cheers
Hey guys,
Love the theme but have a question regarding building a GALLERY PAGE.
VIDEO EXPLAINING ISSUE: https://www.youtube.com/watch?v=PzGOtx2UNfM Example Page with portfolio images: http://surfschoolcostarica.net/costa-rica-photos/ Example page with standard gallery (Not with VC): http://surfschoolcostarica.net/gallery-tester/I have a lot of photos so I am looking for two solutions:
1.) An easy way to upload all my photos to one categorized gallery page.
2.) Images open up in lightbox 3.) Images thumbnails are not blurry
Should I use a different plugin to solve this issue? Any suggestions?
Thanks again for your AWSOME support
Hey plongley87!
The Image Gallery element within VC is actually exactly what you’re looking for. As of Salient 4.0 it received the option to emulate all of the portfolio styles, allowing you to create grids of images that look the same as a portfolio all through the single gallery interface. You can also define your image size for the VC gallery – entering a size such as 600×400 would probably suffice to ensure good quality.
Cheers 
Great theme, thnx for this.
one thing however… Today I replaced it to an other server. and now the nectar locations don’t connect to the slides. The new server is running php 5.5.11 could this be the problem?
Also when attach the slides to locations, and i go to the locations page. all locations says “0” items in it. but thats not true.
I now can’t connect the pages to the right nectar location because in the page it says that there arent any nectar locations available.
Thanks henryd,
There’s no known issues with PHP 5.5, anyway you could open a ticket in regards so I can log in and see what’s going on?
http://themenectar.ticksy.com/Cheers
Thank you! I investegated further but seems that the problem was that the nectar slides were set to “private”. so thats why they didn’t show up. Sorry for your time. template is running perfect on PHP 5.5 
Ah, no worries! Glad you got it sorted 
Cheers
Hello and congrats for the nice theme,
I have the same question as JoeKozak, I’d like to use part of it as a one pager (clicking the tabs on the navigation bar would scroll you down the page) ; but I’d like to use the last tab as a blog on a separate page.
Is it possible ? Thank you for your answer.
Hey Macassar,
Please see my answer to him in regards 
Cheers
Have you any nice examples of the contact 7 form in multiple columns please? (or are you planning the integrate more options for this in a future update?)
R
Hey Rich,
When creating your form, just wrap your inputs in columns like this:
<div class="col span_4"> FORM INPUT HERE </div> <div class="col span_4"> FORM INPUT HERE </div> <div class="col span_4 col_last"> FORM INPUT HERE </div>
Cheers 
Hi,
I am having great difficulty with the theme, for some reason, the text on home page header is not appearing, also, the masonry layout on blog post is not appearing either all of sudden.
I’ve hired a developer to look into it but he couldn’t pin point the issue. it’s causing me grief as the site is not working properly.
do you have any solutions to help me? thanks.
Hey Niftyapplepie, please just open a ticket in regards so I can log in and see what’s going on. http://themenectar.ticksy.com/
Cheers
Hi, i have the double logo issue, by updating WP to 3.9. I already tried to write the code you offered into the Custom CSS Box, but its still not working. I have Salient 2.1
Hey blende11, please share your URL so I can see why it’s not working for you 
sorry, it works already, the server probably needs a time to update this, thanks anyway
No worries, glad you got it 
Hi, can I ask you how to make the portfolio have different color like your live view like this? http://themeforest.net/item/salient-responsive-multipurpose-theme/full_screen_preview/4363266 I can only make one color for all…
Hey toiji, the option to define a color for specific projects was added in Salient 4.0 so just make sure you’re on that version or greater to make use of it 
Cheers
Hi, A few questions as I am seriously considering purchasing the theme 1- I will be migrating from the Enfold theme, will installing and activating the theme bring over all my pages without a hitch. I have 1000 pages and its quite daunting to do everything all over again. 2- Are the social buttons integrated with both posts and pages? 3- Is the theme compatible with the Google publisher plugin for adsense.?
Thanks
Hey awaghlis,
1. I know the page builder Enfold uses is a custom one so switching to any other theme will require rebuilding the pages that made use of that.
2. Yes, there’s a shortcode/page builder element for that so you can place it on any page you need.
3. I have not tested with that specific plugin, but can’t see why there’d be any issues. If you end up going with Salient and run into any just let me know 
Cheers
Hi is it possible to change the nectar slider effect? maybe fade ?
Thanks!
Hey ivrsell!
As of right now there’s no other transition effects in that slider, but an option for fade is already on the wishlist 
Cheers
Thanks a lot!
You’re welcome 
Hi, is there any way of using this as a one pager? For example – clicking the tabs on the navigation bar would scroll you down the page?
Additionally – on mobile is there any way of having the navigation bar stick to the top as you scroll – like it does on the main view?
Thank you
Hey JoeKozak,
1. Yes, but it would need to be through anchor links and using this plugin: http://wordpress.org/plugins/page-scroll-to-id/
2. Add this into your custom css box located in the Salient options panel:
@media only screen and (min-width : 1px) and (max-width : 1000px) {
body #header-space {
height: 56px!important;
display: block!important;
}
body #header-outer {
position: fixed !important;
}
#mobile-menu {
position: fixed!important;
top: 52px!important;
width: 100%!important;
}
}
Cheers 
Hi! nice theme!
Can I open a lightbox with an embed video (vimeo) after clicking a theme button?
Thanks dreiblau!
Add this into the text tab on your editor:
<a href="https://www.youtube.com/watch?v=yarB1NCyqfs" class="pp nectar-button medium extra-color-3">Link</a>
Cheers 
Thank you a lot
You’re welcome 
Hi ThemeNectar
Thank you always for the fantastic updates and superb support!
I recognize that the footer copyright section at the bottom of the page automatically displays the current year and website title. However, I do NOT want the website title to appear here. Can you please give me a custom CSS for this?
Thank you very much in advance!
Hey tomsato!
There’s an option in the Salient options panel > footer options to “Disable Automatic Copyright” – check the box for that option 
(this option was added in 3.1.5)
Cheers
Hi ThemeNectar, thank you for your response!
I also have a “double logo” issue, my logo at the top of the page appears twice, even though I have updated the theme to version 4.03. I need help!
Strangely when I deactivate “W3 Total Cache” plugin the problem disappears. Is this a plugin conflict, and if so, is there a fix? I need this plugin because my site gets too slow without it 
Oh, and I emptied cache on browser as well. I also confirmed this “double logo” problem on chrome, safari and opera as well…
Hi, I switched over to Quick Cache plugin and the “double logo” problem has disappeared…
Another question: how do you change the size of the toggle title size in toggle accordion? Since updating to ver 4.03, the font size has become smaller and I want the toggle title to be bigger than the text that appears when you click that title!
I tried this custom css but it doesn’t seem to work
body .toggle h3 a {
font-size: 16px!important;
}
.
Thanks in advance
Hey tomsato!
Glad you sorted the issue 
As for altering the toggle – that snippet seems correct. Can you kindly provide me with the URL where it’s not working?
Cheers!
Hi ThemeNectar,
Thanks for your response, please check out my website at: https://dl.dropboxusercontent.com/u/86001863/Website.txtYour help will be highly appreciated.
I don’t know why that custom css snippet doesn’t work either 
Thank you in advance!!
body .toggle h3 a { font-size: 16px!important; } getting applied on your setup. Anyway you could allow me to log in quickly and check your custom css box?
I iust realized I had changed it to 22px to make font size bigger but still that didn’t change a thing. How do I allow you to log in? Can you give me your email please? To make it easier I will paste my custom css box entries below, please advise what to fix 
.widget {
font-size: 15px!Important;
}
#header-secondary-outer {
background-color: #f7f4f9!important;
}
#header-secondary-outer a, #header-secondary-outer nav ul li {
border: 0px!important;
}
@media only screen and (min-width : 1px) and (max-width : 1000px) {
body header#top #logo img {
height: 54px!important;
}
body .toggle h3 a {
font-size: 22px!important;
}
#header-outer {
height: 80px!important;
}
}
#mobile-menu #mobile-search, header#top nav ul #search-btn {
display: none!important;
}
@media only screen and (max-width : 690px) {
body .swiper-container .swiper-slide .content p {
font-size: 40px!Important;
}
body .swiper-container .swiper-slide .button a {
font-size: 40px!Important;
}
}
#featured article .post-title h2 span {
background-color: transparent!important;
box-shadow:0px 0px 0px!important;
}
#featured article .post-title a {
border-color: transparent!important;
}
#featured article .post-title a {
background-color: transparent!important;
}
body #header-secondary-outer nav ul li a {
font-size: 18px!important;
}
#copyright .span_5 {
width: 85%;
}
#copyright .span_7 {
width: 20%;
}
html body, html body p {
color: #000;
}
.swiper-slide .content p {
color: #fff!important;
}
.swiper-slide .content p, body .testimonial_slider blockquote, body .testimonial_slider blockquote p {
color: #fff!important;
}
.row .col.section-title {
margin: 0px!important;
border: none!important;
}
#header-secondary-outer ul {
top: 10px;
position: relative;
}
body #featured .orbit-slide article .container {
margin: -25px auto 0!important;
}
#featured article .post-title h2 {
max-width: 800px!important;
}
#header-secondary-outer {
padding-bottom: 2px!important;
}
.sf-menu ul {
width: 21em!important;
}
body #header-secondary-outer {
border-bottom: 0px!important;
}
#header-secondary-outer #social {
float: right!important;
}
The issue is that you have it inside of a media query that only applies to mobile devices:
@media only screen and (min-width : 1px) and (max-width : 1000px) {
body header#top #logo img {
height: 54px!important;
}
body .toggle h3 a {
font-size: 22px!important;
}
#header-outer {
height: 80px!important;
}
}
Change that section to this 
@media only screen and (min-width : 1px) and (max-width : 1000px) {
body header#top #logo img {
height: 54px!important;
}
#header-outer {
height: 80px!important;
}
}
body .toggle h3 a {
font-size: 22px!important;
}
Thank you so much!!!! I completely missed that mistake and had no idea! You are absolutely brilliant, you deserve 100 stars for your consistently superb customer support!
Thanks so much! 
Cheers
One more question please:
I have my social icons (facebook, twitter, etc) at the footer and at the moment, they are positioned on the left hand side. Can you provide me with a custom CSS to change their positioning so that they are displayed on the right hand side of the footer?
Thank you very much in advance!
Anyway you can provide your URL again? The dropbox text file seems to be gone.
Cheers 
Hi ThemeNectar!
Sorry about that!!! Here it is: https://dl.dropboxusercontent.com/u/86001863/URL.txt
Thank you in advance 
No worries! Add this into the Custom CSS box located in your Salient Options panel:
#copyright .span_7 {
width: 17%!important;
}
#copyright .span_5 {
width: 80%!important;
}
Thank you so much for excellent customer support as always
It worked perfectly!!!
You’re very welcome 
Hiya,
If I want to adjust the input field styling which classes of I target in custom css please?
Looking at the code it showing: input_2, so to add:
padding: 15px 25px; margin-bottom: 30px; height: auto; font: normal 18px "PMNCaeciliaW01-45Light",Georgia,serif; box-shadow: none; border: none; width: 100%;
Hey, here;s the mass selector 
input[type=text], textarea, input[type=email], input[type=password], input[type=tel], input[type=url], input[type=search], input[type=date] {
/* rules here */
}
Hi. If I wanted a FULL background image on the blog-page, which ALSO made the top-navigation transparent, and which was still when scrolling, how would I achieve that?
Currently I only have this as a header, and gray background. Pls check: http://kommunekommunikation.dk/kommunekom-blog/
However, I would like the top menu to go non-transparent when scrolling (like default), but still keep the background image still.
I know what I mean?
correction-function on this site is dead. I meant of course “You know what I mean..:”
Hey Peter, currently it already appears you have a Full width BG header with the transparent header – are you attempting something else that I’m just not clear on or have you sorted this one?
Cheers 
I wanted the gray area to be the bg image as well. And that the background image would not scroll but be fixed?
If you’re referring to the secondary navigation bar when you say “gray area” than that would take some custom development. When you’re asking for the BG image to be fixed – is this what you wanted?
#page-header-bg {
transform: translate(0px, 0px) !important;
-webkit-transform: translate(0px, 0px) !important;
}
(add that into the custom css box of course)
OK- I have now built a page on which I can display what I mean (and I believe many other of your customers would like this feature as well!). Now: On the page I wanted the video (or image) to be NOT only on the row, but covering the entire page. That means replacing the header, body background. Also I wanted the background to be fixed and not scrollable. Do you know what I mean now?
Ah, that makes more sense now! Unfortunately this wouldn’t be possible without some custom development – but you could kind of get away with this effect with css alone if you just want an image. (Add this in your page css box in the visual composer view)
.container-wrap {
background-image: url('your-image-src.jpg');
background-attachment: fixed!important;
}
ok. So lets say its not possible to show it underneath the menu… is it possible then to “fix”/ hold the video still, with no scrolling?
The css I provided was a workaround for an image BG only – handling a static video BG in the way you’ve proposed would require a bit of custom development
Ok cool thanks. Cant wait for version 4.5 to be released 

hey btw – if I DONT want to use the header, but still wanted the header to be transparrent, which code would I then need to use?
OK I found out myself – and now I have like ALMOST what I wanted. However, I still have like 10px from top to row. is that default?
I can assist you to remove that – anyway you can give the URL where you’re working on this? http://kommunekommunikation.dk/kommunekom-blog/ doesn’t see to be it
Ok – sorry regarding the header… I found out how to make the header transparrent – WITHOUT using the theme header. However, now BOTH the big (main) header is transparrent (which I wanted) but also the small header (on scrolling) goes transparrent.
Now: How do I ahieve EXACTLY the same header-effect that you have when using your header, but without using the header?
Hey again – if you’re going to use css of some sort to set the header transparent, you can use this to make sure it goes solid when scrolling down 
body #header-outer.small-nav {
background-color: #fff!important;
}