38352 comments found.
We have set up a Nectar slider with button links that link to an image (jpg). We would like to have these images open up in a lightbox window. I’ve enabled auto lightbox images in the general settings, but this doesn’t make these links in the slider open up in a lightbox. Is there an option for this somewhere?
Hey RobinaGroup,
You’ll have to add the button through HTML in the caption field:
<a data-hover-text-color-override="#fff" class="pp" data-hover-color-override="false" data-color-override="#20CFEF" href="#" target="_blank"><span>TEXT HERE</span> </a>
Cheers
Hi
Before I purchase this theme I’d like clarity on 2 issues:
1. Will it be possible for me to display my last 5 blog posts (for example) and a snippet of each post on the homepage together with the slider you have?
2. Do you supply the demo content as well?
Hey rihla,
1. If you use the blog element you can choose any of the styles seen on the demo and also choose the number of posts that will display
2. Yes 
Cheers
hello! I’ve a problem with the maps: the markers doesn’t work. Here is my site: http://bit.ly/1u8TB2K
Hey maria1981,
update to the latest version of the theme to get the fix 
Cheers
Hi there! This theme is awesome, I have a question:
¿How can I keep visible like buttons when I have the “Full Width Portfolio Item Layout” enabled? They disappear when I active it.
Thank you, Regards
Hey ainybez,
you can use the Social Buttons element inside of visual composer to place them wherever you need on the page 
Cheers
for some reason all of my portfolio titles are now left aligned not centered any more? Any way to correct this back to centered?
Hey mbianchi27,
Could you please share your URL so I can take a look?
Cheers
sending in PM
also while you are in there, can you take a look at the right side of the portfolio entries and let me know why there is a gray bar there: https://www.dropbox.com/s/tk939g2o1qff691/gray%20bar.png?dl=0
1. Add this into custom css box in the Salient options panel:
.portfolio-items .work-item.style-4 .bottom-meta {
text-align: center!important;
}
2. I can’t see that actually – what browser is it occurring in for you?
I am talking about the individual portfolio page, not the showcase page, sorry.. Please click into a single port page and you will see the issue
FYI, I figure out the single port center issue:
#full_width_portfolio .row.project-title .col.section-title h1 {
text-align: center!important;
}
Hey,
glad you sorted it 
Hey ThemeNectar,
I had an issue with map markers which I previously mentioned, this was fixed after installing the latest version of the theme. However today the map markers disappeared again. Can you offer any support on this issue? http://s535395636.websitehome.co.uk/contact/
All the best, Fox
Hey Fox,
Sorry about that – there actually was another update shortly after the one you downloaded, if you update again to the latest release it will be fixed for good 
Cheers
Thank you for this. Will do this now and get back to you if there are any issues.
Sounds good 
Hi ThemeNectar,
I’m trying to use the shortcode’s icon but it’s not working. I click to use the nectar shortcode and then I select the size, the icon and “add shortcode button”. It doesn’t work. How should I do?
Thanks in advance!
Hey codigourbano,
Have you checked to ensure no plugins are causing this issue on your end?
Cheers
I have only 3 plugins installed. Contact form 7, Easy Facebook Likebox and Really Simple CAPTCHA. I deactivate all of them and the problem is the same.
Beyond that I have another problem. If I want to create or edit a text block on visual mode, I can’t. Nothing appear in the window, only if I edit in text mode. I was thinking it could be the browser, but I tried in 3 different browsers and it’s the same.
So, how can I fix the problem with the shortcode icons and the text block?
Thanks in advance!
Hey again, very sorry for the delay -
if you’re on a recent release of Salient (4.5.2+) then please open a ticket in regards with your admin credentials so I can take a look at what’s going on
themenectar.ticksy.com/
Cheers
Hello! I have some problem with a single portfolio work on mobile. There is a problem about the image resize with “nectar slider” image gallery. Can you check this link please? http://bit.ly/1wpI5BP
Thanks in advance.
Hey markosansa,
Make sure you enable the flexible height option in the element in order to fix this 
Cheers
is there a way to make the header disappear or become transparent when I scroll down, opposed to it continuing to scroll down the page when scrolling?
Hey coreygrayhhs,
Add this into the custom css box located in your Salient Options panel:
#header-outer {
position: absolute!important;
}
Cheers
thank you!
You’re welcome 
hi, how to add the new version from Font Awesome ( Version 4.2.0) in theme? Thanks in advance
Hey – That’s coming in the next update 
On pages that I add a header image, the logo/navigation starts white as normal, but I want to see if its possible to start it with dark logo/text on a couple of the pages with a header background? So I would have a couple pages start white and a couple start dark… I don’t see this option available, unless I use the nectar slider? Let me know thanks
Hey mbianchi27,
that’s an option that’s on the wishlist but unfortunately would require the use of a Nectar Slider now instead of the page header
Cheers
Hi ThemeNectar,
I’ve built a Nectar slider for the homepage of my new site http://www.kidsmerchandise.nl. It’s a boxed version of your theme. The size of the images that I use for the slider is 1080px * 416px. I tried al kind of settings to get the slider to look good on desktop/ipad/mobile, but always some thing is not looking good. Can you tell me which settings I have to use to get a slider with my proportions that looks always good on desktop/ipad and mobile.
Thanks, Marc
Oh and I selected ‘Display Arrow Navigation’ but hovering over the arrows reveals an 1/4 next to the arrow sign. Guess there’s some thing wrong …
Hey Marc,
1. Have you tried turning on the flexible height option?
2. That’s the current slide count, it’s standard functionality for the arrow hover effect
Cheers
> 1. Have you tried turning on the flexible height option? Sure. Can you please send me a screenshot of the optimal settings for my case? > 2. OK. It looked like an error to me. LOL
Could you open a ticket in regards with your login credentials so I can assist?
I used this code to resize my boxed version from 1200px to 1080px but the responsiveness is now completely gone. Can you please take a look to see what I do wrong?
/******** Resize width container ********/
@media only screen and (min-width: 1000px) {
#boxed {
width: 1080px!important;
}
#boxed #header-outer, #boxed #header-secondary-outer, #boxed #page-header-bg {
min-width: 1080px!important;
max-width: 1080px!important;
}
.container {
max-width: 1080px!important;
}
}
#boxed, #boxed #header-outer, #boxed #header-secondary-outer, #boxed #page-header-bg[data-parallax="1"], #boxed #featured, #boxed .orbit > div, #boxed #featured article, .ascend #boxed #search-outer {
max-width: 1080px !important;
min-width: 980px;
width: 90% !important;
}
Change this section:
#boxed, #boxed #header-outer, #boxed #header-secondary-outer, #boxed #page-header-bg[data-parallax="1"], #boxed #featured, #boxed .orbit > div, #boxed #featured article, .ascend #boxed #search-outer { max-width: 1080px !important; min-width: 980px; width: 90% !important; }
to this:
@media only screen and (min-width: 1000px) {
#boxed, #boxed #header-outer, #boxed #header-secondary-outer, #boxed #page-header-bg[data-parallax="1"], #boxed #featured, #boxed .orbit > div, #boxed #featured article, .ascend #boxed #search-outer { max-width: 1080px !important; min-width: 980px; width: 90% !important; }
}
I have a question regarding padding under the header. In the demo, there is a a nice padding underneath the #page-header-wrap, but on my site, the content comes right after the header. There is no padding. Check this site for reference: http://107.6.141.194/~ploughan/sites/43735555.dk/om-os/ What am I doing wrong?
Hey ploughansen!
You can add the top padding the row holding your map element 
Cheers
Yes, but isn’t it supposed to be there by default? Or do I have to do it on everything? What if I put something else at the top?
The page header doesn’t automatically have padding under it because there would be a gap between it and full width background/content sections so this gets handled in the rows – however if you’re using standard “in container” row types it will be have margin under it by default to give spacing.
You said to add padding to the row, but how I see it in the demo, you have a top-padding of 90px as an element-style (inline) on the first div in the first row. The same inline padding is present in my site, but with a top-padding of 0px. How do I change this inline style?
Correct – you can add that via the “Padding Top” field on your row: http://i.imgur.com/s0bX3w1.jpg
Ahh I see. Well I’m not using the Visual Composer, but I worked it out by just using the divider shortcode. Thanks for your quick response.
You’re welcome 
please tell me how to upload psd file in wordpress
Hey mefaisalrana786,
here’s the tutorial for importing the dummy data https://www.youtube.com/watch?v=_wKJFYCZN1U&index=1&list=PLL7Ay33CTsIAVMPtw3KPsAwDzr_XoVLeq – there is no PSD though.
Hi Nectar,
for some crazy reason the homepage is changing the nectar slider into home slider? In the visual editor its a nectar slider but online its the home slider whats going on? this problem occurred after using WPML.
Thank you Anmar
www.mefahelsinki.com
Never mind, fixed it haha 
Glad to hear! 
+ Is there a way, if I want a HORISONTAL line, to display the menu inside a row, or to display the categories in a horisontal line? Those, that you would normally provide inside the widget area?
Hey,
is there anyway you could provide a URL of the page you’re trying this on or a screenshot depicting what you mean so I can better understand?
Cheers
Nope, not yet, sorry. What I was asking or, in other words, is a short-code for the menu. Ie. [Menu blabla]
If I create an alternative (extra) main-menu. Would it be possible to (through script) to replace the default main-menu with this alternative one?
(and how to?)
Hey Peter,
Yes, but this would need to be handled in the header.php file – i’m not sure how it is you want it to display and what will be different about the alt menu
Cheers
Im not sure you get what I mean, sorry. What I want is to KEEP the existing menu. But for a sub-area of my website, I would have like to display a different menu. This could also relate to my other question regarding a menu as a short-code, if that is possible.
All of above I thought could be done using the usual CSS, where I am able to HIDE the menu. I thought it would also be possible to replace it on selected pages.
The nectar slider font doesn’t appear to be retina ready as it looks quite blurry on a retina macbook. This is true on my site as well as your demo. Do you have any solutions for this or plans for a workaround? It’s odd because I know it’s not a graphic but seems to be impacted similarly by retina. Thanks!
Hey ehong33234,
This only occurs on Safari, but is being looked into 
Cheers
I have created a POWERFUL LOVELY SITE off your theme.
www.iCloudWallPaper.com
www.iCloudWallPaper.com/iPic
www.iCloudWallPaper.com/iPics
Is there a way to kill the animation effect when my pics load? There seems to be a delay in displaying the images and it comes in the form of a fade animation. All the pics seem to load at once altogether…
Hey!
When using a masonry display unfortunately the layout must wait for all images to finish loading in order to calculate the correct positioning for each posts
Cheers
How do I add subcategories to pages? Like if I wanted to make folders under a page?
Hey coreygrayhhs,
you just have to drag and drop the pages in a nested fashion in your Appearance > Menus section of the admin panel like so: http://i.stack.imgur.com/lsQa6.jpg
Cheers
Thank you!
You’re welcome 