38327 comments found.
I want to configure my product page like on this page “https://themenectar.com/salient/ecommerce-ultimate/product/camden-shorts/”, but when selecting the “Left Thumbnails + Sticky Product Info” gallery type on mobile version, changing the gallery image doesn’t work, only the thumbnail is displayed.
Hey VictorCobian,
Can you please share your product page URL where I can take a look at that?
Thanks in advance
Yes is this one: https://sneakexcustom.com/producto/air-force-begonia/
Hey VictorCobian,
It looks like the product slider is never initializing in your setup. Have you tried to disable all third party plugins in your setup to narrow down any specific plugin tied to the issue? If you haven’t located any conflicts between other active plugins, please open a ticket on the support forum in regards
Thanks in advance
I have a site built on WPBakery Page builder, How do I use the same design and use Salient WPBakery Page builder? It is blasting the site.
Hey shajeefareedi,
You can read about enabling hidden Core WPBakery elements which overlap with the Salient element set in the documentation here: https://themenectar.com/docs/salient/enable-native-wpbakery-elements/
If you would like assistance with this, feel free to open a ticket on the support forum in regards
Hi, after the last update, the front page of my web page is not loading properly. When loaded, the fonts appear incorrectly. But after you scroll through a few pages and come back, it starts to look fine. I have the same problem every ‘first’ time I open the front page. If you have any ideas can you please share? www.faceinlens.com
Thank you.
Hey okalicode,
It looks like you’re using hard caching from lite speed. I would recommend temporarily disabling that as well as any other performance/caching service you have active in order to rule that out as the culprit. If you’re still seeing any issues with those disabled, please open a ticket on the support forum in regards.
Thanks in advance
Thank you for your help. It works. I appreciate it.
You’re welcome, okalicode 
Hello! For some reason an icon on my homepage stopped showing up. It is supposed to be next to the text “UP TO 30+ YEAR SHELF LIFE*” on https://www.PrepSOS.com . You can see the icons showing for the other two columns.
Here are the settings for it:
Icon Type Font Icon
Icon icon-food
Thanks!
Hey MikeMurphyINC!
It looks like that specific icon was renamed in later versions of FontAwesome. We’ll be adding the fix for that into the upcoming release, but you can correct it now on your end by adding the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab:
https://pastebin.com/4Q23iX8xCheers
It worked. Thank you. I still love this theme!
Glad I could help, MikeMurphyINC 
hi how do i disable the touch indicator on the touch indicator & total visualized style? thanks.
Hey dimage,
You can use the following CSS rule for that:
body .nectar-drag-indicator {
display: none;
}
Kind regards
Hello! I use “Text With icon” Do I want to reduce the distance between lines and icons and the interlining in the text? And how to make the icon stand in the center of the entire text block and not in the center of the first line?
img – https://ibb.co/q1y3c8v
Hey art_andry!
adding the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab will make those changes:
body .iwithtext .iwt-text {
padding-left: 25px;
}
body .iwithtext .iwt-icon {
top: 50%;
transform: translateY(-50%);
}
Kind regards
Thx! How do I set my size to the icons in this block?
How to increase the distance between icons when I make them bigger?)
Hey art_andry,
That is a legacy block and has limited control over the icon display. I would suggest using the newer “Icon List” element set to display in the “Horizontal” direction for greater control. However, if you stick with the “Text with icon” element, you would need to adjust that padding-left property on the rule I provided above to adjust the spacing between the icon and text. Are you trying to have different instances of varying sizes or will all be uniform in your setup?
Kind regards
Hi,
I have a small favor to ask. I like The layout and the style of the full with banner blog post header. However, i dont like that the header is full height .
Can i get a css that shortens the banner to 450pix height and also adjusts the font size? For all screen size please!
Thanks
Hey toolbox101,
You can use the following snippet to make that change:
.single #page-header-wrap.fullscreen-header,
.single #page-header-wrap.fullscreen-header #page-header-bg {
max-height: 450px;
}
.single #ajax-content-wrap #page-header-bg.fullscreen-header h1 {
font-size: 40px;
line-height: 1.3;
}
Kind regards
Thanks,
I am also trying to add an overlay to the banner so the font in white pops out a bit more.
I add this css but it does not do anything.
.single-post #page-header-bg.fullscreen-header.bg-overlay:after { background: rgba(255,0,0,0.6)!important; }
What do you suggest i do?
thanks
Hey toolbox101,
That rule looks valid. Can you please share your site URL so that I can take a look at why it’s not applying for you?
Kind regards
Hey guys
How do we remove the author box at the bottom of blog posts? See here for example – https://www.directpeak.co.uk/how-can-i-save-personal-tax-in-2023
Ta
Also, is there a way to copy/paste rows from one page to another?
And finally – can we add a search function to the header menu?
thanks!
Hey BlueDolphinBusinessDevelopmentLtd,
1. You can disable that in the Salient options panel > blog > functionality tab via the option labeled “Author’s Bio”.
2. You can save your row as a template https://ibb.co/8B8Xq1p or manually copy the shortcodes from in the classic editor mode to paste between pages.
3. The search option offered in Salient can be enabled in the Salient options > header navigation >
Kindly open tickets on the support forum in regards in the future when posting multiple questions.
Cheers
Has anybody the same problem as me? THE BUG: I have a video with alpha chanel. I have exported it as webm and as .mov and mp4 for safari. When I insert the webm to the webm field, transparency is correct in firefox. When I add the mov or mp4 to the right field transparency is right on firefox, but on safari it does not show transparency. When I put .mov or .mp4 in the webm field, transparency is right on safari, but no video is shown on firefox… There seems to be a bug in the theme!
OK, update: Since Safari is capable to play webm files, it automatically chooses this file and plays it. So now I have to find a way to tell safari to choose the mp4 not the webm. Normaly this should be possible by giving the .mp4 as first option in the html code. But how can I change the HTML? Now webm is alway the first source… HELP please
Hey RuhrLife,
When you upload your videos on Salient, they’ll be outputted in a standard HTML video tag without any extra processing on our end. However, getting the alpha channel to render properly on different browsers can be a bit more of a challenge than it may seem. Here’s a helpful article on the correct encoding process that might be useful to you: Alpha Video in HTML5.
You can input the sample video files from the article to confirm the alpha channel correctly displays cross browser when added to the .mp4/.webm fields in Salient: https://pastebin.com/RbhYtUMq The order of the video sources won’t prevent the alpha display if both versions are correctly encoded for it.
Kind regards
No, the files are rendered correctly, because that took me more than one day to try everything out! The problem is: safari cannot read the alpha-chanel in the webm, Safari need a .mp4 with alpha, which I have but safari always plays the webm and not the mp4…
Have you tried plugging in the video files I provided in the pastebin: https://pastebin.com/RbhYtUMq on your own setup for testing? I am able to see the alpha channel render correctly in Safari as well as all other browser when doing so.
Hi. I added a Vimeo video, using the Video Player Element. All the Vimeo controls are visible when I preview the page/post. However, once I publish the post/page, the fullscreen controls are missing. Appreciate any help. Thank you!
Hey ProloguePictures!
I can’t seem to replicate that locally. Have you tried to disable all third-party plugin to see if any are interfering with it?—Especially performance related plugins that might alter the page markup.
If so, please open a ticket on the support forum in regards
Thanks in advance
Some additional Woocommerce features would be amazing for a future update.
• A new product page image gallery layout option on mobile. Images not full width with the next image poking in from the side. Examples: https://ibb.co/ZWwc4s7
• Customisable mobile menu with page builder elements featuring shop items. Examples: https://ibb.co/1mx6KgL
• Empty cart is customisable to show top products and categories Examples: https://ibb.co/jkTxKFG
• More options for the design of variable product selection. E.g. image based variation cards Examples: https://ibb.co/bWkB5QT
• WP Bakery in Product Short Description
Hey MarcGarner, thanks for the requests! Some of those are already on the wishlist and will likely get added via the next update which is WooCommerce-focused.
Kind regards
That’s awesome news!
Indeed, MarcGarner 
Just the clarify any potential interpretation—the upcoming major release is not WooCommerce focused, but the following one likely one be. If you’re curious to see what’s about to land, feel free to reach out via the contact form on my author page in regards to get beta access.
Hey is there a way to disable the meta on portfolio using css? And I’m using the “Meta overlaid w/ zoom effect on hover… is there also a way with css to change the color over the overlay? Thanks so much. 
Hey streetjen 
1. Here’s a snippet of CSS you can use for that:
body .portfolio-items .col .work-info .vert-center {
display: none;
}
2. You can alter the color overlay via the “Project Accent Color” field, which is located in the Project Configuration metabox of every portfolio item when editing.
Kind regards
Hi so I pasted the css in the main Salient Options for CSS and it didn’t remove the portfolio item name from the images. I have a screen shot I can share if helpful. I also tried putting it in the css section on the individual page and it didn’t change there either.
And I don’t have any color set for the overlay on each portfolio item. When I added white it didn’t work… but I’d really like no color at all… just the zoom effect on rollover. Not sure what I’m doing wrong.
I saw that the # was missing and added it to the beginning… but still no change:
http://35.88.191.116/wp-content/uploads/2023/05/Screenshot-2023-05-11-at-8.23.45-PM.pngHere’s the color overlay screenshot: http://35.88.191.116/wp-content/uploads/2023/05/Screenshot-2023-05-11-at-8.30.06-PM.png
Hey streetjen, The ”#” is not needed in the selector I provided—adding that in will invalidate the rule. It should just be “body”.
I’ll need to see your actual URL in order to assist as I’m unsure of what settings you’re currently using.
Kindly open a ticket on the support forum in regards and we’d be glad to follow up.
Is your theme compatible with any lms plugin?
Hey jocre,
While we haven’t specifically added any extra integration for LMS plugins, Salient should still work seamlessly with all the popular ones out there.
Kind regards
Hello!
When exactly the next big, final update will be release – this month? It’s worth to say that your theme is gorgeous and you’ve got the best support theme on the whole theme forest.
Thank you so much for your help and kindness every time. 5 stars!
Hey CreativePlace, thanks so much for your kind words!
There is no exact release date planned yet. We just recently opened the beta to the user base, and have begin to get feedback. Assuming that doesn’t no big issues are reported, I would estimate it’s about 1 month away.
Kind regards
Hi, while the Inter font is available on the Salient Options panel, it is not showing up in the Custom Heading module on WP Bakery page builder. Can you please confirm that this is true?
Hey alfamarble,
The Custom Heading block is a core block bundled with WPBakery and not an element Salient has created. Unfortunately, it only provides a limited set of custom fonts to choose from. I would suggest instead setting Inter as one of your fonts in the Salient options and then using that heading to get the family styling.
Kind regards
Hey, Is it possible to remove the « uncategorized » link on blog post please. I would like to have none category. Thank you
post category
Ok I find the solution. But how can I remove it into the blog homepage where you see all the last posts please ?
Hey Jrm57,
You can remove that by adding the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab:
#page-header-bg .inner-wrap >a,
.meta-category,
.uncategorized {
display: none!important;
}
If that doesn’t remove it in your setup, kindly share your page URL so that I can see which settings you’re using.
Cheers
Thank you. It worked, but I have to make some changes to display one specific article on the slider and add it into a fake category « slider ». But now it display this name of category. Can you help me to remove it. Here the link https://academie.pleine-confiance.fr/blog/
Hey Jrm57,
Here’s one additional rule you can use for that change:
.nectar-recent-posts-single_featured .grav-wrap .text a {
display: none;
}
Cheers
How can create gallery with light box like in this exmaple https://themenectar.com/salient/blog-ultimate/be-my-guest-concert/ ? the problem is then i write a blog post and ad photos they doesnt open in the lightbox, but in new window or link as example. What Im doing wrong? I’ve ticked “Auto Lightbox Image Links” ON in the Sailent settings, but it didnt helped.
Hey Justinasmi,
That example post is using the “Image Gallery” element within the page builder. You can find out more about it in the documentation here: https://themenectar.com/docs/salient/galleries/
Kind regards
Is there any simpler way to make it working? Im creating website for client who has 0 knowledge about bulders. Would be wonderful to have this lightbox functionality while creating blog post with standart wordpress text editor. Maybe there is a shortcode to showcase gallery and to have lightbox after visitor clicks on one of the photos?
Hey Justinasmi,
The “Auto Lightbox Image Links” functionality should still automatically apply to core WordPress galleries. Can you verify that you have the “Theme Lightbox” set to “fancyBox3” in the Salient options > General Settings > Functionality tab, and that your gallery images are linked to the “Media File”? https://ibb.co/DkFHpHk
Hello! “image With Hotspots” – How do I turn off the flashing animation in the mobile version? I would like to put my icons instead of a plus, How to do it?
Hey art_andry!
Add the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab:
https://pastebin.com/c4ZvGx3CKind regards
Hello, I’d like to adjust when the mobile breakpoints kick in, I’d like it to go form desktop to mobile view at 999px, how can I achieve that?
Hey juvengle, that’s already the default mobile breakpoint. If you’re specifically referring to the header navigation mobile breakpoint, that can be customized in the Salient options > Header navigation > Mobile header via the “Header Mobile Breakpoint” field.
Kind regards
Hi!
You have an option of ‘infinite scrolling’ in the blog archives. Is there a way to achieve the same with WooCommerce product archives?
Thanks AJ
Hey AJ!
Unfortunately there’s no option to bring the infinite scrolling function from the blog to WooCommerce products as of now. However, I’ve noted your +1 for the idea 