38435 comments found.
Thank you
Hey tricks28,
WooCommerce changed the default column classes in the recent update. However, you can still get the columns you desire by setting them in the Salient options panel > WooCommerce tab for the fields labeled “Archive Page Columns (Desktop)” and “Archive Page Columns (Small Desktop)”.
Cheers
Perfect! Thank you!
You’re welcome tricks28 
Hey RotaryPower,
You can add products directly as menu items in the Appearance > Menus section of your WP admin.
Cheers
Am I able to customize the theme? I want to be able to remove some features. For ex, on the inventory page, I dont want filters to be showing, no coupons box. I only want the products and the add to cart feature. Thanks
Hey hmh613,
The items which display in the sidebar are WordPress widgets, and can be easily removed/altered. The coupon box is a standard feature of WooCommerce and can be disabled in the WooCommerce > settings > general tab.
Cheers
Just updated to WP 5.5 and the latest Salient version. What happened to the custom CSS module on each page and post? I don’t see it anymore.
Hey mousemediainteractive,
If you’re referring to the CSS box which is built into WPBakery, it hasn’t been changed: https://ibb.co/L8wnNQ3 Have you verified that no third party plugins you have active are altering the functionality?
If so, please reach out via the contact form on my author page with a temporary admin account so that I can take a look at the setup: https://themeforest.net/user/themenectar
Thank you. I sent an email.
Thanks mousemediainteractive!
How can I add my social page icons onto a page, rather than the header/footer?
Hey mrittman,
You would need to use the icon page builder element to create social links.
Curious if Salient will ever be getting features like header/footer/layout builder similar to Divi and Avada? I have found these to be quite helpful. Also, when is next version set to release?
Hey mrittman,
1. Those ideas are indeed on the wishlist 
2. There’s no hard release date yet, but most likely late next month.
Cheers
Please add HTML Support in the Popup Area -> Team Member Bio. I cant set a Link there, just plain Text. Thanks!
Hey baasch-media! That’s coming in the next featured based release 
Cheers
Is there any way of using pagination with post offset? I’ve tried using the post grid and the pagination element is ignored.
Hey jbennett360,
The post grid element should allow the post offset param when using pagination – however the “blog” element ignores it. Can you confirm that you’re using a recent release of Salient (v12+)?
Yeah I’m using V12. Post offset seems to be ignored? Unless there’s a conflict with another plugin?
Scrap that. Think I’ve sorted it 
Didn’t seem to be working yesterday though?
Hey jbennett360, glad to hear 
If you run into the issue again, please reach out in regards via the contact form on my author page https://themeforest.net/user/themenectar
Hello. Any plans to integrate Elementor builder in the template?
Hey naamaaste, there are no plans at this time.
Hi ThemeNectar Support, I have been maintaining a client website with the Salient Theme for the last few months and when I updated it to the Wordpress Core update 5.5, the wpbakery page formatting disappeared leaving a broken looking website. I quickly restored back to 5.4.2 and started checking compatibility issues. I discovered that the Salient Theme is at version 11.0.1, the Salient Core Plugin is still at version 1.3, the Salient WPBakery Page Builder is at Version 6.0.5. As I have inherited the support of this website, how do I gain access to the updated versions?
Hey pjcweb1,
You’ll need access to the account which holds the license in order to download the theme again from ThemeForest, if the previous owner never set up the Envato market plugin: http://themenectar.com/docs/salient/updating-salient/#methods
If you need to get the license transferred to your account, you’ll need to reach out to Envato in regards: https://help.market.envato.com/hc/en-us/requests/new
Also, note that you can install the jQuery migrate plugin from WordPress to correct javascript related issues to WP 5.5: https://wordpress.org/plugins/enable-jquery-migrate-helper/
Cheers
Thank you so much for your prompt reply, I managed to track down the previous tech and have the details I need. FYI – The first thing I did was download the JQuery migrate plugin however it did not resolve the issue for me. Kind Regards, Patrick
Glad to hear you were able to get access. If you’re still facing an issue after updating and have ruled out third party plugins, please reach out via the contact form on my author page https://themeforest.net/user/themenectar
Thanks 
You’re welcome pjcweb1 
Thanks!
Hey apinzon,
Ensure that you have the “Elements” field set to “all” in the WPBakery page builder settings > Role manager tab. If you already do, please reach out in regards with a temporary admin account so that I can take a look.
Cheers
Hey is it possible to make 3D buttons full width or to display: block? Really would like them to do this if possible 
Hey ryanorlowski5pm,
add this into the custom css box located in the Salient options panel > general settings > css/script related tab:
body .nectar-3d-transparent-button,
body .nectar-3d-transparent-button a,
.nectar-3d-transparent-button .back-3d,
.nectar-3d-transparent-button .front-3d,
.nectar-3d-transparent-button .back-3d svg,
.nectar-3d-transparent-button .front-3d svg {
width: 100%!important
}
.nectar-3d-transparent-button svg text {
transform: translateY(60%) translateX(50%);
}
Cheers
Thanks! It’s giving me full width however the text in the button has now dissapeared?
Hey ryanorlowski5pm, could you share the URL in regards so that I can take a look why it’s not working in your setup?
Hello! Hope you are well!
Tell me, it’s possible to fix that little bug?
- Header on big screen : https://snipboard.io/wBcuyj.jpg
- Header on small screen : https://snipboard.io/IODqwH.jpg
As we can see there : https://www.responsinator.com/?url=https%3A%2F%2Fcaribouchronicles.ca on 1024px we have a responsive problem with menu. it’s possible to change the viewport size?
Thanks!
Hey barreoblique!
You can use the “Mobile Breakpoint” theme option for this in the Salient options > header navigation > logo & general styling tab.
Hope you’ve been good as well 
Oh… sorry to bother with that kind of question… However, I know this option very well! Sorry again.
And yes, all good for me! 
Have a nice one!
I have another question. I think she’s more insightful. How to make the User Account Button multilingual using Polylang as a multilingual plugin. It’s possible? To test here https://caribouchronicles.ca
Hey barreoblique,
In the Languages > String Translations tab, you should be able to find that by searching for “header-account-button-url”
Done… Thanks a lot!
You’re welcome, barreoblique 
Hi guys – I just updated and I am noticing some strange behaviour.
The toggle sections, doesn’t open up upon click. Upon first click, the wrapping div goes to “display:none”, and before that, it has max-height:0px; So there is basically no way to toggle my toggles?
So, it looks like that since you have implemented
“body .toggle[data-inner-wrap=”true”] > div {“
to have display:block; in your style.css line 10242 -
But still uses : ”.find(’> div’).slideToggle(300); “
in your init.js Line 93 – you are actually closing it on your first click.
Is there a fix for this, other than just rolling back toggle.php to the old file?
Also – While i am here – The new update kinda broke the mobile design.
If I enable the “Page Builder Element Animations On Mobile Devices” the animations doesn’t trigger and the elements just stays with opacity:0 and translated left or right, up or down.
If i disable the option, everything shows just fine.
Hey online-marketsquare,
1. The slideToggle method is only called when there is legacy markup found, i.e. when the salient-core plugin is not updated to the latest version. Can you confirm that you’re using v1.7?
2. Have you cleared your cache (from any minification plugins and browser) since doing the update? It sounds as though you could have an older version of some files active in your setup. If you’ve already verified that files are not cached, and also not loading older version from a child theme, please share your URL in regards so that I can take a closer look at the setup?
Thanks in advance
According to the admin panel, I am using V1.7 of the core – and no updates are present. and V12.1.2 of the theme.
I am using a child theme – But have not changed anything regarding the toggles.
I am still in development process, So there is no caching plugins, and I tried different browsers and inkognito.
An example of the toggles can be found here : https://cmp.msqtest.dk/services/cars/ in the buttom.
I registered a copy of your old init.js in my child-theme since I needed to change something. So I am working with the old JS file. That might be what is triggering is – There is some differences – But I only changed a pixelnumber for “to-top” This is the themes init.js, not the cores.
Yep – Never mind me – I am an idiot..
And surprise surprise… the column animations works again aswell.
No worries online-marketsquare, I’m glad that you got it sorted 
Cheers
I was wondering if I could change the phrases “Previous Project” and “Next Project” in Project Page Navigation. Project—> Brand
Example) Previous Brand / Next Brand
Thank you very much.
Hey kosangmin,
You can translate those strings by using the .pot file within the salient-portfolio plugin. Check out the docs here in regards: http://themenectar.com/docs/salient/translations/#translating
Cheers
Hi guys, thanks for the great support on this theme 
I have just one question, it seem like the animation not working on mobile phone. for example like the column animation not show on my phone device(ios,Android) but working well on desktop view. is there any ways to make it work on mobile?
Great Job!
Hey theskinny2 
In the Salient options panel > general settings > functionality tab, ensure that you have enabled the option “Page Builder Element Animations On Mobile Devices”.
Cheers
Wow~ Thank you for your help. Cheers
You’re welcome, theskinny2 
Hello, is it possible in the search results page a template “List + Sidebar”? Thank you!
Hey gbasterra!
I’ve noted to add that option in the upcoming featured based release.
If you’d like to get on the early access list, please reach out via the contact form on my author page https://themeforest.net/user/themenectar
Cheers
Great! Thank you! 
You’re welcome, gbasterra 
Hi,
I have a question: in Post Grid settings (portfolio) in Grid Item Height place I can choose only a maximum of 75% height. Is it possible for it to be 100%? I want each post to be displayed on the full page.
I would be very grateful for your help.
Best, Alex
Hey Alex,
Add this into the custom css box located in the Salient options panel > general settings > css/script related tab:
#ajax-content-wrap .nectar-post-grid[data-grid-item-height] .nectar-post-grid-item {
min-height: 100vh;
}
Cheers
Thx! 
You’re welcome, yowish 
Hi there. i really like this theme is this compatible with Youzer?
Hey weeco15, I have not personally tested it, but the Youzer plugin developer did back in march and confirmed that there should be compatibility.
Cheers
Hey, what’s the best way to have a tagline under the header? I am not using a logo and would like to add a shot tagline (even if it’s the same one used by WordPress) under the header? Do you know the CSS to achieve this?
Hey Account76, you could achieve that by adding the following CSS:
a#logo:after {
content: 'your tagline';
display: block;
font-size: 14px;
line-height: 2;
}
Cheers