38439 comments found.
Hi There, I have created a portfolio page for a business directory, is there a way to make the categories next to the ‘sort directory’ filters be centred instead of all clumped up to the right. https://kawanachamber.com.au/business-directory/
Hey,
Add this into the custom css box in the Salient options panel
.portfolio-filters-inline .container > ul {
max-width: 100%;
text-align: center;
}
Cheers
So for some reason I can no longer see the Salient options in the wordpress admin sidebar. Any idea why that might be happening?
Hey – if you’ve ensured no plugins are causing this in regards please open a ticket in regards with your admin credentials https://themenectar.ticksy.com
Hello, I’m trying to use the exact setup as the Creative Blog demo and I had a couple questions/problems when doing this:
-I enabled the transparent header but there is a white bar (about 100px) above the slider and although the header is semi-transparent, I can’t figure out how to get rid of the white header bar thing on the homepage…
-When you scroll past the slider and into the blog posts, the post boxes overlap about 20px into the slider, how do you fix this?
-I’d like to have a feature image so that it shows on the homepage but I don’t want that feature image to duplicate the blog post header in the actual blog post… How do you not show the feature image in the blog post but keep the blog post header with that image? (i hope that made sense?)
-I’d also like to add the “Next Post” parallax function on the blog post page.. How can that be achieved?
Thanks!
Hey,
1/2. Please share your URL in regards so I can take a look
3. This is an option that can be turned on in your theme options panel > blog tab “Hide Featured Image on Single Post”
4. There’s also an option that can be turned on for this in your theme options panel > blog tab
Cheers
the URL is http://www.tasteof1337.com
And for #4 I don’t see that option under options panel > blog tab… What should I be looking for?
Instead of using the Home Slider try using the Nectar Slider as the Home Slider is only around for legacy users at this point and works worse with some of the newer features
awesome that worked! thanks!
You’re welcome 
Hi,
A couple of questions.
1. I’ve added a portfolio project section to my page and chosen the 3D Parallax on Hover option. However I want to remove the date and just leave the title. I’ve tried various CSS and it still seems to remain.
2. On my portfolio single pages. I just want the Nectar Slider at the top of the page however I cannot get rid of of the header bar and page title. How do i get rid of both so that the Nectar slider is the top element on the page.
Thanks
Hey,
1. There’s an option in the portfolio options tab in your Salient options panel to disable the date
2.
body .project-title {
display: none!important;
}
Cheers
Hi. Thanks. However 2. removes the page title but it still leaves the title background area. I want the nectar slider to sit directly under the menu bar and at the moment the page title bar is there. How can i remove it?
Please share your URL in regards
Cheers
I love this theme. However, suddenly without any issue or plugin update or any changes on the backend, my website has suddenly stopped resolving any pages: http://www.karatelafayette.com/
What could this be?
Hey,
currently I’m seeing pages load on that URL – is there any specific browser you’re seeing this occur in?
Cheers
Your Google Map VC component doesn’t work, it’s just blank with the Google Map wrapper (.nectar-google-map) and Marker wrapper (.map-marker-list) but no iframe or embed. Debug shows no errors. Google Map embed code from Google Maps itself works fine. Working on WAMP localhost so no URL to send you.
Wordpress 4.4 Salient 7.0.5 Salient VC 4.9.2
Found the problem. The plugin WP User Frontend conflicts with your google map VC component.
When using WP User Frontend 2.3.12, I simply commented out line 254 in wpuf.php which enqueues the Google Maps script. Google Maps now works although this is a temporary fix.
Hey,
thanks for noting – i’ve marked to add a work around for that plugin
Cheers
Hello Salient, quick question, is there a way to increase the team pictures height in your team module? Example here : http://kribou.ca/grisvert/equipe (i’d like each picture to be 500px or more)
Thanks for your help 
Oh wait I think I found. I added :
.full-width-content .vc_span4 .team-member[data-style=”meta_overlaid”] .team-member-image, .full-width-content .vc_col-sm-4 .team-member[data-style=”meta_overlaid”] .team-member-image, .full-width-content .vc_span4 .team-member[data-style=”meta_overlaid_alt”] .team-member-image, .full-width-content .vc_col-sm-4 .team-member[data-style=”meta_overlaid_alt”] .team-member-image { height: 500px; } .c_col-sm-4.wpb_column.column_container.col.centered-text.no-extra-padding.instance-1, .vc_col-sm-4.wpb_column.column_container.col.no-extra-padding.instance-4 { height: 500px!important; }
If you know another way, please share 
Hey – that way should work fine 
Cheers
Hi there,
The call to action on every page BUT the home page (http://bit.ly/1nZXHgm) has a white arrow pointing down on the top of the row. The CSS class is:
call-to-action .triangle
How come the home page (link: http://bit.ly/1nZXHgm) does not have the same arrow treatment? How can I get it on there?
Hey,
it’s removed when the last row on the page above it is a full width one. You’ll need to delete this section from the init.js file located in the js folder to change that
//check if it's also last (i.e. the only fws)
if($(this).parents('.wpb_row').index() == $contentElementsNum-1 && $('#respond').length == 0 ) {
if($(this).attr('id') != 'portfolio-filters-inline') {
$('.container-wrap').css('padding-bottom','0px');
$('#call-to-action .triangle').remove();
}
}
Or you could change that row above it to be a in container type
Cheers
You are the BEST! I love this theme and will keep on purchasing. Thank you!
You’re very welcome 
Just updated WordPress and it substituted my home video for another and Nectar slider and home page appear to be set up correctly still. Waiting for developer to send me purchase code. Halp!
Hey,
If you’re on the current WP version you also need to be on the current Salient version to avoid issues
Cheers
Great Theme guys but certain pages on my site is not mobile responsive and the formatting doesn’t work on mobile phones.
http://client1.lsgweb.com/asbestos-diseases/asbestosis/All the text seems to lineup vertically when viewed on mobile devices, not sure what the issue is.
Thanks
Hey – it seems you have 200px of padding set on your text block – which leaves no space for the text to go when the screen is small
Cheers
Hello ThemeNektar. Thank you for your great theme! I have a problem with update from 5 to 7 version.
1. In blog layout, when I was using 5 theme images was showing up as Lightbox, but now they are opening in a new page, how I can fix this? Should I give you the two URLs, they are online. (i have developer version with the 7th version).
2. In the fifth version of the theme, I’m able to see in the HTML output the counter of Facebook shares, but still invisible and php coded to output display: none;, In the 7’th version I see a heart, but again facebook share counter is not working, could you please give me a hand with that too?
Thank you in advance. p.s. the theme is bought by a friend of mine, I can provide a link to check.
Hey,
Could you please indeed share your URLs so I can check further into these two problems for you?
Cheers
Thank you so much for your quick answer.I’ve resolved the first problem by changing “Link to file”, instead of “Link to file page”, which is located in Gallery setting under Gallery edit in Visual component.
The second one is here: http://goo.gl/5X98WN There is a heart(love) icon on the top right, and next to it button for social share button. I want somehow to display the Facebook shares count. Is that possible? Long time ago in version 5.X the counter was showing number of shares.
Hey the shared count is still displayed before hover – though it appears that post doesn’t have any shares
Is there a way, to see only facebook shares, and not on hover but all the time?
Hi Guys,
So I am trying to trigger a ninja form popup by clicking on a nectar slider button. http://client1.lsgweb.com/ “It’s the Take the First Step” button.
I added the shortcode [ninja_forms_modal_form id=8 text_link=’TAKE THE FIRST STEP’] to the Button text but that make button look weird.
Any help would be appreciated.
Thanks
Hey,
currently this wouldn’t be possible that way – but if you used it in the caption field it might work
Cheers
Hi, Thanks for the response, it does work when I add it in the caption field but it seems to mess up with the visual formatting of the button. Is there any way to fix this?
Thanks !
Add this into the custom css box in the Salient options panel:
.swiper-slide .buttons > div:last-child > a:first-child {
display: none!important;
}
Hi thanks for that, it works now, the top blue part that was protruding out is no longer visible. But now I cannot change the button color. Any color change that I do on the slider setting seems to have no impact on the button.
Hey, try using this as well
.nectar-slider-wrap[data-full-width="false"] .swiper-slide .button a.nf-modal-link {
background-color: #000!Important;
}
Cheers
Yes that fixes it. Thank you very much for your help. !
You’re welcome 
Hello, I am very interested in using your template, could you let me know if there is a page “coming soon”? Or if there is a way to add it to the template? I will need one the time the website is done. Thank you in advance for your answer.
Hey – as of now this would require a plugin but there are many free suitable ones for this
Can i make Cancavas Menu Off only for Mobile? Not visible for desktop ?
Hey,
yes – you’d need to activate the sticky mobile header option in your options panel and it should take on that style. However if you’re talking about using a widgetized off canvas menu only for mobile it would require custom css
Cheers
But i have a problem, when i m using sticky mobile header, becouse of my secoundary menu.. My primary menu is under the secoundary..!!!!
Please share your URL in regards
www.vintagemade.ro
Hey – i’m currently not seeing that occur on my smartphone, please let me know what device you’re seeing this on
When is loading up site, no move down, the menu is under the secoundarymenu, and then when i’m scroll down, the menu it’s not fixed in header, and next he move up and get fixed.
This is what i’m seeing on an iPhone6 http://i.imgur.com/xv71U6D.jpg – the same behavior is seen on an Android GS6, please let me know what device you’re not seeing that on
In the corporate demo – how are the blog post columns offset over the parallax background?
Hey – that is accomplished by setting a negative margin on the column holding the blog
Cheers 
Hi, where do I can find the xml file?
Hey,
You can import all the demos from the Salient options panel > demo importer now
This seems to only be an issue in Safari – Chrome and Firefox seem fine. When scrolling so that the transparent header goes solid, the transparent logo disappears and the standard logo doesn’t load. Thanks in advance!
Hey,
could you kindly share your URL in regards so I can see what’s causing that for you?
Cheers
Hey – can you try to reupload your logo for the retina versions in the options panel for all areas?
Cheers
I did – for the standard, and light and dark transparent… same issue
Please open a ticket in regards with your admin credentials and let me know the ticket ID so I can take a look themenectar.ticksy.com/
Hi, after adding an image gallery to a portfolio page it wont load. Do you have any solution for this problem?
http://a-jebsen.de/portfolio/blue-i/After removing the gallery my page is working like usual. If I deactivate page transisitions only the header shows up.
Thanks!
Ah, I’ve another problem: with my social media buttons – their circles are visible but the icons aren’t. (In Chrome – but they’re visible in Safari)
Hey!
1. Could you please open a ticket in regards with your admin credentials so I can take a closer look? https://themenectar.ticksy.com
2. Have you verified that no other plugins are causing this in regards?
Cheers
Hey, thanks for your reply!
1. Thanks, I will 
2. At least I’ve no plugins for Social Media installed. As far as I know there is no plugin that could cause the problem.
Hello – I have corporate demo installed. Couple questions: Is it possible to add icons to the left of each dropdown menu item? For the mobile menu – do we have other options other then the slide out menu (possibly the original style)?
Hey,
As of now this would require some custom modding or css unfortunately
Cheers
Hi guys,
thanks for the great theme! Just one short question: How to change the heading H1 at category pages? It is always the title of the blog main page. But same H1 at different pages is very bad for SEO…
Hey,
This shouldn’t be the case by default – the category page header should be generated based on the category e.g.
http://themenectar.com/demo/salient-corporate/category/music/ http://themenectar.com/demo/salient-corporate/category/food-for-thought/Could you kindly share your URL in regards?
Cheers