38435 comments found.
Hi, I’m having some trouble with the nectar slider as it continues to loop infinitely for videos. Could you please let me know how i can stop the video from playing after its played once. Thanks!
Hey rushdmowjee, that’s actually the default functionality as the demo shows and there currently is no option to stop it – but it’s on the wishlist
The video BG feature was not intended to show informational videos but rather serve as a design element. If you need to show video with sound or a video that’s not meant to repeat, consider using the video lightbox feature from one of the slider buttons.
Cheers!
Is it possible to have a mute option for the slider?
Yes, add in the functions.php file find this line:
<video class="slider-video" width="1800" height="700" preload="auto" loop autoplay>';(should be near 1500 if you’re on the latest release) and change it to:
<video class="slider-video" width="1800" height="700" preload="auto" loop autoplay muted>';
Cheers
Hi, How do I use the multi layer parallax effect? I updated the salient theme with the latest version but I can’t find this option anywhere.
I think I figured it out.
Glad to hear Jeff!
There’s a tutorial coming soon as well 
HI, Is there any option to create the column mega menu without categories?
I mean if i hace 10 subsections of an item can I make 3 columns, put 5 items in each column and a picture in the third?
Thank you!
Hey dreiblau!
Right now you can only have links in the mega menu, adding an image would require some custom development or using a plugin like ubermenu – also, if you wanted to remove the names of each column i.e. the top link in each section, you could with css alone though.
Cheers
We are using the theme for this website (http://imaginemusicsg.com/beta1/) but we are having trouble changing the fonts from the backend (Salient > Typography).. Even if we do it doesnt take effect.
Hey heidesigns, can you please update to the latest release and if you’re still experiencing issues open a ticket in regards with your login information so I can see what’s going on 
Cheers
I know you are very busy but we need to update our website
After the install of the new version Nectar Shortcodes are a bit messed up and won’t let me select Take a look https://www.dropbox.com/s/hhy3bzl6ekgc56m/Add%20New%20Page%20%E2%80%B9%20VFX%20Workshops%20%E2%80%94%20WordPress%20-%20Google%20Chrome_2014-05-25_23-43-16.jpgHey alp, can you confirm you’re not using an outdated WooCommerce or some other plugin that’s causing this?
Cheers 
Can I give you access again? Hitting a wall hard here :(((((((
Send you an email with login and passw info
Sure – please send it to themenectar@gmail.com
hi where is the option on this new layout to set it as a box layout? i can’t seem to find it? thank you
Chris
never mind i found it!
Glad to hear lacostemedia! 
Cheers
hi can i see demo of rtl (right to left ) demo? does the theme support qtranslate ? what languages is included in the theme?
Hey razztech, unfortunately there’s no demo available for RTL at this time. The theme has only been tested with WPML, but should also work with qtranslate & only a default .po/.mo are included with all the strings ready for translation 
Cheers
Hi there, is there a way to make the thin edge/line below the menu invisible, please? BTW – I really like the idea of a centered logo and the menu below. Would you please(!!!) include this option in an upcoming update? I used your code you suggested to another user but I’m afraid it doesn’t work properly (click on search icon just reloads the page now). And would you give me advise please to enlarge the space to the top of the logo?! I just can set the space below by changing the ‘20px’ in your code.
Here was your code:
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; }
Thank you & keep up the great work!
Hey hkg!
1.
html body #header-outer.transparent[data-transparent-header="true"] {
border-bottom: none!important;
}
2. It shouldn’t be possible for css alone to break the javascript functionality of the search – anyway you can share your URL so I can take a look?
Cheers
Hi Nectar, 1. unfortunately your code doesn’t change anything. Edge is still visible. 2. I made the search visivble again, so you can check it. Just click on the search icon. 3. Could you give me please a hint to adjust the space above and below the logo so the logo is aligned properly?
Thanks in advance. URL: http://www.amonvonadmont.com/campaign/
body #header-outer {
box-shadow: none!important;
-webkit-box-shadow: none!important;
}
2.
#search-outer {
height: 121px !important;
}
3.
#header-outer {
padding-top: 40px!important;
}
Cheers
Hi there,
Am assisting a friend customise your theme, which is beautifully designed by the way. He is customising the Mobile Theme, and was wondering if he was able to add a CSS style that would allow him to use the normal desktop menu on the mobile version rather than the 3 lined drop down? Ideally this would re-locate beneath the logo rather than to the right of it as on the desktop interface?
This is CSS we have so far -
/* Set Mobile Logo Height & Transparency / @media only screen and (min-width : 1px) and (max-width : 1000px) { body header#top #logo img { height: 54px!important; } #header-outer { height: 80px!important; position: fixed !important; filter: alpha(opacity=70); opacity: 0.7; } body #header-space { height: 0px!important; display: block!important; } }
/ Change Mobile Menu To Desktop Menu */ @media only screen and (min-width : 1px) and (max-width : 1000px) { body header#top #toggle-nav { display: none!important; } body header#top nav { display: block!important; position: fixed!important; } }
Is it possible, are we heading down the right lines? Thanks very much!
Thanks jamiemortimer!
You are indeed heading down the right path – if you wanna share your URL i’d be happy to assist further 
Cheers
Hiya, afraid I can’t really post a link publicly, as the site currently contains sensitive unreleased information for a company we’re putting the site together for? Is there anyway you’d be able to suggest some CSS that might fix this without seeing the site? Or I can email the support if that is easier?
Thanks for you help 
Jamie
Sure – just provide the URL through a private ticket at http://themenectar.ticksy.com/ and let me know the ticket ID here 
Cheers
Hi there!
Is it possible to hide the social media icons in the header for mobile users? Thanks!
- Tapeix
Hey Tapeix,
yes – add this into the Custom CSS box located in your Salient Options panel:
@media only screen and (max-width: 1000px) {
body #header-secondary-outer #social {
display: none!important;
}
}
Cheers 
Thank you very much! 
You’re welcome! 
Hi, two quick things… How can I make the secondary nav background transparent like main nav. Also, do you have any news on when we’ll get the update for the boxed header alignment issue?
Thanks!
Hey ThemeUser1,
1. Add this into the init.js file located in the js folder http://pastebin.com/TAHhcqMW
2. That was released earlier today 
Cheers
Hey,
html body #header-outer.transparent[data-transparent-header="true"] {
border: none!important;
}
sadly this code hasn’t removed the white line under the header. Also is it possible to let the recent posts be displayed below each other and with a read more button instead of next to each other in a thin column like on my “home” page at Domchu.com?
Hey Domchu,
That snippet is still valid so is there anyway I can see your URL to check out what’s up?
Cheers
You can check it out under Http://domchu.com
Backend access should also be no problem if needed
Here’s the correct snippet for your case 
body #boxed #header-outer {
border-bottom: none!important;
}
awesome thanks! Any idea for the recent posts thing?
You’re welcome!
This will get you the full width recent posts:.blog-recent .span_3 {
width: 100%!important;
}
but the read more button would take modding the shortcode-processing.php file
Cheers
How do I remove the white line that shows when the header is set to show transparent before the user scrolls? AND How can I keep the navigation menu transparent even after scrolling toward bottom of page?
Hello tcallc,
1.
html body #header-outer.transparent[data-transparent-header="true"] {
border-bottom: none!important;
}
2. You’d need to open the init.js file located in the js folder of your theme and remove this line:
if($('#header-outer').attr('data-transparent-header') == 'true') $('#header-outer').removeClass('transparent');
Cheers
Hi Nectar.
I have tried a full day now to find out why my mega-menu has screwed up. I broke every part of code appart that has been added.
Left I found following code which I have NO IDEA what was meant for. And even after I have broken everything apart, my menu still looks crappy.
Once it only had that transparent dark colour, no grey background colour and the normal dropdown had same transparent colour as the mega-menu. I honestly have no idea what has gone wrong…
Hope you can help.
These are the unidentified code-pieces.
.transparent header#top nav > ul > li > a, .transparent .sf-sub-indicator [class^=”icon-”], .transparent .sf-sub-indicator [class*=” icon-”], .transparent header#top nav ul #search-btn a span { color: #fff!important; }
header-outer.transparent .sf-sub-indicator i.icon-angle-right:before{content:”\f104”;
}
body header#top nav > ul > li.megamenu > ul > li { width: 20%!important; }
There was some error in the pasted… Ill try again
.transparent header#top nav > ul > li > a, .transparent .sf-sub-indicator [class^=”icon-”], .transparent .sf-sub-indicator [class*=” icon-”], .transparent header#top nav ul #search-btn a span { color: #fff!important; }
header-outer.transparent .sf-sub-indicator i.icon-angle-right:before{content:”\f104”;
}
body header#top nav > ul > li.megamenu > ul > li { width: 20%!important; }
(#header-outer.transparent .sf-sub-indicator i.icon-angle-right:before{content:”\f104”; }
.transparent header#top nav > ul > li > a, .transparent .sf-sub-indicator [class^=”icon-”], .transparent .sf-sub-indicator [class*=” icon-”], .transparent header#top nav ul #search-btn a span { color: #fff!important; }
}
body header#top nav > ul > li.megamenu > ul > li { width: 20%!important; }
If you still have not sorted this yet, please share your URL again so I can take a peek 
Yap – and that is 100% what I have in my file. However – it does not work.
www.kommunekommunikation.dk sorry
Hey again, if you’re going to use 5 columns in your mega menu make sure to add the class “columns-5” to your mega menu as mentioned in here https://www.youtube.com/watch?v=IZPPUTbvTKQ
Sure ofcourse. Its says “megamenu columns-5” (without the ””). So it should be ok?
It has all worked fine before. My intention was to have the dropdown menu and mega-menu in same semi-transparent grey.
But all of a sudden the headlines had this ugly background (as the dropdown), and the dropdown menu had an unintended static grey background. I believe (without being 100% sure) it happened after I reinstalled the entire theme because of some other error.
I mean “all of a sudden” as in – “I cannot see how anything I have done should make this behaviour.
Did you activate the custom header color scheme in your header options tab? It seems like it’s getting the color from there
I did – but I have not that colour chosen. Also I dont see why the megamenu should not work…
Any other suggestion? :0S
heeeelp
Do you have any other tickets open with your login credentials so I can get in there and take a look?
Hi mate. Ticket: #223467
My menu has been messed up for 2-3 weeks and I planned to launch my site on wednesday. So I really hope you can have saved my life and business before then. :0)
Thanks
Peter
Hey Peter, just responded to your ticket with the fixes 
Hi there,
I can’t change the buttons colors anywhere eg:http://bit.ly/1dVkC6s is there some panel option to set these colors?
Thanks a lot
Hey TAOcriativo,
your link leads to a 404 on your site – can you please provide me the page that demonstrates this & also let me know which buttons you’re referring to so I can help?
Cheers
Hi, I’m talking about woocomerce buttons and controls, they area ll dark grey and I can’t change the color.
Use this in the custom css box:
html .woocommerce a.button, html .woocommerce-page a.button, html .woocommerce button.button, html .woocommerce-page button.button, html .woocommerce input.button, html .woocommerce-page input.button, html .woocommerce #respond input#submit, html .woocommerce-page #respond input#submit, .woocommerce #content input.button, html .woocommerce-page #content input.button {
background-color: red!important;
}
Thanks a lot, worked ok.
I asked you how to remove the black area at top, but the area is showing up when the screen size is smaller
is there some way to remove that once and for all?
You’re welcome – I actually can’t see it when making the screen smaller. Can you let me know a page that it appears on?
Hi, the slider in Homepage 
Add this 
@media only screen and (max-width: 1000px) {
body #featured article {
margin-top: -102px !important;
}
}
Can you please explain how to make sure that a row with color assigned to full width will meet the bottom edges without a white showing below it. I can not get it to fully meet the edges.
Also after the update when I click on Nectar Shortcodes I get a blank page that opens up
Thank you so much in advance!
Hey alp,
1. Please check out this tutorial https://www.youtube.com/watch?v=N4mt0lOJ888 as I cover full width BG/Content sections 
2. Have you ensured all of your plugins are up to date and it’s not a conflict with one of them?
Cheers
Thanks for taking your time to reply you are A W E S O M E sir ! I still can not get the bottom table (blue) to meet the end seamlessly , there is always an empt white area How do I fix this? https://www.dropbox.com/s/2ondi6s1cz7h4q4/faq-workshops-conceptart-matte-painting%20-%20VFX%20Workshops%20-%20Google%20Chrome_2014-05-26_02-17-59.jpg
You’re very welcome 
Can you kindly open a ticket in regards with your login info so I can take a look/sort it for you? http://themenectar.ticksy.com/
Cheers
Hi
I can’t change the height of the footer widget area. Could you please help me?
Thanks
Hey mansatu, the height should adjust to fit whatever widgets you have in it – please let me know how you wish to adjust it, I’m guessing you mean the top/bottom padding perhaps?
Hey ThemeNectar,
I needed it really narrow, because I only want the language selector and a few links in there. I found it, had to change the padding for #footer-outer .row.
Cheers
Glad to hear mansatu! 
Hi ,
I would like to add new typo like GOTHAM-light or Helvetica-light ,
how i can do this ?
Thanks
Hey quentinmtl,
If you need to enqueue custom fonts you’d need to do so through css with font-face – here’s a quick tutorial on the subject 
When using the masonry style for portfolio in fullwidth is it possible to restrict the columns to 2 or 4? if you take a look at my home page @ http://www.robertmeadowsdesign.com/ you’ll find that there are blank spaces when it auto fits to 3, 5 or other columns and I’d like to remedy this.
I’ve tried setting the portfolio to 4 columns, but when it’s slightly smaller than 4 it defaults to 1 like on mobile and this is a lot less desirable, but perhaps there’s a fix here as well?
Hey rmeadows,
You can do the fullwidth display with the checkbox selected for “Constrain Max Columns to 4” – just make sure to unselect the option for masonry display to get this to be active. An example of how the columns will be behave can be seen on the home page of the demo with the 8 item gallery
Cheers
Hi, there is a problem in ipad when using visual composer to create a portfolio which can be sorted by different filter types (basically using Enable Sortable and Horizontal Filters) and the selected category is not the default one (so not selecting All but something else). The problem is that the projects do not appear in the screen, and it seems they are rendered out of the screen bounds.
Hey celiabrbr,
This was was sorted in the 4.1.1 release (which has been pending approval in the ThemeForest queue for a day now
)
Cheers
Thanks!
You’re welcome 