38263 comments found.
Is there a way to have the Video Lightbox style play in place rather than in a lightbox?
Hey A_K,
Unfortunately not – you can have a video background but there wouldn’t be a play button such as the video lightbox button on it
Cheers
Hello – After setting custom colors for my Footer via the Salient config panel, I am unable to set a hover color for links in the footer widgets. I’ve tried several times using CSS – is there a CSS override just for the text link hover effect in the footer? Thanks!
Hey cliffsarcona,
Try using this in the custom css box in the Salient options panel in regards
#footer-outer #footer-widgets .col ul li a:hover {
color: #000!important;
}
Cheers
That did not work – there’s another rule forcing it to stay #000 with !important that seems to be taking precedence (I didnt create it)
Hey, could you kindly share your URL so I can take a further look?
Hey, change the snippet to
body #footer-outer a:not(.nectar-button) {
color: #e1d4bf!important;
}
Hi Theme Nectar, Is there a way to create many DEMOS using different domains using only 1 Salient License? Of course only 1 will be active until the other be ready to replace the old one.
Hey maurinoloureiro!
I would reach out to Envato in regards for specifics https://help.market.envato.com/hc/en-us/requests/new?ticket_form_id=37840 – it sounds like it may be okay as long as one is active at a time, but just verify with them to make sure 
Cheers
Hey, on my nectar slider titles, there’s a screen size breakpoint for every page on my site for the text to resize, except this page: http://myreliefplus.com/philosophy/
Do you know why this is? If so, I’d like it to do that for every page (as in, not resize with the breakpoint).
Actually, i think i found out. The row was set to “in container” and not “full width content” like the other pages.
Hey myreliefplus,
glad to hear you’ve sorted it 
Cheers
Hello. Can you all recommend a good maintenance mode / coming soon plugin that works well with Salient?
I had one that allowed for a video background, email capture, bio and contact page, but it didn’t work with Salient. Now I’m using something that’s boring and ugly. lol.
Thanks.
Hey pkc827,
Unfortunaely I don’t have one to reccomend but if you ecnounter another issue with one or switch back to the one that wasn’t working correctly – please share the URL so I can take a look
Cheers
Sure. It’s www.YourPlushRental.com. When I activate the Minigo plugin, I lose the Salient menu option.
Hey,
Could you please open a ticket in regards and supply the plugin for testing purposes so I can take a look? https://themenectar.ticksy.com also please let me know the ticket ID here once you’ve done so
Cheers
TICKET #950575
Hi, awesome theme. Can you assist or point me to right help section where I can create single page layout that starts as a full screen before navigating to content below (but I dont want to activate full screen rows). I just want to get the full screen start to re-size full on all browsers. Appreciate your guidance!
Hey colourst,
The only way to acheive that would be to use a Nectar slider or page header as they both offer the fullscreen option 
Cheers
Thank you. What setting exactly puts the nectar slider into 100% h/w screen size?
There’s an option in the Nectar Slider element available in the Salient visual composer for fullscreen height – when you check that checkbox, that’s all that’s needed. Make sure you have the full width option enabled as well so that the fullscreen option is available
Cheers
Hi again!
I have a question, i do have my menu set to be transparent, but in portfolio items, my menu stays with colors, and with white borders, how do i disable it?
https://www.dropbox.com/s/wokyldpdx432cgc/2.PNG?dl=0 https://www.dropbox.com/s/571k4t0cpbft7xv/1.PNG?dl=0Hey JosephNorori!
Could you kindly share your URL in regards so I can see what’s causing that for you?
Cheers
Sure here it is: http://norori.media/cases/escopr
Hey, try adding this into the custom css box in the Salient options panel:
html body #header-outer[data-transparent-header="true"].transparent {
border-bottom: none!important;
}
html body #header-outer[data-full-width="true"].transparent header#top nav ul .slide-out-widget-area-toggle a {
border-left: 1px solid rgba(0, 0, 0, 0.07)!important;
}
Hi, it dint solve the issue, in any other page, the menu is transparent and depending on the text color of the “row” it changes to light or dark. But in the portfolio items, it doesn’t do that. I managed to find were to disable the solid bg on header, but can make it change it to dark and light depending on the “rows” text color.
why in porfolios only this happens?
Do you have a page header set for your project? That’s the only way the transparent header nav will trigger by default on a project
HI Guys,
Is it possible to remove the overlay on the fancy boxes?
They make my images look dirty, if that makes sense?
Thanks
Ben
Hey Ben,
Add this into the custom css box in the Salient options panel:
.nectar-fancy-box .box-bg:after {
display: none!important;
}
Cheers
awesome, thanks!
You’re welcome 
Hello,
I have my logo centered on the header of the theme, but how can I link it to a different URL? Any help will be much appreciated!
Thank You
Hey Act1vated,
If you want your logo to link somewhere other than your home page you’re going to need to modify this in the “nectar_logo_output” function in the functions.php
Cheers
Great thank you!
You’re welcome 
Hey there,
How do I make a 100% height cover image, usually this is just an option in VC but I can’t set it?
Thanks
Hey,
Salient offers an option for full screen rows: http://themenectar.com/docs/salient/page-metaboxes/#fullscreenrows or you could use the page header/Nectar Slider as those also both offer options for full screen height
Cheers
Hey, thanks for the reply.
I did try both of those first. Unfortunately, the full-screen rows doesn’t work for me as the page I’m building will have too much content. The Nectar slider doesn’t allow for you to add any additional content other than text and I need to add some icons etc.
Is there any other way around it?
Thanks
Hey – you could also use a regular visual composer row set to full width background and then use % values for the top/bottom padding. Adding in something like 10% or 15% for both (depending on how much content you have in the row) will allow something very close to a fullscreen height and it will scale down nicely with different devices
Cheers
Hi, love your theme and the dedication you are giving to respond to so many questions. I’m not an expert user and I always check before asking; this time I didn’t find any on this subject, sorry if I missed it: is there any way to have the three line mobile menu on desktop? as yo have here (http://themenectar.com/demo/salient-agency/full-width-masonry/)
Hey hhb 
For this you could use the off canvas navigation http://themenectar.com/docs/salient/theme-options/header-navigation/
Cheers
i mean a gallery in one page
Hey,
Yes – you can use the portfolio or image gallery element in a fullscreen row setup 
Cheers
Hi ! I am looking to configure the display of the “Recent Posts” shortcode (just move the metas and remove excerpt). But I can’t file the associated .php !
Thanks ! Loic
Hey,
You can find the output function in the nectar/tinymce/shortcode-processing.php file. Search for “nectar_recent_posts” to end up in the right place 
Cheers
Haha, I’ve looked everywhere except this one, thank you so much ! 5 stars deserved.
Thanks so much! 
Hello, i’ve a problem with the layout of the portfolio on the homepage in internet explorer with this website: http://www.demo-winterwebcare.nl/
Do you have a solution for this problem?
Hey winterwebcare, which version of IE are you using?
We use internet Explorer 11. Kind regards,
Hey,
Try adding this into the custom css box in the Salient options panel:
.portfolio-items .work-item.style-3 .vert-center,
.portfolio-items .work-item.style-3-alt .vert-center,
.portfolio-items .work-item.style-2[data-custom-content="on"] .vert-center {
display: block!important;
}
Hi Themenectar,
your theme is amazing, I really like it. I have just one questions, I need translate in mobile menu label “back”, but I cant find this label in .po file. Can you help me please?
Thanks! Marek
And also in .po file missing label “Continue reading”, “%wordpressuser In %wordpresscategory” and “My comment is…”
Hey Marek!
1. You can find the string in the footer.php file data-back-txt=”<?php echo __(‘Back’, NECTAR_THEME_NAME); ?>” – It should be in the .po, but I will check on if it’s missing
2. The other is in the comments.php file, I will also check on this further 
Just curious guys if parallax in the latest update works on mobile as well as animations? If so will buy yet another copy, thnks! #YOUROCK
Hey sterlingwilliam! When using the full page rows option the transition effects will remain on in mobile:
http://themenectar.com/demo/salient-product/#footageHi there … one more question. How do I make a VC content block only appear on mobile? I want to put text over the header image on mobile, but not have it show up on desktop or any screen where the header is above the fold. OR, how do I make a header image take up one height on desktop and another on mobile?
Thanks! Greg
Hey Greg, you can use the responsive options tab when editing your columns to choose on what viewports they will display on http://imgur.com/a/5imp6
Cheers
Hi there … how would I change the color of the mobile hamburger menu icon? Right now it is gray, and I want to make it white. Thanks!
Hey greggoodman,
Add this into the custom css box in the Salient options panel:
header#top .slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:before, header#top .slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:after, header#top .slide-out-widget-area-toggle[data-icon-animation="simple-transform"].mobile-icon .lines-button:after, header#top .slide-out-widget-area-toggle[data-icon-animation="spin-and-transform"].mobile-icon .lines-button.x2 .lines {
background-color: #fff!important;
}
Cheers
Hi there was wondering how to increase the row spacing between my form fields
https://liveatcrescendo.com/register-interest/Thanks, 
<label>Are you a Realtor?: [select realtor include_blank “Yes” “No”]</label> <label>Are you a working with a Realtor?: [select workingwitharealtor include_blank “Yes” “No”]</label> <label>How did you hear about us?: [select hearaboutus include_blank “Friends & Family” “Signage” “Social Media” “Buzz Buzz Home” “MLS” “Other”]</label>
<label>Is there any additional information you would like to know?: [textarea textarea-930]</label>
<label>Select yes to confirm that you would like to updates regarding upcoming developments in your community.[select menu-810 include_blank “Yes” “No”]</label>
Hey, you could either add row divs for each set of columns or add this into the custom css box in the Salient options panel:
body .wpcf7-form .span_6, body .wpcf7-form .span_4 {
margin-bottom: 30px;
}
The demos are a bit misleading. I did an import for the App demo and the first slide the phone is different, the font is different and even the font size and no background images like in the demo. This is on a brand new installation and demo imported. Why is this?
Also on the app demo when enabling row overflow and having extended content it creates some very strange gap above everything as seen here: https://cl.ly/1D1G2I41343b
Hey qwik3r,
1. I can see from your screenshot the theme options did not import successfully. I would need to inspect your setup further to see why that would be the case – please open a ticket in regards with your admin credentials https://themenectar.ticksy.com/
2. Please share the actual URL in regards so I can see what’s going on 
Cheers