38359 comments found.
Hi there, I’m just wondering is there a way to set up the image gallery so it shows the ‘active’ image big and then the rest of the gallery in thumbnails beneath it, and then clicking a thumbnail replaces the big image with that one? Kind of like how woocommerce gallery looks but for portfolios? Thanks
Hey Conred1993,
Unfortunately there’s no style like that in the theme currently, however I’ve noted the idea on the wishlist 
Cheers
Hello,
how can I remove the delay in disappearing the sub-menu ????
Thanks
Hey erfekto, to alter that you would need to modify the salient/js/init.js file in the “initSF” function.
Cheers
Thanks works!!!!!
You’re welcome erfekto 
Hi guys,
My client needs the pie chart design altered slightly.
1. Bored to be made thicker 2. Use custom colours rather than accent colours
Could you advise on how to do so please?
Thanks
Hey kleverthemes,
That particular element is drawn with javascript through a canvas element, so you’d need to make mods to the js_composer_salient plugin in regards.
(plugins\js_composer_salient\assets\lib\vc_chart\jquery.vc_chart.min.js)
Cheers
Thanks for the help, appreciated.
You’re welcome kleverthemes 
Hi! How can I set a different link to the logo page instead of the homepage link? I want to configure that it opens in a blank page. Thanks!
Hey vivibarron, that would require modding to the “nectar_logo_output” function in the nectar/helpers/header.php file. You could copy it into your child theme for the modifcations.
Cheers
Hi Nectar, is there a known issue with the Image Gallery in the latest version? It can’t be added to any page.
Hey blisswork,
There’s currently no known issue like that – are you unable to edit the element from the backend at all or you just not seeing it display on the front end? Also, could you confirm that no other third party plugins you may have active are causing the issue? If so, please reach out via the contact form on my author page https://themeforest.net/user/themenectar
Thanks in advance
It’s most likely something I’m doing wrong. Okay, I just sent a note. 
Thanks blisswork, I took a look at your email earlier 
Hi, the theme you make is great. I’m probably gonna buy it. I have asked you some questions before, but these are new ones.
I want to use the “agency” version if I get your theme. Because I liked the effect of moving the video on the first page to the next page. The questions I want to ask are about this.
1- Can I apply the rotation on the first page to all the sections below? So, for example, is it possible to apply that rotating effect to the other page on the blue page after the video? Can I use all the sections that are down on the page with that rotating effect?
2- Can the page transitions such as the slide transition in the "product" version of your theme apply to the "agency" version? Every time I move the mouse's scrool, I want a new page. But I want this to be part of the agency version. So, for example, in the "Agency" version, can I use the blue page after the first video and rotation effect, and then the other parts in the "product" version?
Actually, what I want is whether can we use the new pages in the "agency" page every time we move the scrool you use in the "product" version.
Thanks.
Hey Surion,
1. Unfortunately no, that box roll effect is specific to the “page header” and can only be used once per page. The content after the box roll and before it are apart of the same page.
2. This would not be possible without custom development since the box roll effect is not a page transition, only a scroll effect for the header on any given page.
omg 
Maybe I can use “product” version and maybe I can simulate “agency” version, ha?
Hi so I’ve run some site speed tools and it says the Javascript for my theme needs to be minified. Do you have any suggestions/help on this? Have you already updated it and maybe my version is not? Thanks
Hey jensdes,
We do not ship the theme with preminified css/js. There’s a bunch of free plugins that can handle this easily such as: https://wordpress.org/plugins/autoptimize/https://wordpress.org/plugins/w3-total-cache/
Cheers
Hey ziccia, that page is just using a variable product. There’s no additional extensions needed for it as it’s a core feature in WooCommerce:
https://docs.woocommerce.com/document/variable-product/thanks
You’re welcome ziccia
Hi, I am trying to find “Google Play Store” icon in font awesome. Couldn’t find it. I need to use it on ‘Download App Now’ button for my client.
I understand its not there. How can it be possible?
Hey alokupadhayay,
That icon is available in font awesome version 5 only, salient is currently using 4.7.
5.0 of font awesome reworked the library completely and updating would break existing user sites which made use of the icons. Because of this, WPBakery has not updated the library yet but as soon as they do, we will incorporate it as well.
Cheers
Hi, I got a problem with the breadcrumbs. I have yoast and yoast ecommerce seo plugin.
On product-grid pages, it`s not possible to possible to remove the “build-in” woocommerce breadcrumbs – thus they are displayed twice. When I remove them in DevTools, the layout gets broken.
On product-detail pages and content-pages it works fine. Seems to be a bug?
I need the yoast-seo breadcrumbs to be displayed, cause I got a special side-structure .. and the yoast breadcrumbs are displaying this structure correctly – the woocommerce-breadcrumbs don`t.
You got a sulution for this issue?
And it`s no good idea to hide them via CSS – cause they add structured data and crawlers got that info, too.
Hey mariostuder, you can remove them in a child theme functions.php with this:
add_action('template_redirect','nectar_remove_breadcrumbs');
function nectar_remove_breadcrumbs() {
remove_action( 'nectar_shop_header_markup', 'woocommerce_breadcrumb', 10 );
}
Css would also be needed to fix the height of the div they were contained in:
.nectar-shop-header {
min-height: 50px;
}
Thanks! Works perfectly!
You’re welcome mariostuder 
Hi ThemeNectar, I hope you’re doing well!
I’m working on an update for my home page, https://www.askherb.info/home041019b/ ... below the text “find your formula” I have a column of 15 or so buttons. I love the way they look on mobile (stacked column, 1 per “row”), but not so much the way they look on desktop (in rows of 4 buttons). Wondering if there’s a CSS tweak that would make more of them display side-by-side when viewed on desktop, taking up the full width of that area (more like 7 or 8 per “row”, depending on width of the viewport).. Do you know a way I could do that, and yet keep the mobile as-is (1 per line for mobile)? Thanks 
Thanks WishGarden, I hope you’re doing well too 
If you change the parent row to the “full width content” type, the buttons should fill the window width space. Could you make that change and let me know if you’re looking for something different?
Cheers
Awesome! That solves it. Thanks again, Salient is #1!
Glad I could help WishGarden 
Hi there,
Why is the Highlighted Text unresponsive on mobile? Looks great on desktop, but on mobile is huge. Won’t fit on a mobile screen.
Hey BlueScreenPanda, that element should respect the typography and responsive typography settings you have defined for the heading you’re using within the Salient options panel > typography tab. Please share your URL so I can see why it’s not responsive on your end.
Thanks
Hey there,
While my site looks great on desktop, on the mobile site, the mobile header/menu is solid black across the top of the page, and blocking the page header, which shows the title of the blog. Is there a way to make the mobile header/menu transparent?
Thank you!
Hey barnmonster!
Could you share your page URL in regards so I can take a look to help out?
Thanks in advance 
Hello!
Of course:
htt://www.itsbreakfastfordinner.com
While the site looks fine on desktop, here’s an example of what I’m referring to in mobile:
https://imgur.com/ijwyz5WThere’s just a black bar across the top of the screen, which is the navigation menu, and seems to be blocking the page header. Any ideas?
Thank you so much!
Thanks barnmonster 
In the Salient options panel > header navigation > transparent effect tab, ensure that the option “Header Permanent Transparent” is active. Also, in the header navigation > logo & general styling tab ensure that the “Header Sticky On Mobile” is disabled.
Cheers
Wow. Completely missed the one under the transparent effects tab! Thank you so so much!
Glad I could help 
Hello, I’ve added the Pull Right menu to my site but the spacing between menu items is different than the main (left) menu. How do I adjust this as I do not see anything in settings?
Hey csandstedt,
can you kindly share the URL so I can take a look at the settings to assist?
Thanks
Yes, the site is at http://tagnifi2019.wpengine.com/
Thanks csandstedt,
add this into the custom css box located in the Salient options panel > general settings > css/script related tab:
body.material #header-outer:not([data-format="left-header"]) header#top .right-aligned-menu-items nav > ul.buttons > li {
margin: 0!important;
}
Cheers
That worked perfectly. Thanks for the great theme and even better support.
You’re welcome csandstedt 
We built a website with your theme: https://www.transparency-one.com/ On front page we have a Button open lightbox video called: Watch Video We want to replace that video but we can not find it where. What I have is: [button color=”extra-color-1” hover_text_color_override=”#fff” image=”default-arrow” size=”large” url=”#” text=”Watch Video” color_override=”” class=”watch-video-btn”] Anyone help pls!!!
Hey Transparency-One,
From looking at the source code, it looks like it’s in the bottom row of the page builder. If you’re not seeing it in the backend, Please open a ticket on our support forum in regards with temporary admin credentials so we can take a closer look into this: https://themenectar.ticksy.com
Thanks in advance
Hi guys, i want to show you my work using your theme.
I create a custom shop page for this tour operator website.
Hope you like it.
https://visitando-italia.com/Hey elias90,
thanks for sharing – your site came great!
Always nice to see what users do with the theme 
Cheers
Damn what’s wrong with the scroll, it’s lag on all my websites… Any chance to fix it ?
Hey onephobiahz, that issue is related to the latest Chrome release and was fixed a couple of versions ago in Salient (10.0.3) http://themenectar.com/changelogs/salient.html#10-0-3 The current release is 10.0.4.
http://themenectar.com/docs/salient/updating-salient/I requested a refund for this purchase but i’ve had no response. What’s happening?
Hey elikemdaniels, it was approved earlier today 
Is there a way to have an image in a blog post, show as the featured image if a featured image isn’t selected?
I know it works the other way around but we’ve added lots of archived blog posts without a featured image and would love to find a quick workaround for these rather than having to add each one individually.
Currently the blog shows blank images on posts.
Thanks!
Hey ashyena,
unfortunately there’s no way in Salient to automatically inherit an image within a post to become a featured image. This would require some custom development. There’s also this plugin which might prove useful for your scenario: https://wordpress.org/plugins/quick-featured-images/
Cheers
Hi, on this website.. f.e. this page: https://orshof.kleidi.nl/media/testimonials-2/wouter-2/
I gave a page (testimonials) a parent page (media). after it adds a 2 in the url. When I gave Wouter a parent page (testimonials) it also adds a 2 there. How to disable this?
Hey Abbenhues,
Please open a ticket on our support forum in regards with temporary admin credentials so we can take a closer look into this: https://themenectar.ticksy.com
Thanks in advance