38351 comments found.
Hi!
Thanks a bunch for all the help so far, I have one more question though:
I would like to put a portfolio container within a toggle panel, it looks strange of course
but is it doable?
Cheers
Hey Etemmu!
Currently you can only place the portfolio element inside of a tabbed element – some visual discrepancies might occur if you nest it within a toggle (not to mention there won’t be enough room for the columns)
okay thanks!
You’re welcome 
Hi,
Love the theme!
I have three issues that I hope you can help me with:
1. When I change the theme the header color scheme to ‘dark’ and then resize the browser to mimic ‘mobile’, my logo shows up doubled or shadowed.
2. How do I add opacity to the header?
3. How do remove the bottom border from the header?
Thanks!
Hey wasjs!
1. Can you please supply a URL so I can take a look at why that might be?
2. Add this into the Custom CSS box located in your Salient Options panel: html body[data-header-color="dark"] #header-outer, body #header-outer {
background-color: rgba(0,0,0,0.8)!important;
}
3.
#header-outer {
box-shadow: none!important;
border: none!important;
}
Cheers 
Thanks for the reply!
Regarding issue #1: I logged out/logged in and no logo shadowing! If it happens again I’ll let you know.
Update: If you choose the dark color theme and resize the browser (shrink) to a ‘mobile’ response, the logo ghosting appears.
Update 2:
Changed:
header#top #logo .starting-logo { left: 0; opacity: 0.3; position: absolute; top: 0; }
To:
header#top #logo .starting-logo { left: 0; opacity: 0; position: absolute; top: 0; }
Hey, thanks for the updates! Where did you find that line to change? That shouldn’t be in the stylesheet by default (should be set to 0)
Cheers!
No problem. You can find it on line 746.
Cheers!
I’ve double checked and that should read:
header#top #logo .starting-logo {
position: absolute;
top: 0;
opacity: 0;
left: 0;
}
by default – are you sure you didn’t mod the files after downloading?
Cheers!
What CSS could I use to decrease the line spacing of the footer menu?
Screenshot: http://www.clipular.com/c?6398212210425856=MP5MmQbPiMhAlOlL34B1qMshuHc&f=.pngTried with the following but it doesn’t make any difference with the line spacing between each of the menu:-
body #footer-outer #footer-widgets .col ul li { padding: -10px -10px!important; }
Hey largeserver,
Try this:
#footer-outer #footer-widgets .col ul li {
padding: 3px 0!important;
}
Cheers
I tried with this option but please review this link – http://s14.postimg.org/byaocayz5/Capture.png
You can see the red highlighted part is still too much of space….can we remove that part?
Try this instead 
#footer-widgets .row {
padding: 15px 0!important;
}
Hi Nectar,
Can you help me fix these possible bugs:
- since the upgrade to WP 3.9.1, the visual composer is buggy when trying to add the Line Divider as its own element or using the shortcodes inside of a Text Block.
- when creating a row with more than 1 column and using the Column Padding feature, the last column does not seem to inherit the bottom padding setting. Looking at the source code, could this be related to the fact that the last column has a “col” class instead of “col_last”?
Thanks! Salient is still the best theme otherwise.
Hey danielzd!
1. Salient v4.0.3 is the only version capable of running WP 3.9 – please update to that in order to correct the editor issues.
2. Since this isn’t a current known issue, can you please share a URL where this occurs so I can see what’s causing it?
Cheers 
Dear ThemeNectar, the footer widget is mal-aligned is there a way to fix it? They are all underneath each other instead of being placed horizontally. Also, what is the Font that you are using for the Headline in the Demo? Thanks in advance!
- Cheers!
Hey jeremydarko!
1. Can you please share your URL so I can take a peek at what’s causing that for you?
2. Lovelo 
Cheers
Thanks for the swift reply! My URL is jeremydarko.com
In your first text widget, you have some broken or unclosed HTML tags causing the issue – you can drag that text widget into the inactive area for the time being to clear the problem while you mend the markup.
Cheers 
I looked at the entire HTML code I didn’t see anything broken. Can you double check?
<img src=” http://jeremydarko.com/wp-content/uploads/2010/07/vh_64×64_4.jpg” />Hey, I can’t see the HTML of that because it’s not pasted in a
pre tags
but, can you just remove that widget for a second to test if the issue is somewhere inside of it?
<div class="envato">
<div class="two_column">
<div class="column1">
<a href="http://videohive.net?ref=jeremydarko"><img src="
http://jeremydarko.com/wp-content/uploads/2010/07/vh_64x64_4.jpg" /></a>
<a href="http://themeforest.net?ref=jeremydarko"><img src="http://jeremydarko.com/wp-content/uploads/2010/07/tf_64x64_v5.jpg" /></a>
<a href="http://graphicriver.net?ref=jeremydarko"><img src="http://jeremydarko.com/wp-content/uploads/2010/07/gr_64x64_v4.jpg" /></a>
</div>
<div class="clear" />
<div class="top">
</div>
<div class="column2">
<a href="http://activeden.net?ref=jeremydarko"><img src="http://jeremydarko.com/wp-content/uploads/2010/07/ad_64x64_v4.jpg" /></a>
<a href="http://audiojungle.net?ref=jeremydarko"><img src="http://jeremydarko.com/wp-content/uploads/2010/07/aj_64x64_v5.jpg" /></a>
<a href="http://3docean.net?ref=jeremydarko"><img src="http://jeremydarko.com/wp-content/uploads/2010/07/3d_64x64_v1.jpg" /></a>
</div>
<div class="clear" />
</div>
</div>
Yeah, that’s incorrectly laid out – change it to this:
<div class="envato">
<div class="two_column">
<div class="column1">
<a href="http://videohive.net?ref=jeremydarko"><img src="
http://jeremydarko.com/wp-content/uploads/2010/07/vh_64x64_4.jpg" /></a>
<a href="http://themeforest.net?ref=jeremydarko"><img src="http://jeremydarko.com/wp-content/uploads/2010/07/tf_64x64_v5.jpg" /></a>
<a href="http://graphicriver.net?ref=jeremydarko"><img src="http://jeremydarko.com/wp-content/uploads/2010/07/gr_64x64_v4.jpg" /></a>
</div>
<div class="clear" />
<div class="top">
</div>
<div class="column2">
<a href="http://activeden.net?ref=jeremydarko"><img src="http://jeremydarko.com/wp-content/uploads/2010/07/ad_64x64_v4.jpg" /></a>
<a href="http://audiojungle.net?ref=jeremydarko"><img src="http://jeremydarko.com/wp-content/uploads/2010/07/aj_64x64_v5.jpg" /></a>
<a href="http://3docean.net?ref=jeremydarko"><img src="http://jeremydarko.com/wp-content/uploads/2010/07/3d_64x64_v1.jpg" /></a>
</div>
<div class="clear" />
</div>
</div>
Thanks, I deleted the code from the first widget to the third widget & it seems to be back Horizontal but I will use your code alternately.
Sounds good 
Pré-purchase question :
Is background video can be hosted on youtube/vimeo or are they necessarily hosted on my site ?
Hey costrela,
If the video is actually going to be a BG with content on top of it, it must be self hosted – but full width external emebeds are supported 
Cheers
Hello can you please tell me how to: - Remove the description button on the product page.
If possible i would like to leave product description and just remove the button above that says description.
Hey turtleturtle 
Add this into the Custom CSS box located in your Salient Options panel:
.description_tab {
display: none !important;
}
highly appreciated thank you
You’re very welcome 
Hi Nectar. Is there a way to control the sizing of the Recent Projects carousel? I would like to display 4 items across the page. However, I’m seeing the images display at different heights and widths. Is there a way to make the images and hover the same even sizes? Thanks and have a great weekend.
Hey Joe,
As long as you’re supplying featured images that are at least 600×400 they will get auto cropped – also, the number of items that show in the carousel are dynamic based on the screen size view at. Modding this would require altering the init.js file located in the js folder 
Cheers
Good Afternoon.
With this theme, do you have the option to change the location of a product description, i.e instead of it being to the side of the product image can it be underneath?
Kind Regards
Hey obev0098,
With a small modification to the functions.php that I could assist with 
Cheers
I want to buy another copy of the theme for my friend. But I want to clone my site as I have worked a lot on translations and stuff. How do I transfer the license code if I clone the site?
Hey! As long as you purchase the second copy which will include a license key in the download area, you’re free do whatever you like with that second use, including copying/deploying your first site on a separate location 
ok cool.

