38339 comments found.
Love the new Lottie element! Is there a way to find the particular lottie files on the library website like the one on SaaS demo to edit them?
https://chrisgrenier.com/wp-content/uploads/2022/09/Screen-Shot-2022-09-20-at-2.09.53-PM.pngEven searching from the URL for Lottie’s im coming up short, thanks! (https://assets10.lottiefiles.com/packages/lf20_erb8mppf.json)
Hey svtmuscle, glad to hear you’re enjoying that feature!
We created those Lottie elements ourselves, and they’re not hosted in the public section on the Lottie files site. However, you can still access the Lottie JSON for each Lottie demo source as you linked which can be imported locally to After Effects: https://assets10.lottiefiles.com/packages/lf20_erb8mppf.json
Hello, how do I get section backgrounds that have a youtube video set to show on mobile devices? I am using the Architect demo with the first section set with a youtube video background but it does not show at all on mobile.
Hey nasan,
YouTube videos can not be utilized as background elements on mobile devices, since mobile devices will block the autoplaying functionality. You can however use self hosted video (mp4) to bypass that limitation, if you don’t want to show a fallback image. This is covered in the docs here:
https://themenectar.com/docs/salient/page-builder-row/#video-backgroundKind regards,
There seems to be a problem with the Header Content alignment settings not working. I’ve got round my immediate problem with some CSS, but I thought I’d mention it.
Apologies, my fault, please ignore.
Hey beachmat,
I’m glad that you got it sorted 
Cheers
Hi What is the best way to upgrade from version 8 to the latest version 15 of Salient?
Thank you
Hey johnjohn,
I would recommend going through the following guide: https://themenectar.com/docs/salient/important-salient-update-for-new-envato-requirements/ It covers the major differences between legacy vs modern Salient installs.
Kind regards,
hi there.
1. how to setup custom logo when you activated off canvas menu?
@media only screen and (min-width: 1000px) #header-outer.lighten-logo.transparent #top #logo img.stnd { filter: brightness(0) invert(1); opacity: 1!important; }
this code make your logo looks weird.
2. https://themenectar.com/salient/resort/
mobile:
it’s looks good when your right button menu ( BOOK NOW ) is short, it’s become a mess when your menu text is long.
can we adjust different text on desktop or on mobile?
3. it’s possible to use vc_section? because it’’s make easier to group your content, you can see your row id on page builder.
thnk you
Hey selectasterisk,
1. You can specify a light version of your logo in the Salient options panel > header navigation > transparent header effect tab
2. There’s no way to change the text of the button for mobile only. I would recommend using CSS to shrink the size of your button: https://pastebin.com/h142j0s03. You can enable that by using the following filter in your child theme functions.php:
add_filter('salient_register_core_wpbakery_els','salient_child_wpbakery_els');
function salient_child_wpbakery_els() {
return array('vc_section');
}
Please open a ticket on the support forum in the future for multiple questions.
Thanks in advance
Hello, do you have a trial ? Can we refund it if we do not like it ?
Hey Cemalgns, Unfortunately, there is no free trial of Salient offered. In general, refunds are provided if the request is reasonable.
Kind regards
Hi! How is it possible to link directly into third Toggle Panel Section? Like, click on button > new page load > anchor > #section-3-section-toggle-panel ?
Hey mediastyle12!
Yes, you can use the following URL format for that functionality:
https://domain.com/page/?toggle=toggle-name#anchor-name
Cheers
Hello, after the last update i lost the text from nectar slider (heading and caption) on desktop version of the website. On mobile it is shown. Do you have any idea whats happening?
Hey hugodiaslopes,
If you’ve already attempted to disable your third party plugins to check for a conflict, please share your URL in regards so that I can take a look.
Thanks in advance
Thank you very much. It was salient plugins that needed to be updated.
Glad I could help, hugodiaslopes 
Hey! I have a question. I see that you have a template with blog posts as a grid. Love it! But I don’t see that I can set it as the default design on the whole blog? Is it true?
Hey AlexanderMJ!
The available archive styles for the blog are located in the Salient options panel > Blog tab. When selecting, “Masonry blog” for the type, the “auto masonry” style might be what you’re looking for.
Kind regards
Hello again, and thanks for your quick response. I already have that setting on nordigt.se, and that’s not what I’m looking for. But maybe I’m misunderstanding you. What I’m looking for is to have four blog posts in a row, with a picture and the title below. And then four blog posts below that and so on.
Hey AlexanderMJ,
That would be closer to the “Classic enhanced” masonry style. I would suggest using that option as a base, and then modifying the design with CSS to your exact liking.
Kind regards,
Perfect, thank you! However, I have a problem. Is it not possible to change how many blog posts are on the same row? On the desktop, I want a maximum of 4. I would also like to change the spacing between blog posts. But can’t find a place in admin where I can change it?
Hey AlexanderMJ, you can alter the column number by adding the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab:
@media only screen and (min-width: 1000px) {
#ajax-content-wrap .masonry.classic_enhanced .masonry-blog-item {
width: 23.1%;
}
}
Kind regards,
Okay, so there is no setting for that in admin. I really appreciate you posted the css solution. Thanks. Is there css I need to use to change the space between the blog posts as well? And to reduce the margin on the sides? Have a little problem that there is more margin on the right side than on the left. Want the same margin on the left and right side as the header.
Hey AlexanderMJ,
Can you kindly share your page URL so that I can see your current settings to provide the needed snippet?
Cheers
www.nordigt.se Please check as soon as you can as I don’t have a test environment – so this is live for everyone now.
Ignore what I wrote. Got too many emails from users, so had to change back.
Thanks AlexanderMJ,
If you’re still interested in that, you can edit the original snippet I provided to be the following instead: https://pastebin.com/keTfiNB7
You might get a warning about the use of “grid-template-columns” if you’re using the css box in the options panel – you can ignore that.
Kind regards,
Hi,
How to disable comment section for blogs? So, I don’t want it to be visible that people can give a comment on my blogs.
Thanks in advance.
Hey Abbenhues,
In the WP administration > Settings > Discussion tab, toggle the option “Allow people to submit comments on new posts”. If you would like to also remove any posted comments from your existing posts you could add the following snippet into your child theme functions.php file:
add_filter('comments_open', '__return_false', 20, 2);
add_filter('comments_array', '__return_empty_array', 10, 2);
Kind regards
Hi TN, loving the new updates – well done!
I’ve got a new client whom I’d like to get another license for, but wondering as to practical possibility of the following:
The client’s website has two sections, and both need to be quite different visually, but both would be happily accommodated by Salient.
I realize I could probably install a plugin that would switch themes depending on the page, or just have different subdomains per section, but loading two copies of the theme seems excessive; would you know of a way where I could have the one version of the theme used, but different Salient settings (accent colors, header etc.) per website section?
Thanks in advance!
Hey ND81, glad to hear you’re enjoying it! 
I would suggest using a multisite install of WordPress: https://wordpress.org/support/article/create-a-network/ it will allow to you keep Separate settings for different areas of your site, and accomplish it with a single copy of WordPress
Kind regards
Thanks guys – very helpful. I’ll give it a look.
One further question – is there a way to slightly slow down the fade-transition speed when switching between tabs?
Hey ND81,
Are you referring to the “Tabbed section” element? If so, add the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab: https://pastebin.com/LvqzULGuCheers
Perfect! Thank you 
You’re welcome, ND81 
hi. Social share buttons appear only on mobile, but not on PC. Could you help?
Hey riolec,
Could you kindly share your URL so that I can take a look at your settings?
Kind regards
hi. this is the URL https://tilongfarm.com/what-pig-farming-taught-me-about-business-mike-merrill/
Thanks riolec,
I’m seeing your share buttons appear normally on desktop: https://ibb.co/Lhx8ttB Can you kindly provide a screenshot of what you’re seeing and also let me know which browser you’re using?
i use Chrome version 105.0.5195.125 (Official Build) (x86_64) on mac 10.15.7
Hey riolec,
That’s the same version and OS I’m using. Can you please provide a screenshot of what you’re seeing?
Any idea why an autoplay video view would be smushed on safari browser only? No issues with mobile safari, chrome (desktop/mobile), etc. Just seems to be safari desktop.
Hey AndyMc9, I would need to see the URL in order to help troubleshoot that. Could you kindly share it?
Thanks in advance
Yes, sorry – https://thefamilyfreezer.com and again on https://thefamilyfreezer.com/shop/ The window itself is fine, it’s just the video being smushed,
Thanks AndyMc9,
Safari is preferring to use the .webm versions that you’ve supplied for the video, and those versions seem be loading in a distorted aspect ratio in Safari – you can see what I mean by viewing those files directly in Safari:
https://thefamilyfreezer.com/wp-content/uploads/2022/01/FMP_Demo_Website.webm https://thefamilyfreezer.com/wp-content/uploads/2022/01/Costco_v2_Web_Feature_Org.webmI would try removing the .webm and only provide the .mp4 since Safari can also use that instead.
Kind regards,
Thank you for quick reply. Will update today and test. Thanks again for the amazing theme!
Removing .webm file worked. Thanks.
Glad to hear, AndyMc9 
Hello,
There a problem on slider for Product page sometime is stop move on mobile ? that will be bad experience for user … may i know how can i fix it ?
https://app.koon.pro/product/no-k-hg/Hey Devoart,
I’ve tried doing a handful of refreshes on that page using an iPhone 14 but couldn’t replicate that yet. Can you please open a ticket on the support forum in regards with more details about the problem. e.g.What device are you testing on Are there any specific steps to get it to occur Are you referring to the image gallery or the related product carousel etc.
Thanks in advance
Hello im using iphone xs max the problem is with carousel when i move to next img sometime stop move ? also after update same problem.
Hey Devoart, thanks for following up. Kindly open a ticket on the support forum in regards So that the support team can assist.
Hi, my sticky sidebar for the blog has stopped working. I have deactivated all the plugins except salient ones and still no luck. Any idea? https://iwebsitez.com/blog/salient-theme-review/
Hey veccccio,
It looks like that’s being caused by the “Delay Javascript Execution {beta}” option being enabled on “Add devices”. You could correct it by changing that to be on mobile only, or add the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab:
@media only screen and (min-width: 1000px) {
html body.single-post {
overflow: visible;
}
body.single-post #sidebar.span_3 {
position: sticky;
top: 60px;
}
}
Cheers
Hey there. What CSS code will make all links use a color different from the accent color defined in Salient options? Thank you!
Hey Marc,
You can use the following CSS snippet for that:
body a {
color: #1e73be;
}
Kind regards,
thank you.
You’re welcome, Marc 
Hello,
How do you call the text feature like in the bottom of the main page of demo https://themenectar.com/salient/architect/
where word ‘architecture’ is moving behind the red building and the words ‘salient architecture’ above are moving on top of the building?
Hey iurikd, That’s accomplished by setting the z-index (layer level) differently for each element within the row. You can import that template to your page via the Salient Studio template library to edit or inspect to learn from. It’s called “Parallax Typography Scene”: https://ibb.co/rxFtYKT
Cheers
Thank you for your as far as background image of the building – is it a single image or also a couple of layers?
Hey iurikd, the image of the building is a “Single Image” and not a background image.
Kind regards,
Hello. Is there a way to add the add to cart button in the list of woocomerce products, when it is displayed on the smartphone? I’m looking at your shop examples, and it doesn’t seem practical to me that you have to click on the product to see the addtocart.
Hey mirazoqui,
Yes, it would be possible to reveal the button on mobile a with a CSS rule. If you let me know what product style you’re using, or can share your URL I’d be glad to provide an example snippet.
Thanks in advance
Thanks. I could already do it by css, but it would be nice to have an option in salient so that it is displayed on the smartphone.
Hi Team, how to add a popup modal that shows a webpage? Here’s an example
https://www.loom.com/share/821f249e1424436c836a8ac11b338f57Hey adiojack,
There is no built-in functionality to add a Lightbox that opens a webpage at this time. The Lightbox functionality in Salient is limited to media. For a full webpage, you would need to install a Lightbox plugin that offers that feature.
Kind regards
I’m reporting a very common problem. And I’m a 5 year user of all of you.
When designing a page with WC composer, if we give the paddings a value of 1%, it adds the following between the codes: scale_desktop=”0” and that ROW is no longer visible. EVERY TIME I EDIT THE PAGE IT ADDS WITHOUT ASKING ME. I AM FED UP. I can solve it by putting the page in text mode and searching and deleting it and it’s getting me in trouble.
Please fix it.
Hey sinayes,
I’m unsure what you’re referring to with “WC Composer”. Is that a third party plugin, or do you just mean the “WPbakery page builder”?
I haven’t seen reports of an issue like you’ve described, and so far have not been able to replicate it locally – here’s a video recording: https://www.dropbox.com/s/tjt7oe6f50zdfma/row-padding.mp4?dl=0
If you’d like to open a ticket on the support forum in regards with further information about your site, I would be happy to help troubleshoot.
Thanks in advance