38274 comments found.
Request for improvement to the cart page. Recommend basing it on this site – https://themes.shopify.com/themes/impact/styles/sound/preview
• Compact design without unnecessary clutter. • Free shipping progress bar • Optimised for Mobile
Hey MarcGarner,
Thanks for the suggestions, they’ve been noted 
Hello team! I want use the video light element for show one video, but I would like that the popup not apparent, I mean just the video without popup. ¿it’s possible this?
Thank you.
Hey alandres,
You would be better off using the “Self hosted video player” element instead. If you wanted to keep the play button of the Lightbox element, that would require custom modding from a child theme in the current release.
Kind regards
Hello, Could you tell me which file I should modify and do it myself.
Thank you so much.
Kind regards.
Hey alandres,
The template files for those two elements are located at:
wp-content/plugins/salient-core/includes/vc_templates/nectar_video_lightbox.php wp-content/plugins/salient-core/includes/vc_templates/nectar_video_player_self_hosted.php
You can modify them through your child theme by following the method described in the documentation here: https://themenectar.com/docs/salient/overriding-salient-wpbakery-element-template-files-through-a-child-theme/
Kind regards
Hi team! I already have the file in my child theme, but I can’t remove the correct class so that the popup doesn’t appear. I don’t want to copy the code here so as not to be so heavy. Could you at least tell me which of the classes I have to remove. I have done a search here, with the class “nectar_video_lightbox” but I have had no results to help me.
Thank you so much.
Hey alandres, You would need to delete the class “pp” from the two locations that it exists within that template. However, your video will still link to a regular YouTube URL when doing so. If your goal is to have the video play in place, that would require further custom development than can be easily explained via comments.
Kind regards
Thank you very much team. Yes, I would like you to help me here and know what I have to do. What is the next step after removing the pp class? thank you so much
Hey alandres,
You would need to add a video element which would be set to hidden by CSS, and revealed through a new custom JS click event.
Is it possible to disable this or any fix for this bug?
Hey Marc, that’s occurring because you’ve hidden the default functionality of the zoom image with CSS, which would normally prevent directly clicking to trigger the lightbox on each image.
To counter that, you would need to prevent the click all together with further CSS and leave the lightbox to only be triggered by the magnifying glass icon.
Yes our aim is to only initiate zoom/lightbox when the magnifying glass is clicked. Are you able to provide CSS for this?
Hey MarcGarner,
You can make that change by adding the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab:
.single-product .images .product-slider .slide a {
pointer-events: none;
}
This fix doesn’t seem to be working on Safari. Fine on Chrome and Firefox
Hey MarcGarner,
Try switching the selector to target the slide instead of just the inner anchor. i.e.
.single-product .images .product-slider .slide {
pointer-events: none;
}
hi https://artstudiotomeu.com/ any way to have the off canvas menu widther on hover? thanks
Hey dimage,
You can make that change by adding the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab:
body #slide-out-widget-area.slide-out-from-right-hover {
transform: translate3d(425px,0,0);
-webkit-transform: translate3d(425px,0,0);
width: 425px;
}
Cheers
thanks, but only for desktop?
Hey dimage,
You can change that to:
@media only screen and (min-width: 1000px) {
body #slide-out-widget-area.slide-out-from-right-hover {
transform: translate3d(425px,0,0);
-webkit-transform: translate3d(425px,0,0);
width: 425px;
}
}
thanks, you are the the best support in themeforest by far!
Glad I could help, dimage 
Hi—at the bottom of every page where I use a blog component it seems the pagination is broken. Here is an example on my website at the bottom of the homepage https://whydontyouknowthis.com and any other page such as https://whydontyouknowthis.com/category/personal-development
Hey JayCarver, can you temporarily disable your SiteGround CSS minification to ensure that the issue isn’t being caused by cached files?
Kind regards
Nice to see the theme has been updated so nicely.
Hey hype-design, I’m glad that you’re enjoying the new features & demos 
Hello,
we are facing a problem on our installation with Salient theme + Yoast SEO plugin.
When we open a page in edit mode on Wordpress, we noticed that a lot of call to ajax_admin.php start concurrently. Trying to understand why, we find out that these calls are made by “js_composer_salient/assets/js/vendors/seo.js”, we assume to let images be analyzed by Yoast SEO plugin.
So in one of our page we have 30 images, this mean 30 concurrent calls to admin_ajax in the same instant and this crashes our server.
We are trying to understand if it is possible to solve the issue server side to avoid the server crash, but we think that doing all these concurrent call is not a good behaviour and should be addressed in some way on software side. Do you have any suggested fix that we can apply?
Thank you
Hey Youthquake2020,
Joining the Yoast image data into a single request for the page load is an item that will be included in the next minor release. Please feel free to reach out via the contact form on my author page if you would like early access to the next release, which will contain that change.
Hello, thank you for replying, we submitted the request for the early access via the contact form you wrote in previous comment.
Thank you
You’re welcome, Youthquake2020 
Ref: Call to Action position: Is it possible to move the Call to Action feature to a position under the main header instead of just before the footer?
Hey yusufpatel,
Instead of using the legacy CTA theme option, you can utilize the newer “Global Section” functionality of Salient to insert any custom content directly after the header nav: https://themenectar.com/docs/salient/page-builder-global-sections/
Kind regards
I was having a issue but I fixed already.
Best regards.
Hey mariofsoares,
I’m glad you were able to located the option you were looking for 
Cheers
Hi! I´ve migrated my site to another domain, and now I have no access to the salient panel in my backend anymore, and I´ve no idea where to change my domain for the licence. Also your support is not available for me anymore, and i really don`t want to pay something for this issue…. Where can I change my domain for my licence, please?
Hey Antigone84,
We don’t lock down the settings panel when transferring domains—something else must have gone wrong with your migration or it was incomplete. Unfortunately, without seeing the setup or an associated error, it would be hard to provide meaningful assistance.
Kind regards
Hello ThemeNectar,
Is there a way to disable woo commerce image compression
Hey F5Creative, You can adjust your WooCommerce image resolution in the Appearance > Customizer > WooCommmerce > Product images via the fields ” Thumbnail width / Main Image Width”. If you’re trying to disable any form of WP image compression, that could be handled through a snippet in your child theme functions.php: https://pastebin.com/ZKSUGE0x
Kind regards
Hi Team, Is there anyway (using your version of WP Bakery) to hide content blocks/elements for logged in members only. I use a membership plugin however, the elements are for elementor only. There are no shortcodes. THe original WP Bakery has a visibility function. Perhaps something to consider for future update? WOuld be cool in the “edit this row” somewhere under “content” to add a dropdown “Show for Everyone,” “Show for Logged-In Users, “Show for guests/logged out only”..
thanks.
Hey timtimtim,
You can utilize the display conditionals inside of a Global Section to limit the display of the section based on a variety of conditions, including user roles: https://themenectar.com/docs/salient/page-builder-global-sections/#:~:text=Global%20Section%20Locations%20%26%20Conditions
Kind regards
thank you!
Just gave it a try, it works however would be great if the Display condition “after page/post content” were also seperated. One section i only need to show after posts and the other on pages. Not in both areas. thanks alot! appreciate it.
Hello, I translated this website from Italian to English with WPML but only for the homepage we can’t figure out why the “loop portfolio posts” shows on the left.
You can check it out in the English version -> https://www.w-tech.it/en/ It’s different only in this block from the Italian version
Thank you.
Hey innobrain,
There appears to be some malformed HTML markup occurring in that section which is causing the display. Kindly open a ticket on the support forum in regards so that we can take a closer look to help out.
Thanks in advance
Hi, we have a lottie animation in the cover image of our homepage. mysterymonks.com
But this loads after the entire page has loaded. How to fix this?
Hey adiojack,
From first glance, I would suspect it’s the number of requests you have going on that page which is causing the delay in loading, since the Lottie script is loaded last. I would suggest lazy loading all of your images via the theme performance option, and reading through the performance guide.
Is it possible to hide a product from the main shop archive page but have it display everywhere else (category, search etc)?
Hey MarcGarner,
You could hide a product from the archives by using a snippet in your child theme functions.php such as https://https://pastebin.com/ryJAxhv1
Kind regards
Thanks but that link doesn’t seem to be working
Hey MarcGarner, I tested that snippet locally prior to commenting so I would really need to see your implementation / product ID(s) from the backend to assist further. Kindly open a ticket on the support forum in regards.
NEED HELLP PLEASE !!! hello, i want to buy like this theme of this website https://cifreceramica.com/ is wordpress the name the template is atico but i don’t find it and contact the agency he don’t answer so if u this theme have same of this website i can buy it please help me thanks Youuu
Hey wantedconnect,
The URL you’ve shared is not using Salient.
Kind regards
Hi—How do I get my navigation to display regularly with a sticky header instead of being inside of a hamburger menu?
Also how do I add a back to top function in bottom right corner of my site globally?
This is my staging link https://staging3.jaysportfolio.com/
Hey JayCarver,
1. You can switch which location your menu is assigned to in Appearance > Menus in the “Manage Locations” tab: See docs here.
2. You can enable the “Back to top” button in the Salient options > general settings > functionality tab at the bottom.
Kind regards
Hi guys,
After updating the theme moments ago, all pages with exception of home are not showing a transparent header anymore, altough “force transparency” is still active on the theme’s backend. Is it a bug? Can you help me fix it? (my license is currently expired)
I don´t seem to have other issues besides this one.
Thank you
Hey josephhh,
If you’re using Yoast and have the breadcrumb feature enabled, that will now override the transparent header effect option. This change was added because, in most setups, the breadcrumbs were appearing under the header navigation while the transparent header effect was still active. You can opt to remove that by using the following snippet in your child theme functions.php file: https://pastebin.com/cLyytcfm or alternatively disable the breadcrumb option.
Kind regards
If I go to edit the child theme on WP backend functions.php has the following:
<?php
add_action( ‘wp_enqueue_scripts’, ‘salient_child_enqueue_styles’, 100);
function salient_child_enqueue_styles() { }
$nectar_theme_version = nectar_get_theme_version();
wp_enqueue_style( 'salient-child-style', get_stylesheet_directory_uri() . '/style.css', '', $nectar_theme_version );
if ( is_rtl() ) {
wp_enqueue_style( 'salient-rtl', get_template_directory_uri(). '/rtl.css', array(), '1', 'screen' );
}
?>
Should I add the snippet on row 15? (immeadiately before last row (”?>”)
Thanks
Hey josephhh,
Yes, you can add it in a line before the closing php tag
Kind regards
Does the Salient theme go on sale at any time of the year?
Hey mleite1, we do have sales around larger holidays such as Black Friday / New Year
Kind regards
Apart from a staging site is there any way to work on the mega menu as a draft without it being public?
Hey MarcGarner,
There is no built-in functionality to load an instance of the WP menu in isolation currently. However, you could utilize a conditional menu plugin such as https://wordpress.org/plugins/conditional-menus/ to limit the display of your menu to admins.
Kind regards