38161 comments found.
Hi, my image gallery on the portfolio item is loosing too much quality when viewed on mobile. Here is the link: https://curumari.com/portfolio/caramel/ How can I force a higher image resolution? Tnx
Hey kayota,
It looks like the height set for the images on phones is taller than it is on tablets. If you reduce the height (currently 550 px), it should improve the render quality. I’d suggest trying a value of around 350 px for the phone viewport.
Kind regards
on this page https://themenectar.com when you stroll up and the column enlarged to cover the hero image. Is that in the Salient theme? How is that done. Or is it in the Nectarblocks?
Hey royshell, themenectar.com is using Salient. That effect is created using the Row Animation -> Clip Path Inset. If you would like assistance recreating that section, feel free to open a ticket on the support forum in regards.
Funny enough me and the last commenter might be dealing with the same issue. For me the read more link on the post builder was not working when it was inside a megamenu. I had to increase the z-index on the link wrapper to get it to work.
.megamenu-outer-row .nectar-post-grid-link{z-index:99;}
I’m on Salient Version: 17.0.7
Hey veggie_89,
Thanks for letting us know. I’ve noted to get this fix in for the next release.
Kind regards
Hello Team,
Please take a look at this video showing a strange bug I’ve encountered with the Mega Menu (designed using a Global Section). Adding links within a column seems to cause a display issue.
You can see the issue more clearly in the video: https://youtu.be/9iIpkXYD5UM
I’d really appreciate your feedback on this.
Thanks a lot, and have a great day!
Best regards, Alex
Hey Alex!
That video appears to be set to private. Could you kindly adjust the privacy settings so I can take a look?
Thanks in advance
Best regards. Alex
Hey – unfortunately, it’s still showing as private on my end.
Now it should be good.
Thanks, Alex. I haven’t been able to replicate that issue locally yet. Can you confirm whether the same behavior occurs after updating to the latest version of Salient (17.4.x)
Kind regards
Hi team, Thanks a lot for your reply. You have the good solution. With updating the theme the behavior was fixed.
Thanks a lot for your support. Have a great day. Best regards.
I’m glad to hear, Alex 
eta when the version 18 might come out? and will it include a new blog version? thanks again!
Hey brianfreeman!
Before the end of this month. There’s no new blog demo, but there are 3 other new demos coming and a ton of new features and improvements! If you’d like to get the beta, feel free to reach out via the contact form on my author page.
Kind regards
Hey there,
is it possible so make a row five columns to be shown?
ThX, Oliver.
Hey Oliver,
When editing the column number, you can select the 1/5×5 arrangement on the end of the list.
Kind regards
Oh, wow. Thx a lot. Never seen this option befor.
You’re welcome, born-design 
Hi
The theme is great. I have two questions.
1) I want to use vertical menu. I am also using text in the menu function. Right now the text is in the middle.
How do i put the text right above social media icons? If there is an option to adjust the distance between them i would appreciate the instruction how to.
2) In the said text section i plan to use some text. Then next line should be an email address. I am using < br > for line separation. If i create a hyperlink out of the email address (mailto:) it looks weird. There is more space between the line above and the hyperlink line (it is also underlined). The underlining part looks great. The distance part – not really. Is there a way to keep the distance between normal text line and a hyperlink line similar to between two text lines.
I appreciate the answers.
Cheers.
Hey arthurix 
1. 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:
@media only screen and (min-width: 1000px) {
li.nectar-header-text-content-wrap {
position: absolute !important;
width: 220px;
bottom: 0px;
left: 30px;
}
}
2. Try using the following CSS snippet:
#header-outer #top .nectar-header-text-content a {
padding: 0;
}
Kind regards
Hello, I have a question about Main Navigation.
I’m using the ‘Centered Logo Menu Alt’. With a logo height of 134px, and 60px for mobile.
I’d like the header to resize when scrolling the page with the ‘Header Hide Until Needed’ option. To do this, I use the ‘Header Resize On Scroll’ option, but the logo and header don’t change size! Is this possible?
When I simply check the ‘Header Resize On Scroll’ option, the header is well resized to 60px.
And is it possible to use a different logo when resize on scroll as well?
In General Setting, Theme Skin i use Material. And Off Canvas Menu is ON
Thank you! It’s been a lot of fun working with your great theme.
Hey astango!
The Hide Header Until Needed option override the resize effect. You could accomplish it manually by 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:
@media only screen and (min-width: 1000px) {
#header-outer:not(.at-top) #logo,
#header-outer:not(.at-top) .logo-spacing {
margin-top: 18px;
margin-bottom: 18px;
}
#header-outer:not(.at-top) #logo img {
height: 20px;
}
}
The only way you’ll be able to switch your logo on scroll is when using the Transparent Header Effect in the Header Navigation tab. It allows for an alternative logo when in the transparent state.
Kind regards
Thank you very much for your support. It’s working well
Merci !
You’re welcome, astango 
I’ve noticed something interesting and I’m not sure whether it’s a bug or an intended behavior. If I have a page built with WPBakery Builder that contains individual CSS styles specific to that page, and I restore that page using the WordPress “Revisions” feature, the CSS styles inserted in the “Page Settings” section of WPBakery are not restored — that section remains empty after the revision is applied, meaning the custom CSS styles are deleted.
Hey romankac,
That’s a known issue with the current WPBakery which will be fixed in the upcoming release.
Kind regards
Hi, may I ask if this issue has already been fixed in version 18.0?
Specifically, I’m referring to the problem where restoring a page via WordPress “Revisions” does not restore the custom CSS added in the WPBakery “Page Settings” section — leaving that field empty after applying a revision.
Thanks!
Hey romankac,
Yes, the fix for that is included in the latest release of the Salient WPBakery Page Builder.
Cheers
Remind me: how do I get the “Off Canvas Menu” to slide from the right over the page rather than pushing the whole page left?
Hey quomo,
You can get that animation by switching the theme skin to “Original” or “Ascend” in the Salient options panel > General Settings tab
Kind regards
Hi, I’m trying to remember how to fix line height for page header title in portfolio on mobiles.
I can set the font size in Responsive Settings but not the line height. The result is that the titles overlap horizontally when viewed in one column – please see here https://www.galadigital.uk/portfolio/photography-video-for-arts-design/
Thank you 
Hey b1b!
That looks like a newer issue related to the auto project header option. You can correct it prior to the next release 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 (max-width: 1000px) {
body.single-portfolio .row .col.section-title.span_12 h1 {
line-height: 1.2;
}
}
Kind regards
Hi! Bug report. Lottie player is bugged, creates some loop artifacts. Example of a lottie that does this: https://app.lottiefiles.com/share/7b1f4859-2396-4b3b-b907-b535872550e9 Whenever I add it to my site lottie player have problems with creating a constant loop and restarts it + adds some weird artifact. Other example: https://app.lottiefiles.com/share/8388e2aa-4f19-4b3d-9b44-ab85370f6be3 Whenever I use those 2 inside lottie player (latest salient) I can’t create an effect of it seamlessly looping regardless having all settings for looping from beginning to end. It just restarts (jump starts from the frst frame without seamlessness). I don’t understand the reason. Please investigate. Thank you.
Hey po1nt,
I can’t replicate any issues with the loop option when testing Lottie files locally or on the live demo. Can you replicate the same issue when testing with the Lottie Helpful Hero Salient Studio template? If so, please open a ticket on the support forum in regards so we can take a closer look at your site.
Thanks in advance
Sorry I can’t afford $42 support now because I have just enough to survive and I am building a business totally by myself using AI to lift myself up using salient. After I make first clients I for sure can buy support.
So if this is not a problem I created for you an example page: https://heavenly69.com/lottieloopbroken/
mouth.json creates some weird artifact that animation jumps and creates new frames?! that are not present in the official lottie project?? sonar.json just restarts the animation at it’s end without seamless loop effect.
I also attach two screenshots of the wp bakery builder settings here: https://imgur.com/a/vd1pm9nPS. The funniest thing is that inside the lottie element settings in this little lottie player preview at the top left it plays (loops) well, but when live on site as published page it breaks (?).
Please help (if you are willing of course). Thank you! <3
Hey po1nt, thanks for the detailed explanation and links.
I’ve noted to investigate that closer for the upcoming v18 release.
Kind regards
Hi! Bug report. Anchor links and their scroll. For example I am at the top of a long one page site. I have a #pricing near footer. I click the menu button with #pricing, site scrolls fast there and lands there. All content, including lazy load (images, posters, self hosted videos) and other things that are present on the site like webgl effects (unicorn studio) decide to load all at once after anchor scroll completes. Please protect the anchor scroll that it can scroll through the site without initialization/loading of elements that for example have lazy load, lazy load on sight (self hosted video autoplay etc). Thank you!
Hey po1nt,
You’ll need to disable the “One Page Scroll Support (Animated Anchor Links)” option under Salient Options Panel → General Settings → Functionality to prevent that behavior. When this option is enabled, all elements are scrolled past at once, which causes all lazy-loading logic to trigger.
Kind regards
Yes this fixes the problem. Thank you.
You’re welcome, po1nt 
Hello Team,
News about v18?
Thanks
Hey sipeople,
The final round of the beta is being distributed, so we’re still targeting under two weeks.
Kind regards
Is it possible to get the V18 beta? Thanks
Yes – feel free to please reach out via the contact form on my author page in regards.
Cheers
Hi, I sent a request via your author page contact form yesterday (14 Oct). Thanks!
Thanks sipeople, we’ll be sending over a copy soon!
Hello Team,
I’m currently using the Salient theme’s “Interactive Map: Leaflet” feature on a client site. By default, all maps use OpenStreetMap tiles.
I want your guidance on implementing language-specific map labels. At the moment, the map displays Japanese labels (streets, other location information) even on the English version of the site. It appears the map is pulling from the default name or name:ja tags rather than using name:en when appropriate.
Our goal is to:
- Display labels using name:en on the English version of the site - Use the name:ja on the Japanese version
All map locations are within Japan, so we only need the labels to change based on the site’s active language. We’re using Polylang Pro for multilingual support.
Could you please advise:
- Is there a way to configure or override the tile layer to support this behaviour without breaking the theme’s built-in map functionality?
- Is there a recommended method to extend or customise the L.tileLayer setup for multilingual support?
Any guidance or example snippets you can provide would be greatly appreciated.
Hey princebhalani143,
That would require modifying the js/src/elements/nectar-leaflet-map.js file and enqueueing a custom version through your child theme. Please use the support forum for technical assistance, as the comment area isn’t the right place for this.
Kind regards
in the footer the link for download app on mobile is really hard to push and doesnt really work but the book tour link does. tried safari and chrome on iPhone. https://sfguide.co
Hey brianfreeman,
That should be corrected if you remove the top and bottom padding from both call-to-action elements — the 1em amount.
Kind regards
I removed it but doesn’t seem to work
Hey brianfreeman,
Have you cleared the CSS/Page cache from hummingbird yet? I’m still seeing that padding added to the CTA’s.
I just cleared it and weirdly it’s still doing it. even cleared cache at cloudflare
The padding is still visible on my end, and the issue will continue to occur until it’s removed — it appears to be cached by Hummingbird. https://ibb.co/7x3Hm4G0 Have you tried temporarily deactivating the plugin? I also noticed that you have a separate column visible on mobile only, containing the same buttons (Download App / Book Tour). Could you double-check that you’ve edited the mobile version and not just the desktop version?
If you’d like us to check on the backend closer for you, feel free to open a ticket on the support forum in regards
Something weird seems to be happening with the CSS / JS input editor.
I’m not sure how best replicate, if it’s something happening on my end, but when I input CSS for a rule, and click ‘Update’ on that box, the WP Bakery layout etc. gets thrown out of whack.
Is this a known issue, or is it likely something on my side (conflicting plugins etc.)?
I’[m on 17.3 for reference
Hy ND81! While that’s not a known issue, the CSS / JS fields are being reworked for the next release. If you’d like to test out the latest beta prior to release later this month, feel free to reach out via the contact form on my author page in regards.
ok cool, very excited – will wait for the public release, but thanks. I’m pretty sure there’s some kind of a conflict happening with a third-party plugin; if I find out what it is, and think it’s relevant I’ll drop you a message.
One further question; is there anyway to hide the Page Sub-Menu until it becomes Sticky?
Sounds good, ND81 – thanks!
You can accomplish that page sub menu modification with the following CSS:
.page-submenu:not(.stuck) {
opacity: 0;
}
Cheers
hi, how can i disable the social icons efect on the top menu? thanks
Hey dimage,
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:
body #header-outer #social-in-menu a:hover i {
transform: none;
}
Kind regards
Oops, nevermind. Please delete this.
Hi. Is there a way to make the hight of Post Loop Builder Grid items > Content overlaid on featured image (posts) a different height on mobile devices? I havethem set at 40% which is OK on desktop but too small to fit the content on mobile.
Hey wints77, the option to control the mobile sizing will be coming in the next release 