38184 comments found.
Hi all. I need help with 2 issues i ‘ve been having. One is the shopping card icon. which i managed to change from the “shopping bag” to the “shopping cart” but on mobile phones it goes back to the “shopping bag” instead of the “cart”. My second issue is the secondary header navigation alignment. How can I change it instead of centered to be on the right? Thanks in advance!
Hey dziners!
1. To target the mobile shopping cart icon, you’ll need to also use the following selector:
#header-outer #top #mobile-cart-link i {
.....
}
2. Can you share your URL in regards so that I can take a look at your settings to assist?
Thanks,
On the top bar above the header i have a link thats centered! I want it to be aligned with the shopping card on the right, or atleast on the right part of the page!
Many thanks in advance!!
Hi again. I adjusted the above lines of code but still the shopping card icon changes to the bag instead for the cart on the smaller screen! Have a look and let me know what am I doing wrong!!
#header-outer #top #mobile-cart-link i
.cart-icon-wrap .icon-salient-cart {
font-family: FontAwesome!important;
}
.cart-icon-wrap .icon-salient-cart:before {
content: "\f07a"!important;
}
Thanks in advance!!!
Hey dziners,
You can use the following:
#header-outer #top #mobile-cart-link .icon-salient-cart:before {
content: "\f07a"!important;
font-family: FontAwesome!important;
}
Thanks!! That worked like a charm 
For my other issue? how do i align the text on the secondary header navigation? instead of centered to be on the right??
Thanks again!!
You’re welcome dziners 
You can use the following for that:
#header-secondary-outer .nectar-center-text {
text-align: right;
}
Thanks very much!!!!
You’re welcome dziners 
Hi there i would like to change my hamburger menu icon to a FontAwesome + (plus) icon. I have applied the below article but it doesn’t seem to work
https://themenectar.ticksy.com/article/5616/Please could you assist
Hey Trueflame,
Could you please share your URL in regards so that I can take a look at why that’s not working for you?
Thanks in advance
Thanks Trueflame,
add this into the custom css box located in the Salient options panel > general settings > css/script related tab:
body #header-outer .lines-button {
visibility: hidden;
}
#top .slide-out-widget-area-toggle a:not(.open) > span:before {
content: "\f067";
font-family: FontAwesome;
color: #000;
font-size: 23px;
}
.transparent #top .slide-out-widget-area-toggle a:not(.open) > span:before {
color: #fff;
}
Thank you, this is amazing except it cuts off on mobile
Ok its working now thanks
Is it possible to change the link on the logo? When the logo is clicked I do not want the user to go to the homepage but rather a different website’s URL completely…
Thanks
Hey aglet,
That would require copying the file “salient/includes/partials/header/header-menu.php” to your child theme and altering the segment
<?php echo esc_url( home_url() ); ?>
Cheers
Hi, theme was working perfect up until a couple of days ago. Now when I am trying to set different column padding for desktop vs mobile, the Column Padding changes to the last setting I applied to both desktop and mobile. For example, I set
5% right [desktop]
10% left [mobile]When I click back to desktop to check the setting, it now says
5% left [desktop](it should be right but it takes whatever value is in mobile and vice versa). This means I can’t have different padding per device/breakpoint anymore. Please help.
Hey screwge84,
Only the “column padding” is on a device group currently, the “padding position” is fixed to be the same on all viewports – devices groups are denoted by being directly next to the field label.
I’ve noted to make the position a device group enabled field as well, but as of now it would require custom CSS to alter that per viewport.
Hey thanks for the reply. This must’ve changed recently because up until a few days ago I was able to set the padding position and amount per viewport. For example, on desktop I padded the left side 4% but on mobile because the rows stack vertically there’s no need to have padding on the side and instead I could pad the top position only. Was WPBakery Page Builder updated/changed recently?
Hey screwge84,
There’s no logic in Salient to save separate parameters for that field in the shortcode attributes to parse. If you ended up creating a setup where that occurred, it is likely a CSS error in the responsive stylesheet that happened to line up with what you were going for.
If you can share a row setup or site URL where that occurs, I’ll be able to better troubleshoot.
Bit of an odd question, but is there anyway to hide a row or block based on an item being added to the cart?
I have a special offer that is added to the standard /cart page (above the woocommerce cart shortcode) and I’d like to remove that offer text & link if someone clicks and takes advantage.
Hope that makes sense!
Hey Andrew_McNelis 
Unfortunately there’s no built-in functionality for that. Doing something like that would require custom development to conditionally hide the element based on the cart contents.
Ok, thank you. I was able to find a verified WooCommerce Plugin to assist for time being.
Hello! Why I cant access the WP Bakery of each page? It looks broken whenever I enter ‘Edit with WP Bakery Page Builder’. My theme is updated to version 12.1.3.
It says … Elements within this list are deprecated and are no longer supported in newer versions of WPBakery Page Builder.
How can I fix this?
Hey janinemarie,
If you’ve already verified that no third party plugins which you have active are causing the issue, please reach out via the contact form on my author page https://themeforest.net/user/themenectar
Hi ThemeNectar, I sent a ticket already using our main account morrisandmangosurfboards. Please check.
Hey! Is is possible to remove the rounded corners on the default off-canvas menu icon so that it has sharp corners? Thank you
Hey A_K 
In the Salient options panel > general settings tab, changing the “Button Styling” to be the “default” option should alter that.
Cheers
Perfect, thank you.
You’re welcome A_K 
Hey eslamene,
Since that recent post style uses a “wrapping” carousel option, more posts will need to be added so that it can function correctly. Change the “Number Of Posts” setting within your element to be a higher number e.g. 6 or more
Hi there,
While using the WooCommerce Points and Rewards plugin the number of points and applying them shows up as an ajax notification that disappears fairly quickly. Is there any way to fix this?
Hey bfikree,
Can you please share your site URL so that I can take a look at the functionality to assist?
Thanks in advance
Hi So im am looking for 3 things
Firstly i want the off canvas menu to always display, not just on mobile
I want the off canvas to be on the right under the hamburger with no background
and lastly i am looking to change the icon of the hamburger to a +
Is it possible for you to assist me with these or advise how to go about doing this?
Regards
Hey Trueflame,
You can enable the off canvas menu to display on all viewports by turning on the option “Off Canvas Menu” in the Salient options panel > header navigation > off canvas menu tab.
There is no style available to display the off canvas menu without a background – that would require some customizing. The menu icon could be changed to a custom icon of your choosing by add this into the custom css box located in the Salient options panel > general settings > css/script related tab:
#header-outer .lines-button {
visibility: hidden;
}
#header-outer .slide-out-widget-area-toggle a >span {
background-image: url('your-icon.png');
background-size: cover;
}
I have turned all viewports on and it is still not displaying on the website, only on mobile
Hey Trueflame, please share your site URL in regards so that I can take a look to assist.
Looks like its working now thanks
Hey Trueflame, I’m glad to hear 
Hi TN,
Hope you’re well. No possibility that the upcoming release will have the ‘Responsiveness’ tab options for entire ROWS, as well as just for COLUMNS; I feel that there’s probably a lot of cases where an entire row is needing to be hidden from mobile view, but it doesn’t appear this is currently possible…or am I missing something?
Thanks, looking forward to the update!
Hey ND81!
That’s not a planned feature for the next update. In general, hiding an entire rows of content with CSS is not ideal from an SEO perspective assuming you then would reveal a separate row with similar content organized differently.
If possible, altering the flow of your row by utilizing the new device group options for element settings + the Column Direction option would be best since you would then end up with only one set of text in the document and less HTML elements.
Thanks, a very helpful, thoughtful solution.
One further (slightly related) thing – is there a way that you could change the mobile break point on a single page (e.g. a block of custom css and/or PHP for that page alone)?
Looking forward to your update! Need to get a license for another client that I think your previously mentioned menu updates may be just the ticket
Just saw you have a sale! Bought a couple more licenses on my own account to have up my sleeve 
Hey ND81,
Glad you caught the sale 
Unfortunately altering the mobile breakpoint with CSS/PHP would be a little tricky for one specific page. This is because the CSS that handles that breakpoint is written to a static file when saving the theme options, some overriding the functions with some page specific logic still won’t generate the CSS.
If you’d like to share your page URL, i’d be glad to assist with some other CSS to possible shrink some items to allow things to fit?
Cheers
Got ya, figured there’d likely not be a simple solution. I’ll drop you a message via the TF account their license is on – many thanks!
Hey TN,
Just wondering if you received my PM via your author page last week?
Thanks
Do you have elementor demo content?
Hey Tussibag,
Salient does not add any additional elements to Elementor and does not include demo content for it. Salient is used a customized version of WPbakery page builder.
I am following up. I’m ready to buy salient the moment you decide to integrate Elementor and make it as fast as it can go. Love your work! Great job!
Hey pwnoobz, I’m glad you like Salient. Elementor integration is not on the current timeline of planned features, but it may eventually be further integrated in the future 
Hello! After we updated Salient Core and the theme plugins to the most recent versions, we are noticing that when a user tries visiting an invalid page (which should throw a 404 Page Not Found error), our website is showing a blank page with a message that says, “There has been a critical error on your website.”
This issue resolves itself when we deactivate Salient and activate Twenty Seventeen. We’ve checked with our web host and there are no known errors being reported in the log.
Has anyone else reported this issue?
Hey kbeckert!
Can you please try to disable third party plugins to verify whether conflict is occurring between a specific one you have active in the setup?
hi, can I replace the “user” icon at the top of this demo page: http://themenectar.com/demo/salient-ecommerce-ultimate/ with the “envelop” icon shown here: https://fontawesome.com/icons/envelope?style=solid, and how can I do this? Thanks!
Hey ekordakis!
Add this into the custom css box in the Salient options panel > general settings > css/script related tab:
span.icon-salient-m-user:before {
content: "\f0e0";
font-family: 'FontAwesome';
}
Cheers
Perfect, worked like a charm. Thanks so much.
Can I also bring this envelop icon to display to the left of the search icon (instead of displaying to the right of it)?
Also, I’m noticing that the top/bottom alignment seems a bit off (possibly one of the 2 icons is slightly taller?). Can I adjust one of the two icons a pixel or two up or down?
Thanks!
Hey ekordakis,
Can you please share your URL in regards so that I can take a look at your settings to assist?
Thanks 
The website is under development and it’s behind a coming soon page. How can I send you the login info to login and take a look?
Hey ekordakis, you can share it privately via the contact form on my author page: https://themeforest.net/user/themenectar
Thanks,
Can you give us an idea when v13 will be ready?
Hey mrittman,
There’s no hard date, but +/- 1 month’s time.
Cheers
Salient 12.1.3 is having issues with the latest wordpress 5.5.3. Pagebuilder and customize among other things are not functioning.
Hey jstiles1,
There are no known compatibility issues with the latest Salient and WP versions. Please verify that no third party plugins you have active are causing the issue you’re experiencing by temporarily deactivating them. If you’ve already done that, Please reach out via the contact form on my author page with a temporary admin account so that I can assist further: https://themeforest.net/user/themenectar
Thanks,
Thank you for the reply. I thought it was Salient because when I deactivated one of the Salient plug-ins it fixed some things, but after further inspection after your comment I uncovered the culprit was actually the plug-in WordPress SEO by Yoast CSV Importer/Exporter (in case anyone else experiences this).
Thanks Jon
I’m glad you were able to track down the culpri,t Jon. Thanks for letting me know 
Will you update the changelog to the latest version?
Hey Jony_Bravo, the changelog already reflects the current live release (12.1.3), what version are you seeing on your end?
On the team bio module for mobile — when tapped, the module comes in fullscreen and covers the mobile navigation and a close X button appears. Demo here: http://themenectar.com/demo/salient-corporate-3/
I’m trying to do this, using a transparent navigation, but on mobile the module opens fullscreen BEHIND the logo and hamburger menu. This puts the close X button behind the logo.
Any idea why the module is not forcing a fullscreen overlay?
Thank you!
Hey A_K,
could you share your URL in regards so that I can take a look to assist?
Thanks 
If you scroll down to near the bottom, to the “Team” section, you’ll see the bio module issue.
Thank you!
If you check this page, the navigation is also doing something odd. If you open the off-canvas menu and click on a nav link, it forces a nontransparent nav with the mobile logo. On mobile, it forces a white menu bar (should be transparent). Any ideas?
Sorry, password updated to: komo2020
Thanks A_K 
1. Add this into the custom css box in the Salient options panel > general settings > css/script related tab:
body .nectar_team_member_overlay {
z-index: 10000;
}
2. That issue has been corrected in the current beta release. If you’d like immediate access prior to the next version, please reach out via the contact form on my author page https://themeforest.net/user/themenectar
Thanks so much, that fixed it! Message sent for the beta release.
Good day,
Is it possible to have any of the carousels on http://themenectar.com/demo/salient-promo/image-carousel/ scroll on mouse scroll (on desktop). Currently is is either arrows or click and drag, is it possible on mouse scroll down and up to move the carousel?
Hey aglet,
Unfortunately there’s no built-in option for that functionality. It would require some custom JavaScript as of now