38436 comments found.
The nectar_page_header function doesn’t work in v9 as it doesn’t pull in the nectar slider into the position of the function call in the page template as it used to before v9 and so the nectar slider shows as part of the main content block.
v8 looks like https://www.lwarb.gov.uk/what-we-do/advance-london/ v9 looks like http://lwarb.feelingsneaky.com/what-we-do/advance-london/Hey Feelingpeaky, the Nectar Slider parallax option has been changed to work as any other page builder element i.e. appearing where it’s placed. This allows multiple instances on any given page + the ability to use the parallax not only at the top. A layout like yours was never intended from the initial parallax option, but can still be accomplished in 9.0. Instead of assigning the page template to the sidebar option, keep it as a standard page. Then have the Nectar Slider element set to display full width at the top and then use a column layout underneath to house your content + widgetized sidebar element https://ibb.co/k8cYpU
Hmm that is a pretty major change and potentially breaks a large number of sites. You should at least still provide this as an option for backwards compatibility. In my case the sidebar and breadcrumbs are coded in the page template and requires the slider to appear above both hence the necessity of being able to pull in the slider at the point of the code in the template. If this is not the case anymore then why is the function call still in the templates ?
Hey Feelingpeaky,
The “using_nectar_slider” function is still being used by Salient and was not how that DOM realignment was occurring – that was based solely on the option for parallax being enabled. If you’d like a custom workaround to still move the slider via javascript as it did before, the snippet that handled it was:
jQuery(document).ready(function($){
var parallaxSlider = $('.parallax_slider_outer');
parallaxSlider.parents('.wpb_row').remove();
parallaxSlider.insertBefore('.container-wrap');
});
- you could enqueue that in a child theme js file, or add it directly into the page via a custom JS element
Cheers
Thanks I will give it a go.
You’re welcome Feelingpeaky 
Hi! Great theme. Have already bought it twice. Maybe you can help me with one problem – even when my support has expired.
I want to disable the author on my blog – see here: http://convergo.de/news/ I want to disable “convergo”.
Hope you can help me with a CSS-Code…
Thank you so much!!!
Thanks PatrickHD2014 
We’ve actually added theme options to disable that as well as other meta information relating to the blog in the current beta. If you’d like a copy, please reach out in regards via the contact form on my author page https://themeforest.net/user/themenectar
Cheers
Hi, can you please send me the code for disabeling the meta author information in blog? We really need a quick solution because we want to send a newsletter to our costumers…
Thank you so much
!
Cheers
Hey PatrickHD2014,
Add this into the custom css box located in the Salient options panel > general settings > css/script related tab
.post-area.featured_img_left article .grav-wrap .text a { display: none; }
Cheers
Hello ThemeNectar! Slider Revolution is supported but it does not work properly when Fullscreen Rows are activated with parallax or zoom+parallax.
The first row is visible but the second and so on is just white/blank. After clicking away from the browser window and back in the browser the slider shows, but then the first one is blank. A very strange problem. Tested in Chrome & Safari.
I would really appreciate a fix for that, because Slider Revolution is way more powerfull then the nectar slider.
Hey Cartman66,
In the Slider revolution > Slider settings, make sure you’re using the option “auto” for “slide layout” and then setting the row itself in the Salient page builder to “full width content”. If that’s already the case, could you kindly share your URL so I can take a look?
Cheers
Hello ThemeNectar, Thank you for your reply and suggestion. I did some testings and indeed it does not appear when the slider is in “auto”. The problem only appears in “full-width” or “full-screen” and only when there are animations or video in the slider.
Unfortunately is “auto not the desired outcome. do you maybe know a fix how to get it to work with “full-screen”? I would really appreciate your effort. Here is also a link for further investigation: http://bit.ly/2CIUKgb (Slide 2 & 3)
Thank your very much in advance.
Hey Cartman66,
The revolution slider would likely need the resize event triggered when coming into view for the first time. This is because it most likely can’t calculate correctly when hidden before the row is initially scrolled to. see “revredraw” in regards https://www.themepunch.com/revsliderjquery-doc/api-methods-events/#methods – i’ve noted to look into adding this into the theme Cheers
There seems to be an issue on the latest Salient version, on scroll the Woocommerce Sitewide notice creates a gap above the header, see here: https://north-ridge.co.za/
Hey retroyspective,
If you use the built in option in Salient for the secondary header layout + secondary header text that should not occur
AWESOME
Thank you!
Glad I could help retroyspective 
Is it possible to change only the text background color of the Portfolio Thumbnail? It’s hard to read white on bright Portfolio Preview Images, so I’ve tried to achieve a black background by changing the vert-center properties via custom css, but this logically changes all the background color of each portfolio item (hence also on quotes/social media links), i’d like to address only specific portfolio items. Is this possible?
Hey level_fm,
Could you kindly share your URL so I can see what portfolio settings you’re using?
Thanks in advance
Hello, My friend did a update of the theme days ago, and since then, The share button, and Recent post option don’t appear anymore in a blog post. We ve checked the parameter in The Salient configuration blog, all seems ok, as before, so what cn we do to have the sahre button. https://clairegirard.fr/ The strangest stuff also, is when we write a post, and we preview it, it is not in the color of the theme, but we can see the share button, when we publish it, it comes in the color of the theme, but we don’t have anymore the sahere button and other feature (comment, recent post ..)Thanks for your help
Hey lrdh,
I’m seeing that site is still using v8.5.6 – is that the version you updated to or are you supposed to be using the current (9.0.1)?
Cheers
Yes it seems that she update to this one, at least it is what she told me. do you think she have to update again to the version 9 to solve her problem, or Version9 need to be re-buy ? Thanks
Also she has a child theme, but in case, she didn’t touch any CSS for the moment
Hello! If I wanted to add a purchase now button to the Pricing Column could it be done? I realize you can add buttons underneath, but I would like customers to be able to click a Buy button within the Price Column box. Thanks for any help you can provide!
Hey katt101!
Yes – you can either use one of the pricing column setups available within the or you could add a nectar button shortcode into the text content area itself if you’re using the “pricing table” element
Cheers
Hi, I updated to the latest theme version and I noticed that my contact forms were no longer displaying properly. I have disabled all my plugins to see if its what affecting the display but it doesn’t seem to be the case. my website is http://churchofhispresence.org.uk/
Hey cybernautgeeks,
I’m seeing your form styling appear as the 9.0 minimal form style: http://themenectar.com/docs/salient/theme-options/form-styling/ can you let me know if you’re seeing something different?
Thanks in advance
Hello,
Thank you for your swift response and I’ve figured it out it doesn’t show the outline for the forms when I viewing it logged in as an admin however it displays it correctly when I’m not logged in. It used to display it correctly before though.
Anyway this is how it looks from my end when i’m logged in – https://ibb.co/mJZczU
Hey cybernautgeeks, have you verified that you’re not seeing a cached version from any plugin when logged in?
Hi,
It would be great if there were more accent color slots or if some of the element’s colors like milestones in VC could be customized.
Thanks again for such an amazing theme!
Hey nimagnejad,
Thanks for the request 
Cheers
Hi here,
Question regarding the Nectar Slider. I was wondering if this would be possible: Static heading + slider caption. The header to stay the same while the caption functions as a slider.
Looking to hear from you!
Sincerely, Justin
Hey Justin,
Unfortunately would require some custom development as of now, however i’ve noted the idea for the wishlist
Hi, I’m looking for an experienced and talented designer to work on our Salient themed site. I’d like it if they were highly experienced with this theme. Do you know anyone? Preferably in the UK?
Hey tim_coates,
Unfortunately I don’t have a specific developer to recommend. We usually point users to Envato Studio in regards to customizations https://studio.envato.com/Cheers
I bought your theme and love it. Can I get a discount to buy another one?
Hey tyesov, i’m glad to hear you’ve been enjoying it
Unfortunately we don’t have the option to provide specific users discounts – we will likely run a sale for everyone closer to the holidays though 
Cheers
Thanks for a reply, could you share info about discount dates aproximately ? 
Hey tyesov,
around Christmas time 
Cheers
Hello,
Last 2 or 3 days, I sent you an email regarding minor customization. But still not getting any reply from you. Can you check and reply if you receive it?
Hey effective_advisory, sorry about that – I just located the email and have responded 
Hi TN,
How to change Woocommerce product page display from default 3 column per row to 4 column per row? I am using the latest version of Sailent Theme, I remember that previous version can change column setting in Customise.
Hey midazorion,
The options for the product column layout are located in the Salient options panel > WooCommerce tab. As of 9.0, Salient
now offers the option to change the column layout for each viewport separately 
Cheers
Please add to wish-list… a Google Tag Manager field, could even replace the Google Analytics field in options.
Hey peterstavrou, I’ve noted your +1 for the idea
Hi -
I have a couple of things that I can’t quite figure out (url – https://lecibiadetorrin.com)
1. How to change the color of the menu hamburger on desktop (mobile color is perfect) 2. Can the mobile logo be centered?
Thank you!
I figured out the hamburger (Salient > Header Navigation > Transparent Header Effect > Header Starting Text Color)
Hey harrisdesigned,
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[data-slide-out-widget-area="true"] #header-outer[data-has-menu="false"] header#top .span_3 {
text-align: center;
}
}
Cheers
Thank you very much!
You’re welcome harrisdesigned 
I am trying to add a sentence as a submenu where only a few words are links to certain parts of the page. (ie: Our mission is to provide hope)/ Is there a way to add a submenu item as just text, not a link, while making other submenu items into links? I tried leaving the ”Link URL” box blank, but it still shows up as a clickable link.
Hey agwimberley,
In order to turn a header navigation link into a completely non clickable string, some custom css would be needed. If you can share your URL in regards I could provide an example
Cheers
make infinite scrolling here https://www.mansionglobal.com/articles/waterfront-property-john-lennon-bought-his-aunt-selling-for-7-25m-110557
Hey Nicko_217, thanks for the feature request 
Hi, I used your theme for my clients. But I just need to add background to hamburger menu icon (I use material theme skin, off canvas menu style “slide out from right menu triggered “). All changes what I make is damaged. Can I use custom image instead your icon? Or what css I need to add background? Thank you for your help, Natalia
Hey Natalia.
Add this into the custom css box located in the Salient options panel > general settings > css/script related tab
header#top .slide-out-widget-area-toggle a { background-image: url('img.png'); }
header#top .slide-out-widget-area-toggle a > span {
visibility: hidden;
}
Cheers
Thank you so much. But this no working. I can add custom icon, but this no working for mobile. And also if I open a side area (hover on icon), old hamburger icon “lines” is still there. 
Hey Natalia, please share your URL in regards so I can take a look
Cheers
My page is here https://bit.ly/2IOaPkR (redirect with bitly).
There si your hamburger icon. I need replace this icon (closed and open side area) with my custom icon or add background (60px x 60px, circle). This is two options, I need just one but it must work
Thank you so much!
N.
Hey koalka89,
A snippet that should work for your settings is:
body header#top .slide-out-widget-area-toggle a, .slide-out-hover-icon-effect a { display: block; background-image: url('img.png'); width: 60px!important; height: 60px!important; }
header#top .slide-out-widget-area-toggle a > span, .slide-out-hover-icon-effect a > span {
visibility: hidden;
}
Make sure to also clear your mobile browser cache after adding it
Cheers
Hi,
on this website: https://www.salescyclegroup.nl/ when I enter 5 star at a testimonial it only shows me 4 stars max. How to fix this? This happens as well when I select 4.5 stars.
Best regards, Tes
Hey Abbenhues 
I’m currently not seeing star ratings added into the testimonial section titled “Wat anderen zeggen over Salescyclegroup” on that page. Are they located on a different subpage?
Hi, I set them on hidden again because they weren’t showing the right amount of stars, but I just turned it on again for ‘Mark Roeloef’ testimonial on this page: https://salescyclegroup.nl/programmas/grow-jaarprogramma/
You see 4 stars but I set the stars on 5.
Thanks!
Thanks Abbenhues, Add this into the custom css box located in the Salient options panel > general settings > css/script related tab to fix this before the next release
.testimonial_slider:not([data-style="minimal"]) blockquote span.star-rating {
font-size: 16px!important;
}
Cheers