38442 comments found.
Hey,
first thanks for this AWESOME!! theme.
This is my Site: http://nicoschnell.com/index.php/photography-2/I have 2 little questions:
When i browse my site with my imac the project title are exakt in the middle of the preview pic. when i use my laptop the project titles are more on the left side of the preview pic? how can i fix this?
Is there any chance that i can modify the css that the white border on hover will be thinner ?
Cheers Nico Schnell / www.nicoschnell.com
Hey, thanks so much!
This will be sorted in tomorrows minor update, also as far as modding the outline width use this in the custom css box in the Salient options panel:
body .portfolio-items[data-ps="6"].no-masonry .work-item:hover .bg-overlay {
border-width: 5px!important;
}
Cheers
Hi Phil! Awesome update as always! Everything works great except for one small thing. I wanted to place a full width image gallery (the one you have on the demo selection page) on my site. My pics are 360×640 and it looks like salient doesnt save the dimensions, since the pictures are getting blown up (2200×1200px) no matter if I write the exact dimension or “full”. It seems to work with landscape images though that I tested with the imported dummy files…
Am I missing something here or need to do differently? Thanks a lot in advance 
Hey, thanks!
Could you kindly open a ticket in regards with your admin credentials so I could take a further look at everything? https://themenectar.ticksy.com
Cheers
Hey Nectar, The latest update (7.01) caused a bit of a glitch with my CSS. I seemed to have lost all “Line Height” everywhere. I haven’t been able to figure it out.
Can you have a gander? http://rollingspoke.com/blog/Hey – have you tried to set a body line height to something in your options panel? If so, please open a ticket in regards so I can take a further look https://themenectar.ticksy.com
Cheers!
Ga’h, I needed to make a more significant change in Line Height, otherwise didn’t notice the small adjustment based on previous settings.
Thanks for the help!
You’re welcome 
How do I get a image header to be full-width? I’ve tried selecting width header in the customization options, but it doesn’t work.
Hey,
Please share a page URL where you’re having this issue so I can take a look
Cheers
It’s http://test.notreallyexpired.com; thank you!
Hey – on that page I’m only seeing a Home Slider which is indeed full width, are you trying to add in something different?
Yes, i’m trying to add a full-width header on top of the menu. You can see it on the page now, but it’s really tiny for some reason.
Hey, add this into the custom css box located in your Salient Options panel:
header#top #logo img {
height: 200px!important;
max-height: none!important;
}
#header-outer {
padding-top: 0!important;
}
If I have my own copy of VC – can I install that in my Salient theme so that I can receive support directly from VC and update VC from the my Salient site? Many thanks!?
Hey – you could, but you’d lose a lot of the custom Salient elements. The Salient VC is also going to update shortly if you’d like to wait
Cheers
Is there a way to know which those Salient elements are? That way I’d know how to make a choice which version of VC to use. I have a client who may need that direct VC support so it would be helpful to know what the plusses and minuses are so we can make a decision of how to handle it. Many thanks!
Hey, when adding an element in VC the ones under the category “Nectar Elements” are added by the theme or core VC elements that were modified by the theme
Oh gosh! Thank you for that answer! It makes it so clear! I love this theme but needed that info for this client! Now I can proceed happily!
You’re very welcome 
I’m pretty sure this started occurring with latest update – page header text is no longer properly aligned vertically. It is too high. Worse, adjusting the Page Header font line height in the Typography section of your options has no effect at all. Yet strangely when you Inspect the CSS with a browser and manually alter the line height from what you set it as in Typography, it now affects the text vertical alignment. Something isn’t right here.
Hey – have you tried to turn the header resize effect off or the hide header until needed on?
Both of those settings do fix the issue, but they also eliminate the shrinking sticky header, which is what we want. So is this bug just unavoidable when using the sticky header with resize effect?
The nav resize always moves the header under it slightly to avoid a blank space when scrolling down slowly – add this into the custom css box located in your Salient Options panel to counter it:
body #page-header-wrap {
margin-top: -40px;
}
Hi, i need my header to resize only when scrolling through the home page. How do i mod it for it not to resize on all the other pages? Is there a way to do it through css? I need it to be resized from scratch (not when scrolling) in all my portfolio pages. Thanks in advance!!
Hey,
You can adjust the header padding in the theme options panel to reduce the size globally but changing it on a per page basis would require css – if you could share your URL I could assist
Cheers
www.abrazo.com/wordpress , i want the header to resize only in this page, all the others i want it in a fixed size. Thanks!
Hey – currently that URL in returning 404 for me unfortunately
Hi Again,
How do I remove/hide the “Back to all projects” panel and icon please? http://cl.ly/1l1I2y0F2l32
Hey,
add this into the custom css box located in your Salient Options panel:
#portfolio-nav li#all-items {
display: none!important;
}
Hi, we updated salient and saw the read me (clear cache and cookies). Which I did and everything worked well, but for the rest of the people viewing the site (which is a ton, were a college) are complaining that pages are not loading correctly, etc and there is no way for us to message everyone to clear their cache/cookies, is there a solution to this..?
Hey – are you using any caching plugins/service? If not, the cache should purge from the computers within a day or so without you doing aything
We had a development company (that is horrible) purchase Salient. I see there have been a lot of updates in the change log but I am not sure how to get them. I have the purchase code but that is it. Any advice aside from having to purchase it ourselves again? I have emailed to company but not heard back.
Hey,
You could most likely sort this out with Envato support and get the license transferred to your account https://help.market.envato.com/hc/en-us/requests/new?ticket_form_id=37840
Cheers
I’m not able to find button shortcodes and other shortcodes, i wonder there is a easier solution than the html, but am not able to find it. Please help me through.
Hey, they exist in the nectar shortcode generator. It’s the blue button available in every text block within Visual Composer or in your classic editor outside of Visual Composer
Hi,
Can you tell me how to remove the quote mark and circle that appear when a testimonial is used please? http://cl.ly/2m2l2Q2R1F3b
Hey – add this into the custom css box located in your Salient Options panel:
.testimonial_slider .image-icon {
display: none!important;
}
Thank you for that, that has removed the icon but the area it contained is still there. How do I remove that as as well? As seen here: http://cl.ly/1k2d0f2U3o0I
You’re welcome – Could you kindly share the actual URL in regards?
Cheers
Updated to 7.0.1 and now the nectar slider pics always have a empty bar at the side, exactly in the size of the windows scroll bar. Any fix?
Hey, please share your URL in regards so I can take a look for you
Cheers
Hey – it looks like you have a plugin (simple job board) loading bootstrap which is adding styles that are causing it.
I see. Well thanks, at least I know where to look now for a solution and that Salient works fine. Thanks for quick action!
You’re welcome 
Hello, I just updated your theme and now I am having some issues with my shop. When you click on a specific category you now see a link to the category as well as a link to the product and a read more. Is there anyway to hide the link to the category and the link to the read more and make the product image clickable like it was before the update?
Hey, please share your URL in regards so I can take a look for you
Cheers
Theme have 8 demo, me import 1 demo after i want change Theme demo how to change or swap or delete next theme demo?
Hey,
You could import the other demo, it’ll overwrite the theme options, just make sure to delete the old pages and also remove them from the trash if you don’t want/need any
Cheers
How to get the same contact form design like you with the coloured lines runnin through? Updated, but old contact form design. THX
Sorted out sry!
Hey, glad to hear 
Hi,
I have tried increasing the size of my logo when the site viewed on a mobile, I looked on the forum and found this ticket – Public Ticket #245479
I followed the information but still my logo is to small could you please help ASAP?
Cheers Amjad
Hey – there’s an option to do this through the theme options panel in the latest release.
Cheers
Hey ThemeNectar!
There’s a weird issue on my website where the Nectar Slider doesn’t show up in some browsers and also Chrome incognito. Is this something I/we/you can fix? URL: https://robmigchels.com/hadp
Hey! It appears you have some sort of minification on, have you tried to disable that and see if it makes a difference?
Hi Guys, i know you have lot to do but its the first time that iam a little bit bugged about your support in your own ticket system.
A week ago i created i ticket with some issues. 4 Day later, after i asked again, i got a feedback witht the information to update the theme.
I have updatet the theme and my issus arre still there. Your Theme is not working with the “qTranslate-X plugin”: that means i can still see some german wording (when i change the language from german to english)
Hey – will take a look shortly, thanks for your patience 
Cheers
Hey ThemeNectar Team, thanks for the help!:)
can you tell me how to change the the “Your order” page?
ACTUAL: http://www.directupload.net/file/d/4232/pbdi5eht_jpg.htm EXPECTED: http://www.directupload.net/file/d/4232/kcajn9ge_jpg.htm
Regards
Hi,
Having an issue where some android users are getting the issue shown in the screenshot below – loading the website with the menu showing but unclickable..
Also finding that every now and then the website will hang on loading and the only fix is to flush the cache, have tried disabling plugins but not managed to cure it yet.
Many thanks,
www.pembrokeshirebikes.co.uk
Hey, testing on a gs5/6 I can’t see this occurring – which device are you able to replicate this on?