38189 comments found.
Is there a way to download a one of “My Templates” that is saved and load it to another Salient site? Thanks!
Hey katt101!
The templates section is a core feature of the WPBakery page builder plugin – as of now, there’s no built in option for that. However, you can use the Templatera addon for that.
Cheers
Hi, i sent two emails from profile page but no reply?
Hey astutestudio,
The email address that I am receiving when you’ve filled out the contact form on Envato is showing as invalid (envato{at}astute.studio) and thus my responses have failed to send. I’m not sure why that’s attached to your account on here, but you can email me directly from your actual email address using phil{at}themenectar.com
Also, in response to your question, Salient is compatible with 5.4.
Thanks
Hi, i replied you from my personal email, please check and advise
Hello
I have a question about the Flickity slider
I have 3 tabs or 3 carousel items, each tab has different content, mainly text, this varies in size or paragraph.
The issue i have is that if tab 1 has less text than tab 2, then the pagination dots or numbers at the bottom are set to static, and reflect the size if the tab that has more content, in this case tab 2, so the pagination is pushed further down the page, rather than adapting to the height of the tab at the bottom.
Can you please help with this?
Thank you
Hey elatedconsulting,
Adding that functionality in would require a javascript modification currently. In the salient/js/init.js file, run a search for “new Flickity” to end up at the correct location. Within that plugin config object, you can in
adaptiveHeight: true,
I’ve noted to also add this in as a theme option.
Cheers
Hi
Thanks for the reply, and thanks for making a note to add as an option.
Just a small correction, the above option is found on
js/third-party/flickity.mini.js
Thanks again 
Hi there, is there any reference for the footer (design and layout) options?
Hey Location360,
All of the footer related options are located in the Salient options panel > Footer tab: https://ibb.co/z5g0cgB
Is there any specific options which you’re trying to understand better?
Cheers
Hi there,
is it possible to hold the 1425px extended responsive also on 23” and 27” MACs? e.g i would like to the 27” screen to see exactly the page of 1425px without the adapting of the page to a 2560px … Thank you
Here’s the link https://bit.ly/3cnekwb
Hey eduardn1,
add this into the custom css box located in the Salient options panel > general settings > css/script related tab:
@media only screen and (min-width: 1425px) {
.wpb_row.full-width-content,
body .full-width-section .row-bg-wrap,
body .full-width-section>.nectar-shape-divider-wrap,
body .full-width-section>.video-color-overlay,
body .full-width-section.parallax_section .row-bg-wrap {
margin-left: 0!important;
left: 0!important;
width: 100%!important;
}
body .container {
padding: 0;
}
body[data-footer-reveal="1"] #footer-outer {
max-width: 1425px;
left: 50%;
transform: translateX(-50%);
}
}
Hi and thanks,
any idea why on Google Chrome on mobile after i open the menu i have to double click on the links to scroll to the section ? Is this a bug ? Or i something related to my settings ? Seems that i Safari works without problems.
i already cleared the cache. Thank you
Hey eduardn1,
Weirdly enough I can not replicate that using Chrome on an Iphone 11. Could you let me know what device you’re using?
Hi,
using Iphone X here’s a video https://streamable.com/2gfb61
Hey eduardn1, I haven’t been able to replicate it yet using Browserstack – can you try and first add the following CSS
body #slide-out-widget-area.fullscreen .inner li a {
-webkit-transition: none;
transition: none;
}
If that doesn’t work, kindly switch to one of the other off canvas menu styles for a moment just to rule out that it’s related to that specific one.
Thanks in advance
Hello, I hope you are well. I was wondering if you had a list of all icons somewhere on your documentation please?
Hey redkmarketing,
All of the icons can be found directly within the icon page builder element https://ibb.co/C1kqJ6X
Is there something specific you’re looking for?
Hope you’re well too 
Hey, thanks for getting back to me so soon, sorry for my delay. I was just looking for a document or webpage you might have, that lists all the current icons, so they are easier to see on smaller screens and easier to find. No issue if you dont have one though. The theme is great!
Hey redkmarketing,
Unfortunately we don’t have a separate document that lists all of them. However, if you use the browser zoom function (scroll + crtl), the icons will enlarge along with the page if desired.
Cheers
hi there, Under Salient Option > Functionality > Related Posts Style: there are only two styles (Material / Classic Enhanced). Ist it possible to add more styles? For example like “Slider Multiple Visible” or “Meta Overlaid Spaced”.
Thanks for your help!
Hey marcosimonetti!
Unfortunately those are the only two styles offered now, but the output function for that feature could be copied to your child theme for modifications. If you’re interested, the function is located in salient/nectar/helpers/blog.php and is called “nectar_related_post_display”
Cheers
On mobile, I have DROPDOWN as the menu option. However, if someone clicks the menu title, it doesnt do anything. ONLY when they press the arrow to the right of the text. Is there a snippet of code that can make sure the full title also allows for the sub menus to open when clicking on mobile menu and not just by pressing the arrow for dropdown options.
Please advise
Thank You
Hey LilNinjaMedia,
add this into the custom css box located in the Salient options panel > general settings > css/script related tab:
#header-outer #mobile-menu a > .sf-sub-indicator {
width: 100%;
text-align: right;
}
Cheers
Hi, hope this finds you well!
I’m using the Easy Table of Contents plugin and want to exclude WooCommerce products from appearing in the auto-generated menu on blog posts. The plugin creator said to add the line below to exclude it from the table of contents:
.ez-toc-exclude-headings
How would I apply it to this H2 class? .woocommerce-loop-product__title
Here’s the comment from the plugin author, in case I’m not making sense: https://wordpress.org/support/topic/suggested-products-appear-in-the-toc/#post-12636166Any help would be greatly appreciated!
Hey lorenwohl!
Can you please share the page URL that you’re referring to so I can take a look at the setup?
Thanks for getting back to me so quickly!
Here’s the URL: https://www.homephoto.studio/pete-souza-photography-equipment-instagram/You’re welcome lorenwohl 
This is not specific to Salient, however adding a new class name WooCoomerce product titles could be achieved with the use of a WooCommerce filter. Here’s an example which you can paste into your child theme functions.php:
add_filter( 'woocommerce_product_loop_title_classes', 'custom_woocommerce_product_loop_title_classes' );
function custom_woocommerce_product_loop_title_classes( $class ) {
if( is_single() ) {
return 'woocommerce-loop-product__title ez-toc-exclude-headings';
} else {
return 'woocommerce-loop-product__title';
}
}
Cheers
This worked, thank you! I appreciate your help.
You’re welcome lorenwohl :)
Hi, with image gallery module (Nectar slide style) on click we have some functions like maximize. Is possible add a download image icon in this fancybox-toolbar? How? Thanks
Hey CAPBCN,
This would require a javascript modification to salient/js/init.js
Inside that file, run a search for the following code:
$("[data-fancybox]").fancybox({
animationEffect: "zoom-in-out",
animationDuration: 350,
buttons: [
'fullScreen',
'zoom',
'close'
],
Inside the buttons array, a new value of “download” can be added.
Cheers
Hi there
I am happy to use Salient but I think there might be a small bug
https://prnt.sc/s0o8dv
The category labels do not inherit the color white if I set the overall-color to white and overall-color to black.
If you already have a solution implemented for this please tell me what I am doing wrong.
Thanks!
Hey gabriel_ceausescu,
That will be corrected in the upcoming release 
Cheers
Hey Salient, is there a way for the next update, that I can put a hyperlink or a link in the testimonials? Would be great if I could link to the website from a good review costumer.
Because if i put an hyperlink with html code in the textominial description, it is not visible.
Thanks!
Hey Layoutmachen!
That limitation of how WPbakery stores attributes has not changed for the upcoming release. As soon as they release an update that alters that, Salient will integrate it.
Cheers
Nice! Thansk alot! 
Glad I could help Layoutmachen 
Hey. No matter how I tried, opengraph for facebook does not work. Already installed various plugins to handle, even OG. But its doesnt work. Help me 
Hey esqu1red, Facebook provides an open graph scraper that will provide details about all the open graph tags it’s able to see: https://developers.facebook.com/tools/debug/ Please share your actual URL in regards so I can take a look at the tags which your plugin is adding
Thanks in advance
Hey esqu1red, I can see that the OG meta tags are visible in the page source code, however I can also see that the Facebook open graph debugger is not picking them up. I would suspect that this might be related to the HTML minification/inline CSS option you have setup from your performance plugin. Can you please deactivate those so that I can take another look?
Hi i want to reduce header height, but there is no such functionality in theme option. How can I do?
Hey SquareMediaAgency, Are you referring to the top navigation header or a header at the top of a page/post? In both scenarios, there are options to alter that. Kindly clarify which you’re referring to so I can assist.
Thanks in advance
Hi I’m referring to the top navigation header, so the area with logo and menu. I can’t see any option in theme panel to modify. I need to resize it in particular. Thank you.
Hey SquareMediaAgency,
the height of the navigation header is made up from the height you’ve specified for your “Logo Height” + the “Header Padding”. Both of these fields can be found in the Salient options panel > header navigation > logo & general styling tab”: https://ibb.co/3SXTfGR
Hi There, We have a major issue with updating to the latest version of Salient as it is breaking the whole website. I am mindful of the fact that our support is due for renewal but I just wanted to make sure that this is something that you’ll be able to help with before I renew the support. My other options are to move away from the theme altogether if what I am suspecting comes true (majority of the pages will need to be redone using WP Bakery). Please advise what is the best way for me to send the details of my issue to you. Once you’ve read through it and have an indication for me as to what will be involved in fixing the issue, I’ll be happy to renew the support straight away.
Hey anshulmalhotra,
Have you already verified that the issue is not related to a child theme you may have active? If so, please reach out via the contact form on my author page https://themeforest.net/user/themenectar
Thanks in advance
Hi ThemeNectar,
First of all I would like to thank you all for the great work behind this theme, as a matter of fact is one of my favourite themes out there, at the same time, I’m quite dissapointed about the fact that you guys havent updated the theme since december, we are already in april getting to may and still there isnt anything new, although the advancements in technology have increased, for example the use of mega-menus and functionalities as such, the live editor, and more, I hope you guys are able to bring something great into the community soon but I hope is not too late.
Warm Regards Your faithful fan.
Hey thekayzer1, the next major release is coming out within a week. Because so many new features are being added, we’ve been running a public beta test for a month to ensure stability: http://themenectar.com/changelogs/salient.html
If you would like to test it out, kindly shoot us an email 
Cheers
hello. i need to resume support for a client’s website where your theme is used. previous developer bought the theme, but he is not reachable anymore. Is your licence locked(linked) to the domain where it is used? Currently on the website version 8.5 is used and i want to upgrade it the newest version (after updating WP and woocomerce). Site will be hosted on a new server (new IP). Can you tell me how can i do that?
Hey kirez,
The purchase code is not stored within the theme itself, however you’ll still need a purchase code in order to do the update. The update options are to use the Envato Market plugin, or do download the theme again from ThemeForest: http://themenectar.com/docs/salient/updating-salient/
If you do not have access to the purchase code or the account, you’ll need to reach out to Envato in regards: https://help.market.envato.com/hc/en-us/requests/new
Cheers
Hey, you’ve any estimate date for the next theme version? We can expect any new business or blog page design? Thank’s!
Hey miga_fer, the next release is slated for < one week. There will be a couple new demos, as well as many new features.
Cheers
Hi Team Salient! Can you please let us know when Salient 12 is being released?
Hey shanedieter!
We’re planning on releasing it within a week 
If you’d like immediate access, please reach out via the contact form on my author page https://themeforest.net/user/themenectar
Hi there, I am using the recent post element and the style “Slider Multiple Visible”. Is it possible to display post date and author? Thanks!
Hey marcosimonetti!
As of now that would require modding to the wp-content/plugins/salient-core/includes/vc_templates/recent_posts.php file
The markup for that particular style is located near the bottom of the file, around line 800 depending on your version.
Cheers