38438 comments found.
Suggestion to future development + question on how to achieve this in current version:
In your portfolio you have the option of adding “metadata” on mouse-over and display on standard view. However, this actually limits the use of your portfolio. I planned on using your Portfolio as “service-overview” of the different services I offer. However, in this case the current meta-data of publish date is no use.
In this case I would like to have a short description/ sub-title/ header on what the product includes. As a matter of fact, this would also be relevant when using as “references” where the meta-data displayed a short description of the project instead.
Do you get what I mean?
Hey again Peter,
The “Project Excerpt” field available on every project allows you to define custom text which will be shown instead of the date – it can technically contain as much text as you need so this should be a suitable option for what you’re looking for 
ok cool thanks!
You’re welcome 
IT would be so cool if you could add this ( ” ) to your quote-block like the Anchor-theme has it. I tried adding a background image, but I cannot align it correctly as desired, and it just repeat itself automatically.
Please check out how they use the quote-icon here. Its really neat! Can I do this some how on your theme?
http://www.madeinebor.com/anchor/blog-curtain.html#section-5
blockquote {
background-image: url('your-img.png');
background-repeat: none;
background-position: left top;
}
Cheers 
Ur the man as Ive said befre. thanks
Sorry but its not working. Is it because its in a div or? What if I have more blockquotes? Would it then be blockquote a or?
Hey again! There’s no reason it shouldn’t work on a blockquote and it should automatically apply to all in your site – can you show me a URL where the rule is failing?
Cheers
On top of your blog-posts (in thumbnail-mode)/ listing you automatically add categories. But if a blog-item is added to MORE categories this destroys the look and feel (more lines of text before the actual content). How to disable this?
.meta-category {
display: none!important;
}
and if I want to remove all meta-data, du I simply just use .meta (without anything after it?)
.meta-author, .meta-comment-count, .meta-category, .meta-date {
display: none!important;
}
yaaaaz

A few more suggestions – and perhaps you can tell me (us) how to hardcode this:
1. On your social-bar-short-code you have option of only 4 socials. However, it would suite the code to have a “tell a friend” (send e-mail hint) to this shortcode.
2. In the short-code “add image” it would be nice with a “No animation” option in the dropdown, as the only way of adding an image is through textblock or HTML which takes longer time.
3. A lot of your customers ask for general alternative background image (not only for the nectar-slider, but normal general bg image).
4. Option to add image-animation upon the Nectar-slider
Hey peter4576,
Thanks for the requests/suggestions!
You can place an image with animation shortcode into the caption field 
Cheers
Oh ok. But then I would need to know all the CSS attributes etc. as there is no “edit” box…
You’ll just be using:
[image_with_animation animation="Fade In" image_url="" delay=""] [/image_with_animation]
The only possible animations are
Fade In
Fade In From Left
Fade In From Right
Fade In From Bottom
Grow In
Flip In
my website is www.longtran.co
1. How can I make my white banner on the top transparent? 2. How can my social media dont appre on my footer?
Hey longzone
1. Add this into the Custom CSS box located in your Salient Options panel:
#header-outer {
background-color: rgba(255,255,255,0.9!important)
}
2.
.home-wrap {
margin-bottom: 35px !important;
}
Cheers
1. The bar still not transparent
Sorry, there was a typo – should be:
#header-outer {
background-color: rgba(255,255,255,0.9)!important;
}
thank, but the back ground not cover the whole screen?
also the social media footer not all the way at the bottom?
You’re welcome 
1. The home slider wasn’t intended for a transparent Nav, but if you wanna use that over the Nectar Slider, add this as well:
#featured article {
margin-top: -64px!important;
}
2. I’m not sure exactly what you mean, but see if changing the margin bottom on the second snippet to 40 helps with what you meant.
1. It works for the main page, however the blog and men and women page it not all the way up
.container-wrap {
margin-top: -107px!important;
}
Thanks, however for my shop and product page. I dont want it go all the way up here is the sample: http://longtran.co/shop/ and http://longtran.co/product/pocket-shirt/
.woocommerce .container-wrap {
margin-top: -84px!important;
}
i paste this in but in doesnt work now
It appears the pages in question a month ago no longer exist – can you supply new URL’s so I can check on the issue?
1. How can I make my white banner on the top transparent?
www.longtran.co
body #header-outer {
background-color: rgba(255,255,255,0.5);
}
Thank you. Also how can i get rid of the date in the porfolio eye candy?
for the nectar slide, I tried to make a slide like this :http://store.y-3.com/us/men/fashionshow#to=0&details=false&item=0 for my collection. However it wont let me show the original image , so this is what i get: http://longtran.co/women/ please help
Hey again -
1. It seems you’ve already found the option located in the portfolio options tab of the Salient options panel 
2. Your URL for that page currently seems to be empty – however looking at your example URL of what you’re trying to achieve, it looks like you want functionality the Nectar Slider wouldn’t be suitable for. A plugin might be a better option for this to avoid custom development.
Cheers
Thanks. Do have any recommendation where can I find similar plaguing for that slider
Royal Slider might be a good option http://dimsemenov.com/plugins/royal-slider/visible-nearby/
Hey CecilioLanz!
If you set it to poisition: fixed it will simply be stuck in the same position when scrolling – but from the size of that image and where it’s located it doesn’t seem like that would work out at all. Especially considering the page is short. Can you let me know exactly what you were going for? 
Cheers
I found this great way of adding additional page-sidebars for widgets (widget areas). However, when adding the new ones using your “widget sidebar” in your shortcodes, the widgets will not appear. And when adding he widget short-code manually in a textblock they do appear, but are not styled the way that the native page-sidebar.
Is there a quick solution to this problem?
Hey peter4576,
How are you adding the additional widget areas? It’s possible that may be the issue alone.
Cheers
1. I installed the plug-in “Widget on Pages”. This allows me adding more widget-areas (like page-side-widget) in which I can add other widgets. 2. I tried calling the widget by using the [widgets-on-pages id=blabalbaa] and it returned the widget correctly, but with wrong styling. 3. When I, instead of using the text-block, used your “add widget side area” predefined box, I got to choose between all the footer 1,2,3 widget areas and now also my new widget areas. But when choosing this area, nothing displays.
I would try giving this plugin a go instead http://www.woothemes.com/woosidebars/ and see if it works as intended 
Ok, woosidebar works really well when “replacing” a widget. However, its double work compared to adding it directly into the widget sidebar box of yours. When adding it directly its not styled correctly. Maybe I just need to add some class to it?
Hey – anyway you could share a URL where it’s not styled correctly so I can check out what’s going on?
Sure! Right here: http://kommunekommunikation.dk/ydelser/kurser/
It seems the only difference is they get placed without divs – add this into the Custom CSS box located in your Salient Options panel to cure it:
#sidebar ul {
margin-left: 0;
}
#sidebar ul ul li {
border-bottom: 1px solid #E6E6E6;
list-style: none outside none;
padding: 8px 0;
}
#sidebar > ul > li {
margin-bottom: 50px;
}
#sidebar > ul > li:last-child {
margin-bottom: 0;
}
yeaaaaz – love u!

Question – I tried to add background-color to the CSS above but with no succes. If I wanted to add a sidecolour, whould that require some crazy coding, or am I just doing it wrong?
#sidebar {
background-color: #000000 !important;
padding: 20px;
}
Should work 
nahahahhaaaaiize!
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