38442 comments found.
Hello Salient team,
There is a feature that I would like to add to the menu, and I was wondering if this is an option that is already available or could be added in the coming future? Basically I’d like to customise the dropdown menu list with columns and images. Is this possible or best to use a plugin such as megamenu for that? Thanks!
Hey sottise, you can handle column setups within a dropdown, but there’s no option to add images by default. Here are the docs in regards to the Salient megamenu http://themenectar.com/docs/salient/mega-menu/
Cheers
Oh great so there is an option for columns already! thanks, I’ll take a look! Cheers
You’re welcome sottise :)
Hello, I’ve created a Custom Post Type and I’m using the “category” from the blog functions, my goal is to separate the content in the backend. When I open a single custom post type all works fine but when I try to open the category related to that custom post types nothing happen
https://delord.it/category/poesie/The category is related to “posts”
Hey innobrain,
Please open a ticket on our support forum in regards with temporary admin credentials so we can take a closer look into the setup to assist: https://themenectar.ticksy.com
Thanks in advance
Done) but: https://yadi.sk/d/CL7R0_Gf9P_S8A it seems like the update will fix it, right?
Hey Nicko_217,
Glad to hear you’ve sorted it – the update will be adding in an actual page builder element to handle that video, so CSS/custom markup will no longer be needed.
Cheers
very much looking forward to a speedy update)
Hi, If I install your theme on a local wordpress site, will this affect auto update when i publish the site live. Thanks
Hey Dkomborero,
You can install the theme both locally and on a live site – just note that you’re limited to one “live domain” per license.
Cheers
Hi salient team,
How to import salient ecommerce http://themenectar.com/demo/salient-ecommerce/
I can’t see e-commerce demo to import in my theme function. How to import this demo?
Thanks
Hey infodigi, Once you’ve installed the Salient Demo Importer plugin, you should see it available in the Salient options panel > import/export tab: https://ibb.co/cD7cw43
If you’re not, please open a ticket on our support forum in regards with temporary admin credentials so we can take a closer look into this: https://themenectar.ticksy.com
Thanks in advance
Hello, this is what is going on, every time that I add a new element from the salient template doesn’t look the same, I don’t have all the option that I had before button style effect or something just doesn’t work. I just install again the template but nothing. I will like to receive an answer, I never use the support before because this theme was running perfect and from one to another moment the page change totally without reason. thanks beforehand!
Hey zenegger,
I would need to see the URL in regards and also have a reference to what it previously looked like in order to assist. Could you kindly share that?
Nevermind… I realized this is achievable in the portfolio settings.
Glad to hear you were able to find the solution dbstanford 
How do I change the overlay opacity in the portfolio hover to 100%? Currently when I roll over the portfolio item the project accent color fades in but I would like the image to completely disappear. Thanks.
Hey dbstanford,
add this into the custom css box located in the Salient options panel > general settings > css/script related tab:
.portfolio-items .col:hover .work-info-bg {
opacity: 1!important;
}
Cheers
Perfect
Glad I could help, dbstanford 
Hello,
I have just updated the Salient theme to the latest version 11.04 on my staging site and the drop-down menu in my navigation (under “About”) is behaving strangely where it covers the actual drop down navigation.
http://wn2.5d0.myftpupload.com/Is there a setting somewhere that will fix this so that the dropdown appears below the menu?
thank you!
Hey merosler!
Do you have the following CSS added into your custom CSS box in the Salient options panel?
#header-outer header#top .sf-menu > li.sfHover > ul.sub-menu {
top: 90px !important;
}
If so, that snippet needs to be removed.
Thank you..
I removed that code and now it looks like there is too much space between the nav headers and the drop down box. (it looks like the drop down box starts at the top of the nectar slider instead of falling directly underneath the “About” nav text)
http://wn2.5d0.myftpupload.com/Hey merosler, You can add a similar snippet back in and simply adjust the value a bit like so:
#header-outer header#top .sf-menu > li.sfHover > ul.sub-menu {
top: 120px !important;
}
Thank you. And where do I customize the drop down so that the background of the drop down is black and the text is white? (with white lines separating each of the drop down items)? Thank you!
Hey merosler,
You can control the coloring in the Salient options panel > header navigation > logo & general styling at the bottom. Make sure you change the “Header Color Scheme” to “custom” as well. There’s no option to add a 1px divider between items, so that would require a snippet of CSS:
.sf-menu >li ul > li:not(:last-child) {
border-bottom: 1px solid #fff;
}
Cheers
Thank you, although it’s not exactly how i’d like it appear.
Please note how the same sub-menu on the live site appears: https://bit.ly/36lw9ItHow would I adjust the css code so that it appears the same way? (there is more spacing in the menu under “about” on the live site) and the lines in between are very subtle.
Hey merosler,
add this into the custom css box located in the Salient options panel > general settings > css/script related tab:
#header-outer .sf-menu >li ul {
padding: 0!important;
}
body .sf-menu >li ul a,
body #top nav >ul >.megamenu ul li a {
padding: 15px;
border-bottom: 1px solid #444;
}
Thank you!
You’re welcome merosler 
Can you tell me how to align the social icons on the left on the header please?
Hey jackcweston, which header format are you using in your setup?
Hi, it’s Centered Menu Bottom Bar
?
Any update please 
On the same site, is there a way to link directly to a menu tab?
http://www.taylorsbarkitchen.co.uk/menus/For example I want to add a link which open “Gourmet Burgers” Tab only?
Hey jackcweston,
1. Add this into the custom css box located in the Salient options panel > general settings > css/script related tab:
@media only screen and (min-width: 1001px) {
body.material #header-outer #logo {
z-index: 100;
}
#header-outer[data-format="centered-menu-bottom-bar"] header#top .span_3 .left-side {
width: 100%;
flex-direction: row-reverse;
}
#header-outer:not([data-format="left-header"]) header#top nav .nectar-social {
position: absolute;
left: 0;
}
}
2. You can use the following:
http://www.taylorsbarkitchen.co.uk/menus/?tab=gourmet-burgersCheers
Thank you
You’re welcome jackcweston
looks like a good theme
Thanks a lot Daprock 
Hi! I used Google inspect feature to grab the code for the social media icons to plug them into a page (because your social icon element is set up to only share that page on social media rather than also allowing you to plug your page icons on to a page). My problem is they are tiny and I’d like them to be bigger. I have tried editing the information in several ways without success. I even tried replacing the icons with images, and they are wrapping around to new lines instead of staying side by side. Is there a quick way to edit the size of these icons in the code? I’d like them around 75px each. Here’s the code. Thanks so much.
Well it won’t let me paste the code.
Hey jensdes! I’d be glad to assist – could you please share the page URL so I can provide the needed CSS?
Cheers
Sure thing! Thank you! https://dieselemissionsservice.com/survey/
Thanks jensdes,
It looks like you’re using the raw HTML element to embed the icons rather than the actual icon element that allows you to control the font size https://ibb.co/rb9M2t7 – is there any reason you’ve opted for that route?
Hmmm…. I think I tried to use icons and I tried regular text box with images inserted and linked but they would stay on the same line together, each one kept wrapping to the next line and I got frustrated so that’s why I went the HTML route. I will try the icons again to see if I can get it to work.
So I do not know how to get 4 icons to go side by side using the icon option without making 4 distinct columns for them which I do not want because there’s too much space in between each. Is there another way to accomplish this? Thanks Jen
OK so I would just like to put a request out there… it would be great functionality if the social media button element had the option to be either a “share this page” set of buttons OR just social media links for people to follow or like your pages. Thanks
Hey jensdes, by default the icon element will appear inline – it might be causing a new line due to the older version you’re using. If you do not wish to upgrade, here’s a CSS snippet to alter the size you can add into the custom css box located in the Salient options panel > general settings > css/script related tab:
body .wpb_raw_code i {
font-size: 40px;
width: 60px;
}
Thanks for this!! Worked great! Really appreciate your help.
Glad I could help out jensdes 
Hey quick question… I’m wanting to create a landing page with no header or footer but I don’t see the option in the page settings. Where can I find this? Thanks
Hey jensdes,
When you edit your page, check the “Template” dropdown in the page attributes metabox. There’s a template in there called “No header & footer” which will provide what you’re looking for.
Cheers
Thank you so much!! 
You’re very welcome jensdes 
Hey, if I wanted to alter the look of the nectar 3D transparent button, would this code (in custom css area) be correct? (because it isn’t working). All I want is to change the text to “bold” instead of “normal” weight.
”.nectar-3d-transparent-button { font-weight: bold;
}”
Hey jensdes,
If the following does not work for you, please share the page URL in regards:
#ajax-content-wrap .nectar-3d-transparent-button {
font-weight: bold;
}
Cheers
Thanks
You’re welcome jensdes 
Hola, realice la compra del tema y lo tengo instalado en el sitio web que estoy creando pero aparece por toda la pagina un letrero que dice:
A site-wide Call to Action Section! Have you fallen in love yet? y un boton que dice: BUY THIS THEME.
cuando oprimo el boton me manda a esta pagina web donde inicio sesión y ya tengo comprada el tema, entonces no se que deba hacer para quitar eso?
Hey Julio2314!
That section is set within the Salient options panel > call to action tab: https://ibb.co/KVWxjdM
Cheers
Hey murdeaf_0618,
Could you please share the URL in regards so I can take a look to assist?
Thanks
Hi there,
On this website https://winningimpact.nl en specific this page: https://winningimpact.nl/gratis-groeitips/
After clicking on the menu item “Gratis” and going to the page the dropdown isn’t visible anymore after hovering over the menu item “Gratis”. Is this a common problem?
Thanks in advance.
Best regards
Hey Abbenhues, the delay you’re seeing is occurring due to hovering over the item on page load, before the javascript loads (which handles the mouse over).
You can also force it to occur with CSS alone to prevent that:
body #header-outer #top nav > ul > li:hover > ul > li,
#header-outer .sf-menu > li:hover > ul {
opacity: 1;
transform: none;
pointer-events: all;
}
Hi! I can´t find a way to center logo in mobile. this is my site https://www.mattercolombia.com/propuesta/restaurantes-gral/
Thanks in advance!
Cheers
Hey, I found a way but not perfect. Will tweak some additional CSS and find my way. Thanks!
Hey Hernan, glad to hear 
Hello,
I wanted to update the theme on our website www.werbetechnik-raisch.de. Unfortunately, the page is broken afterwards because the pseudo tags are no longer interpreted:
Screenshot: https://www.raisch-werbetechnik.de/wp-content/uploads/2020/01/screen.jpgWhat is the problem?
The “Salient WPBakery Page Builder” version is 5.5.2.
Thanks for your answer!
Hey Raisch!
You need to install the new required Salient plugins, please take a look through the following guide in regards:
http://themenectar.com/docs/salient/important-salient-update-for-new-envato-requirements/Cheers
When a non-logged in user tries to purchase a product and adds to cart, the theme just says “Your cart is currently empty”!
When they add second product the cart shows, but not on the first product.
Any idea why?
Just to be clear – this issue is only happening on Salient. When I tried using the default theme, the same issue was NOT replicated!
Hey armanverma,
That sounds like a caching issue. Usually caching plugins/server caching will have default rules in place to not cache when logged in, which would explain what you’ve described. Salient doesn’t override the default functionality of the WooCommerce cart, it only provides styling for it. Can you please ensure you have added an exclude rule for the cart page in any caching feature(s) you have active.
It’s possible that upon switching the theme temporarily, the previous cache was cleared.
Hamburger menu on mobile device is blank. Deactivated all other plugins to test.
Off Canvas Menu Mobile Nav Menu items was off. Sry!
No worries dragonflii, glad you were able to sort it out
Cheers
hello, my images are not visible on the site, whenever I try to insert images in single image section it disappears, plzz check, my site is www.excellencemaharaja.com
Hey sajid1218, it looks like your images are getting blocked from mixed content (loading http instead of https). Could you please open a ticket on our support forum in regards with temporary admin credentials so we can take a closer look into this: https://themenectar.ticksy.com Thanks in advance
Hi, My support has been expired so cannot open ticket, I just wanted this small help, so kindly provide your email address so that I can forward you my admin credentials.
Hey sajid1218,
Please reach out via the contact form on my author page https://themeforest.net/user/themenectar