38331 comments found.
Hi Salient team! What version of FontAwesome is the theme using? I’m pasting codes from their website like “”, but nothing shows up.
Hey apinzon!
Salient includes 4.7 by default, or 5.x if you enable the filter in your child theme: https://pastebin.com/bQM8ERzs
We have opted to not automatically bundle later releases in the theme due to the performance hit that would come with that since the library has grown substantially.
Kind regards
Hi Team,
I have a header set up where I have my logo in the center and two menu items (one all the way to the left, and the other all the way to the right).
For mobile, I’d like for the experience to be the same.
I was able to use some custom CSS I found in this thread to hide the hamburger icon which is a great start… and found the option to ‘persist in mobile navigation header’. However, both items are showing up on the right side of the mobile header. Any suggestions? Thank you.
Hey AkeatsKes,
Using the persist in mobile navigation option would be a straight forward way to accomplish that, however, CSS would still be needed to push the items to the left and right instead of the default display for mobile.
Please use the support forum in regards when posting multiple questions as this area is only intended for quick questions / pre-sale inquiries
Kind regards
apologies. will do. thanks
No worries, AkeatsKes 
Hi, FYI I found a little glitch. If you are using a ‘single image’ and you add a border radius (I am using 15px) it jumps back and forth between a rounded edge and a pointed edge in such a way that it seems like a bug. Thanks
Hey AkeatsKes,
I can’t replicate that locally—can you kindly share your page URL so that I can take a look at your settings?
Thanks in advance
Hey dimage,
1. You can use the following CSS for that: https://pastebin.com/p27PmNMD
2.
.nectar-post-grid .nectar-post-grid-item .content .item-main {
display: flex;
flex-direction: column-reverse;
}
Kind regards
great thanks again
You’re welcome, dimage 
Hey DonVlado,
Can you ensure that you have supplied your transparent logo in both the starting default and starting dark fields? https://ibb.co/jZqwk3P
Kind regards
+1 to disable row on specific devices!
Thanks for the request, AkeatsKes 
You can get that functionality in the current release by adding the following class names on your row as needed:
Hide on tablet:vc_hidden-smHide on phone:
vc_hidden-xs
Kind regards
Oh, that’s great! How about to hide on a computer (in case I design something specific for mobile that I don’t want showing up anywhere else)?
Do you know if the hidden content still has to load in the background? Thinking in terms of page performance. Thanks
Hey AkeatsKes,
You can also remove an element on desktop by using the class names:
vc_hidden-lg vc_hidden-md
But yes, from a performance perspective, the content will still exist within the DOM, so it’s best to not rely on these type of techniques when possible.
Kind regards
i want buy this theme for the saas version but i see only 1 page. gives themes with more than one pages or can i create 2-5 pages and use the same sections?
Hey ogi827, You can add as many pages as you need to after installing the SaaS demo. There is no limitation to keep it to a single page if you need to add more.
Kind regards
How do I adjust the spacing between these lines of text so they don’t get stuck there in the salient settings
https://prnt.sc/lroBJ4cgYy9DHey onocomp, the body/paragraph line height is specified in the Salient options panel > typography > general HTML elements tab via the “Body Font” field: https://ibb.co/WsBLtSC If you’re not seeing that take effect on your site, please open a ticket on the support forum in regards so that we can take a look at your setup.
Thanks in advance
Well this itens can´t work Salient 15.1.0 – https://prnt.sc/idrP7hC_Xm8d
I just did a fresh wordpress install and installed the Salient 15.1.0 theme and the problem still persists. Is there a way to resolve this?
Have you ensured that no third party plugins you have active are causing that? If so, please open a ticket on the support forum in regards and we would be glad to assist.
I checked and it’s the chrome browser that’s stuck, firefox works normally. Thanks.
hi the left menu is cutting the page
how can i make the left menu not cut the page?
https://themenectar.com/salient/business/articles/Hey Investur,
You can use the following CSS snippet in the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab to alter that prior to the next release: https://pastebin.com/JjUHXjyM
Great thanks. And if i want to make the home page with the left menu, and the rest of the other pages full page is it possible too?
thanks
Hey Investur,
The header layout is a global option, and there’s no way to use a separate set of global theme options on a per-page basis. One way you could accomplish that without modifications through a child theme would be to use a WP multi-site install, where your landing page would be its own instance.
Kind regards
hi do you guys have a demo theme for tourism or travel agency? thanks
Hey Investur, Currently there are no travel agency demos available, but I’ve noted your interest 
Kind regards
thank you
Hi. Is there any way to upload a webfont to use within the theme and “load from theme” under the admin options rather than load from google without using any additional plugin? Thanks.
Hey timtimtim, If you don’t want to use a plugin, you could also add custom fonts into the theme options panel by using a hook from your child theme. Here’s the documentation on that: https://themenectar.ticksy.com/article/9773/
Kind regards
Where can I change the “Read Article” Text in the button from the blog posts to another name ? thanks!
Hey atwatwx!
You can translate that using your desired translation plugin: https://themenectar.com/docs/salient/translations/
That string will be located in the “salient-core” text domain.
Kind regards
Hi,
How can I change the vertical menu item hover colour and use an underline hover style?
Cheers
Hey Micatuca,
You can change the default hover effect to a simple underline 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/H3CgykyKKind regards
Cheers, that doesn’t seem to be working
I also found from a ticket:
.wpb_text_column.wpb_content_element { text-shadow: 3px 2px 5px black; }
Is it possible for the above to target specific text like H3?
Thanks
Hey Micatuca,
1. Can you please share your actual URL so that I can take a look?
2. Yes, you’ll just need to add a class name on to the column holding your heading text to be able to target it in isolation. For example, the class name “text-shadow-heading” added to a column could then use the following rule:
.text-shadow-heading h3 { text-shadow: 3px 2px 5px black; }
Kind regards
Cheers that’s worked perfectly, I’ll send the URL now in a private message
I’ll follow up via email, Micatuca 
Cheers
Hi, I have a bit of a problem. I am using the latest version of the theme and I’ve got a simple image gallery. I’ve activated lazy load in the theme as well as in the WP Rocket plugin recommended by Google – for both images and iframes. But I am still getting the same message in Google speed test – “Defer offscreen images 1.50s” and it is about that gallery. Google recommends lazy loading images and I am doing that, and only this one gallery is causing problem. Can you recommend a solution? Thanks!
Hey artishock!
Unfortunately, lazy loading is not available for that specific slider style in the image gallery element. However, you’ll see the “Image Loading” field show up when switching to the Nectar Slider, or Flickity style and can enable lazy loading for either of them.
Kind regards
Hello there, I am able to add via single.php my custom post type fields. But I am looking for a way to create blogroll based on a custom post type + some dedicated fields. I am unsure where to look…
Aka I am able to choose my custom post type in the blog grid. and it displays my items. However. I need more fields to be visible in the blogroll.
Could you please guide me on where to edit the blog grid, so I have an option to choose which fields to display in the blog grid?
Thank you!
Hey H0kus41!
You can use the filter hook “nectar_post_grid_excerpt” in your child theme to add any additional custom content to each post grid item. An example that queries for custom meta might look like: https://pastebin.com/sQkjXjvd
Kind regards
Thank you very much! very helpful!
You’re welcome, H0kus41 
Feature Request: Load More button option for shop pages
Hey MarcGarner, thanks for the request 
Hello,
it’s impossible to import a demo of your theme, it’s running in a vacuum indefinitely. The online documentation isn’t available either, there’s a problem with your server.
Hey FayeAud,
Sorry about that—there was server maintenance earlier today. If you’re still having any issues importing a demo, we would be happy to follow up on the support forum in regards https://themenectar.ticksy.com/
Thanks in advance
Hey hurley_,
It looks like you’ve added two team member elements inside of each column, which would mean your stacking order on mobile be as follows: https://ibb.co/YPKVr1d
If you want your stacking order to remain the same on mobile as desktop (from left to right), then you should add a second row and only keep one team member in each column like so: https://ibb.co/HzKc3hB
Kind regards
Hi TN team,
Just wondering if there’s a way to control the speed of “Zoom out slowly” for column animation of a background image; it’s quite fast as it is.
Additionally, is there a way to force transparent navigation on a page (without doing it site wide)? I see the tick box disappears unless you have it on in the Salient panel; I’ve just got a lot of pages that get affected otherwise.
Thanks!
Hey ND81!
1. You could modify that 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/sRrXVv7U
2. The option must be enabled within the Salient options panel in order to force it on pages. If you’re trying to prevent the effect from occurring on specific areas of your site, it could be achieved via a filter in your child theme. If you’re looking for assistance with that, please open a ticket on the support forum in regards
Cheers
Got ya, many thanks – very helpful. I’ll give this all some thought.
You’re welcome, ND81 
HI,
What is the CSS selector for the Nectar Slider’s Caption font size? I want to enlarge it but I am having hard time finding the CSS selector, the Chrome browser tool only selects but does not select the whole selector.
thanks
Hey toolbox101,
You can adjust the responsive font sizing for your slider caption directly in the Nectar Slider element settings within the page builder: https://ibb.co/w6wN2FZ
If you’re looking to adjust the desktop viewport, that’s defined in the Salient options panel > Typography > Nectar specific elements tab via the “Nectar/Home Slider Caption Font” field.
Kind regards