Hi,
Is it possible to padding menu be horizontal.
Thanks, Sanja
and one more, we need table like here at the end http://navigo-labrador.com/index.php/en/our-dogs/old-yeller-africa-sunrise-mainmenu-66.html , I try to put in editor html but it doesn’t work and gallery thumb like on link under http://i31.tinypic.com/afbo0x.jpg
Hey Sanja!
Can you elaborate a little more on your first question? “padding menu be horizontal.” – perhaps supply a screenshot highlighting what you’re looking for.
2. There shouldn’t be issues with default html tables, can you supply your URL where there are problems so I can take a look?
3. There’s no default gallery exactly like that yet so you might wanna grab a free gallery plugin
Hi, here is example of menu https://www.coutosolutions.com/cfs-filesystemfile.ashx/__key/CommunityServer.Components.ImageFileViewer/CommunityServer.Wikis.Components.Files.mightymenuv2/1220.Horizontal1LevelAlwaysVisibleExpanded.gif_2D00_342x281.png, one level will be enough and here is page where we want to put table http://estavarain.no/new/?page_id=2712
Hey,
1. It appears from that picture that they have 2 levels of horizontal navigation before the regular dropdowns – Salient only supports one horizontal top level nav and then submenus will then dropdown as dropdowns below. Altering this would require some custom development.
2. Can you place place the table on the page so I can see what was displaying wrong with it? As of now it doesn’t appear to contain any tables 
One level be enough, so only horizonatal , table insert 
For example:
.tablica {
width: 100%;
border-top: 1px dotted #496383;
margin: 5px 0px 0px;
And sorry to bother, any tutorial for paralax slider on the home.
Something like this.
http://www.heathfield.co.uk/
Thanks, Sanja
Hey again,
1. Add this into the Custom CSS box located in your Salient Options panel:th, td {
border: 1px solid #DDDDDD;
padding: 10px;
}
2. These two tutorials will help you understand building full width parallax sections:
https://www.youtube.com/watch?v=N4mt0lOJ888 https://www.youtube.com/watch?v=DpJWWM4BAboHi TN,
Is it possible to replace the date on http://themenectar.com/demo/salient-frostwave/portfolio-fullwidth-style-three/ with some custom text? Having the ability to write a header and subheader on portfolio items would be powerful.
Cheers, Peter
Hey Peter, yes – there’s already an input in the project configuration box for every item to define a custom excerpt 
Perfect! I didn’t notice this update.
Thanks TN!
You’re welcome 
How to make all rows of content stretch full width of the browser on each page? Right now at “actual size” browser resolution, the header slider + footer + main call to action (so all content from main CSS) stretch all the way to each side of the browser window. But if you look at the content in between (even in demo) it cuts off on the left hand side in Chrome about 3-5 px leaving white space. I tried all possible settings and combos of “full width in container, background etc)...The only time everything stretches full width is when I click “zoom out” once in view settings in Chrome.
Thanks
Hey mayka06851,
There should be no extra space on the left hand side when using full width background/full width content rows – I’ve doubled checked on Chrome on the demo in various zoom levels but couldn’t replicate. If you’ve already tried to check on another computer, see if adding this into the custom css box in the Salient options panel helps:
body {
overflow-x: hidden!important;
}
Cheers
LOVE this theme. One of the only things it’s lacking at the moment IMO is the lack of blog layout options.
Do you guys plan on integrating more blog layout options in the near future?
Speaking of blog layouts, is there a way to make the background of the blog white instead of the grey color?
Thanks in advance.
Thanks pausethemoment!
Infinite scrolling is coming in the next update & if you want to change the BG of your blog, use the visual composer blog element inside of a row so you can have all of the row options like any other page
(Don’t forget to unassign that page from being the posts page in settings reading when doing this assuming that’s what you’re currently using to populate the blog page)
I like the idea of the infinite scrolling. Very cool. But, to clarify, I’m wondering about a variety of different blog layouts, like some of the layouts that the Jupiter theme offers (a theme similar to Salient here on ThemeForest). At the moment, I think we’ve got very limited options with the blog layout and it would be nice to have a variety of styles. Anything coming down the pipeline when it comes to this?
As for the bg of the blog, why is it that if I assign “Blog” to the reading settings that it has a grey background, but if I create a separate page and (unassigned) and simply link it from my nav menu, I’m able to use a white bg?
Doesn’t the “Blog” have to be assigned in the reading settings?
Thanks!
Hey again!
1. Yes – but not in the next immediate update.
2. Because the blog assigned from the settings>reading will take over your page content for that page, but when you choose yo use the visual composer blog element instead – you have the freedom to control the row it’s inside of and thus the BG properties of that row. 
Hey there! I have a few questions that I really need help solving as soon as possible.
1) I deleted the comments meta from individual blog posts but can’t figure out how to get it off of the main blogroll. I’ve looked at ALL of your tickets and can’t seem to make any of the suggestions work.
2) The Nectar Slider video background won’t play in Firefox (Safari and Chrome are fine and IE has the “Preview Image”). I read in your previous comments that the theme was built with Firefox so I’m not sure why I’m having an issue.
3) Is there any way to show the Nectar Slider’s “Preview Image” in place of the loading circle? I’m worried that people with ridiculously slow internet will click out of the site if they just see a loading circle. Fixing this would be super helpful and much appreciated!
The site is being built on my desktop server but has been loaded to www.michellemurphydesigns.com to show it to you.
Thanks for an amazing theme and great support! 
Hey tesolutions!
1. Add this into the custom css box:.meta-author, .meta-category, .meta-comment-count {
display: none!important;
}
2. Do you have a properly encoded webm & mp4 supplied as well as the necessary lines added the htacess file? (This is covered in the troubleshooting video backgrounds section of the user guide)
3. Unfortunately there’s no way to do this without some development since css alone wouldn’t be able to be of much help (unless of course you don’t want it dynamic and just want to set an image of your choosing as the BG)
Cheers 
Thanks for the quick solutions!
1) I ended up the following string to get rid of just the “No Comments” meta. It ended up taking out the actual comments area as well though. Any other solution?
using .meta-comment-count { display: none!important; }
2) When I load the site from my desktopserver to the actual hosting I’ll look into the htacess file.
3) Right, I just want a static image on it instead of the grey box with the circle spinner. Make sense? Is this possible?
Thanks again for your help 
Hey again!
1. The
.meta-comment-count {
display: none!important;
}
should remove the line you’re looking for but I don’t see it getting added to your site.
2. Sounds good 
nectar-slider-loading {
background-image: url('your-img.jpg')!important;
}
Cheers
Hello,
I would like to change the size of the team member images that I have placed on my home page in columns: http://www.con-pow.com/
I would like for the images to be 400px wide by 500px tall, I found a post where you mentioned using this:
.team-member img { margin-bottom: 15px!important; width:400px!important; height:500px!important; }
However I tried placing this in the style.css and also tried it in the custom .css code box on the general settings but the images are still the same size they were.
Thanks for the time and I love this theme.
Hey ChrisConner!
Add this into the custom css box:
@media only screen and (min-width: 1000px) {
body .team-member[data-style="meta_overlaid"] .team-member-image {
height: 500px!important;
}
}
Cheers
Ok thanks! I tried specifying a width as well but the overlay and the rest of the content seems to all be based on a specific width defined somewhere else so it ended up looking strange as it only fit the width when rolled over and none of the text content matched the size.
I tried adjusting all of the other .team-member components from the style sheet and adding them to this code in the general settings box but it seemed to never appear right.
If it is not an easy fix, I suppose I will just have to make the images match the larger width format instead of having them taller than wide as I wanted. Thank you for your time and for the helpful response!
Hey again! Yes, for the team member second style – the images are actually set as a background on a div that has a % width. If you need your images to display at an exact size, try using the other style available 
Any feature like “related posts”?
Any screenshots of the admin panel options, shortcodes or page builder items? Maybe I’m just not looking in the right area.
Hey cbmatthews, there’s only a recent posts element as of now – but here are the tutorials which show off the UI https://www.youtube.com/user/ThemeNectar 
Thanks for the glimpse inside. Really like your theme, just need something to show related posts by category or tag for now.
For now that would require a plugin, but i’ve noted it for the wishlist 
Hello, I’ve start to use Woocommerce, I creeate a store, and categories. I’ve creeate a product and I’ve put a picture. The product is place in one of categories that i’ve creeated. When I enter in the product, the clarity of picture is very good, but when I enter in specific category to select the product, the picture it’s not so clear and nice. What should I do ? This is the site: http://moramart.ro/product-category/monumente-funerare/
Please help. Thanks !
Resolved !
Thanks again ! 
Great to hear! 
Cheers
Hi Nectar. A few more requests please. 1) Can you please add in the Category column in the Portfolio back-end page? I have 30+ items and it would be very helpful to see the Cat name instead of doing a quick edit on each item. 2) It would be awesome if salient had a page transition animation on page loads, like the qode bridge theme. Thanks again!!
Hey Joe!
Thanks for the suggestions 
Cheers
I have been so happy with your help. Will you be interested in a Danish translation of your theme (my .PO file etc,) in return?
That would be awesome Peter! 
Damn… there are 20+ pages. Will take a while but Im on it! 
Haha, if it’s any hassle at all it’s really okay – I don’t need it, just if you have it laying around I wouldn’t mind having it to give to other buyers who may want it 