38360 comments found.
Hi, I’ve set up the toggles as suggested in your feedback. Is there a way to load all the toggles closed (which I can achieve presently) but link to the content within a toggle so that the toggle opens when you click on the link.
ie. Content on toggle 4 scrolls back up to toggle 1 and opens it.
thank you
Hey tricks28,
You can link to open a toggle from an external page, but you can not create a link on the same page which will cause the toggle to open (without reloading the page itself).
The format to link to a toggle would be to add the following to a URL:
?toggle=toggle-name-lowercase
you can combine that with an anchor to scroll to the parent row where the toggle exists:
full example:
http://themenectar.com/demo/salient-promo/toggle-panels/?toggle=is-it-available-in-my-country?#faqCheers
Hi I am having some issues with the latest ecommerce demo – 1) how do i change the logo? It seems like can only input text. 2) Where do i see the privacy policy, shipping policy etc?
Hey morteen,
1. In the Salient options panel > header navigation tab, you can enable the option “Use Image for Logo”. The logo upload fields will then become active within the Logo & general styling tab, as well as the “Transparent header effect tab”.
2. Please see the following reference in regards to configuring that within WooCommerce
Cheers
thanks for your help. I have one more question: how do we remove the wordings under the product categories in the header navigation?
Hey morteen,
Ensure that you have the “description” field enabled in your screen options in the menus page: http://themenectar.com/docs/salient/wp-content/uploads/2021/01/menu-options-1536x590.jpgWith that enabled, you’ll see the description text appear for editing under the menu navigation label when expanding a link.
Cheers
HI Hep me how can i add quantity increment on archive page (shop page) ?
Hey Dilik, WooCommerce doesn’t offer a quantity selection option for the archive pages. Adding that in would require some customization through a child theme: https://docs.woocommerce.com/document/override-loop-template-and-show-quantities-next-to-add-to-cart-buttons/
Kind regards,
Hey Dilik,
You’ll need to disable the option labeled “AJAX Product Template Add to Cart” in the Salient options panel > woocommerce > general tab in order to use the custom add to cart with quantity on the archive pages.
Hey there, our header width is wider than the content onthe page which does not look good.
How can we adjust the width of the header to make it smaler and fit the conent on the page?
https://ernstneumeister.com/Thank you for the great theme!
Hey mamboernst!
You can add the following snippet into your custom CSS box in the Salient options panel > general settings > css/script related tab:
@media only screen and (min-width: 1000px) {
#top .container .row { padding: 0 8.4%; }
}
Kind regards,
Thank you, that worked magic for the Logo on the left. Do you know how to make the same happen for the button on the right of the header as well?
Hey mamboernst 
You can change the previously provided snippet to the following:
@media only screen and (min-width: 1000px) {
#top .container .row { padding: 0 8.4%; }
#header-outer #top nav >.buttons {
right: 8.3%;
}
}
Cheers
Thank you!!
You’re welcome mamboernst 
Hello I would like that when I click on the categories of the blog in a component of the theme, I would like that instead of being links become buttons where I can change the colour in each how can I do you can make me an example?
Hey danieleliotta,
When editing a category in Posts > categories, there’s a color picker labeled “Category color” which you can use the alter the color: https://ibb.co/jyTfsKR
If you’re referring to something different, please provide a quick screenshot which highlights it.
Kind regards,
Hi Guys, Yours new ecommerce template is so cool! Could you tell me please where I can find the php file about the search form (Type what you’re looking for)?
Thanks MLia_21!
The files you’re looking for are:
salient\includes\header-search.php
salient\includes\class-nectar-quick-search.php
Cheers
I’m sorry, I can’t find the sentence “Type what you’re looking for”...I’d like to edit it
Hey MLia_21,
There’s actually a theme option for the placeholder text in the Salient options > header navigation > header search tab
Cheers
I’ m sorry, I didn’t see it…5 stars rating for your theme and the support 
Thanks a lot MLia_21!
Hi,
Is it also possible to change the icon of the Woocommerce basket? Now I see a bag. But is it also possible to make a cart out of it?
Hey PascalvanM,
.icon-salient-cart:before,
body.material .icon-salient-cart:before {
content: '\f07a';
font-family: FontAwesome!important;
}
Cheers
Hi, would it possible to have the secondary nav under the primary nav? Can this be done with css?
Hey tricks28,
You can add the following CSS into your custom CSS for that:
@media only screen and (min-width: 1000px) {
#header-outer {
transform: none!important;
display: flex;
flex-direction: column-reverse;
}
}
Cheers
Awesome! thank you
You’re welcome tricks28 
Hello,
We have not updated Salient for a long time and we have version 10.1. Would it be possible to update to the current version without suffering any damage to our website? Or is there some intermediate critical version between 10.1 and the current one that would have to be previously updated before going to the current version?
Thanks
Hey betisimo76,
As long as you have not modified the core theme files/don’t have extensive child theme mods, updating will be easy. The only thing to keep in mind when updating is that Salient now has plugins which you’ll need to activate – you can read about it here: http://themenectar.com/docs/salient/important-salient-update-for-new-envato-requirements/
Kind regards
Hello, I’ve got a question I am hoping you can answer.
Currently I am running WordPress Version: 5.5.5
and Salient Version: 12.1.2
What are the latest WordPress and WooCommerce versions I am safe to update to on this version of Salient?
Thank you!
Hey YVRtom!
WordPress 5.6+ will require Salient 12.1.6+ WooCommerce 4.7+ will require Salient 12.1.4+
http://themenectar.com/changelogs/salient.htmlKind regards,
Hi, not sure if this is something you can help us with. We installed a plugin called “Support Candy” and when a user creates a support ticket on our website, here: https://www.lyfemd.ca/support/ after the user clicks on “submit” to create the ticket the plugin seems to send the user at the bottom of the page while the “thank you” message is sitting higher up, and the user has to scroll up to see it. Looks like there’s an anchor link somewhere which makes the user jump to the bottom of the page for some reason.
We contacted the plugin developer and they’re saying that this is a theme issue (specifically an issue with Salient) since this plugin seems to work fine for several other themes.
Why is this happening on our website, and how can we fix it? You can try creating a test ticket on this address https://www.lyfemd.ca/support/to see what happens.
Thanks!
Hey pani0202,
It looks like the div is simply changing height when submitting as the form inputs are removed. The position you’re left at when that occurs is towards the bottom of the page, which would be where you have previously scrolled to submit the form. I can also replicate the same behavior with the default WordPress theme: https://www.dropbox.com/s/z42gyf9jvfg2pju/2021-06-23%2017-02-59.mp4?dl=0
Kind regards,
Thanks for looking into this. So this is a plugin issue, not a theme issue?
From what I can see, yes. I would encourage you to also replicate the test by switching to the default WP theme.
Hey guys! Salient is the best theme ever!! But I’ve got a question about integration it with Sensei LMS.
My goal to have Sensei LMS content from left and Sensei LMS Progress Bar widget from the right on course and lessons pages.
I tried to do this thing and it works, but my sidebar content is displayed under Sensei Course/Lesson instead of left.
Here is the code that I added as snippet: https://codepen.io/ser-ga-yarowoj/pen/MWpMGOGAnd here is the screenshot: https://ibb.co/gTnkzqW
Could you please advise me what to do?
Serhii
Hey Serhii!
Can you please share the page URL so that I can take a closer look at the page content?
Cheers
Hey guys! Sorry for a huge delay in response.
Could you please check the link: https://edustagging.wpengine.com/course/beautiful-science/
But you need to be logged in to see the content. So please use this link and credentials to log in: https://edustagging.wpengine.com/wp-login.phpLogin:salient Password:salient
I will delete this user in a few days Thanks in advance!
Hey aeramusic!
I’m still getting access denied when trying to load the page when logged in with the account you created. Can you verify that the account has permission to view https://edustagging.wpengine.com/course/beautiful-science/
Sorry about that. It should work properly now
It’s better to visit https://edustagging.wpengine.com/lesson/4-recommending-vitamin-a-with-confidence/ to see the issue on the bottom. It’s a widget area with course progress by sensei lms widget inside
Hey aeramusic,
You can add the following into the custom CSS box in the Salient options panel > General settings > CSS/Script related tab:
@media only screen and (min-width: 1000px) {
.single.single-lesson #ajax-content-wrap {
display: block!important;
}
.single.single-lesson .container-wrap {
width: 73%;
float: left;
}
.single.single-lesson #footer-outer {
clear: both;
}
.single.single-lesson #post-area {
width: 95%;
}
}
Kind regards,
You’re a genius! Thanks a lot!
Glad I could help aeramusic 
Hi,
I have noticed that the lazy loading functionality increases the DOM size of the HTML. And maybe the animation too.
Is it because of this chain of class being adde to the html?
class="img-with-animation skip-lazy nectar-lazy" data-delay="0" height="567" width="427" data-animation="none"
Hey toolbox101,
The only thing that global lazy loading changes is the src attribute on images, which shouldn’t increase the total number of DOM nodes.
I see… i know visual bakery adds a lot of divs in there which is the main DOM size issue… would it be possible to fix that or its limited from the plugin provider?
And any news for the minor bug fix update?
Hey toolbox101,
The markup is coming from a mixture of the theme and the core of WPBakery -We only add an HTML element into the markup if it’s needed to achieve the styling that the element offers.
We pushed back the minor release a little to include further new options/performance enhancements. It should still be out soon 
It’s always good to wait for performance updates. Thanks
Hey richardwells, that sounds like your server is probably configured to use ModSecurity which is known to block the WPBakery page builder in the backend editor through some of their rulesets triggering a false positive. Please contact your hosting company in regards to edit the ruleset or disable the module.
Kind regards,
Thanks guys, I figured this out. many thanks
You’re welcome, richardwells 
Hello, I would like to see the menu items in the style of buttons even from mobile, how could I do? Could you give me an example?
Hey danieleliotta,
The button class names don’t get used on the off canvas menu at all, so it would be a custom CSS implementation.
Add this into the custom CSS box in the Salient options panel > General settings > CSS/Script related tab:
#slide-out-widget-area .off-canvas-menu-container > ul > li a:before {
position: absolute;
top: -2px;
left: -5px;
width: 100%;
content: '';
display: block;
background-color: #000;
height: 100%;
z-index: -1;
padding: 4px 10px;
border-radius: 4px;
}
If you’re trying to add it to specific links only, you can use the :nth-child selector like so:
#slide-out-widget-area .off-canvas-menu-container > ul > li:nth-child(3) a:before {
}
Cheers
hi! how to add other fonts to the website? thanks.
Hey dimage,
You can use the plugin Use any font, which will tie uploaded fonts into the theme options panel > typography tab
Kind regards,
thanks
You’re welcome, dimage 
Hi ThemeNectar
When I activate the “parallax background image scroll” for a column, a blank area appears at the top of that section, But when I disable that parallax effect everything works fine and there are no problems
Where did I go wrong or what is the problem?
https://s4.uupload.ir/files/untitled_oqag.jpg
https://bit.ly/3zI6oCh
Hey Jabbarpour,
That looks like a conflict between the “Reveal Rotate” Column Background Image Animation + the Parallax background scroll options. You can either disable the reveal rotate option in favor of a different one or add in the following CSS: https://pastebin.com/nD3NSzSuHi, tried to translate /portfolio > ‘sort portfolio’ and ‘all’. Checked all .mo files with ‘sort portfolio’ and translated. I think the correct .mo can be found in plugins > salient-portfolio, right? Anyway, WP is set to Dutch and no way I can translate this items. Cleared cache, throwed my laptop out of the window, but still no translation visible.. Not want to install a plugin again for some small words. Do I miss something here?
Hey Mikel2020,
When manually adding .po/.mo files to the plugin, you’ll need to ensure that they’re named as
salient-portfolio-nl_NL.mo salient-portfolio-nl_NL.po
Cheers
Thank you 
You’re welcome, Mikel2020 
Hi ThemeNectar How can we edit responsive.cc and rtl.css in child theme? Thanks
Hey Jabbarpour,
Here’s the code to add to your child functions.php to enqueue a custom responsive.css/rtls.css file: https://pastebin.com/vrEP5huQ
Kind regards,
Thank you so much
You’re welcome Jabbarpour 
Hi Themenectar! Im creating a tabbed section and at some point when I preview the page, im seeing a very weird tab that I did not create myself…”permanent link to…” see here: http://www.bcnuej.org/resources-new/ Why is this happening and how can I get rid of it? Thank u!
Hey anagcan! I’ll need to actually see the page within the admin to see what’s going on.
Please reach out via the contact form on my author page with temporary admin access so that I can take a closer look.
Thanks in advance
i fixed it!
Glad to hear anagcan 