38280 comments found.
Where do I change the logo?
Hey Lovethexoxo,
The logo is specified in the Salient options panel > header navigation > logo & general styling tab.
If you’re using the transparent header option, then you will also find additional logos in the Salient options panel > header navigation > transparent header effect tab.
Kind regards
Using the Fullscreen Inline with Dynamic Background off canvas menu setting. The logo and close menu button are white/light.
How can I set this to use the dark logo and a dark coloured close button? https://ibb.co/4ZQJhxCHey MarcGarner, that could be achieved with CSS similar to this: https://pastebin.com/xWiLEGHj
hi on mobile https://burot.es/project/moli-den-garleta/ the top is showing grey color background before the first image, how can i disable that? or put for example the image in front the background? thanks
Hey dimage,
Your row has 30% padding set for the top on mobile only. You can remove that by editing your row and switching to the phone viewport next to your padding field: https://ibb.co/S7rcdsq
Kind regards
thanks
Hello! Many many thanks for the amazing theme. For the recent project fullscreen zoom slider, there’s maybe the possibility to change animation? For example just fading between images? Thanks and cheers!
Hey Fabilous, I’m glad to hear that you’re enjoying Salient 
Unfortunately there are no other animations offered for that specific style of the recent projects as of now. However, the existing animation could be modified via a child theme with some custom CSS.
Kind Regards
pre purchase question – is it possible to use your demo page looks pretty amazing just what we wanted
Hey knackng 
That page is not available to import through the Demo Importer plugin, However, we’ve added most of the “sections” of it into the Salient studio template library so it can mostly be easily recreated: https://themenectar.com/docs/salient/salient-studio/
Kind regards
Hi, we use Salient with the Yoast SEO plugin, but the Split Line Heading element isn’t recognized as words. Is there a way to fix this?
With a text block it works fine, but it looks like some elements aren’t recognized with Yoast. Any fix available?
Hey nanowebnl,
Are you using the latest version of the Salient WPbakery Page Builder (6.9.2)? If not, please update your version of the theme and then the available Salient plugins to get access to it. https://themenectar.com/docs/salient/updating-salient/
If you’re already using that release and not seeing Yoast count the words, please open a ticket on the support forum in regards
Kind regards
Hi ThemeNectar, is there a way to create blocks for a page that can be just drag and drop. For example, if I design a row, with a given number of columns and components inside, that I would like to repeat (same structure) but with other info in different pages of the site, so that I don’t have to create them over and over again? Thanks!
Hey PriR,
You can edit the row you wish to save as a template and then click on the gear icon within the settings to save it. Once it’s been saved, you’ll be able to access it via the “My templates” button: https://ibb.co/sJBM5qb
Cheers
Hi,
If the project grid has already this css added. nectar-browser-window-style And i have my own CSS, can i add the 2nd one with comma? Or it works with a single css target only?
Also, can i make all the external URLs in the project grid nofollow? Only the external, not the internal projects.
If no, can you add to coming update? This will help with SEO.
THANKS
Hey toolbox101,
1. You can add as many classes as needed. Just separate them with spaces, not commas.
2. There’s no built-in option for that at this time, but I’ve noted the idea for the wishlist 
Kind regards
Halo, can you help us, why in our website https://www.kyutskin.com/ the favicon not showing when we visit the front end, but if we visit in wp-admin (back-end) we can see the favicon in he browser https://prnt.sc/vZsEYGsYpdLI
Hey shaky512, the favicon is a core WP option and not something Salient handles directly. If you’re having trouble with that, kindly open a ticket on the support forum in regards so we can take a look at your backend settings.
Can we change this popular article https://prnt.sc/ljqM_lgx9LEN (in this case, we are using Nectar Popular Post in appearance>widget) we need to show specific popular post from specific category only (example Heights) in specific post with the same category (example: Heights) https://prnt.sc/wyWT308a6i-v.
If posibble, if not, can you give us css code to hide sidebar in specific post
Hey shaky512,
There is no option to query popular posts in that widget based on a specific category. You can hide it with the following snippet:
.postid-5794 #ajax-content-wrap .post-area {
width: 100%;
margin-right: 0;
padding-right: 0;
}
.postid-5794 #ajax-content-wrap #sidebar {
display: none;
}
Hello there, I have two questions for you.
1. Is it possible to add a search on a specific page to look for its content? 2. Is it possible to transform posts into modals? I would like to add some content as posts, but when you click their card on other page, instead of taking you to a page (post), it just opens a modal y can close it and continue clicking other cards.
Thanks in advance!
Hey PriR!
1. There’s no built-in search element that can be added locally on a page to search the content on a given page. Salient only offers a global site search that can be enabled in the header nav.
2. There is also no core functionality to load posts within a Lightbox, however I’ve noted your +1 for the idea on the wishlist
Kind regards
Thanks for your response ThemeNectar.
Ok, for the second question, is there a fix I can make on code to be able to open them as lightboxes? or any recommended plugin I can use instead? Let me explain, the site contains lots of vocabulary for students, and I wanted each word to be a ‘post’ so that when they click the specific word, they get a lightbox with the meaning, conjugation, etc.
For the first question, I also tried using arabic on the global search, but it didn’t throw any results. Is there a way to enable a different language on the search?
Thanks a lot!
Hey PriR,
1. It would require the use of a plugin unless you wanted to use/modify the “team member” element which does allow for a Lightbox modal to open on click where you could achieve that functionality: https://themenectar.com/salient/team-member/
If you go the plugin route, I’m afraid I don’t have a specific third-party recommendation
2. The search functionality is handled from the core of WordPress—Salient only offers a styled input to initiate the search. Can you please open a ticket on the support forum in regards with the search term so that we can take a look at the setup?
Kind regards
If not is there a similar element which would work?
Hey MarcGarner,
There’s no option to link that video player Lightbox button to open a custom regular link. A custom link can’t be added on top of that element either, because the play button mouse follow effect would not longer be tracked either. In order to achieve this functionality, you would need to modify the self hosted video player template via your child theme: https://themenectar.com/docs/salient/overriding-salient-wpbakery-element-template-files-through-a-child-theme/
Kind regards
Thank you, went with using a play button image with a link.
You’re welcome, MarcGarner 
hi, any way to do a portfolio list like this example? https://www.herzogdemeuron.com/projects/ thanks
Hey dimage,
You could alter the sizing to be similar to that by adding the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab:
@media only screen and (min-width: 1000px) {
body .portfolio-items .col {
width: 10%!important;
}
}
@media only screen and (max-width: 999px) {
body .portfolio-items .col {
width: 20%!important;
}
}
Kind regards
thanks https://dimagepruebas.com/brunet/proyectos/ any idea how to have only 6 columns? and that the images are in masonry style? so if a image is vertical will show vertical? thanks again
Hey dimage,
1. You can adjust the snippet width percentage to be 1/6 or:
@media only screen and (min-width: 1000px) {
body .portfolio-items .col {
width: 16.6%!important;
}
}
@media only screen and (max-width: 999px) {
body .portfolio-items .col {
width: 33.3%!important;
}
}
2. Ensure that you’ve enabled “Masonry Style” + “Bypass image cropping”: https://ibb.co/m06515F
Kind regards
hi https://dimagepruebas.com/brunet/proyectos/ any way to put the vertifical images the same height has the horizontal ones? thanks.
Hey dimage,
Making that change would leave you with uneven gaps between the columns, but could be achieved with a snippet such as
@media only screen and (min-width: 1000px) {
.page-id-1148 img.img-with-animation {
height: 10vw;
width: auto;
}
}
Kind regards
thanks but is not doing anything, maybe something is left to put? thanks again
Hey, it looks like your page ID is different than when I created that example snippet—use 992 instead of 1148 in the selector like so:
@media only screen and (min-width: 1000px) {
.page-id-992 img.img-with-animation {
height: 10vw;
width: auto;
}
}
thanks but is not doing anything
My apologies, it looks like your page ID is “922”, not “992”. That would need to be altered in the selector once more.
thanks you are the best
You’re welcome, dimage 
hi https://dimagepruebas.com/brunet/project/6/ when you click a photo, the gallery arrow for left and right can it be the design like in this example? https://www.dienerdiener.ch/en/project/extension-centrepasquart only the arrow, with out the black background square, thanks again
Hey dimage,
Here’s another snippet for that:
body .fancybox-show-nav .fancybox-navigation .fancybox-button {
opacity: 1!important;
}
body .fancybox-navigation button:before {
border-radius: 0px;
background-color: #000;
}
hi, sorry but i need basically like this i show you in this image https://dimagepruebas.com/brunet/wp-content/uploads/2023/05/dd.jpg
thanks again
Hey, you can use the following snippet instead:
body .fancybox-show-nav .fancybox-navigation .fancybox-button {
opacity: 1!important;
}
body .fancybox-show-nav .fancybox-navigation .fancybox-button svg {
color: #999;
}
body .fancybox-navigation button:before {
display: none;
}
thanks
You’re welcome, dimage
I if i try to active your plugin “Salient WPBakery Page Builder” I get this Fatal error: Cannot declare class Vc_Manager, because the name is already in use in /home/u482306711/domains/MY-DOMAIN.com/public_html/wp-content/plugins/js_composer_salient/include/classes/core/class-vc-manager.php on line 14”
Probably the problem is that I have alredy installed original “WPBakery Page Builder” plugin (that I need form some pages), so: can you send me a compatible versione of your “Salient WPBakery Page Builder” plugin to have istalled both WPBakery Page Builder plugins?
Hey protesilao,
There is no way to have two versions of the plugin active. If you are just looking to enable core elements from within the original WPBakery to the Salient version, that can be done using a hook in your child theme. For example: https://pastebin.com/xEqTuLkX
Is there a way to add “Read More” either as text or button to the blogs for example in a post grid list?
Hey juvengle,
That is an option which is coming in the next release. Be sure to check out the beta availability in the changelog next week 
Kind regards
Hey guys
On blog posts there’s a newsletter sign up at the bottom…how do we remove this and have 3 or 4 call to action blocks here instead?
See here for example – https://www.directpeak.co.uk/demystifying-payment-on-account-for-self-assessment-your-essential-guide
Many thanks
Hey BlueDolphinBusinessDevelopmentLtd,
That newsletter box is not coming directly from Salient, but rather from your plugin “convert kit”. If you wanted to inject custom content in that same section, you would need to add it via a hook in your child theme. For example,
https://pastebin.com/yBRhQ2ktKind regards
How do you replace images on homepage i cant find anywhere to do – https://ibb.co/6P2q4VZ
Hey giveitwebstudios, those are specified within the column settings in each tab: https://ibb.co/HHPYrZ9
Kind regards
thank you
You’re welcome, giveitwebstudios 
HI. I have never used the portfolio feature before. I may be using it wrong to achieve what I want.
All I really want is to be able to have 4 columns of images that link to a specific page… but I don’t want any space between columns or rows. I want it to look like a portfolio grid layout. I don’t want or need any separate portfolio pages.
I tried using the portfolio feature but it’s not working as expected. The pictures aren’t displaying at all, and they aren’t in the order i want them to be. I read the documentation and searched through some of the comments here but couldn’t find any relevant tips. Thanks in advance.
Alright I just figured out the image wasn’t showing because that pulls from the featured image, so that question has been resolved.
So really at this point, all I need to know is if I can choose how they sort manually in the backend – and – how do I link each one to a specific page. I understand there’s a live sort feature I can enable, but that’s for the individual to use, it’s not a setting I control. Thanks Jen
Also, if you can tell me how to change the style (H2) being used for the blog sidebar. Thanks so much.
Hey streetjen,
1. The portfolio element will order projects by the date by default. However, you can use a plugin such as custom post type order to drag those around.
2. I would need to see the URL you’re referring to so that I can see your setup/settings to point you in the right direction
Please open a ticket on the support forum in regards in the future when posting multiple questions.
Thanks in advance
Here’s the site: http://35.88.191.116/industries/ you can see the portfolio strip mid page “Health & Wellness” – I can work with the order it’s putting them in…. but is there a way to link each image to a page and not the original image?
If not, is there another way to create this same look not using the portfolio option? You can see I set up icons and headers for each industry above the portfolio section… but I think this just looks so much better.
Thanks
Hey streetjen,
You can edit the portfolio element and disable the option for “Lightbox Only”. Doing so will allow the portfolio to link to the default single project template for each project.
If instead you want to add link your project to a custom URL, you can add your desired URL into the “External Project URL” field in the project configuration box when editing any project.
Kind regards
Genius. Thank you!!!!!
You’re welcome, streetjen 
One last question about portfolio… is there a way to disable the meta via css? Thanks
Hi, I have a YouTube video background and in desktop it play automatically, without sound, but in mobile only is showed the image, and the YouTube video doesnt play, so how can I fix it, thanks
Hey santiagoavellaneda,
YouTube video backgrounds do not support mobile playback due to phone blocking the autoplay functionality. If you would like to keep your video for mobile displays, you’ll need to switch to the self-hosted option: https://themenectar.com/docs/salient/page-builder-row/#video-background
Kind regards
In the architect demo, how do I make that phone number button that’s in the demo? It didn’t show after import. Thank you.
I figured it out. Button is a separate menu that needs to activated as Top Navigation Menu. In case anyone else is wondering.
Hey omakad, I’m glad that you were able to locate it. You can also read more about the Salient menu options which create that specific style in the docs here: https://themenectar.com/docs/salient/salient-menu-options/
Kind regards