38442 comments found.
Hi, I’m interested in purchasing this theme, but I need to verify a few things before. Can I demo the Admin Panel? Thanks! Miki
Hey mjeshurun,
There’s no user demo of the admin panel available now but the tutorials on youtube should give you a good look at the UI https://www.youtube.com/user/ThemeNectar 
Cheers
Hi, In the portfolio section, I can embed a video via the Embedded Code section at the bottom of the page. However I want to embed multiple videos on one page. Is this possible?
Thank you!
Hey AmyNYC,
you can embed as many videos as you like in the extra content editor in your portfolio edit page screen 
Cheers!
Awesome! Is there any way to center these elements? Can you center an iframe? Thanks!
Hey again – yes, anyway you can share the url to the project so I can assist?
How might I change the default bg color and font color of tabs? I like the active tab color but need to change the non-active tabs color and then most likely the font color as well. Thanks so much.
Hey mtntownmedia!
Use this in the custom css box:
body .tabbed > ul li a {
color: #fff;
background-color: #000;
}
Cheers
The tabs are built with visual composer. That css does not work.
Can you please share your URL to the page in regards so I can check out why it’s not working?
You’ve accidentally added the snippet inside of a media query you have in the css box that limits the snippet to mobile displays – please take the snippet out of it and it will apply to desktops as well 
Thank You So Much! Your Support is Top Notch. Im not that experienced with CSS and you have helped a lot. What css would I add to that code you gave me to change the hover state BG color and Font Color? (of the tabs) Thanks!!!!
You’re very welcome 
html body .tabbed > ul li a:hover {
color: #333!important;
background-color: #fff!important;
}
Once Again I thank you very much. Its simple basic support gestures like this that make you the best on Theme Forest, get you great positive feedback and continually get you new customers. Out of all the authors on here, you are the only one to figure that out. Thank You.
You’re very welcome! 
Pain to Customize for Child Themes
This theme is heavily stylized but improperly formattted.
Rather than use proper hierarchies of element, id, class, and selector, this theme overdeclares with !important tags. As such, it’s a huge pain to customize as it’s not using the “cascading” logic in Cascading Style Sheets.
It’s very pretty (no doubt) with tons of options but not worth the time fixing all the !important overrides a child theme may require.
Hey darrenkitlor,
If you need to override anything in a child theme stylesheet you can prepend “body” to the rule used in the main stylesheet if it’s a rule that has !important. In the off chance it has body already you could add “html body” to the beginning of it in order to override it without thinking any further about the hierarchy.
If you’re struggling on overriding any specific rule please let me know which and I’d be glad to assist 
Hi,
I’m trying to recreate my nectar slider into a multilayer parallax that is fullscreen. I was wondering what css classes are used for the title, the caption and the button. I tried to copy/paste this from the nectar slider but it won’t let me. My website is: http://tinyurl.com/qa7daoq
Regards, David
Hey David,
If you’re just using a row and want the same styling as the content in the nectar slider, use an h2, a paragraph tag with the class “light” on it and a nectar button shortcode like this:
<h2>Text here</h2> <p class="light">text here</p> [button color="accent-color" size="medium" url="#" text="button text" ]
Cheers
I have multiple Google maps included on my website throughout different pages, but once one of them has loaded and you click to another page the map on that page will not load until the page is refreshed. Then that process repeats on other pages it the page is refreshed again.
I’m not sure if this is anything that can be fixed but in the mean time I placed a background stating for the user to refresh the page for the map to load.
Would be helpful if you could take a quick look and see if it’s anything that can be fixed.
Thanks,
And awesome theme btw. I’ve enjoyed making the website.
Here’s the link
I also added a map myself using raw HTML on this page instead of using the shortcode Google maps and it is still encountering the same problem.
Hey jgrandinetti,
If you turn off the AJAX page transitions this should sort itself out – i’ve noted to look into what you’ve described with the ajax transitions on though 
Cheers
Thanks that fixed it though I did like the transitions between each page.
You’re welcome & hopefully I’ll find the root of the issue for the next update 
Hi – I wanted to center all text of the nectar slider on my homepage from 0-1000px and used the code below. It worked for my slide that was left aligned, but for some reason the slide that had right aligned text did not. Any thoughts? Thanks!
@media only screen and (min-width: 0px) and (max-width: 1000px) {
body .nectar-slider-wrap[data-fullscreen="true"] .swiper-slide .content h2, body .vc_span3 .nectar-slider-wrap[data-flexible-height="true"] .swiper-slide .content h2, body .vc_span4 .nectar-slider-wrap[data-flexible-height="true"] .swiper-slide .content h2, body .vc_span6 .nectar-slider-wrap[data-flexible-height="true"] .swiper-slide .content h2, body .vc_span8 .nectar-slider-wrap[data-flexible-height="true"] .swiper-slide .content h2, body .vc_span9 .nectar-slider-wrap[data-flexible-height="true"] .swiper-slide .content h2 {
font-size: 53px !important;
text-align: center;
margin-bottom: 10px;
}
body .nectar-slider-wrap[data-fullscreen="true"] .swiper-slide .content p, body .vc_span3 .nectar-slider-wrap[data-flexible-height="true"] .swiper-slide .content p, body .vc_span4 .nectar-slider-wrap[data-flexible-height="true"] .swiper-slide .content p, body .vc_span6 .nectar-slider-wrap[data-flexible-height="true"] .swiper-slide .content p, body .vc_span8 .nectar-slider-wrap[data-flexible-height="true"] .swiper-slide .content p, body .vc_span9 .nectar-slider-wrap[data-flexible-height="true"] .swiper-slide .content p {
font-size: 22px !important;
text-align: center;
}
}
Here is the URL: http://cwaydev.tonypantello.com/ Thanks!
Hey, try adding this into the custom css box as well:
@media only screen and (min-width: 0px) and (max-width: 1000px) {
.swiper-slide[data-x-pos="right"] .content {
width: 100%!important;
text-align: center!important;
}
}
Hey guys, your theme is really great! I love to work with it. I’m really sorry to ask this stupid question. You added the new “texture overlay” function to the nectar picture sliders and I already used it… But now, two days after, I can’t find it anymore. Really sorry to waste your time…
can you please tell me where to find it. I searched for it for 3 hours.
Hey Dankerstobi,
That option should still exist in each nectar slide edit screen as a checkbox. If you’re missing it please open a ticket in regards so I can take a look for you http://themenectar.ticksy.com/
Cheers
Hello again, How can I stop the video loop in the netcar slider? For example, on the 3rd slide I want it will play once. clickon.activated.co.il Thanks, Anat
Hey Anatal,
Unfortunately right now there’s no option to stop video BG’s from looping and this would take some modding to the theme files – but this is an item on the wishlist
Cheers
Is there any chance to get semi transparent header using desirable colour?
Hey RedDejavu,
Yes – add this into the custom css box:
#header-outer {
background-color: rgba(0,0,0,0.7)!important;
}
Cheers
thank you!
You’re welcome 
one thing .. ThemeNectar .. can you make the option MENU and header to be left and right .. ? [ hope next update ]
Hey wongsamar! Right now this would be possible through css – were you looking for help getting the logo to the right?
yes i would like the menu .. on the right side .. like this web http://jkreativ.jegtheme.com/architecture/
Add this into the custom css box located in your Salient Options panel:
#header-outer .row .col.span_3 {
float: right!important;
margin-right: 0 !important;
}
#header-outer .row .col.span_3 {
float: left!important;
}
Thanks .. Your the best !!!
doesn’t work ..
Hey again – sorry, I thought you were referring to simply changing the logo to be right aligned and the menu left aligned. If you’re talking about a fixed right or left menu on the side of the screen this would indeed take some custom development but is an item o the wishlist 
great … i would wait for it .:)
Cheer s& sorry for the confusion 
Hi Salient,
Please can you help me, I want to change the header ‘site title’ text, so it differs to my ‘site name’ – I don’t want it to be an image, I want it to be a text phone number instead! 
Thanks 
Sam
Hey Sam!
If you want to display custom text in the logo area you’d need to edit the header.php file at this line 
echo get_bloginfo('name');
Cheers
Thanks, what do I edit it to?
You’d just delete that line and replace it with:
echo 'your custom text';
That’s great , thanks! 
You’re welcome 
Hi,
Can I use this theme as a one page parallax? I want some pages to be included in one long page and others to be individual pages, all accessible using the same main top level menu.
Thanks.
Hey calin_balea,
Yes but you’d need to use a plugin like http://wordpress.org/plugins/page-scroll-to-id/ in order to get the animated scrolling 
Cheers
Thanks. I’ve installed it but i`m a bit confused on how to use it. Other themes have this integrated in the column settings ( a custom field named “column anchor” or something similar. How can I set this up with Salient? Can i use visual composer or do I have to write code?
Thanks.
Hey again! Please check out this: http://themenectar.ticksy.com/ticket/183626
Hey Anatal,
The only option for navigation for testimonial sliders is the default pagination circles as you already have showing. Any other type of pagination would indeed require some custom development
Cheers
I noticed quite a lot of requests for lazy loading the blog and portfolio, which was recently introduced as a feature.
Any plans to include lazy loading site-wide as an option? I think I’ve tried about 30 plugins, including some that work with background images, and they don’t affect the Nectar Sliders at all. Or any slider, even a third party one. Would be great to see this in the future!
Hey nate1983,
Most plugins probably wouldn’t pick up BG images and would only be looking for img tags themselves – I appreciate the suggestion though and will add it to the wishlist 
Cheers
Yeah, you’re right. Only a few plugins out there that deal with background images. Although they freeze the Nectar Sliders on loading. I did notice the Revolution Slider has a lazy loading option. Either way, I eagerly await this option in a future release!
Here’s one forked plugin that covers background images: https://github.com/lipemat/Lazy-Load-WordPress-PluginHey again! I assume if it broke the Nectar Slider it’s because of the conflict img load events – by default the Nectar Slider sets an on load even for the first BG image and the lazy loading probably interferes with that. This might be able to be sorted by simply changing this section in the nectar-slider.js file:
$(slideImg).load(function(){
showSliderControls();
resizeToCover();
slideContentPos();
sliderLoadIn($that);
captionTransition($nectarSliders[i]);
darkFirstSlide($that);
});
to this:
showSliderControls();
resizeToCover();
slideContentPos();
sliderLoadIn($that);
captionTransition($nectarSliders[i]);
darkFirstSlide($that);
That’s fantastic, thank you for the help here. I did manage to get this working on Firefox but not other browsers. Seems to work for nectar sliders but full width image backgrounds still need some work. I’m going to leave it off for now and save it for proper Salient implementation 
To help with page load times I’ve simply divided my long, image-heavy page into smaller pages. Thanks for helping!
You’re very welcome & thanks for letting me know what happened 
Hi
Love the Theme. Quick question, im trying to change the background color on the single product pages as well as the category page. Woocommerce default is a light grey and my products have a white background and dont want to show a box with the white on light grey.
Looking forward to your response.
Thanks
Hey DNDS,
What are the colors you desire? I’d be glad to assist with the css 
Cheers
just white please
so #ffffff
Add this into the custom css box located in your Salient Options panel:
.woocommerce .container-wrap {
background-color: #fff!important;
}
Is there a way to better display the table with grid lines?
http://compass.dxco.me/services/sat-subject-tests/Cheers!
Also, is there a way to have the animated buttons’ text change to white during hover?
Check out the buttons towards the bottom of the page. http://compass.dxco.me/our-approach/Hey daviduyan!
1. Since you’re not using an actual table element you’ll need to use a specific class on your row and use css to add a border on all the divs.
2. Add this into the custom css box in the Salient options panel:
.full-width-section .light .nectar-button:hover, .full-width-section .light .nectar-button:hover span {
color: #fff!important;
}
Cheers
Anything I can reference to help me add these css borders?
Lastly, check out this screenshot. The little space sometimes happens on my Mac 10.9.4, Chrome. http://tinypic.com/r/21eax5y/8
Video slider isn’t displaying. Uploaded a 1.1mb video .mp4 to this page compass.dxco.me/contact any ideas?
Hey again!
1. It appears you’ve switched to using an actual table element now – is that correct?
2. Can you also get that to occur on the live demo anywhere?
3. It seems you’ve only supplied an mp4 file when both a webm & mp4 are needed for cross browser playback.
Hi mate,
A quick question.
I currently have a button in my navigation button through this line of code in my header.php:
<li><a data-hover-text-color-override="#fff" data-hover-color-override="false" data-color-override="false" href="http://www.membertrain.com.au/get-started" class="nectar-button large accent-color regular-button">Get Started</a></li> My question is, as I have a membership site, I want to add a condition so that the button shows 'get started' for logged in users, and 'my account' for users who are logged in. I think I have to add another button and specify it to show instead of the 'get started' button when a user is logged in but was hoping you can help me out so I don't stuff up the theme. Thank you!
Hey Paul!
Change that to:
http://pastebin.com/GEvJxRNu
Cheers
Thank you! Great help.
Sorry but quickly I forgot to mention that when the button switches to ‘my account’ (when they are logged in) the url changes to http:www.mywebsite.com.au/my-account.
Can you please quickly update the code so that the link changes with the button change.
Thank you.
Sure
– here you go:
Thank you! Fantastic support 
You’re welcome 
Dude, just a btw, been testing OS X Yosemite Beta, and the site’s performance on the new Safari 8.0 is astronomical. Soooo fast and buttery smooth, everything works a treat on my MBPr. Chrome by comparison is nowhere near as fast, although Canary was FINALLY updated to 64bit, and just tried it now and it’s definitely much better than regular 32bit Chrome.
Hey djoliverm, that’s great to hear! Thanks for letting me know your results 
Hi there. Well, I find a problem loading logos. In this case, the logo of the header, and the logo retina. In both cases always shows me the same logo, the same is removed from that of another color, then I need to upload a new logo to be displayed differently to the principal, when the waterway transport down starts. Could you tell me how to set this? Or some error happening? Greetings.
Hey recobers,
Can you please share your URL so I can take a better look at what you’re talking about?
Cheers
Remember that on topic I have 2 different logos by default and shows me the logo “Logo Upload. Upload your logo here and enter below the height of it.” As the retina is of another color, and is not visible!
Thanks!
Congratulations on your work 
And I’m afraid to say, but I think part of the portfolio, as I think I’ve touched a color that can not be corrected. Besides the submenu header, I’m also a bit confusing, and I can not fix.
By the way, you can have a look at the site, to see if maybe you can help me.
Hey again recobers!
1. If you’re trying ot use two different logos you would actually need to activate the transparent header option – the retina logo is supposed to be the same version as your normal logo just 2x as big and it will be used on retina displays.
2. Can you let me know what you mean with this one a little bit more? I checked out your portfolio pages but can see anything wrong the coloring on the projects or filters
Cheers