38161 comments found.
Hello! Is there any way to insert nofollow links in the button of Horizontal list item? It would be very useful.
Thank You!
Hey MurZielaGa!
That would require a modification via your child theme in the current release. However, I’ve noted to include an option for that in the next minor version 
Kind regards
Hello, is there a way to add a social icon in the secondary header or copyright area if it isn’t among the available ones (ivoox)?
Hey stefanoroma,
That would require custom CSS to either add it via a background image or to enqueue a new icon font family which incudes your desired network.
Kind regards
Hi there,
Is there a way to move the search icon and search bar to secondary menu.
Any help will be greatly appreciated.
Hey simonpeyto,
Unfortunately, there’s no built-in option to move the search into the secondary header bar. In order to achieve that, you would need to make a modification via your child theme.
Kind regards
Hi ThemeNectar,
I switched to Salient a short while ago to test with a project of mine. I really like it, and I’m currently in the process of learning the finer points of the theme .
I just tried to implement the leaflet maps ínteractive map, but for some reason I’m unable to see any marker. I used the Nectar Marker, but I don’t see anything. Is there also a possibility to further style the Leaflet map?
Could you please take a look: https://casacasandra.com/
Thank you very much.
Hey fratsloos,
I’m glad to hear you’re enjoying Salient so far 
The interactive map allows you to set the focal point separately. It looks like the focal point in your map is set to the location you’re trying to target, but the marker is placed somewhere in the United States: https://ibb.co/yBf3Nwrc
Kind regards
Ahh, I understand. My fault for not reading correctly. Sorry for the inconvenience.
I was under the impression this was purely for the marker description. This is even better and I’ve just fixed it. Thank you very much for your quick reply and have a wonderful day!
You’re welcome, fratsloos! 
Cheers
Hi Salient team,
Hope you’re fine today. I’m reaching you about WooCommerce issue.
If your go on the page belaow, you can notice on the price filtre: Price Min and Price Min whereas Price Max.
I don’t know how to change the max range label. Link to the website: https://www.lcp.paris/boutique/
Thanks a lot for your reply. Have a great day. Best regards. Alexis
Hey Alexis!
It looks like that a core bug within WooCommerce for the strings attached to their Filter by Price widget in the French language. For now, you can correct it on your end by using a translation plugin such as Say What and translating “Max. Price” in the woocommerce text domain to your desired text: https://ibb.co/sJj9yhP6
Kind regards
Hi Team;
Thanks for getting back to me so quickly.
I tried that already, but I had the wrong string. Unfortunately, even with the correct string you gave me, it’s still not working.
I also tried looking directly in the code, but couldn’t find where to make the change.
Do you have any other ideas or places I could look to update this?
Thanks,
Alexis
Ok I’m updating this message. I have absolutely no idea how why, but after several updates, now it works.
So your advices were good.
Thanks a lot for your help.
Problem solved 
Best regards. Have a great day. Alexis
I’m glad that I could help, Alexis 
Kind regards
Hey richardwells,
Have you verified that switching to the default WordPress theme corrects the issue?
Kind regards
I have deleted all unused themes, also its a live site and I have 1000s of visitors. Is there any other way to test?
Yes I did try switch themes, still does the same?
Hey richardwells,
If the same issue is occurring when Salient is not active, I would recommend that you reach out to the plugin developer for further assistance.
Kind regards
Hi, how do I remove the heading post title and category from the single post? I dont see it in settings. I basically, want it to be a blank page.
Hey djb19,
The CSS would be different depending on your blog settings, but if you’re using the “Featured Media Under Heading” header type you could use the CSS:
.featured-media-under-header {
display: none;
}
Kind regards
Hey Nectar Team,
I would like to remove all dates from my website. I installed WP Meta and Date remover plugin and it doesn’t remove it completely. I have it set to all areas, but it still shows in some areas. I did research and it looks like I need a custom code for this. Can you supply please. I’m using the Freelance Portfolio theme for reference.
Hey marcod845,
That demo primarily includes the date on projects via the Post Loop builder data meta field:
https://ibb.co/s9HXZVzt If you’ve already disabled that, can you please share a URL where the date is present?Kind regards
Hi it’s possible to add Mousewheel option on the Post Loop Builder carousel’s ?
Kind regards
Hey juanignaciocba,
There’s no built-in functionality for that on the Carousel as of now. However, I’ve noted your +1 for the idea on the wishlist 
Kind regards
Thanks Nectar
You’re welcome, juanignaciocba 
Hi there, I have a quick question before purchasing this template. I really like the design, but I noticed that in the demo, the font size automatically scales up or down depending on the screen size or when I resize the browser window. Is there a way to fix the font size and typography elements so that they stay the same and don’t change based on the screen resolution?
Thank you in advance for your help!
Hey dsevonline!
Yes, you can choose your font sizing and you do not need to utilize fluid unit sizing like in some of our demos where we’ve selected ‘vw’ units.
Kind regards
First of all, just wanted to say, you guys are amazing. I’m really enjoying working with the Salient theme and appreciate all the effort put into it.
I’m currently building my website (justwentvyro.com) and have a few questions I hope you can help with:
1. Off Canvas Menu Consistency (Mobile)
I’ve set my Off Canvas Menu to Fullscreen Cover Split, and it works great on mobile. For desktop, I’m using the standard header.
Here’s my current setup:
Header Blur Background Functionality: Active when “transparent header effect” is not.
Transparent Header Effect: “Header Permanent Transparent” is turned off.
Because my site is blog-heavy, I’m unable to Force Transparency on single blog posts or category pages. On desktop, like this and this works fine, so I don’t want to change anything:
Pages = solid header Blog posts = blurred header
However, on mobile, the header is blurred across everything; pages, blog posts, categories, which I’ve grown to like. My issue is with the Off Canvas Menu styling on mobile:
When I’m on a page where I can force transparency (e.g. homepage), the menu opens exactly how I want it: ✅ https://prnt.sc/KmYff8JcdRr9
But when I scroll, or visit a page where I can’t force transparency (e.g. blog post), the menu opens with a weird overlay effect: ❌ https://prnt.sc/BugXOiI0FkWu
Question: How can I ensure that the Off Canvas Menu always looks like the first screenshot, regardless of scroll position or page type?
2. Header Padding on Mobile
I’ve got the header padding set up perfectly for desktop, but on mobile it doesn’t quite translate visually.
Question: Is there a separate option or setting to adjust header padding specifically for mobile?
3. Remove Underline in Off Canvas Menu (Mobile)
In the Off Canvas Menu on mobile, I’ve noticed the nav links are underlined. Screenshot: https://prnt.sc/KmYff8JcdRr9
Question: How can I remove the underline and just keep a simple color hover or active state instead?
Thanks so much in advance for your help!
Bupe
Hey Bupe!
You can make those changes by adding the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab: https://pastebin.com/zMM92vhd
Kind regards
Hi Team,
I have pasted this is code you gave me: https://prnt.sc/_ADhizxYef49
But nothing happens. Everything is unchanged.
sorry scratch that. It worked! Just needed to clear my cache.
I’m glad it worked for you, Bupe 
Hey ThemeNectar!
Recently I’ve been receiving a new error that continues to pop up in the error_log file making that error file several MBs in size and I’m scratching my head trying to figure out what’s causing it. It’s repeating every 20 minutes or so, randomly.
The error is: PHP Warning: Attempt to read property “ID” on null in …./nectar/helpers/enqueue-scripts.php on line 462
It just started happening in the past couple of weeks. Do you know what this is and how to fix it? I’m on the latest Salient version: 17.1.0
Any help is greatly appreciated. Thank you!
Hey lookwhoo!
We’ll be adding the fix for that into the next minor release.
Kind regards
Great, looking forward to it. Thanks!
You’re welcome, lookwhoo 
Hello, a question regarding “Salient Social”. Is it possible to make instead of expanding to the top, can I make it expand to the left?
Hey jaclerigo,
You can make that change by adding the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab: https://pastebin.com/bWQqU9nw
Kind regards
Thank you. But, looks like that pastebin link is not working. Can you send it in another way, please?
Hey jaclerigo, here’s a direct paste:
body .nectar-social.fixed .nectar-social-inner a.nectar-sharing {
transform:translateX(0px) scale(0);
}
body .nectar-social.fixed:hover .nectar-social-inner a:nth-child(1) {
transform: translateX(-56px) scale(1);
}
body .nectar-social.fixed:hover .nectar-social-inner a:nth-child(2) {
transform: translateX(-106px) scale(1);
}
body .nectar-social.fixed:hover .nectar-social-inner a:nth-child(3) {
transform: translateX(-156px) scale(1);
}
body .nectar-social.fixed:hover .nectar-social-inner a:nth-child(4) {
transform: translateX(-206px) scale(1);
}
Kind regards
Hello, thank you so very much! It works perfectly.
You’re welcome, jaclerigo 
Hello! Thank you for the best wp theme ever. I have a Custom Icon Image (svg) in Fancy box with Color Box Hover Effect. But I need to make it not visible on hover. Can you give me css style for this please. Thank you!
Found)
Hey mserge, I’m glad that you found what you were looking for 
Hi Salient-Team, just a quick question about the “Icon List” element: When using the Icons with Background (circle around the icon), the color does only affect the icon but not the circle around it. Is there any way to make the icon and the circle the same selected color? And for the text in the list item: Is there any way to give the text a different color than the header? For example header text = red, text content = black?
Thanks a lot, Dennis
Hey Dennis,
You can make that change by adding the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab: https://pastebin.com/hMMsTZxz
Kind regards
Hi! How can I edit Team Member element of WPBakery Page Builder? For example, I want to change Bio photo from single image to galllery.
Hey sanjah86!
Since there’s no option to specify a gallery element for the team member modal, you would need to modify the template file for that element in your child theme. Here’s the documentation on doing that: https://themenectar.com/docs/salient/overriding-salient-wpbakery-element-template-files-through-a-child-theme/
Kind regards
It’s been a long time since I worked on my site. I’m still on version 13. Tried to update directly to 17. Didn’t work. How is the uprade path? What steps do I have to take to make this work?
Hey scratsmacker, v13 to v17 should not require any additional steps outside the normal methods to update. https://themenectar.com/docs/salient/updating-salient/
What error are you experiencing when attempting to update?
Kind regards
I just installed and activated v17 and when I try to reload a page from the site it never loads. The page stays blank and the loading anim from the browser goes indefenitely.
Hey scratsmacker,
If you’ve already deactivated all third party plugins to rule out a conflict, please please reach out via the contact form on my author page in regards with your website details so we can take a closer look.
Thanks in advance
Is there any documentation about how the H1/H2/H3 headings in the Responsive Settings under Typography correspond to certain header elements on the site? In other words, I have an ordinary page with a header image and header title. When I view this page on an iPad in portrait orientation, the header is too small for my taste. It looks fine in landscape orientation. Which of the headers settings do I change in the typography settings to change that?
Hey scratsmacker,
If you’re referring to the Page Header which you’ve set via the “Page Header Settings” metabox, that should respond to the percentage scaling you set in the Salient options > Typography > Responsive Settings tab for the H1 fields. If that’s not occurring for you, and you’ve ensured that you’re on a recent release of the theme (v17+), please share the page URL so we can take a look.
Kind regards
Hi guys,
Is this normal that BRUT HTML does not show on the front end once published?
THanks
Fake alert, it works
Thanks
Hey there, I am having an issue with wpforms. the fields are stacked on top of each other and the button is bugged. The styling menu backend is not working properly to space cells apart. here: https://curumari.com
How can I fix these 2 issues?
Hey kayota, Your form has the class name “nectar-inline-subscribe-form”, which is a theme-specific class which expects the form to contain a single field + submit button. You’ll need to remove that to correctly display multiple fields: https://ibb.co/GvPHkncx
Kind regards
Ah i see thank you. The problem is if I remove that the hole nectar theme aesthetics goes away and the form looks horrible. Is there a script to maintain Salient’s looks and allow for multiple lines?
Hey kayota,
The “nectar-inline-subscribe-form” is the only additional class we include for connivence with WPForms, however you can add additional rules to that to make it support multiple fields. If you add that class back in, you can also add the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab:
.nectar-inline-subscribe-form.wpforms-container-full .wpforms-field-container {
display: flex;
padding-right: 26%;
gap: 10px;
}
.nectar-inline-subscribe-form.wpforms-container-full .wpforms-field-container .wpforms-field {
width: 50%;
}
Thank you for the reply. its looking better but its all on the same line. I need it in multiple lines because I am using 4 fields and on mobile it does not work as you can see in the link provided.
Hey kayota,
We only provide a custom class for a simple inline form. To modify the styling of your WPForms beyond the options available in their settings and the styling options provided under Salient > Form Styling, you’ll need to create custom CSS. If you’d like further assistance with a custom CSS rule set, feel free to open a ticket on the support forum.