38325 comments found.
Feature Request: Free shipping progress bar in the side cart and cart page
Hey MarcGarner, thanks for the request 
Hi, I’m having a little issue with my theme. When I click on the Salient icon (Theme option) on my WordPress dashboard, it brings up this error message: “There has been a critical error on this website. Please check your site admin email inbox for instructions.” Every other thing is working fine with my site except when I attempt to click the Salient icon. I am attempting to change the demo on my site. Are there other ways I can achieve this?
Hey Scrutiney,
I would need to see the actual error being logged in your setup to provide assistance—you can find it in your PHP error log. Kindly open a ticket on the support forum in regards
Kind regards
Hi, How to upload and use custom fonts. With various variations. I have woff2 files. Please suggest elaborately. Thanks
Also, what is the safest and best way to easily update the theme.
Hey rivija,
The methods for using a custom font can be found here: https://themenectar.ticksy.com/article/9773/
If you want to use a variable weight outside of the standard increments, you’ll need to use the programmatic approach.
Kind regards
The semibold font weight option is not there https://imgur.com/a/EthIvf5 . How can it be added
Hey rivija, the semibold option will be added in the next minor release due out tomorrow.
Kind regards
Great. Can you please suggest easiest way to upgrade the theme without loosing any changes
Hey rivija, updating Salient can be done without any loss of settings by using any of the methods described in the documentation here: https://themenectar.com/docs/salient/updating-salient/
Kind regards
Hello!
Will the update be available today or tomorrow? We can’t wait for the final version.
Eventually could you send me the latest final version before the official announcement? I sent you an email today. .:)
Hey CreativePlace, we’re planning on Sunday.
Kind regards
There so many error of your theme : Error information :
The “nectar_popular_posts” block was affected by errors and may not function properly. Check the developer tools for more details. The “woocommerce_price_filter” block was affected by errors and may not function properly. Check the developer tools for more details. The “woocommerce_product_categories” block was affected by errors and may not function properly. Check the developer tools for more details. The “yith-woo-ajax-reset-navigation” block was affected by errors and may not function properly. Check the developer tools for more details. The “yith-woo-ajax-navigation” block was affected by errors and may not function properly. Check the developer tools for more details.
Why this error affected on widget and widget cannot used after all
Hey tohapiliang,
4 of the 5 errors you’ve listed are not related to Salient directly. It seems like there’s a larger issue in your setup that’s causing issues with your widgets. If you’d like us to assist in looking at your setup, please open a ticket on the support forum in regards.
Thanks in advance
oke the problem solved, and the problem is.. plugin not support with your theme, and the plugin have to update
Hey tohapiliang, I’m glad you were able to sort it out.
Kind regards
how do you remove the quantity selector buttons from this theme, it seems to only remove the number box box
Hey thomasmkl,
I’m unsure what snippet you’re using to try and remove the quantity buttons as of now since you didn’t share it, however, you should be able to adding the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab:
https://pastebin.com/dQjCwG5gIf that doesn’t remove it in your setup, please share your URL so that I can take a look at your settings.
Thanks in advance
Not sure if this has been asked before (tried searching but couldn’t find it in the support forum), but looks like the text doesn’t line up properly under the bullets (or checkboxes in this case) as it would if it were a word document: https://www.lyfemd.ca/lyfemd-pricing-2/
So in this case I’d expect that if the text is longer than one line then it shouldn’t line up under the bullet (or checkbox) but it should line up under the text above it. How can I achieve this in this case? https://www.lyfemd.ca/lyfemd-pricing-2/
Thanks!
Hey pani0202,
That’s because the setup you’re using has an inline icon inside of each list item, instead of having the icon as the bullet itself. You would need to use the Fancy Unordered List element in order to get that spacing by default when using a custom icon as a bullet.
There are many new pricing table examples that you can use from the Salient studio in order to use that page builder element inside of each pricing column.
If you would like further assistance in creating that or altering your existing pricing table, please open a ticket on the support forum in regards
Kind regards
Can you please let me know how I can use this Fancy unordered list within that pricing box? Is there some specific code I need to paste in there?
Hey pani0202,
You could copy the shortcode into the element if desired. https://pastebin.com/NMZJxCt2
However, you would also need to add a snippet of css into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab to get compatibility between those two elements:
#ajax-content-wrap .nectar-fancy-ul li {
padding-left: 38px;
}
Kind regards
Hello can you please send me a beta copy too. I am having PHP critical errors trying to edit any page while Salient WP Bakery is enabled. When I disable the plugin, I am able to get in.
Specifically PHP memory is exhausted when running this file… /www/[redacted]/public/wp-includes/class-wpdb.php on line 2431
Running wordpress 6.2.2 and the latest Salient theme and salient plugins.
Sorry, there is no issue with Salient WP Bakery… the issue was elsewhere.. Thank you 
Hey ebrek1, I’m glad that you got it sorted 
Kind regards
Please do feel free to send me the beta theme though if you have a moment 
Hi can you help tell me how to reduce the nav header padding on this website https://www.kyutskin.com/.
I have tried from Salient > header Navigation https://prnt.sc/_62LfJFW20ED
If seen by the user https://prnt.sc/Ib10tSMYiZOE, it can be seen that there is a very large distance
But if seen by us as admin it looks ok https://prnt.sc/pRV3VQbcH4dv
Hey shaky512,
I am seeing the smaller amount of padding on your header navigation from my end as well. You probably just need to clear the cache from your performance plugin (litespeed).
Kind regards
I’ve been waiting patiently for the new update.
However, it feels like there might be some time still before its official release.
Could you send over the beta so I can’t start playing around with it?
Thanks in advance.
Hey reganmcgregor,
The final release is actually around the corner at this point—we’ve already issued the final pre-release version to the beta group. However, I’ve still followed up with your request via email 
Cheers
Hello Salient Team, I’m trying to create an ordered list and having issues in the formatting after publishing a page. I’m trying to format a typical ordered list this way:
1. TEXT a. text b. text i. text ii. text c. text 2. TEXT ...and so on.
But I’m not sure if it’s a Wordpress issue or the Salient theme, but here’s what I get when I publish page.
1. TEXT 1. text 2. text 1. text 2. text 3. text 2. TEXT
There’s no hierarchy at all, it’s just all numbers which causes confusion. Does it require CSS styling or is there another fix for this? Thanks for your help.
EDIT: Looks like the comment section won’t allow me format an indented ordered list but hopefully you get the idea.
Hey Marvin0892,
That will be corrected in the next release. For now, you can fix that by adding the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab:
ol ul li {
list-style: disc;
}
Kind regards
Thanks in advance
Hey MAJMonaco,
The space at the top/bottom of that is currently being set through the row padding inside of the element: https://ibb.co/nfG4cPj
Kind regards
I may have expressed my question badly, but I was talking about these two spaces: https://ibb.co/rfxg84b
Thanks in advance!
Hey MAJMonaco,
You can alter the height of the actual featured media by using the option “Media Height” field when editing your Sticky Media Sections element: https://ibb.co/Kx1C5Yb
Kind regards
Hello,
Yes, but I’d like to keep this image size but with less space above and below the image if that’s possible.
Thank you in advance
If you do not wish to increase the height of the image to reduce the top/bottom open spacing, I’m not sure I understand the final outcome you’re trying to achieve. Could you kindly provide a quick mockup which depicts the result you’re after?
Thanks in advance
I think we’re going to forget what I wanted to do. When I was doing my layout I realised that to do what I wanted to do the image would have to not move and the text would have to “disappear” when you scroll and I don’t think that’s possible?
Hello,
How can I make sure that the text in the first and last sections of the Sticky Media is in the middle, whatever the size of the image (currently I have to add padding but it’s not 100% the case on screens.
Thanks in advance
Hey MAJMonaco,
The would be no way without custom modifications to exactly center align the content of the top/bottom section to the middle of the featured media. However, you could get it close to center by using a vh based padding. Current the first row has a padding top of 20% and the last a padding bottom of 20%. I would suggest changing both of those to be 12vh instead.
Kind regards
Hello,
Thanks, it seems to do the job, but as soon as the screen is less than 1300px wide it doesn’t work anymore. How can I fix this?
Thanks in advance
Hey MAJMonaco, you would need to use CSS to adjust the padding for small desktops only. An example of that would look like:
@media only screen and (max-width: 13000px) {
.top-row-padding-adjust {
padding-top: 6vh!important;
}
.top-row-padding-adjust {
Padding-bottom: 6vh!important;
}
}
This assumes you’ve added the class names “top-row-padding-adjust” and “top-row-padding-adjust” to your first and last rows within that element.
Hello! That’s perfect, thanks!
You’re welcome, MAJMonaco 
What is the floating side “menu”/navigation in the one page “app demo” that sits on the right side center of each page floating with tool tips signifying each section and how do you modify it?
This floating navigation is in the https://themenectar.com/salient/service/ and https://themenectar.com/salient/app/.
Hey zingbot,
Those get added from enabling “Page Full Screen Rows” option: https://ibb.co/5cqwzsX
Here is a video tutorial on that feature: https://themenectar.com/docs/salient/page-metaboxes/#fullscreenrowsKind regards
Hi i am trying to add support to your quickview for plugin: Woocommerce all products subscriptions, i just need to know what “EventListener” is used when Quick View button is clicked for “Open”
Thanks
Hey BWebDesign2015,
You can bind an event listener to the window event that gets triggered on open:
nectar_quickview_init
See salient/nectar/woo/js/quick_view_actions.js in regards
Cheers
Hi, thanks can this be added to be done via chidl theme would i just add nectar/woo/js/quick_view_actions.js to child theme same folder structure
Hey BWebDesign2015,
You could dequeue/register that file from your child theme, however, there already is the ability to bind custom JS using the “nectar_quickview_init” event from another source without the need to edit the file directly. e.g.
https://pastebin.com/zZ8dxMDuKind regards
Hey guys, I am having a weird margin/padding issue. After installing the theme with only very basic styling, it seems to add margin or padding somewhere, creating an unnecessary scroll bar. Any idea what is causing this?
https://on-callimaging.com/about/Hey mrittman,
Could you kindly allow me to bypass your coming soon plugin so that I can take a look?
Thanks in advance
Oops, yes sorry about that! You should be able to see it now 
No problem, mrittman 
It looks like that may be related to the combination of your header settings. You can remove it for now by adding the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab:
.container-wrap {
min-height: 0!important;
}
Kind regards
Wow, thank you so much! 
You’re welcome, mrittman 
Hello, is there a way to add an ACF custom field inside a Nectar Post Grid? Thanks.
Hey nacaodesign,
Yes, you could use the filter “nectar_post_grid_excerpt” to add any additional content to each post item. Here’s a code snippet example that queries for a custom post meta field and appends it to the display:
https://pastebin.com/xJiNR2H8Kind regards
We are seeing a low score with INP, currently longer than 200ms. Is this something which will be addressed with an upcoming theme update or is it something we will need to action ourselves?
Hey MarcGarner, that metric won’t be actively used in rankings until March of 2024. But, yes, we’ll be taking it into consideration With future updates. However, it’s also possible that third party JS from plugins you may have active are causing that to be higher than normal as I’m seeing a range of 200-350ms in the base theme.
Kind regards
Hi Team,
Is there any CSS code to add in “General Settings” > “CSS/Script Related” > Custom CSS Code – to deactivate the WP (uploaded) logo being clickable? This does not work:
#site-logo a {
pointer-events: none;
cursor: default;
}
Thanks.
Hey timtimtim,
You can use the CSS snippet
#header-outer #logo {
pointer-events: none;
}
Kind regards
Thank you!!
You’re welcome, timtimtim 
Hey guys just out of curiosity, will Salient ever get more advanced header customization options? Like a header builder similar to Avada?
Hey mrittman,
While we have preferred to provide a set of options to enable header simple yet powerful header customization, adding a traditional header builder is indeed an item on the wishlist—I’ve added your +1 for the idea 
Kind regards
Yeah I think this has been requested for several years now. I can only assume it probably won’t happen at this point. That being said, I can certainly understand it being quite an undertaking, as the header content is built into the core of the salient theme.
Hey mrittman,
while it would be a large undertaking, it’s definitely not off of the table 
Hi, ThemeNectar. I have a row set to Sticky On, with alignment to Bottom of Window. When this row reaches its position stickiness is disabled, which is good, however I would like the row to also no longer be visible in this state. That is, when it reaches its position on the page not only will it not be sticky, it will also disappear. Thanks
Hey webspacedesignuk,
Unfortunately, there’s no way to handle that without creating a custom JavaScript event to track the scroll position and then modify the display of your row once the bottom has been reached. Salient does not offer any built-in functionality to assist with that.
Kind regards