38438 comments found.
Hi,
is it possible to include different languages with this theme?
thanks
Hey Tommibruce,
yes, the theme includes a .po file for translations but a multi language setup would require the use of a plugin like WPML.
Cheers
Hi Nectar, I am looking for some custom css to remove the ‘more details’ button in one of my portfolio’s. You have previously responded with the following:
.portfolio-items .col .work-item .work-info .vert-center a:nth-child(1) { display: none!important; }
However I have 3 portfolios and this removes the button from all three. I only want to remove the button from 2 of the portfolio’s.
Any help would be appreciated.
Thx.
...Or really if I can remove the option from certain categories, that would be ideal.
Hey TravisLaidlaw, you can prepend the snippet with the unique class found on the body tag on every page to target the portfolio on a page by page basis. For example:
body.page-id-24 .portfolio-items .col .work-item .work-info .vert-center a:nth-child(1) {
display: none!important;
}
Cheers!
Sorry I’m not exactly sure what I need to do with the above code…
Thanks in advance
Hey Travis, i’ve responded to your ticket in regards – we can continue there 
Cheers
Thanks!
You’re welcome!
Hi there,
I’m looking for erase the “no comment” “1 comment” “%comment” section in the entire blog, can you help me out ?
Many thanks
Hey da1234!
Use this in your custom css box (you’ll need to on 2.5+ for it to work):
.meta-comment-count {
display: none!important;
}
Cheers!
Hi, thanks but it’s not working, still have ” % comments” or “no comment), many thanks 
Hey – can you share your URL?
Thanks!
Hi,
I’ve send you an email 
Thanks
Thanks! It appears you’re not on 2.5 as you don’t have the new markup which would allow that snippet to work. Can you verify you’re on 2.5 by checking the version inside of the theme information tab in the theme options panel?
Cheers
Hi, thanks, I’on on version: 2.1.5, but unfortunately site is online with some code modifications, so I’m unable to install the lastest theme, any idea ?
Many thanks 
Hey again, you should always use a child theme when modifying any of the code so you can update smoothly – you must update in order to be able remove that that code you desire easily.
Cheers
Hey thanks for you response, can I modify code directly ? (easier than making a child theme) but unfortunately I can’t find wich file(s) to edit…
Many thanks
The files to edit would be in the includes/post-templates directory 
Cheers
Hi, thanks, “I” have been removed on the blog page but they still appear in any article page.. Do you have an idea ?
Many thanks
If you need to remove that info on single post pages as well, remove the same info from the single.php file as well. 
Cheers
Hey, one time I asked for support, because I don’t want sidebar (my options is defined with no-sidebar) on my posts. I created a ticket and you fixed that. But on this actually update, the problems come back. Can you tell me how do I fix that? Otherwise I’ll have to open a ticket everytime.
Thanks
Hey Luck,
i’ll need you to open a new ticket in regards so my response can be documented in the correct place for future reference 
Thanks
Dear makers of salient! First of all – great design and great video slider option (although I still couldn’t insert a youtube vid into the slider?… but let that aside for now) After frustrating search and various mods to different css’ – I still cannot hide the poster, the date and the comment, what I also do not want is the heart (love), or any other social buttons. Can you please provide me one single code, that I can copy paste into the custom css? Please help me, this is very important! thanks a ton!
Hey khusondermaschinen,
What blog template are you using? The code to hide some of the elements is different for the varying layouts.
Some notes about your request:
1. The Social buttons will only display if you activate them in the options panel.
2. What are you referring to when you say “the poster”? You mean the featured image?
3. Here’s a ticket to remove the love function globally: http://themenectar.ticksy.com/ticket/47165/search/
hi ThemeNectar, thanks for your quick reply,
unfortunately the code did not work in my template, the hearts are still there… can you provide me another code that will work?
By poster I meant the the entry “post by ….” and I also want the comments removed (as for now there are no anyways, and I will not use this feature in the future). What’s the custom code for the removal of “posted by” and “comments”?
I am using the latest nectar theme, purchased two days ago.
I appreciate your help!
Hey, I’ve responded to your duplicate post.
Cheers
Hey, can you tell me how I’d set up my homepage to appear with the masonry blog underneath like you mentioned a few posts up? I’m actually the original poster of that comment but purchased the theme through my work account (:
Thanks, Graeme
Never mind, spotted it in the shortcodes. This theme is insanely good – thanks!
Glad to hear you’re enjoying the theme & that you’ve found the answer Graeme!
Cheers 
Thank you for the update looks great! Can i remove in the portfolio the view lager button, or the more details button?
Will i be able to translate these?
Thank you 
got the translation working placed nl_NL in lang, and added nl_NL to config file
now only leave me with the question can i remove one button?
You’re welcome t1rnanog!
You can use this css snippet in your custom css box to remove the button:
.portfolio-items .col .work-item .work-info .vert-center a:nth-child(1) {
display: none!important;
}
Just change the number in the :nth-child() to be 1 or 2 depending on which button you want to remove 
Cheers!
Thank you
within 2 hours problem solved im happy
You’re welcome!
Hey,
I didn’t import the dummy data but would like to have the 3 column 2 row section with icons with text like you have on your alternative home page.
did you use a shortcode to get that effect or…
Hey tabishiqbal,
yes it’s a shortcode setup – if you would like it please open a ticket on the support forum with a relevant title and I’ll paste to you just that section 
Thanks!
Hey,
I’m having fun with this theme but as kind of a newbie there some questions I need to ask:
1. at the blog’s social media buttons, Facebook’s number is different from the related post’s on my site’s official FB page, apparently these two are not connected despite I have a FB plugin and the user ID is in there. There are 100 likes on the site and 30 on the FB post, and I’d like to change that. Is there a way to connect these two?
2. if one presses the space button while on the site, it scrolls down just like it should, but does not scroll up when using the shift+space combination. How could this be solved?
3. tbh I’ve never updated a WP theme before. Just to make sure, when I replace the old folder with the new one, my site will look like it does now, I’ll still have the content, right?
Thank you!
Hey lebidon, glad to hear!
1. The social count is being generated from Facebook’s API – here’s a direct URL where you can test the data they have: http://graph.facebook.com/?id=http://themenectar.com/demo/salient/
Just replace the url with your own 
2. You would need to disable the smooth scrolling in the options panel as that overrides the default scrolling behavior in the browser.
3. Yes! All of your content and settings will persist through – just make sure you delete the old folder first instead of overwriting it.
Cheers!
Excellent, thanks for the quick reply!
You’re welcome!
MAJOR BUG ISSUE 1. VARIABLE PRODUCTS DOES NOT SHOW CART WITH YOUR THEME!!!!!!!, IF I SWITCH TO ANOTHER THEME, THE CART WORKS.
Hey PMZWebDesign, I’m curious why you always feel the need to post in a rude manner. Honestly, I’m fine if you don’t like to say hi or thanks, but I would appreciate if you didn’t write with caps lock on cruise control. There’s no need for it since I have only shown you respect.
In regards to your issue, I have not heard reports of that before and variable products work just like any other on the demo: http://themenectar.com/demo/salient/product/ship-your-idea-2/
I would need you to open a ticket in regards so I can see your setup and investigate for the cause.
http://themenectar.ticksy.com/Cheers
Hello,
I’m having trouble setting up the portfolio the way it looks in the alternative layout on the salient demo page, with the images with no padding/margin around them, so that they are fullscreen and side-by-side to each other.
In a previous comment your wrote about a CSS line you could provide. Could you write that line for me?
Thanks in advance.
quote: “Hey joeykelava,
in the next update there will be additional portfolio layouts including one that mimics the fullwidth carousel look – for now removing the spacing would just take a line of css I could write for you 
Cheers!”
Hey playwithyourfood, that update was released 2 days ago – have you updated yet? There’s no more custom css that would require it’s simply an option now when either adding the portfolio shortcode or configuring the main portfolio in your theme options.
Cheers!
Hello. Help me please. When I increase browser width the text in a slider decreases in by 3-4 times. How I can correct it?
Thanks for your help,
Hey Ramin7 – your text size decreases as you screen size increases? That sounds very weird and is the opposite correlation that should be there by default. Can I please get your URL so I can see?
Cheers
Hey,
I love the theme, but before I buy I wanted to confirm something – is it possible to insert the masonry blog into the homepage below the slider and some content?
I understand that this design will require some customisation, but I’m looking to achieve something similar to this (where the recent blog posts fall below the slider and introduction section): http://www.webprojector.org/kcyqtr
Thanks!
Hey graemebryson!
That’s actually completely possible with no customization – have you checked out the new demo? http://themenectar.com/demo/salient/home-blog/ 
Cheers!
Hello, I love this theme, but before I’m going to use it I have a few questions:
- As you see the pictures on the themes blog are rectangles and they are not aligned straight, is it possible to have all the pictures square and aligned straight?
- Is there for the blog an option to filter the news (like portfolio items)?
- Is it possible to make the menu navigator and text boxes more transparent?
- Is it possible to apply a filter (for example stripes) on all the images of the website, to create one overall style?
Thank you in advance, looking forward for your reply!
Hey renatetheodore!
1. Are you talking about the masonry layout? The blog featured images are not going to crop at all so they will display in whatever proportions you upload – therefore just use the same size for all and it will be even.
2. No filter yet.
3. Yes, with custom css.
4. With more custom development. You could use javascript to add the markup to all images on the site and css to style it 
Cheers
Hi there! First of all, I want to congratulate you – this theme is amazing!!!
I have a quick question regarding the main portfolio page.
The titles of many portfolio items of mine don’t fit on one line… even though in many cases, there is a wide empty space (140 pixels) to the right. It’s as if a new line is generated 2/3rd of the way in. I thought that removing the heart code would help, but it didn’t. Do you have any custom code to solve this issue? Thanks a lot!
Thanks aseachange!
Enter this into your custom css box:
.portfolio-items .work-meta {
width: 100%!important;
}
.portfolio-items .nectar-love-wrap {
display: none!important;
}
Cheers!
Is there a way to turn off that smooth slider (or whatever it is called). I am not a huge fan and tend to prefer the default browser method.
Thanks for your help,
Hey threestreamllc, yes you can disable that with one click in the admin panel 
Cheers
Wow, thanks for the incredibly fast response. I do have a few more quick questions about the menu: 1. Is the wide menu always as wide as the full container? 2. Is it possible to just put a paragraph in a menu column with a heading? 3. Can I put widgets in the menu column (e.g. is it like the mega menu plugin)?
Great theme and I look forward to using it,
You’re welcome!
1. Yes, were you looking for something even wider?
2/3. This would require custom development or the use of a plugin as the current megamenu only supports links.
Cheers!
Thanks for your response. So, just to confirm, there is no way I can even put a short paragraph in one of the menu columns? I can dig a little in the html, but my only fear about customizing too much is that it would conflict with Wordpress menus, or future updates. Thanks for your help.
The easiest way would be through modding the header.php file by just hardcoding it into a list item – you also could use a child theme for it to keep it out of the way 
Cheers
BUG? If I have Two Nectar sliders on one page and set the first Nectar Shortcode to fullscreen=”true”, it will make the second Nectar Slider that appears lower down the page fullscreen as well. This attribute should only apply to the first slider, right?
Hey again greatnorwegian,
that should not be the case – I have just confirmed locally as well. If you would be so kind as to open a ticket so I can inspect your setup, it would make troubleshooting your issue a lot easier 
Thanks
Another Feature Request for you! – Since you added the full screen Nectar Slider, I think it would be great to have the option to Hide the Top Navigation when page loads but to let it appear for first time on Scroll. I’m using your theme as a single-page theme in once instance and this feature to not show the top nav until scroll would be HUGE!!!
Thanks for the request greatnorwegian! 
Cheers
one question, woud it be possible to have content div angeled like this?:
http://demo.themeforesters.com/theme/flamingo-agency/Hey benzrecordings, that would require custom css development.
Cheers
I can’t see my banner on this page and I could before.
All i get is a spinning wheel any ideas?
http://utopikaproject.com/about/about-us2/Hey jesusroj, what has changed in your setup since? Any new plugins or updates? It would be easiest to help you out if you open a private ticket on the support forum so I can log in to your setup and see what’s up.
http://themenectar.ticksy.com/Cheers 