38194 comments found.
HI, can i change the “caption settings” in the nectar slider ( https://www.stout.marketing/around/ ) font size for mobile
Hey yannickpeeters,
You can use the mobile text sizing override when editing the Nectar Slider element: https://ibb.co/ydWxLqf Please use the support forum when posting multiple questions in the future, as this area is only intended for quick questions/pre-sale inquiries.
Kind regards
thanks!
You’re welcome, yannickpeeters 
Hello. I paid a developer to build my site and recently found out he used a pirated version. Would I be able to buy the new version and update it on my website, without losing everything that was done?
Hey jeferson3barbosa,
That’s an unfortunate situation—but yes, you can purchase a copy legally and update to the latest version without loosing your content.
Kind regards
Hi, is it possible to add an image instead of icon in the headed tabs?
Hey yannickpeeters,
There is no built-in option to upload a custom image as an icon for the tabbed section element currently. That would require custom CSS. Please use the support forum when posting multiple questions in the future, as this area is only intended for quick questions/pre-sale inquiries.
Kind regards
Hmm, tried some options but seems pretty difficult to do so. Any idea how?
Hey yannickpeeters,
The CSS would depend on your current element settings—I would need to see the page URL in regards
If you use the responsive text element and wrap the text in H Tags, the text colour element doesn’t take effect, it defaults to the colour of the H tag.
Salient 15.0.8
Not sure if this is already a known issue or not…
Hey jbennett360,
Thanks for reporting that—you can correct it prior to the next minor release by add the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab:
#ajax-content-wrap .nectar-responsive-text * {
color: inherit;
}
Cheers
No probs
thanks for the quick fix
You’re welcome, jbennett360 
How can I see Salient demo page, the main page http://preview.themeforest.net/item/salient-responsive-multipurpose-theme/full_screen_preview/4363266?_ga=2.103574471.610378283.1673872015-358230920.1673872015&_gac=1.122921593.1674040407.CjwKCAiAzp6eBhByEiwA_gGq5AOfxXOE0xlwTHVSSQjJzVAEbyHBahTaKpYOQJpPRKF2eZXuhAUz-BoC8hUQAvD_BwE
How can I create the same demo for my page?
Hey mmarhama, All of the sections of that promotional page are located within the Salient Studio Template Library: https://themenectar.com/docs/salient/salient-studio/
Kind regards
how do i change the icon size ? https://www.stout.marketing/around/about-us/
under the people section ( mail )
+ also, i would like to change the link color of that email.
Hey yannickpeeters,
1. Add the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab:
#ajax-content-wrap .iwt-icon i {
font-size: 20px;
}
#ajax-content-wrap .iwithtext .iwt-text {
padding-left: 45px;
}
2. If you wish to change all of the general links to be a different style, you can use the theme option General Link Style” in the Salient options > general settings > styling tab. If however, you are trying to specify a custom color, you could use the following rule:
body a {
color: #000;
}
Kind regards
Hi there,
Re: theme lightbox, how can I disable the Fancy Box 3 zoom in and zoom out? Or make it a bit more like the Magnific, but retain the full screen and zoom functionality of the Fancy Box 3?
Hey Romanesco,
add the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab:
.fancybox-can-zoomIn .fancybox-content {
pointer-events: none;
}
.fancybox-button--zoom {
display: none;
}
Kind regards
Thanks!
You’re welcome, Romanesco 
hi,
I want to attach a background image to pages only, and exclude blog, portfolio and global sections.
How can i target the pages only with the css?
Thanks
Hey toolbox101,
body.page .container-wrap {
background-image: url(image.jpg);
}
If you need to exclude specific pages from that, you could by id like so:
body.page:not(page-id-1) .container-wrap {
background-image: url(image.jpg);
}
Kind regards
Good morning guys. I have a question regarding the background video on the row. Is it possible to disable the loop and make it play only once?
Hey plasmedia! That would currently require a modification to the row or column template file via your child theme (to remove the loop attribute): https://themenectar.com/docs/salient/overriding-salient-wpbakery-element-template-files-through-a-child-theme/
can you tell me exactly which part of code do i have to modify? I removed loop from full_width_section.php in this part of code: line 161 controls=”controls” preload=”auto” loop autoplay muted playsinline>’;
but loop persists
Hey plasmedia, Your modification looks correct, however the file to modify would be vc_row.php rather than full_width_section.php
Kind regards
Hi guys, question. On the mobile version of the menu, it is only possible to expand a submenu by clicking on the arrow? Or is it also possible by clicking on the text?
Many thanks, cheers!
Hey ruim_denkers, The off canvas menu dropdown functionality can be toggled in the Salient options panel > header navigation > off canvas menu tab via the field labeled “Off Canvas Menu Dropdown Behavior”. If you’re not seeing that option, you may be using a style which does not offer it, and in that case, could you kindly share your URL?
Kind regards
Hi,
Thanks for the quick reply. Sorry but i don’t see this option in my menu.
I hope there is a way to access them through both ways. The arrow is useful because visitors can see that there is a sub menu. But in general, everyone always clicks on the text first.
Hey ruim_denkers,
You can get that functionality with the style you’re using by adding the following snippet 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%;
}
#header-outer #mobile-menu a > .sf-sub-indicator i {
position: absolute;
right: 0;
}
Hi guys,
Unfortunately this code does not work. I’ve posted it now.
What I would like is that the menu buttons are also clickable, and not just the arrows. Ideally if they are both explainable.
Hey ruim_denkers, that’s exactly what the snippet should do—try updating it to make it a little more specific to ensure it overrides the current settings:
body #header-outer #mobile-menu a > .sf-sub-indicator {
width: 100%;
}
body #header-outer #mobile-menu a > .sf-sub-indicator i {
position: absolute;
right: 0;
}
Kind regards
Hola Mr. Nectar!
Do you have or think in a future have a PSD layouts from salient studio images templates?
Think about it in the future, it would help a lot in the designer’s creative process!
Thank you Friend! all the best to you!
Hey nocomments!
There are no plans to include PSDs for all of those designs, but i’ve noted the idea 
Kind regards
I am still waiting to have a Vimeo video link available for the Row Background Video Layer.. When is this feature coming? I was told there would be a good chance it would come in Version 15.
Hey naythanlange, We add in user-requested features based on popularity—Vimeo video backgrounds was not on the roadmap for version 15 so I apologize if someone told you otherwise. Could you kindly provide the ticket ID or comment where that was mentioned?
Kind regards
Why does WP Bakery > templates option is not visible in theme? Is it a theme configuration or plugin? Is there any way I can turn on grid builder and templates option for Bakery plugin?
Hey Rujuta792,
1. The default Template system that WPBakery offers is available/enabled by default in Salient—if you’re not seeing that in your setup, please open a ticket on the support forum in regards
2. The grid builder is disabled by default, but you can enable it by adding the following snippet to your child theme functions.php: https://pastebin.com/mkTUqu4r
Kind regards
hi, any idea how i could make the team boxes equal height ?https://www.stout.marketing/around/about-us/
Hey yannickpeeters,
Have you enabled the “Equal height” option within the parent row settings? https://ibb.co/JKpcSxt
Kind regards
awesome. thanks! i’m used to working with Elementor but like your theme alot! so it’s finding my way again… 
Glad that I could help, yannickpeeters 
Hi Salient! I’ve a question about your great theme: it is possible to insert in the header, in addition to the always present logo, an image (such as a round stamp showing a certification or a banner that the company is 10 years old), to be immediately visible, such as at the top right, which then disappears in mobile view? Some headers have this option of inserting an additional image that contains a marketing enhancer in addition to the company logo. Thank you
Hey thebugbear!
You could insert such an image via the hook “nectar_hook_before_button_menu_items” from your child theme. An example would look like: https://pastebin.com/SSMPbgEg
CSS could then be used to style the second-logo as needed.
Kind regards
Hi There,
I’m using Lottie files for the first time but the Lottie is not showing in back- and frontend. Console gives this error:
Uncaught ReferenceError: lottie is not defined at n.init (nectar-lottie.js?ver=15.0.4:1:19951) at nectar-lottie.js?ver=15.0.4:1:22283 at Array.forEach (<anonymous>) at IntersectionObserver.root (nectar-lottie.js?ver=15.0.4:1:22244)
Please help
Hey muntzallactive,
Because that’s not a known issue, I would need to take a look at your actual website to further inspect the error. Please open a ticket on the support forum in regards
Thanks in advance
Hi there, thanks for the reply. It was actually an corrupted plugin that was installed. So now everything is working again 
Hey muntzallactive, I’m glad to hear you found the issue 
Cheers
Hello, how to add ARROW and PAGINATION to flickity carousel?
Hey codesigner,
Unfortunately, there’s no built-in option to enable both at the same time for that carousel, so it would require a custom modification. However, I’ve noted the idea on the wishlist 
Kind regards
Hi!
Would you be so kind to help with Portfolio page? It had dissapeared after the last update to 1.7.2.
Site: asvart dot ru.
Thank you!
Hey 9546667,
I would need to see the server error log in order to assist further—can you please open a ticket on the support forum in regards
Thanks in advance
Using the Clients Display Element we’d like to have the client logos display as full opacity on hover. We have seen from another support ticket how to edit the opacity of the “pre-hover” state, but can’t find anything on the hover opacity. Can you please offer any suggestions?
Hey urbanstorm,
You can alter that by add the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab: https://pastebin.com/HNWFQTR7Kind regards
is there a way to view the address on muliple lines on the interactive map? I was trying to do it like this but wasn’t working. Would be nice to custumize the text / links / ...
-> 51.205.650 | 4.388.040 | Dentius BE Jan Van Gentstraat 7, 401 2000 Antwerpen https://dentius.be/nl.
Hey yannickpeeters,
Unfortunately, there’s no support for HTML in those info windows as of now. You would need to use a third-party map plugin as of now, but I’ve noted the idea on the wishlist 
Kind regards