38442 comments found.
Hi ThemeNectar,
I just installed the plugin ‘Advanced Store Locator’, as can be found on codecanyon.net (http://codecanyon.net/item/advanced-store-locator-for-wordpress/238166?WT.oss_phrase=&WT.oss_rank=20&WT.z_author=yougapi&WT.ac=search_thumb).
After the installation the Salient icon disappears from the WP admin and I can’t make use of the Salient theme settings anymore. Also the Visual Composer button disappears from my editor window. Ofcourse I turned to the maker of this plugin first and told him about the problem, but he told me that when themes make use of external plugins that is asking for problems. So basically he says that it’s not his problem but someone elses. I don’t know if it makes sense, my feeling says no, but I thought I just write you a quick comment to see what you think about this situation.
Right now I run Salient with a disabled internal Visual Composer plugin and bought a new Visual Composer plugin version to see if that would have helped, but still the Salient icon is ‘greyed out’ from the WP admin when activating this Advanced Store Locator plugin.
See screenshot: https://www.evernote.com/l/AASMEldgQMtKAIiVS88MJVjVnqGeEkV2lGI
I really hope you can help to find a working solution ‘cause I need Salient, Visual Composer and the Advanced Store Locator plugin to work.
Cheers and thanks in advance, Marc
Hey Marc!
It’s very weird that it would cause the options panel to stop working since that’s built on the most popular theme options framework (redux) – however if you can open a ticket in regards with you admin credentials I’d be glad to take a further look themenectar.ticksy.com/
Cheers
Hi there, I’m thinking about purchasing this theme. IT’s very nice and I like it very much, but firstly, as I want to develop a BuddyPress-based website, I would like to know if it is compatible with it. Do you have any demo to see how BuddyPress is displayed using your theme? Thank you very much.
Hey!
As of now there’s only basic styling for that plugin so some further integration might be required
Cheers
Hi Nectar,
another small problem to solve. I asked you how to manage the slideout-widget to display the “search-icon” and you gave me a perfect CSS-Code:
.slide-out-widget-area-toggle i.lines-button.x2:before {
font-family: 'icomoon'!important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
content: "\e002";
color: #fff !important;
font-size: 20px
}
.slide-out-widget-area-toggle i.lines-button.x2 i.lines {
display: none !important;
}
All works fine, but on mobile menu (tall iPad and small smartphone screens) the “search-icon” disappears and the “second” mobile-icon is present again. How to fix that so that the search-icon will be displayed on mobile menu too?
Link: http://homepage.bls-bayern.de/
Thanks for your great support!!!!!
Hey again!
Change the snippet to:
header#top .span_9 > .slide-out-widget-area-toggle i, .slide-out-widget-area-toggle i.lines-button.x2:before {
font-family: 'icomoon'!important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
content: "\e002";
color: #fff !important;
font-size: 20px
}
.slide-out-widget-area-toggle i.lines-button.x2 i.lines, header#top .span_9 > .slide-out-widget-area-toggle i {
display: none !important;
}
Hi Nectar,
I’ve tried and now the second mobile menu icon is gone but no search-icon is present and no slide-out-widget is available to select. (iPad and smartphones tall mode) – so it doesn’t work. Any idea? BTW I’ve changed the color into #f6653c (orange / theme) because if the menu header changes to white while scrolling down the site nothing is to see if the search-icon is white too.
Thanks Markus
when updating to version 5.0 my custom CSS styles are still there but I can only see the blue text in the box such as font-size, padding-left, etc. None of the white text is showing at all. This is only a problem in Chrome. When I visit the admin in Firefox I do not see the same issue.
Hey,
Because this isn’t a known issue could you kindly open a ticket in regards with you admin credentials so I can see what’s causing it? http://themenectar.ticksy.com
Cheers
Hey,
Just bought this amazing theme. I have a question in regards to the menu in the header, I don’t seem to be getting the downward arrow.
website is at: oweek.info/2015
Hey!
The only way to get the down arrow is to use a Nectar slider and enable that option within your visual composer edit screen when adding the element to your page
Cheers
Hi. Has anybody edited the code to allow different images for map markers? We have three places that have different logos. It would be great to make this work. Is it possible?
Many thanks!
Hey greatplaces,
that would require a plugin in regards or some custom development to the map.js file in the js folder
Cheers
Hi
How can I change the header height on medium size screens when set to be responsive. Currently it is very small.
Thanks in advance for your help and a great theme!
George
Unfortunately this causes the logo and menu to vertically decentralise and makes the header clash with the ‘sort portfolio’ section. Any ideas how to overcome these issues? My page is http://www.georgesearle.com if you wish to see and example of the problem.
I had used another piece of CSS to fix the header and this was causing the issues. I’ve removed it now. If you could let me know how to fix the header with out issues that would be great. Otherwise i’ll stick to the non fixed header.
Even with the header not being fixed the menu button is no longer vertically centred. Would it possible to make in centered again?
Hey – add this into your custom css box in the Salient options panel:
@media only screen and (max-width: 1000px) {
body header#top #toggle-nav {
top: 22px!important;
}
}
First of all I love this theme, its the best theme I ever worked with. But I still have one problem I cannot solve by myself.
When you are in the portflolio view and see all the entries, then there are backgrounds in every picture. Now I click on one portfolio entry and the site open. There is the picture from before, but I dont want that the picture is shown after you are into a specific entry. http://s10.postimg.org/ud5qvquop/cmed.png
How I can turn off, that the picture is shown in the specific entries?
Thanks in advance!!
Hey Keneth,
Could you kindly share a URL in regards so I can assist?
Cheers
Hey,
here is the URL: http://cannabismedizin.org/portfolio/krebs/ and I want to make the black picture away.
Thanks!
Hey,
Add this into the custom css box in your Salient options panel:
.single-portfolio .wp-post-image {
display: none!important;
}
Howdy,
Can you please explain how I can use a navigation link i.e. “Contact” to activate the slide out widget area. I searched the comments and found this:
$('body').on('click','.slide-out-widget-area-toggle a.closed:not(.animating), .button-link .nectar-button',function(){
But I am not java savvy and from what I can see this is in relation to a button not a navigation link.
Also my back to top icon has disappeared and is now just a box any ideas.
Thanks in advance
Hey hlsupport,
If you open a ticket in regards with your admin credentials and the button you wish to trigger the event I can assist
themenectar.ticksy.com
Cheers
Hi, thanks for this excellent theme!
1 – On my portfolio the sort bar (dropdown) seems not display correctly… It seems hide behind projects grid…
2- Which plugin can I use to display a simple newsletter bar for subscriptions at the top of the site ? And on the portfolio to… I wanted to use a plugin as a widget but there is a conflict between the modele page I don’t get in the same time a model sidebar and a model portfolio in attributs… I’m looking for an other way
Thanks a lot
Hey nouveaumonde,
1. Could you kindly share your URL in regards
2a. If you wanted it to display above the header I don’t have one to recommend – but there’s a ton which will work as a widget such as “newsletter”.
2b. Could you kindly share a URL showing the issue?
Cheers
Thanks I send you a mp with login, you get it ?
Hey – I haven’t seen it yet, did you also open a private ticket in regards? themenectar.ticksy.com/
I open a private ticket !
Thanks 
Seems like my pretty photo image viewer is cropped when i click it,......i cannot find the solution anywhere,,
http://snapdcreative.com/our-work/ thanksHey – please see my response to your previous post.
Cheers
Seems like my pretty photo image viewer is cropped when i click it,......i cannot find the solution anywhere,,
http://snapdcreative.com/our-work/thanks
Hey – please see my response to your previous response
Cheers
would you know why my pretty photo is cropped? thanks!!!
http://snapdcreative.com/our-work/Hey,
Could you kindly allow me to bypass your maintenance mode plugin so I can see?
Cheers
oops sorry about the multiple post. here’s the link
www.snapdcreative.com/clientviewnursidri
Hey again!
I’m not seeing a prettyphoto use case on your home page but am seeing portfolio links that lead to smaller images like http://snapdcreative.com/portfolio/random-escape/ is that what you’re referring to?
I just want to say thank you for a VERY thorough and sexy theme.
I’ve been flying the Avada and X Theme flag for some time now, but I must say I’m a convert. The level of detail and simplicity you’ve implemented is awesome. Just that little bit of extra sexy makes my day every time I build a page.
Beautifully done theme guys, very impressed!
Looking forward to seeing what style comes next (is there life after flat design and parallax backgrounds???) 
Cheers, Happy Dave
Hey Dave! Thanks so much – new updates come out constantly and more is indeed on the way 
Cheers
Hi,
I was creating my website on a test server, and migrated it to a different domain/host using the Duplicator plugin. This all worked well, with one very small exception that I just found.
http://i.imgur.com/dYxyA6P.pngThat icon from a single portfolio item still links back to the old domain. Is there a way I can change what this links to easily?
Hey Terwilliger,
Have you checked this out in regards when moving locations http://codex.wordpress.org/Moving_WordPress
Cheers
Hi,
Its a great theme, Thanks. I have a question, Is it possible to have two different pages for two different product catagories, I tried that but having a problem with pagination, I already have it enabled.
I done that with Visual composer using WooCommerce Products Tab with a specific catagory. its showing the first 30 products..
Thanks
Hey,
Could you kindly share the URL’s in regards?
Cheers
Hi. I looked around your theme features. I use the “Retina MacBook Pro 15”. ‘Retina Ready’ Do you mean that the feature is clearly visible In my macbook?
Hey,
It means that there are no images used for the theme design which are not retina ready and the logo you upload will also be retina ready
Cheers
Hey Salient,
I’m looking for the CSS to change the title font size in the Toggle Panel shortcode. Thanks so much!
Still the best WP theme around 
Will
Hey Will,
body .toggle h3 a {
font-size: 16px !important;
}
Cheers
Hello, I am really new to this. If I need additional support, can you design my website for me using this theme based on a certain motif or idea I have?
Hey aumrx, that would be a service you would need to head over to Envato Studio for
Cheers
Is there a way to have the portfolio thumbnails on the homepage open up light box galleries, rather than just a single image for each thumbnail?
Right now, the light box just clicks to the next project image.
Hey earlwallace4th,
unfortunately this wouldn’t be possible as of now without some custom development but the idea is on the wishlist
Cheers