38434 comments found.
Hi!
How can i change the scroll animation color? i have a bright background and the down arrow – scroll animation is white. can i change it to black?
Hey crdesign1,
add this into the custom css box located in the Salient options panel > general settings > css/script related tab:
.scroll-down-wrap.no-border .section-down-arrow:before,
.nectar-next-section-wrap.mouse-wheel .nectar-next-section:before,
.slider-down-arrow.no-border:before {
background-color: rgba(0,0,0,0.5);
}
.scroll-down-wrap.no-border:hover .section-down-arrow:before,
.slider-down-arrow.no-border:hover:before {
background-color: #000;
}
.scroll-down-wrap.no-border:hover .nectar-scroll-icon-path {
stroke: #000!important;
}
.scroll-down-wrap.no-border .section-down-arrow:after,
.nectar-next-section-wrap.mouse-wheel .nectar-next-section:after,
.slider-down-arrow.no-border:after {
border: 2px solid rgba(0,0,0,0.5);
}
Cheers
thank you. but can it be gray and black after hover? it’s still white before hover so it’s almost invisible. thanks!!!
Hey crdesign1, could you please share your URL in regards so I can take a look at your settings to provide the correct snippet?
Thanks 
Thanks crdesign1,
add this into the custom css box as well:
.scroll-down-wrap.no-border a:after {
content: "";
position: absolute;
top: 0;
left: 50%;
display: block;
width: 30px;
height: 45px;
margin-left: -15px;
border: 2px solid rgba(0,0,0,0.5);
border-radius: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
z-index: 62;
}
Hi—Is the envato plugin and process to install it still necessary to receive updates for this theme? I just installed the theme on my second website and notice it works fine but I did not go through the process of uploading envato plugin by FTP, etc. I remember at one point that was mandatory?
Hey JayCarver,
You don’t have to use the Envato Market plugin if you do not desire to – it’s just recommended for convenience so you don’t have to manually download and install the updates via FTP or the WP admin panel
Cheers
I’ve recently made an update to 10.0.3 to 10.5.3 and there’s an hamburger/mobile menu displayed to the left of my navigation menu. Here’s a link to the screenshot, https://cl.ly/2ee8e62ed211
Hey ppsadmin,
Are you using a child theme with a modified header.php file from an older version? If so, that would need to be updated to reflect the current parent version since the core structure has changed. If you’re not using a child theme, please share your URL in regards so I can take a look.
Thanks in advance
Okay, I will update the child theme. Didn’t think about that at all. I will report back shortly.
Sounds good ppsadmin 
When the parent theme is updated, the child theme is supposed to update, based on my knowledge of WP. Correct?
If that’s the case, how will I update the child theme without losing my customizations.
Hey ppsadmin, the point of a child theme is to override parent functionality without having to modify the core theme. The modifications you have in your child will remain as is when updating – Without seeing the contents of your child theme, it’s hard to give specific advice since there a lot of different ways to override things via a child e.g. action hooks, function overrides, template overrides, etc. If you only have template overrides (where an entire file was copied), those files will need to be updated to match the current parent theme structure
Hi there,
We are trying to upload our dark and light logos for the transparent header effect, however when we try to upload them a message pops up that says HTTP error.
It will not allow us to upload them after we have checked the network connection, and tried in multiple locations to upload them. We have also tried using different browsers, but no luck.
How can I fix this so that we can use the transparent header effect option? Will we need to create new logos?
Thank you in advance for your time!
Hey Elevatefinancialgroup 
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 Also, kindly let me know the ticket ID here once you’ve done so.
Cheers
the header still LTR when wordpress is RTL
Hey PixelBitAgency, do you have the header set to the “default” option in the Salient options panel > header navigation > layout related tab? If so, please share your URL in regards so I can take a look
i did, i will share url in email
Thanks PixelBitAgency
Please follow up my ticket, thanks
please follow up with me
Hey PixelBitAgency, I was on the look out for an email, however I can see that you’ve opened a ticket on the support forum – I just responded in regards.
Cheers
When adding a video (youtube) to the background of a row. How can I change the preload of that video from the greyed out dimmed color before video loads. Want it to be white so it is fluid on load. Any help would be great?
Tried changing this but it didn’t work.
.nectar-slider-loading .nectar-video-wrap
Is there something I can add for .nectar-youtube-bg to stop this from happening?
Would love to hide this effect it happens on load and auto loop.
Thanks in advance.
Hey slyguy, the YouTube video BG feature is a part of the core WPBakery page builder and not something that Salient is adding or extending upon. The developers of the plugin have responded to this question already: https://ibb.co/Z2Br7Yh however, the Salient (self hosted) video BG option can be modified with CSS
Some icons are displayed as square, what could be the issue?
Hey tomislavbalabanov, if you’ve already verified that no third party plugins are causing that issue could you please share your URL in regards so I can take a look?
Thanks in advance
Hello
I was wondering if support for this kind of failure is possible:
The logo is not working properly when on a dark or light mobile background.
Is it possible to fix this?
https://tocadebarro.com/home/ It seems that in the middle of the container it changes color for no reason. BUG?Would you need to renew to have this support?
Hey ofmarconi, It looks like the issue is stemming from the row you’re hiding with CSS which is still getting picked up from the light/dark total row calculations:
@media only screen and (max-width: 1400px) {
div#paraaudiovizualizadores {
display: none;
}
}
As of now, there would need to be some modding to the “midnightInit” function within the salient/js/init.js file to include logic to bypass rows which are hidden via CSS
Can renewing support help with this? Because I took this CSS and continue, it seems even worse :-/
Hey ofmarconi, I’d be glad to troubleshoot it now – however, it looks like the CSS is still there. Could you temporarily remove it or create another test page without it?
Oops, sure!
https://tocadebarro.com/home-clone/When you get to the posts in the second item the header goes dark …
Mobile iPhoneX
Hey ofmarconi, could you kindly reach out via the contact form on my author page with temporary admin access so I can take a closer look? https://themeforest.net/user/themenectar
After latest update (10.5.2) I can’t see AJAX page transitions on Page Transitions panel. it has been removed?
Hey weberiadesign, unfortunately that AJAX method had to be removed in accordance with new Envato guidelines, however the standard page transition option is still there.
Hey MarcGarner, I can see your video BG play on Firefox as well, what version of the browser/OS are you using?
Hi guys,
Are there new features and demo’s coming out soon? Love this theme! Many thanks…
Hey ruimdenker,
Yes
We’ll be releasing a new feature based update within the next few weeks
Cheers
Great!!! Is it a big update? Hope you will launch it soon!!! 
Glad you’re excited ruimdenker 
I have 3 columns on this page with a button in each. The text and content is aligned to the top. But I would like just the buttons to be aligned bottom.
Is this possible -http://217.199.187.195/systemsense.co.uk/support Thanks.
Hey MarcGarner,
#contactoptions .wpb_wrapper .wpb_text_column {
flex-grow: 1;
}
#contactoptions .nectar-button {
align-self: flex-end;
}
#contactoptions .wpb_wrapper {
display: flex;
height: 100%;
flex-wrap: wrap;
}
Cheers
Thanks, that has aligned the buttons to the bottom but it has now aligned the titles and buttons to the left rather than centre.
Hey MarcGarner,
Also add this line in as well:
#contactoptions .wpb_wrapper {
justify-content: center;
}
That works great thank you.
You’re welcome MarcGarner
Hi guys, thanks your support is always great.
We have an urgent deadline and need these two issues looked into asap, can you please advise as quick as you can:
https://themenectar.ticksy.com/ticket/2086825/ https://themenectar.ticksy.com/ticket/2086856/Help very much appreciated, thanks
Hey anton123,
I took a look at those earlier today 
Cheers
Just a recommendation if you could please update the theme to support font-display swap for google fonts or provide an option for it, that would be amazing
Hey victorf777, thanks for the request – I’ve noted the idea on the wishlist
I would like to create a mega menu design like the screen show attached. https://ibb.co/kcSG2pp How I can show the Sub & Sub-Sub menus together at a glance?
Hey mariappsuiteam, here are the Salient docs for creating a mega menu: http://themenectar.com/docs/salient/mega-menu/ There is no default option to have the megamneu small like that. It could be achieved with custom CSS though so if you’d like it, kindly share your site URL in regards
Thanks in advance
I would like to create a Mega menu like this manner https://ibb.co/kcSG2pp. How I can show the Submenu and Sub-sub-menus open state by default?
Hey mariappsuiteam,
Please see my response to your other comment in regards
Help me please! My plugin wp bakerry setting page from Salient Show ” 404 page Notfound “
Hey Livingjoydev, which version of the Salient WPBakery are you using? Could you also 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 there, I have a very important suggestion from an SEO point of view.
Please add a ‘rel’ field below anything that has ‘Custom Link’, so that we can set “nofollow”, “follow” etc.
Having to skip many elements and use the Text Block method to insert external links.
Would this be possible for the next update?
Hey jimishabir,
I’ve noted the idea on the to-do list 
Cheers
i really need to have Font Awesome Pro 5 to be working with the theme please help what need to get done to make it work its super important
Hey pearanalytics1, 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 when they do we will incorporate it as well.
Hi, I’ve edited a banner (the one with the airplane) https://vapesandtobacco.com/ but the image loads weirdly. It never used to before the update. Could you please advise how to fix this?
thanks
you can ignore this – I did it a different way – thanks
Nope – need it again – please advise
Hey tricks28, try using the following CSS:
.swiper-slide .BannerImage1 {
transition: opacity 1.2s ease 0.5s;
transform: none!important;
}
.swiper-slide:not(.swiper-slide-visible) .BannerImage1 {
opacity: 0!important;
}