38438 comments found.
Hi!
I couldn’t find the image gallery “Constrained Masonry, No Column Spacing, Fade In From Bottom”
How I can implement exact the same section?
Thx
Hey DannysVibe!
In the image gallery element, when selecting “image grid” for the style, there are options for the “Item Spacing”, ”Layout” etc. Take a look through the docs here in regards to the masonry sizing and an example on how to configure it: http://themenectar.com/docs/salient/galleries/#imagegrid
Cheers
Hi, after install last update, WooCommerce Cart don’t works with an error … Failed to load resource: the server responded with a status of 500 () wc-ajax=complete_order
If we activate the theme, cart works, but with Salient not
Can help us? Thanks
Hey CAPBCN, do you have a child theme active with any modifications to the cart/checkout? Have you also attempted to deactivate any third party plugins that you have active besides the ones which Salient includes and WooCommerce? If so, please reach out via the contact form on my author page https://themeforest.net/user/themenectar
Hi Salients. where can I a change social media icons set on blog single post? i put the on top and botom (also de love button) but i would like to use the official social media logos
Hey FeriaPixel,
The icons used for the Social media buttons (Facebook, twitter, LinkedIn and Pinterest) should be the current branding logos. Could you share your URL where that’s not the case so I can take a look?
Hey FeriaPixel, it looks like the current icons are being used. If you’re trying to remove that and the text to provide a custom image based logo, you can add this into the custom CSS box in the Salient options panel:
.sharing-default-minimal .nectar-social-inner > a i,
.sharing-default-minimal .nectar-social-inner > a span {
opacity: 0!important;
}
.sharing-default-minimal .nectar-social-inner > a.facebook-share {
background-image: url('YOUR-IMG.jpg');
background-size: cover;
}
.sharing-default-minimal .nectar-social-inner > a.linkedin-share {
background-image: url('YOUR-IMG.jpg');
background-size: cover;
}
it didn´t work
Hey FeriaPixel, I just copied the same CSS locally to verify that it should. It looks like it’s not parsing in your setup when checking the developer tools, as if there are some unknown characters. 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 Awesome Salient Devs
I have the latest Salient and am hoping to apply row background ID class to span a full width background but it remains contained. is there a way to apply a class or id to a row background and make it full width? Without making the content full width?
Does that make sense?
Hey brianlichty 
It sounds like you’re describing the row type “full width background”. Are you using a setup where that row type is not expanding? If so, could you kindly share the page URL so that I can take a look?
Thanks in advance
Yes. I am hoping to apply some custom css to the row and have that full width, but keep the content contained. But even with full width background selected, the background element is still contained. It works fine with full width content.
Hey,
Since there’s no known issue with the full width background row type not expanding the row BG layer, can you please share the page URL?
it’s the second section. that custom css with the row ID calling the effect.
Thanks brianlichty,
If you’re applying a background with CSS and not the row BG layer options, you’ll need to change your selector a bit:
#bg > .row-bg-wrap .row-bg {
background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
background-size: 400% 400%;
animation: gradient 15s ease infinite;
}
Cheers
yeah, that’s great. If I wanted to try and use this which has two classes, would that be possible? https://codepen.io/mohaiman/pen/MQqMyo (it has two classes, so, not sure how to put that in the background)
Hey brianlichty,
Beyond the class names, the problem with that snippet is that it requires the list item (li tags) to create the circles. You would need to add that into Salient through custom development through JS or PHP modifications to make it work.
I have a work around for it!
ands thanks!
Glad to hear, brianlichty 
Cheers
Hi! I want to make a button sticky with this simple CSS code: .sticky { position: sticky; top:0; }
but there is no way it can get sticky. Is there any solution for this? Since I need the button to be sticky.
Thank you!
Hey FlorenciaBallesteros,
Unfortunately as of now the css position sticky will not work by default in Salient. This is because that property will only take effect is no parent or ancestor elements in the DOM are making use of the overflow property. Salient makes use of that further up the DOM tree in a couple of places. I’ve noted your +1 for the idea to provide a workaround. https://uxdesign.cc/position-stuck-96c9f55d9526
Cheers
How can I decrease the space between blog articles that auto populate in the Standard Blog Style No Sidebar featured image left? I would like to set this to 8 pixels between the posts. Thanks!
Hey blazoneer!
add this into the custom css box located in the Salient options panel > general settings > css/script related tab:
}
body .post-area.featured_img_left.span_12 article {
margin-bottom: 8px;
}
Hey guys, I’d like to add a lightbox function to a button. When I click on the button I want some elements (image + text) to appear in a lightbox. Is that possible?
Hey titansdesign,
You can make a nectar button element trigger a lightbox for an image link by adding the class name “pp” on the button. However, it’s not possible from a button alone to also specify a lightbox description without some custom modding.
thank you. are you able to provide some more info on the modding?
Hey titansdesign, You would need to manually create a link like so: https://pastebin.com/9WGgXpBg
Hi, Where to link “view cart” and “checkout” in header cart?
Hey alphastudiosNL,
Those links are automatically handled through WooCommerce depending on which pages you have assigned as the “cart” and “checkout” pages in the WooCommerce settings: https://docs.woocommerce.com/document/woocommerce-pages/Cheers
Hi guys, love the theme! Thank you!
1. Is it possible for me to use a different logo in the smaller menu (when I scroll down). For both menus I’m using the non-transparent background. I read that one of the menus has to be transparent in order to have 2 different logos? Is that still the case?
2. How can I change the width of the text on the nectar sliders? I found this code but somehow it doesn’t do anything when I add it to the custom CSS.
.swiper-slide .content p { max-width: 66%!important; } body .swiper-slide .content p.transparent-bg span { background-color: #000!important; box-shadow: none; padding: 10px!important; }
Thanks a lot!
Hey titansdesign!
1. Only the transparent state will use a separate logo, so yes. However, there is one menu style + effect combo which will use two separate logos for the starting/scrolled states and that’s “Centered Menu Bottom Bar” with the “Condense Header On Scroll” effect turned on. An example can be seen here: http://themenectar.com/demo/salient-ecommerce-ultimate/product-category/casual-shirts/2. Could you kindly share your URL so that I can take a look at the setup to see why it’s not working for you?
Thanks 
pdg.titansdesign.com is the URL. Thanks
Hey titansdesign,
in the slide that you’ve shared, there’s no caption text. The CSS was only meant to target that and not a heading. You can actually control the width of your slide content without the use of CSS by making use of the option titled “Slide Content Desktop Width” when editing each slide.
got it, thanks 
You’re welcome titansdesign 
Hi, is it possible to use Toggle Panel with Accordion Toggles ON with first panel closed? currently its open by default.
Hey astutestudio,
As of now there’s no option for this. However, I’ve noted to add it in for the next release 
Is it possible to remove the product image zoom on a single product page?
Hey MarcGarner, add this into the custom css box located in the Salient options panel > general settings > css/script related tab:
.woocommerce div.product div.images .zoomImg {
display: none!important;
}
dear nectar, how can i get the pricing table effect in wellness demo… thanks for your help
Hey selassie75,
that section has been added into the Salient Studio template library: https://ibb.co/kQ2nqK8
If you’re not seeing that, ensure that your Salient core plugin is up to date (v1.6) 
Cheers
oh… i’m 1.4 thanks a lot, great theme…
Glad I could help selassie75 
Hi!
If after purchasing the template I would not like it that much, is it possible to get a refund?
Thank you!
Hey DannysVibe,
Yes – refunds can be requested here: https://themeforest.net/refund_requests/new
Cheers
Quick question: does Salient support Lottie animated images yet? If not, is that on your roadmap? Or should I just buy this plugin? https://codecanyon.net/item/lottier-lottie-animated-images-for-wpbakery/27065387
Btw, I love Salient – have 3 licenses so far, and counting… 
Hey PeterHoppe!
There’s no built-in integration for Lottie, though I’ve added your +1 for the idea 
It looks like that plugin should be compatible for the meantime.
Cheers
Great. Thanks! 
You’re welcome, PeterHoppe 
Hello, I have a video on my homepage and I have two on there but one hides depending on the device. The issue Im having is that the desktop one is full screen but the mobile and tablet (portrait) video wont scale to the screen and on some devices it has black edges or black bottom:
kayodecreative.com
Thank you.
Hey BradleyGrif, I tried to reach out via email earlier to you in regards.
When uploading a video as a video background for a row, it must be uploaded in a normal 16:9 aspect ratio for the JS calculations to work correctly. The cropping for the video to fully cover all varying aspect ratios on mobile will be handled automatically.
It seems in your case, you were trying to upload a separate pre-cropped version – using a video in a different aspect ratio will result in the empty areas you’re seeing. You can still use the technique Tahir mentioned of CSS classes to hide/show different rows for mobile and desktop if you wish to provide a different video source for different viewports. However, each video source still needs to be in 16:9.
Can you please upload one in that ratio and provide a screenshot showing how it’s cropping incorrectly for you on mobile so that I can assist?
Hi! I am having some weird CSS height issues with a form and wondering if its how the theme and plug in interact – https://aquarianyogi.net/collect-details/?wp_pg_gateway=stripe&is_eStore_co=1. The EXP date on CHROME looks weird – fine on safarai though. SCREENSHOT – https://aquarianyogi.net/wp-content/uploads/2020/06/Screen-Shot-2020-06-16-at-10.30.45-AM.png
Hey djinanna,
It looks like you have some custom padding (25px) set on select elements via your child theme. This is the snippet in question:
select {
padding: 25px!important;
margin-bottom: 15px;
color: #00ccff;
font-size: 14px;
line-height: 22px;
}
If you remove that padding rule, it should make the heights all uniform.
I tested out using default themes and plugin works just fine.
Here’s a screen recording for the same https://www.loom.com/share/b537be6186ea4adfada6496333893d7bHere’s the page where I’m facing challenge
https://mysterymdev.wpengine.com/product/promotional-video/Hey adiojack, The issue is similar to the last video plugin – the logic that Salient adds by default to turn iframe embeds into a 16:9 aspect ratio will conflict with third party video plugins in the WooCommerce single gallery.
I’ve already added the fix for this into the current beta – if you’d like early access before the official release, please reach out via the contact form on my author page https://themeforest.net/user/themenectar
Okay, I’ve sent a message there. Awaiting your response.
Hi, awaiting your response. Please don’t make me wait 24 hours to get this. We’ve already missed our deadline of Tuesday to launch this.
Hi team, i have renewed support for 6 months but it is still saying that, ‘Sorry, support for this Envato Market purchase code has expired. You will need to extend support or purchase a new license.’ Any love on this would be great.
Hey H2K22,
I answered you via email earlier today 
Cheers
I have installed your child-theme. In which file should I change to add dates to the blog feed. https://nordigt.se
Hey AlexanderMJ,
The files for the markup on that blog style are located at salient/partials/blog/styles/masonry-auto-meta-overlaid-spaced/ To modify the files in a child, ensure you also copy that folder structure.
Hello,
Is there a “Sold out” icon on woocommerce shop page? Like the “SALE” icon show on products. https://prnt.sc/t05j0nThanks
Hey tinaaa071,
You would need to use a WooCommerce filter for that: https://www.cloudways.com/blog/add-woocommerce-sold-out-badge/
Cheers
Thanks! It works:)
I have another question about “Sales” button. Can I change the content and the font style for the button?
And can I change the size of the button? I tried to change the size, but the text doesn’t align to the center.
https://prnt.sc/t0jlatGlad to hear tinaaa071 
You can adjust the size and spacing with the following:
.woocommerce ul.products li.product.classic .onsale {
right: auto;
left: 50%;
transform: translateX(-50%);
font-size: 16px;
min-height: 0!important;
}
Thank you.
Can I also change the text of the button? I want to show other words.
Hey tinaaa071,
You would need to use another WooCommerce filter in your child theme funcitons.php:
add_filter('woocommerce_sale_flash', 'woocommerce_custom_sale_text', 10, 3);
function woocommerce_custom_sale_text($text, $post, $_product)
{
return '<span class="onsale">PUT YOUR TEXT</span>';
}