38438 comments found.
Hi
Just one more question before I buy this lovely theme.
Is it possible to have the logo centred with the menu below it?
Many Thanks
Hey obev0098!
Yes, with css I could provide 
Cheers
Thanks, just purchased it.
That’s great to hear! Add this into the Custom CSS box located in your Salient Options panel 
header#top nav {
text-align: center!important;
}
header#top nav > ul {
float: none!important;
display: inline-block!important;
}
body #header-outer .span_9, body #header-outer .span_3 {
display: block!important;
float: none!important;
margin: 0!Important;
width: 100%!important;
}
header#top #logo img {
margin: 0 auto 20px auto!important;
}
Hello, thanks for this information it works
. But…. there seems to be a gap at the top of the header, around 10 pixels, between the header and sub menu. Thanks
I’ve discovered that the gap is caused by having a static header using the css snippet I’ve found on her, #header-outer { position: absolute!important;}
Any clues how to resolve?
Also I notice that the full width of the header is now the link to the home page. Can this be confined only within the logo ?
Hey again obev009! Can you provide me with your URL real quick so I can sort that out for you? 
Cheers
Sorry for the delay, it’s http://judithscatering.com/
Add this in to the custom css box as well 
html body #header-outer .span_3 {
margin: 0 auto !important;
width: 300px !important;
}
Hi.
I bought this Slider that I Absolutely Love But Unfortunately Cant Make it work with salient. it works with shortcodes. Any idea why it doesn’t work? http://codecanyon.net/item/ultimate-3d-carousel-wordpress-plugin/7217495thanks for any help
Maria
Thanks
Hey Maria, I would need to see a URL where it failed to work in order to help out 
Thanks so much for the reply. I was able to ad the slider once the developers helped too. however now I have an issue. using their slider as header it gets a white line on the top. also would love to give the same effect as transparent header as we do with nectar slider.. is that possible?? I am happy to send url so you can check but in private. So will send a ticket. In between I love your theme, is amazing what we can do with it and above all I love your support. 5 stars in all. Thanks
Maria
Hey again!
Adding the transparent header effect in over a custom element such as that slider would take a little modding – but just let me know when you’ve opened that ticket & the id so I can take a look 
hey again. your support ticket is not working. have been trying to open a ticket since my last post and it just doesnt happen. google cant find the page? If there is a direct email let me know. Thanks again.:)
Hey – Ticksy was down last night, please try again now
http://themenectar.ticksy.com/
thanks a lot. ticket just sent. hope you can help.
Thanks & sorry for that downtime 
Hello, I wish use the design of portfolio recent works like in that link: http://themenectar.com/demo/salient-frostwave/ for shop page of woocommerce (view categories of products as recent work were view). Can you help me?
Hey Anatal,
Unfortunately the portfolio design styles are not able to be used for WooCommerce at this time – but I’ve noted that idea for the wishlist 
Cheers
Hello,
Thanks for the theme and quick answer of last time.
I would like to do a small modification of the CSS code, but i don’t find how 
Here is my issue : i would like to have the secondary navigation menu in the center, instead of left
Regards,
Hey 0gust1,
Add this into the custom css box:
.sf-menu li {
display: inline-block;
float: none !important;
}
#header-secondary-outer ul {
float: none!important;
text-align: center;
}
Cheers
Perfect ! Thanks.
Just a another small modification , i would like to do. How can i remove the line / margin ?
html body #header-secondary-outer {
border: none!important;
}
I added the code, but i still have the border :’(
Hey – Can I see you’re URL to check on it?
Sure. http://www.so-home.fr/
I’ve just checked out the site and can’t see the snippet I supplied on the front – are you sure you didn’t paste in pre tags with it by accident?
If you can supply a log in I will take care of it for you 
Cheers
I’m trying to change a specific row of text blocks within 6 columns on my site to expand when hovered (then retreat when hover off) and show an icon/more content when it does. Same color, etc. Like jsfiddle. But I can’t seem to isolate the correct CSS variable to alter it.
Help? =D
Hey genteelllc, do you already have the css to make that effect om jsfiddle? If so, then you just need to add a class onto your row in order to target the columns inside specifically.
Yeah I can’t find the row class to change it. Can you give an example of the code?
Er div name etc
Hey again – you can actually add a custom class onto any row you want by clicking the edit button for the row and using the “Extra Class Name” input: http://i.imgur.com/Mtb0PiS.jpg
Hi ThemeNectar,
Trying to hold off my questions and ask them in bulk, if that’s ok.
Haven’t been able to find answers on these, so here goes…
1) My slider images are primarily white, and I’d like to have a seamless transition between them and the navbar. How can I get rid of the little drop-shadow right below the navigation?
2) I’d also like to try getting rid of the separator lines that show up between items listed in the footer (between recent blog post titles, for example).
3) I’ve inserted a row into a blog post, and within that row I’ve tried to add a standard wordpress gallery (ex: gallery columns=”5” link=”file” ids=”*,,*, etc). The thumbnails link to the media files, but they open in individual pages. I’d like them to open the way my blog posts used to on other themes – with a simple lightbox effect so the user can scroll through each image.
4) Similar to the question above, I’ve inserted a standard wordpress gallery into a Portfolio item. In this case, the images DO open a lightbox overlay, but there are no next/previous buttons. Am I missing something? I’d hate for people to have to close each image, then click on the next thumbnail – so much easier to just click “next” within the lightbox.
That’s it for now. As always, thank you for your tremendous help!
Hey staytooned! 
#header-outer {
box-shadow: none!important;
}
2.
#footer-outer #footer-widgets .col ul li {
border: none!important;
}
3. The default WP gallery doesn’t have a lightbox by default yet (this is coming in the next update) – for now you’d have to use the Visual Composer image gallery element.
4. This will be mended to work as expected in the upcoming update 
Cheers
You really rock, man. No idea how you manage to answer all these silly questions from us novices on here and still have time to work up such a great theme. Thank you!
Couple more along the same lines as the previous ones, if you don’t mind (take your time in answering, no problem).
1) With the separator lines in the footer removed, the lines are now somewhat widely spaced. Can you help with some css code to make the line spacing tighter? (and does making these sorts of small tweaks slow things down at all or cause any adverse effects?)
2) I’ll hold off until the next update for the lightbox functionality, but just wondering – is it possible to bring the rows of a wordpress gallery closer together? I know that when I shrink the window, the space between columns adjusts, but the horizontal rows remain fixed. Can this spacing also be variable depending on the window size (so that the gutters of a given gallery are always equally spaced vertically and horizontally), or is this not possible? Thanks again!
Hey again 
#footer-outer #footer-widgets .col ul li {
padding: 5px 0!important;
}
2. You could accomplish this without any modding if you used the VC image gallery element instead of the default WP gallery (select grid when setting it up)
Cheers!
Hi,
I want to add a normal photo and video gallery, Unlike portfolio that when you click on an image, it goes to a description page for that project, the gallery I mean is that its only thubnail of photos that when you click it zooms up.
Can you show me where to access that in the theme? And also do you have this in your demo so I can show ti my client how the gallery will work?
Thanks.
Nissi
Hey Nissi,
Here’s an example from the demo: http://themenectar.com/demo/salient-frostwave/portfolio-fullwidth-style-three/
You can get that look by simply checking the option for “lightbox only” when adding your portfolio element into a page through the visual composer builder or shortcode.
Cheers
Hi There,
I currently have a situation where I have an accordion with 3 toggles. Inside each is a project component.
However, Once you add more than one ‘project’ to a page things break. The second project element doesn’t render until the browser is resized. When it is rendered the hover effect causes the image to move approximately 3x as much as it should.
Here’s some screen shots to help explain the setup.
Hey tablefx, the recent projects element was actually not intended to be used in a toggle – but i’ve noted to try and sort this for the next release 
Cheers
Thanks guys, I love that you take on this kind of thing and make the template better with each release.
Is there a way that I can apply the movement/animation of this portfolio CSS to a ‘single image’?
Hi, me again.
I’ve done some more testing and it looks like having two portfolio objects on the same page causes a slight animation anomaly. I’ve created separate rows for each but the ‘zoom’ animation is doing odd things in the second portfolio object. If I select any of the other hover/meta styles it works ok.
seen here: http://202.74.66.38/mark2/Screen%20Shot%202014-05-14%20at%201.31.05%20PM.png and here: http://goo.gl/FQ3n46Hey – are you using the latest release of the theme? Also if you can share an actual URL it would easier to help locate the issue 
That seems to be password protected
do you have an email address I can send the password too?
Hi, is it possible to remove the search box in the header?
Also, can I make it so that the logo aligns in the centre of the header rather than on the left hand side?
Hey lisasuling,
1. http://themenectar.ticksy.com/ticket/52594/search/
2. Add this into the Custom CSS box located in your Salient Options panel:header#top nav {
text-align: center!important;
}
header#top nav > ul {
float: none!important;
display: inline-block!important;
}
body #header-outer .span_9, body #header-outer .span_3 {
display: block!important;
float: none!important;
margin: 0!Important;
width: 100%!important;
}
header#top #logo img {
margin: 0 auto 20px auto!important;
}
Cheers
Hey There,
I’ve purchased the theme and want to set up a portfolio similar to one of the styles featured in the demo, but have been unsuccesfull in mimicing the look.
This is the style I want: http://themenectar.com/demo/salient-frostwave/portfolio-fullwidth-style-three/I only seem to be able to set up a portfolio using the basic 3 or 4 column layout. How can I actually mimic the above style on my own install?
Apologies, it was purchased via the business TF account. I can log over if required.
Hey JPDP,
That style was added in Salient 4.0 – please ensure you’re using at least that in order to have access 
Cheers
Hello. Is there anyway to list the categories of products underneath the title of the shop page? And users able to filter by category?
Hey Matt,
Since this mod is completely related to WooCommerce plugin and not Salient specifically it would be best to pose this question on their forums to get the answer 
Cheers
I’m using a plugin (LearnDash) that creates content as a custom post type and in doing so, the font styling does not match that of Salient. How can I get custom post types to match my Salient theme’s styling? For example, when I use
for the heading of my plugin’s content, it does not recognize “light”. Your help is appreciated, thanks!
Hey ehong33234,
Can you please share a URL where the font styling isn’t working so I can see why that would be?
Cheers
message sent with admin info
Hi, were you able to look into this further? Thanks!
Hey again! Because the credentials you gave were were not for admin level access I was unable to see your backend to find out where to locate the custom post type with the issue – can you shoot me a URL to a page that contains the problem?
Cheers 
Just wanted to point out this is the best WP themes I’ve ever came across from an arhitecture and code point of view. It actually respects every aspect of a wordpress theme, and makes use of all the standard CSS identifiers, making it awesome and easily customizable and extendable.
Awesome work !
Cheers, Robert
Hey Robert, thanks so much! I really appreciate all of that 
Cheers!
Hi ThemeNectar,
i cant seem to find it, but something has gone wrong with the colour of the posts on my site, where can i change these?
http://www.republicofmusic.com/see-some-photos-from-our-great-escape-2014-event-at-the-loft/the F8F8F8 colours needs to be 35838e, thanks for your time
best,
Hey RepublicOfMusic,
This line in your custom css box is causing the issue:
.single-post, .single.single-post .section-title h1, .single-post p {
color: #FFFFFF !important;
}
Cheers 
ah ok, thanks, how can i change post pages to a custom color?
Hey again!
.single-post .container-wrap {
background-color: #333!important;
}
hi there, this theme is awesome and i would love to buy it but for me it lacks a page template like this: http://demo.undsgn.com/studiofolio/page-sidebar-fluid/
i need a layout that could scale images, taking advantage of as much screen size as possible, without begin fixed to a width size as i see here: http://themenectar.com/demo/salient-frostwave/portfolio/blackbox/
there’s anyway you can achieve this or are you planning it for a near future?
talk soon. thanks
Hey stdk,
you could easily just make a full width content row to place your images/gallery in for each project 
Cheers
Hi ThemeNectar,
I’m about to purchase the WPML multilingual plugin. Do you know if I can have the functionality be apart of the navigation? see screenshot here… http://i.imgur.com/qpWg8fi.jpg
Hey again,
Yes – the default behavior is as your right screenshot shows when adding the lang selector into the main menu 
Hi ThemeNectar,
Is it possible to move my carets to be just above my title text as seen here? ... http://i.imgur.com/CWBkEvc.jpg
Hey LiskaD,
Unfortunately this wouldn’t be possible without a good deal of css to not only move the arrows outside of the element they’re inside of practically (while making space for the text below) and removing the hover effect which wouldn’t be suited for your desired location
Cheers
Hi Nectar. I have one specific page where the smooth scroll bar doesn’t display and defaults to the standard browser scroll bar. On the other pages, the smooth scroll bar looks fine. Is there anything I can look for to determine why the this one page is not displaying the smooth scroller? Thank you!
Hey joe88,
if you can share the URL to that page I’d be glad to help out 
Cheers
Hello!
I’m thinking of purchasing your theme.
Is it possible to use @fontface custom fonts with the theme?
I understand this may need a bit of CSS and tweaking.
Hey SuperManWithATan!
Yes, you can use custom fonts with font-face but it will indeed require you to then target the elements you desire to change via css 
Cheers
I am trying to get the content map centred on these coordinates(longitude 53.5333 latitude 113.5000) but whenever I enter them I get a map that will not load no matter how long I wait or how far I zoom out.
Hey NancyPollreis, latitude must be between -90 & 90 and longitude between -180 and 180 – I’m not sure how you got those coordinates but please confirm them here: http://itouchmap.com/latlong.html (perhaps you reversed them?)
Cheers 