38442 comments found.
May I suggest you to create a new demo? A Landing page one! It would add a lot of value!!
Hey acrogs, thanks for the suggestion 
Cheers
Is it possible that the owl Carousel loops? Like the image gallery
Infinity loop
Hey,
As of now that option is not included because it’s unstable in Owl, when they release an update that allows it to work under all conditions I will most likely add it into the theme
Cheers
the nectar slider is a messssss…. i have no clue what is going on, every time i open the slider it gives me different options.. and even when the slider is in the middle of the page SOMETIMES it overtakes the page header, sometimes not.. can anyone explain what is going on
Hey andrewemil1, please share the relevant URL where the issue occurs so I can take a look
Hello. I’d like to change the link color in the content area ONLY of pages and blogs. I used the following code, which worked for the blogs, but not the pages.
body .content-inner a { color: #000000!important; font-weight: bold!important; }
body .content-inner a:hover { color: #c8c8c8!important; }
Thanks.
Hey pkc827,
This snippet should work 
body .content-inner a, body .main-content .row a {
color: #000000; font-weight: bold;
}
Cheers
Hi. That code changed the buttons too throughout the website. I just want it to change the text urls on pages and blogs. Is that possible somehow?
My site is patricekcokley.com
Hey, to avoid buttons you could change it to
body .content-inner a, body .main-content .row a:not(.nectar-button) {
color: #000000; font-weight: bold;
}
I changed the line and added the nectar-button call to the ‘hover’ code and now I lost my hover on the text links, but the buttons are fine. What did I do wrong?
body .content-inner a, body .main-content .row a:not(.nectar-button) {
color: #000000!important; font-weight: bold!important;
}
body .content-inner a:hover, .main-content .row a:hover not(.nectar-button){
color: #c8c8c8!important;
}
Hey, it should be:
body .content-inner a, body .main-content .row a:not(.nectar-button) {
color: #000000!important; font-weight: bold!important;
}
body .content-inner a:hover, .main-content .row a:not(.nectar-button):hover{
color: #c8c8c8!important;
}
That worked. Thanks a lot!
You’re welcome 
Hi, I would like to add little image/icons as category indicator, close to the category text on blog loops and blog single page.
This plugin looks quite popular for doing this : https://fr.wordpress.org/plugins/categories-images/
But i don’t know where to put the code they provide. Have you ever encountered this situation?
Thanks for your great job on this theme!
Hey Arkanite! The blog loop content is located in the includes/post-templates – you’d need to paste the code in those files
Cheers
Thank you for your answer, I don’t see any line of code displaying the “meta-category” class, this is where i would like to put a little image.
Thanks for your support!
Allright, I finally found a solution with some css hacks. Thanks for your time!
Hey, glad to hear you’ve sorted it 
Cheers
Hi, I’ve noticed a bug with the latest update and its compatibility with Gravity Forms;
- When ‘Enable Fancy Select/Checkbox/Radio Styling’ is active, the dropdown box on the gravity forms menu page breaks. It has to be switched to off. In this case, it loses all styling and resorts to default dropdown css.
If you have any immediate fix for this that would be great, thanks!
Hey rockywilder!
I’ve noted to take a look into this and add the fix into the next update – if you want to share your URL where the issue occurs i’d be glad to take a quick look as well
hello, I’m hoping if you could help with this problem i have created for my friend? Suddenly, the nectar banner stop showing in all the webpages iof the site (www.theshadeslab.com). How can i correct it?
Hey,
Can you quickly verify that no third party plugins you may have active are causing the issue?
Cheers
no i don’t think so.
There’s an error that seems to be coming from the plugin ninja forms that you have activated – can you disable that for a minute to see if it fixed the slider?
hello, i have disabled the ninja form but it still doesn’t work.
Hi, What CSS is needed to remove the space between my nectar slider and the menu? I want them to merge together as a full header photo.
Hey, could you please share your URL in regards so I can take a look at your current theme settings? 
Also I wanted to ask you two other questions:
(1) what would be the first step I can take to make sure that my site looks okay for mobile? Right now everything is enlarged and takes over the whole cell or ipad screen and I want to ensure that it is fine.
(2) I want my blog page to look exactly like your demo where the masonry is connected without any spaces (http://preview.themeforest.net/item/salient-responsive-multipurpose-theme/full_screen_preview/4363266?_ga=1.94300317.140089619.1477771323). How do I implement this?
(3) Is there anyway to turn my home button on the front page into a logo as well and have it on the left while my icon is still in the middle of the screen?
(4) When I had multiple photos on the nectar slider, they would not size well so I took them off and just uploaded one photo using the feature at the bottom of the post page. I would have liked to use nectar slider to have a slide show of header photos but when looking at them on mobile all of my content was cut off.
(5) Can you recommend an Instagram carousel plugin that is compatible with your theme? The one I have on my homepage currently isn’t really working right
Thank you for your assistance and I look forward to hearing from you. I love this theme! So glad I came across it and will surely buy a second license for my other website <3
Hey,
I’m not seeing a Nectar Slider on that page URL, is it located on one of your site subpages you can link me to?
1. Can you name a specific area that is not working for you on mobile? When I check out one of your pages such as http://livelyplanner.com/bootcamp/ everything seems to be responding normally
2. You can change your masonry styling in the Salient options panel > blog options tab http://themenectar.com/docs/salient/theme-options/blog/
3. That wouldn’t be possible without some modding at this time
4. Could you please share the page URL where the issue can be viewed?
5. Unfortunately I don’t have a specific one to recommend at this time, but i’ve noted your +1 for the idea to add further instagram integration into the theme itself
Hi, thanks so much for responding!
I didn’t use a Nectar Slider for my homepage because I took it off and just used the header upload option on the page. However, I was asking what was the CSS used to remove the menu border and merge them altogether similar to one of my other sites http://pivotlively.com.
(1) For mobile, I was asking about things like certain pictures are enlarged. Like for instance the lightbulbs on the livelyplanner.com/bootcamp page. Though I have them set to be smaller than a thumbnail, on the mobile and ipad they are huge .
(3) I saw someone who has it similar and assumed that maybe he used extra coding to accomplish that—> jackadaniels.com. I wanted to be able to have both my logos prominent on the menu bar and my social icons next to it similar to this.
Thanks so much!
Could a representative please answer my previous questions. Thanks so much!
Hey, sorry for missing your last response!
In the Salient options panel > header navigation > transparency tab there’s an option to “Remove Border On Transparent Header”
1. Taking a look at that page on mobile i’m seeing the lightbulbs displaying as expected http://imgur.com/a/MPDV6 could you kindly screenshot what you’re seeing?
3. Yes they accomplished this custom modding, but unfortunately I can’t provide the code they used as I didn’t give it to them, it was a custom addition that they did
Thanks so much for responding to my inquiry. Here is what I see on both my ipad and my cellphone when I look at my homepage and my bootcamp page. http://imgur.com/a/jQLCo . The graphics I’ve embedded, I created custom dimensions for them (like 75px X 75px) to make sure that it views small. But they appear full on mobile and ipad.
Hey, try adding this into the custom css box in the Salient options panel:
@media only screen and (max-width: 1025px) {
.vc_col-sm-4 img.alignleft {
max-width: 75px;
}
}
Yayyyy it works!! Thank you so much! I am definitely going to get another license for this theme for my other domains. Enjoy your New Year. 
I think I spoke too soon. Checked my ipad and the images are still big. Do you have the code for iPad as well? Also, should I reduce my header image to fit the screen for mobile and iPad
Hey! Try adding this in as well and remember to clear the cache on your device if you don’t see it taking effect at first:
@media only screen and (min-device-width: 481px) and (max-device-width: 2600px) {
.using-mobile-browser .vc_col-sm-4 img.alignleft {
max-width: 75px!important;
}
}
It didn’t help. Fine on the mobile but still huge on the ipad. 
Hi!! On your blog demo for the full width masonry, what font is that are you using for the title? And I see that you have your gravatar in place of the date. I would like to do that as well as not have the categories bar on top and the comments beside it as well. Are those options possible.
Hey,
Could you link directly to the demo you’re referring to – are you referring to this? http://themenectar.com/demo/salient-blog/
I ended up figuring it out. Took a few hours lol. but I fixed it 
Hey – glad to hear you’ve got it 
Hello. There is a problem with the latest version of WPML. If you activate the flag next to the language appears above. Before, it was perfect. http://imgur.com/a/gKdxh
Hey eduolmeda, could you kindly share the URL in regards so I can assist?
Sure, here is the URL: https://wiseplay.tv/
Hey, add this into the custom css box located in your Salient Options panel:
.wpml-ls-menu-item .wpml-ls-flag {
margin-bottom: 0!important;
}
Cheers
Thank You. Now is working! 
Glad to hear!
Hi
I have used theme for my multi site WordPress. i have configured it on http://wholesome.io & http://wholesomeio.scventures.wpengine.com/ but for http://wholesome.io transitions are not working smoothly.i had configured it same as http://wholesomeio.scventures.wpengine.com/ also tried with import export but still it is not working well. Can you please help me in this issue.
Thanks
Hey nirmalsinghoo7,
Please open a ticket in regards so I can take a further look into the setup themenectar.ticksy.com/
Cheers
Hi,
I am unable to generate ticket because i had purchased your theme in 2013 and i am using it now. I am getting error that support expired. But i can give you my purchase code if you need.
Hey, do you still have access to the account where you purchased the theme from?
Yes i have account access,. I had purchased it from envato and i have envato purchase code.
Hello! After updating WP, the menu item style option for the main navigation menu is missing (i.e, making a menu item a button).
Hey! Please see my response to renesbitt in regards
Cheers
Hey Guys,
Any update on this thread? https://themenectar.ticksy.com/ticket/425929/
I have Title images set for products (headers) on an old install – have set up a new install with latest version and this option is now gone.
As per screen shots in post, it had full box of Page heading settings like on pages. How can we get this back?
Hey ladydekade, there’s no update that has brought that feature back yet – as I mentioned earlier in the ticket, the fact the page header was available in single products wasn’t something every intentionally included but i’ve noted your interest. Something similar will be added in the next WooCommerce focused release
Hello! After updating WP, the menu item style option for the main navigation menu is missing (i.e, making a menu item a button).
Hey renesbitt! There’s an easy fix for this that I can provide before the next update is released that will sort it. Please open a ticket in regards with your admin credentials and let me know here once you’ve done so
themenectar.ticksy.com/
Hey there. On the salient-business setup, can the left navigation’s width be adjusted? Also, can it be safely moved to the right about 20 pixels to appear to hover over a fullscreen Nectar Slideshow image?
Hey,
Enter this into the custom css box in the Salient options panel:
@media only screen and (min-width: 1001px) {
#header-outer[data-format="left-header"] {
width: 225px!important;
left: 20px;
}
body[data-header-format="left-header"] #ajax-content-wrap {
margin-left: 225px!important;
}
}
Cheers
Thank you. One final question… is it possible to stack the social media icons vertically on the left nav of the business layout?
Hey, add this in as well 
#header-outer #social-in-menu a {
display: block;
}
Hi, the title on the portfolio thumbnails are aligning to the right instead of centered. Please see this screenshot: http://prntscr.com/dinf31. Is there anything I can do to fix this? Thanks!
Hey CIDesign_Media,
Could you please allow me past your coming soon page so I can take a look to further assist? 
Cheers
Sorry about that, you should be good now: http://gpfilmcompany.com/
Hey! Try adding this into the custom css box in the Salient options panel:
body .portfolio-items .col .work-info .vert-center {
position: absolute;
}
Perfect! Thanks, man!
You’re welcome 
Hello,
On my main shop page, how can I add a button underneath the product title. Something like: An orange button that says, “Learn more”
https://www.essentialoilsus.com/buy/Thanks,
Brian
Hey Brian,
as of now this would require some custom modding to the functions.php at the woocommerce section
Cheers
I’ve just downloaded the latest version and noticed that the Woocommerce page with header I’ve got set up has a darker header than the other pages with the same header. Any idea for a quick fix? Thx in advance!
Hey ColourCore!
Could you please share the page URL so I can take a look to assist?
Cheers
Hiya, the page is http://illusory.ga/shop/ this is running the Woocommerce page, the header here is darker than for example on all other pages (download, support, etc). Thanks very much for the quick reply!
Hey add this into the custom css box located in your Salient Options panel:
.nectar-recent-post-slide .nectar-recent-post-bg:after, .single [data-post-hs="default_minimal"] .page-header-bg-image:after, .archive .page-header-bg-image:after {
display: none!important;
}
Cheers
that fixes it! much appreciation for your work <3 happy holidays too!
Happy holidays to you as well 
trying to embed a Vimeo video, it used to work until I updated, now all I see id the link and not the actual player. The weird things is, it works for the demo link ( the one that automatically appears when you add a video via the page builder ) ...
Hey testerthetester,
Could you please open a ticket in regards with your admin credentials https://themenectar.ticksy.com
Cheers
Hi, thanks for this great theme !
I have an issue though : the Bio Shown Fullscreen Modal style for team member (which is a full screen necat_team_member_overlay at the end) doesn’t close on mobile. The overlay stays on top and it’s impossible to close it.
Could you help me with this ? Thanks in advance
Hey guissem!
This is a confirmed iOS specific issue and will be fixed in the upcoming release – if yould like it early please open a ticket in regards with your admin credentials https://themenectar.ticksy.com and let me know the ticket ID here 
Cheers
Hi ! Here’s the ticket number : #987456
How can i change the search bar? I need the normal form to search showing the logo and menu. Thx
Hey,
Changing the theme skin in the Salient options panel > general settings tab will switch between the two search styles
Cheers