38363 comments found.
Dear Mr. Nectar. _
Do you have any shortcode to change the WooCommerce product text button, when are in “On Backorder”?
Now the text are the same, to the products in stock!
Thank You
Hey nocomments,
add this into the custom css box located in the Salient options panel > general settings > css/script related tab:
.woocommerce div.product p.stock.available-on-backorder {
font-size: 26px;
margin: 10px 0 20px;
}
Cheers
Thank you, But doesn’t work!
Hey nocomments, can you please share the page URL where the text can be seen?
Thank you
Thanks nocomments,
It looks like you’re using an older version of the theme/WooCommerce – it could not be showing due to that. However, to correct it immediately, you can add this into the custom css box located in the Salient options panel > general settings > css/script related tab:
.woocommerce .onbackorder .summary .price:before {
content: 'On Backorder';
display: block;
margin-bottom: 15px;
color: #ff9500;
font-weight: 700;
}
Thank you Mr. Nectar.
All good for you.
Glad I could help, nocomments 
Please check our website https://goodhub.in on mobile/tablet
The page header font size is too big. The one with particles ‘GROW YOUR BUSINESS’ ...
Hey gorangagrawal5,
Please either edit your “Heading 1” font size in the Salient options > typography general html elements tab, or edit the mobile responsive sizing for the H1 element in the Salient option > typography > responsive settings tab.
Hello, I am getting a lot of excess spacing to the top and bottom in both desktop and mobile while using flickity with the arrows overlaid mode.
Please look at mind-school.com in mobile responsive view
Hey bachuramadhikari,
You can modify that by adding this into the custom css box located in the Salient options panel > general settings > css/script related tab:
@media only screen and (max-width: 690px) {
body .nectar-flickity.nectar-carousel.nectar-carousel:not(.masonry) .flickity-viewport {
margin: 0;
}
}
Is it possible to have a product in several different sizes with different prices on the store page and whenever the user chooses the desired size, the special price of that size will be shown and they can add it to the card?
Hey Jabbarpour, WooCommerce offers that functionality through “variable products”: https://docs.woocommerce.com/document/variable-product/
Example: http://themenectar.com/demo/salient-ecommerce-creative/product/athletic-shirt/
It would be great if you could arrange a way to create more widget areas … this template rocks!
Hey mauriziovinci, thanks for the request 
Cheers
Is it possible to use a youtube video on the row background and use the ‘start video at time’? If i’m using the query string &t=30… it still starts at zero.
Hey lvdwiele,
The YouTube background option is a core feature of WPBakery and not something Salient extends upon – unfortunately there is no option to define a custom starting time.
Thank you for the answer!
You’re welcome, lvdwiele 
Hey Jabbarpour,
That would not be possible without some custom modifications as of now. There are also no known compatibility issues with Salient and Slider revolution, If you’re experiencing an issue, please let me know.
Thanks in advance
Hi themenectar
on this site https://www.ainammania.com/ I would like for when a user hovers over navigation menu option PLAY it changes to WORK and when they hover off it returns to PLAY something similar to how this website functions when a menu option is hovered over https://www.ideaeast.london/ I tried coming up with a solution on this in css with no successHey timzyhasanego,
add this into the custom css box located in the Salient options panel > general settings > css/script related tab:
#header-outer[data-lhe] .sf-menu:not(.buttons)>li:first-child>a:before {
display: block;
content: 'WORK';
background-color: #fff;
color: #000;
padding: 6px 12px;
position: absolute;
left: -16px;
top: -6px;
opacity: 0;
transition: all 0.3s ease;
}
#header-outer[data-lhe] .sf-menu:not(.buttons)>li:first-child>a:hover:before {
opacity: 1;
}
thank you that worked on desktop but not on mobile is it possible to enable this for mobile or its not possible? also is there a possibility of removing the entire background and having this resemble the rest of the nav options so the words PLAY changes to WORK when PLAY is hovered over without the white background just change of text with the white underline like the rest of the nav
thanks in advance
Hey timzyhasanego,
1. Adding it into the off canvas navigation on hover would be better suited with JS for the touch event
2. Changing the animation to not use the BG would require custom modding as new markup would be needed.
how do i go about adding into the off canvas nav on hover? can you provide me with the script pls and thats fine i’ll just leave the BG thanks
Hey timzyhasanego, Custom javascript is beyond what we can provide for theme support. I would take a look into Envato Studio in you’re looking for customization
Hi this solution has now been broken due to latest update, when hovered over, both text now appears at the same time, is there a work around for this
header-outer[data-lhe] .sf-menu:not(.buttons)>li:first-child>a:before {
display: block; content: ‘WORK’; background-color: #fff; color: #000; padding: 6px 12px; position: absolute; left: -16px; top: -6px; opacity: 0; transition: all 0.3s ease; }
header-outer[data-lhe] .sf-menu:not(.buttons)>li:first-child>a:hover:before {
opacity: 1; }
Hey timzyhasanego,
You can correct that by adding z-index: 100 to the rule. i.e.
#header-outer[data-lhe] .sf-menu:not(.buttons)>li:first-child>a:before {
display: block;
content: 'WORK';
background-color: #fff;
color: #000;
padding: 6px 12px;
position: absolute;
left: -16px;
top: -6px;
opacity: 0;
transition: all 0.3s ease;
z-index: 100;
}
#header-outer[data-lhe] .sf-menu:not(.buttons)>li:first-child>a:hover:before {
opacity: 1;
}
Cheers
That worked like a charm thank you!
another issue that has been persistent for a while is the image comparison, for some reason the middle slider is missing and the content is misaligned whenever its been published but behind the scenes it looks how its supposed to, not exactly sure why this is, find attached few images to show examples https://we.tl/t-HiTFZqfOhf
Glad I could help timzyhasanego 
There’s a Javascript error occurring on the front-end which is preventing the image comparison from initializing. Can you temporarily disable your js minification/Siteground optimizer to see if that’s causing it?
That worked, thank you so much!
You’re welcome timzyhasanego 
How do you make it work on iOS?
http://themenectar.com/demo/salient-ecommerce-creative/I try everything that is form and will not! Does it have to do with any server configuration?
Before it worked on this site: https://tocadebarro.com/It suddenly stopped working.
Hey ofmarconi,
If you access your mp4 file directly on iOS or in Safari on desktop, you’ll see that it can not play: https://tocadebarro.com/wp-content/uploads/2019/07/HOME.mp4vs. a test .mp4: http://themenectar.com/videos/video-test.mp4
Please check out the docs in regards to troubleshooting: http://themenectar.com/docs/salient/page-builder-row/#video-background
I fixed this add this to: .htaccess
AddType video/mp4 .mp4 AddType video/mp4 .m4v AddType video/ogg .ogv AddType video/webm .webm AddType video/webm .webmv
SetOutputFilter DEFLATE
SetEnvIfNoCase Request_URI \.(mp4|webm)$ no-gzip dont-vary
But it still doesn’t work on MOBILE :/
Hey ofmarconi, I am able to see your video load when browsing on iOS now: https://ibb.co/gdz94Nv
Which model are you testing on?
Yesss
Thx, the problem was with Gzip compression
Deactivating it for specific MP4 and WEBM extensions solved it.
Glad to hear, ofmarconi 
Hi,
I absolutely love Salient. Can you tell me if it is remotely possible to create something like linktree with this theme using WPBakery?
Example: https://linktr.ee/aliciakeys
Hey amgchase, that’s awesome to hear 
You could replicate the look of that page specifically.
An example of how it could be achieved would be to use the call to action element for all the white buttons and icon elements for the social icons under.
Cheers
Hi, how can I disable the image zoom & hover in Salient theme (12.0) for WooCommerce product pages?
Hey 1×20, That’s a default WooCommerce feature. You can prevent it by using the snippet described in this post: https://createandcode.com/how-to-disable-zoom-lightbox-and-gallery-slider-on-woocommerce-product-pages/
Or by adding this into the custom css box located in the Salient options panel > general settings > css/script related tab:
.woocommerce div.product div.images img.zoomImg {
display: none!important;
}
Cheers
Thank you. This is what I was looking for
You’re welcome, 1×20 
Hello,
i can’t get this done
http://prntscr.com/s8tyq1
It’s straight forward – i just want full height (hero image) with content in the middle and logos on the bottom of the screen (everytime, even if resize)...
It’s from the template “Hero Section – Clear Hero Section” Please, help…
Hey Studio-Ark, There’s no way to set the alignment of two inner rows to be different without CSS – WPBakery will align all inner columns to your choosing (top/middle/bottom). Assuming you’ve already enabled the “full height row” option, you can give parent row a class name “bottom-aligned-row” and then add this into the custom css box located in the Salient options panel > general settings > css/script related tab:
.vc_row.bottom-aligned-row > .span_12 > .vc_col-sm-12,
.vc_row.bottom-aligned-row > .span_12 > .vc_col-sm-12 > div,
#ajax-content-wrap .vc_row.bottom-aligned-row > .span_12 > .vc_col-sm-12 > div > .wpb_wrapper {
min-height: inherit;
}
#ajax-content-wrap .vc_row.bottom-aligned-row > .span_12 > .vc_col-sm-12 > div > .wpb_wrapper {
display: flex;
flex-wrap: wrap;
}
#ajax-content-wrap .vc_row.bottom-aligned-row > .span_12 > .vc_col-sm-12 > div > .wpb_wrapper > div:last-child {
align-self: flex-end;
}
Thank you, it’s starts working without any customization (i was using 4k monitor so that was the issue). Anyway, thank you for your time really appreciate it! (I already rated Salient with 5*, i would do that again if i could).
Thanks a lot Studio-Ark, I’m glad I could help 
Cheers
Good morning, salient team,
Is there a way to reduce the white space above and above the header search bar?
Thanks in advance
Hey EspaceTech 
If you’re using the material theme skin, add this into the custom css box located in the Salient options panel > general settings > css/script related tab:
body.material #search-outer,
body.material #header-outer.transparent .bg-color-stripe,
body.material #search-outer .bg-color-stripe {
height: 200px;
}
Perfect thanks!
You’re welcome, EspaceTech 
Background with videos and autoplay on iOS and Android no longer work?
How can apple and other big brands make this kind of background work?
THX
Hey ofmarconi,
Video background functionality has not changed and should still work on all mobile devices, provided you’re supplying correctly encoded mp4/webm files and you have the option “Disable Video Backgrounds On Mobile Devices” turned off (salient options > general settings > functionality.
Example: http://themenectar.com/demo/salient-wellness/
Can you share your URL where you’re having an issue?
Hi Guys, I trust you’re well & safe!
A quick question on portfolio filtering on mobile: Since a recent theme update, the drop down portfolio filter doesn’t display correctly.
The default mobile filter drop-down says “Choose category” and when you click on a category, the portfolio updates but the filter keeps saying “Choose category” instead of the actual selected category name (it does display correctly on desktop, but not on an actual mobile)
https://themenectar.ticksy.com/ticket/2093472/ – this was the original ticket.I’ve emailed you the link so you can have a look and advise.
Thanks so much!
Hey anton123!
The upcoming minor release will sort this issue.
Hope you’re doing good as well 
Cheers
Hi guys, is there any possible way I can order or rearrange my portfolio in a specific order within my catagories?
Anothing thing, the order changes on different browsers?
http://sapoli.ommsocial.co.za/bio-bright-2/Hey richardwells,
1. You can use a plugin such as for easy custom ordering without having to modify project dates: https://wordpress.org/plugins/post-types-order/
2. Please update your version of the theme and included Salient portfolio plugin for the column sizing fix
Cheers
Hi There, On the single blog post there are related posts displayed under the content area. This is showing 2 very large related posts. Is it possible to display 3 posts per row and possibly have a load more or a slider to display more related posts?
Is there a way to add excerpts to the related posts on a single blog post page
Hey startup_studio,
1. Related posts work by pulling posts in with the same category attached. Is it possible on your post that is only showing 2 related, that only 2 other posts exist with the same category?
2. Adding that in would require copying the function “nectar_related_post_display” from salient/nectar/helpers/blog.php into your child theme for modifying
Cheers
Two things:
1. The icon library takes long to load. I hope you guys can fix that somehow.
2. When editing portfolio pages, after each WP Bakery edit, I need to click the “preview” button two times before it loads the changes. Very annoying. Please look into it.
Hey nateadmin,
1. Are you referring to the icon selection panel within the page builder? If so, version 12 reworked that to make it much faster: http://themenectar.com/changelogs/salient.html
2. Since that’s not a known issue, could you kindly open a ticket on our support forum in regards with temporary admin credentials so that we can take a closer look into this? https://themenectar.ticksy.com
Thanks in advance
My support expired so I can’t use the link. I can send you an email if you have one. I have no need to renew support. This is the type of issue you guys want to fix. See video I made here: https://drive.google.com/file/d/17JsMqJy4rtDfF4n1TcMF7j94IjyLH1ux/view?usp=sharing
Hey nateadmin, Thanks for the video to show what you were referring to. I’ve noted to investigate it further.
When I try to download the latest version of the plugin, my computer detects it as a Trojan and deletes it. I have tried Chrome and Firefox on Windows 10. The built-in Windows Defender thinks that there is a Trojan in the archive. Is there an issue with the uploaded archive on Envato?
Hey hadrada,
The Salient version available on ThemeForest is clean, and checked by Envato and VirusTotal prior to it becoming public:
https://www.virustotal.com/gui/file/e7c3749b5b9d1d4fc3b6db95a3d94b0cc532acf897a3069c054f56354d0d2bc6/detectionAre you able to download anything else from Envato without that occurring?
Hello, I’m contacting you today because I’m trying to reverse the display of the price and the title of the product in the shop.
That’s where I’m at.
it’s in the file which is here : wp-content/themes/salient/nectar/helpers/woocommerce.php
I’m trying to cancel line 505: add_action( ‘nectar_woo_minimal_price’, ‘woocommerce_template_loop_price’, 5 );
using : remove_action( ‘nectar_woo_minimal_price’, ‘woocommerce_template_loop_price’, 5);
But it doesn’t matter, I have to comment on line 652: do_action( ‘nectar_woo_minimal_price’ ); so that it cancels it.
But I’m afraid with the next few updates it’s gonna “break the theme”.
Thanks in adavance
Hey EspaceTech, you could copy the function “nectar_product_thumbnail_minimal” into your child theme from a little further down in that file for overriding this.