38435 comments found.
Hello,
I really like your theme, but a severe problem is occurring:
The is a large gap right beneath the header… The page tries to load a page header background-image or video background etc., although this function is not enabled for this page.
This problem only occurs, when a page header background-image is activated during building the page. When the background image is deactivated again, the empty gap does not vanish anymore. Deleting the cache of browser etc. does not help. Any idea?
If this problem is due to little skills of mine and not a bug, please tell me and I will renew my support licence 
Regards Harry
Hey Harry 
Could you kindly share the URL of your page where this is occurring so I can take a look?
Thanks in advance
After running an update of the theme, the above mentioned problem was gone
Therefore I did not need any further assistance from you. Thanks for your service anyways…
Best regards
Hey harryriegel,
Glad to hear that fixed the issue 
Cheers
I noticed that the buttons/links within the Nectar Slider no longer appear on the backend. Is this a known bug/issue?
NVM got it working…seemed to be a plugin issue…
Hey tmudd89, glad to hear you’ve sorted it 
How can I move the Left header to the right?
Using css I added this code:
header-outer[data-format=”left-header”] {
left: unset; right: 0; }
It works but the thing is, the left part now is just plain white instead of the container move to that side.
Hey effective_advisory,
Add this into the custom css box located in the Salient options panel > general settings > css/script related tab
@media only screen and (min-width: 1001px) {
html body[data-header-format="left-header"] #ajax-content-wrap {
margin-right: 275px;
margin-left: 0;
}
}
Cheers
Thank you, it works. But now I found one problem.
If the row is set to full width content, the background picture cover full. But, if the row is set to full width background, the background picture is not cover fully.
https://ibb.co/nHdQ9fUpdate: So does the footer. It left some space on the right before the navbar.
Hey effective_advisory, Could you kindly share your URL in regards?
Thanks in advance
Hello, I just sent you an e-mail including the wp-admin details for easier checking.
Thank you effective_advisory
is it possible to have a square logo, a part of which is extending out of the navbar like shown in https://www.designcouncil.org.uk/
Hey bachuramadhikari,
That would require custom css as of now, however i’ve noted the idea for the wishlist 
Cheers
what kind of custom css? what would i need to do??
Hey bachuramadhikari, please share your URL so I can provide an example based on your settings.
Hi guys,
I am using the nectar fancy box with color on hover style. The text i am using automatically gets positioned at the center of the box instead of staying at the left. I used the left align option inside the settings for this fancy box and the text is aligned to the left, But the whole text elements is positioned on the center. How do i get the text to be positioned on the left towards the edge of the box
Hey bachuramadhikari,
Try adding this into the custom css box located in the Salient options panel > general settings > css/script related tab
.nectar-fancy-box[data-style="color_box_hover"] .inner {
justify-content: flex-start;
}
Cheers
hello, on the home page I have placed woocommerce products in 2 rows, 4 columns and 8 products, but sometimes there are blank spaces and 2 products are shown per column, it is solved by refreshing the web but in the first load usually appears wrong.
any solution?
Screenshot: https://estoramedida.com/wp-content/uploads/2018/11/screencapture-estoramedida-2018-11-12-09_32_01-1.png
Website: https://www.estoramedida.com
Thank you!
Thank you!
Hey alvaropm!
Edit the parent column which holds the products and disable the option currently enabled for “Centered Content Alignment”
Cheers
Would it be possible to add a repeat option to Cascading images. I have the cascading images below the post header and the animation has finished before the user has srolled down. I have slowed the cascading down but usres still miss some of the amination.
Hey kimmageflyer,
As of now this would require custom javascript development, however I’ve noted the idea on the wishlist
Cheers
Hello,
I choose page with “No header and no footer”. Everything works fine, when header Layout is “Default”, but when Layout is “Left” (vertical) – its not hide header. The screenshot is here: https://prnt.sc/lgzjch.
Can you please advise how to solve the problem?
Hey naamaaste,
Add this into the custom css box in the Salient options panel > general settings tab
@media only screen and (min-width: 1001px) {
body.page-template-template-no-header-footer[data-header-format="left-header"] #ajax-content-wrap { margin-left: 0px; }
}
Cheers
Didn’t helped. Now page is not full-width: https://prnt.sc/litf8r
Hey naamaaste, could you kindly share your page URL?
Hi ThemeNectar,
I use Salient “Blog Magazine” theme and like it very much, but I think the magazine theme can be more perfect, could you please consider adding some new block templates & post styles in Salient Studio & Magazine Theme? Like this: (1) https://cheerup.theme-sphere.com/magazine/ (2) https://contentberg.theme-sphere.com/
For example: (1) https://imgur.com/x64rocM (2) https://imgur.com/GmH44p3 (3) https://imgur.com/w5kJXKY (4) https://imgur.com/XFYvLWU
Thank you for your great work!
Hey weixinmingde!
Thanks a lot for the requests/links 
Cheers
Hi – how do we disable the image zoom in Salient theme for WooCommerce product pages?
Hey wpnetninjas,
Add this into the custom css box located in the Salient options panel > general settings > css/script related tab
.single-product .images .flickity-slider .slide {
pointer-events: none;
}
Cheers
Hello ThemeNectar, how do I remove “margin-top: 40px;” from the id header-outer?
Hey kevinsnejstrup, could you please share your URL in regards so I can take a look at your settings to assist?
Thanks in advance
Here is a link: https://snejstrup.com/
I changed the menu layout, now I have a different problem. The id “search-outer” gives me a white box on the top of the page. I have tried to use CSS in my Salient options panel with the code:
search-outer {
display: none; }
search {
display: none; }
But the problem still appears. I have tried clearing my cache after implementing the css code.
But to do?
Hey kevinsnejstrup,
Thanks for sharing that – I’m currently not seeing Salient as the active theme for the URL though
Hey Nicko_217,
I currently can’t replicate that on my end – Could you kindly open a ticket in regards via the support forum with your admin credentials so we can take a further look into this?
https://themenectar.ticksy.comCheers
Hey Nicko_217,
I believe that limitation has been removed in the current WPBakery page builder plugin, which we are currently including the beta. If you’d like a copy before the release later this week, please reach out in regards via the contact form on my author page https://themeforest.net/user/themenectar
Cheers
Thank you) I am looking forward to version 9.5 You are trying your best!
We’re excited to be releasing it soon as well!
hi there, First of all since I bought your theme every time I create a site it is so easy to do it, so thank you so much for that.
Please I need your help with some doubts; maybe some css code can help me, I hope so.
- I need to add a second button, on the catalog page. So people can choose from: “add to cart” or “View More”
- I put a background video on my home page but on mobile version it only shows the image and not the background video.
I really appreciate your help
Thanks
This is my site http://fa5.nathalygallego.com
Hey WinkyTheme,
1. This is a mod related to WooCommerce rather than Salient. Here’s a resource that would be helpful. Note that you would skip step 1 since you don’t want to remove the existing button
2. Youtube video BGs are not capable of autoplaying on mobile devices – please switch the source to the self hosted version (webm/mp4) if you need that functionality
Cheers
thank you so much!
You’re very welcome 
Hi again, other doubts, that I can’t solve 
- I configured the font for woocommerce and I don´t have problems on product page, cart or checkout page but after payment, it shows another type of font with problems in the accents.
Here you can see 
- on my account page, there is too much footer space.
- And sometimes on some pages inside my account or after a payment, fonts are in white on many pages of account.
I really appreciate your help again
have a great day!
Hey WinkyTheme,
Could you kindly open a ticket in regards via the support forum with your admin credentials so we can take a further look into this?
https://themenectar.ticksy.comCheers
Hi, What file controls the rendering of the project title and date on top of the project thumbnail? Want to change the date to the portfolio category. Thanks
Hey olliepb, look for the “nectar_portfolio_processing” function in nectar/tinymce/shortcode-processing.php
Cheers
Thanks found it. Although I can’t seem to get it to work in my child theme? I’ve made the same folder structure in my child theme.
Hey olliepb, you would need to also add this function into your child theme with the location of where you’re storing the modified file:
function nectar_shortcode_processing() {
require_once ( 'nectar/tinymce/shortcode-processing.php' );
}
Ah! Thank you so much for your help. All working
You’re welcome olliepb 
Hi Themenectar Team, I have some products on discount in my onlinestore. Because of that, on the shop and the product archive site, I have “SALE” badges on the product pictures. Is there a way to remove those Sale bagdes with some custom css code? Thank you and have a great day!
Hey philsim90! You sure can 
.woocommerce ul.products .product span.onsale { display: none; }
Cheers
Thank you 
You’re welcome philsim90 
We believe there’s an issue with the back to top button. It won’t show up when on single blog posts due to the following never returning true:
if($(’.nectar-social-sharing-fixed’).length == 0) { toTopBind(); }
Even though the element is empty it still exists. We added a $(’.nectar-social-sharing-fixed’).remove(); in our js to circumvent the issue but you may want to roll out a quick fix in the next update.
Hey altny, the back to top button is only disabled when using the “Fixed to bottom right of screen” settings for the “Social Sharing Style” field in the Salient options panel > blog > functionality tab
Dear, I’m having a problem with “Mallas” section on my website (http://olimpiadas.carozzicorp.com/competencias/). The problem is the following: Once you get into de section, in IOS systems works perfectly you can open de images an make zoom then, but from android mobiles I cannot make a zoom over the images once you touch them, please if you could help me with this problem.
Hey juanjogalaz,
Can you let me know what Android device/browser you’re testing with? I just checked on a GS9/7 in Chrome and can see the lightbox opening normally
Thanks in advance
Dear, for example, if I see that section using an iphone 5 with google, the lightbox opens normally but I cannot make zoom on the image, however with safari or with and iphone 6 I can do it. The same situation happens with android mobiles.
Hey juanjogalaz, please try changing your theme lightbox script to “fancyBox3” in the Salient options panel > general settings > functionality tab for true cross device mobile zooming
Hi.
It’s possible to add the Ken Burns effect to a gallery like “Nectar Slider”?
I can do this with some custom css or js?
Thank you Sir.
Hey nocomments,
As of 9.0 the option for that was added into the Nectar Slider element settings 
Cheers
Hi, I know that, but how to add the Ken Burns effect to a gallery?
Hey nocomments, unfortunately there’s no option for that as of now. It would require custom development – however I’ve noted the idea on the wishlist
Hello Salient,
i‘ve noticed that the Form Styling change from version 8.0 to 9.0. I really loved the style of the 8.0. Is there a way to get that form style back? Would you mind providing the old css snippet so i can get that old style back?
Thank you very much. I appreciate your work!
Hey Cartman66,
Unfortunately the minimal style had to be simplified to not rely on javascript to move the labels around/create the animation – it conflicted with many third party form systems and was general unstable. We added a new material form style in 9.0 though which you may like better than the minimal. If you disable the minimal option and use the material theme skin in the general settings tab, you’ll be able to see it: http://themenectar.com/docs/salient/theme-options/form-styling/
Cheers
Hi Support,
How do i add a dark overlay on custom thumbnail and featured image on portfolio page? to make the image wording looks sharper and clear.
Thank you very much.
Hey tommytai,
If you switch your project style to “Meta overlaid w/ zoom effect on hover” you’ll get that overlay by default
Cheers
Hi there,
Thanks for the reply, may i know how do i change the default overlay setting?
Thank you.
Hey tommytai,
Add this into the custom css box in the Salient options panel:
.portfolio-items .col .work-item.style-3 .work-info-bg { background-color: #999; }
Cheers
Hi Team,
i tried adding this css in but it is still the same. can u check my website http://creaztheme.com/FAA/
Thanks.
Hey tommytai,
Make sure you’re using the style “Meta overlaid w/ zoom effect on hover” and not “Meta overlaid w/ zoom effect on hover alt”, as the alt version does not contain any BG overlay
Cheers
Thanks for the info, it is working now.
May i know “External Project URL” able to open URL in the same page instead of new page?
Thank you.
Hey tommytai,
You would need to remove this section from the js/init.js file https://pastebin.com/SacBv5dN
Cheers
Hi there,
i tried to removed it but it’s not working.
can you check if i removed the wrongly? http://prntscr.com/lpq5sx
Thank you.
Hey tommytai, I can see that the portfolio links are not opening up in new tabs on your URL – have you tried to clear your browser cache yet?
Hi there,
Ahh ya, it is working now. thanks a lot.
By the way, may i know how to set the portfolio title font size in mobile screen?
http://creaztheme.com/FAA/Thank you.
You’re welcome tommytai 
Add this into the custom css box located in the Salient options panel > general settings > css/script related tab
@media only screen and (max-width: 1000px) and (min-width: 1px) {
body .portfolio-items .work-meta h4, body .portfolio-items .col h3 {
font-size: 24px!important;
}
}
Cheers