38352 comments found.
Hello,
In the nectar slider, on a particular slide, lets say you have your title, subtext and a few buttons on the left side of the slide. How would you add content to the right side of a slide?
Lets say for instance I wanted to embed html code. Is this possible?
Thank you so much in advance.
Thanks!
Hey worldwidewhirlwind!
This would require adding the embedded content in the caption field and then using css to position it to either side
Cheers
What could be the problem?
If I choose “recent projects” instead of “portfolio element” I get the correct titles and links. But I need the Masonry style…
Hey mansatu,
I’ve noted to try and test/address this for the upcoming update 
Cheers
I’m trying to use “recent projects” in the meantime. I need to show 9 at the same time, so I wondered if I could put the element 3 times on the page. But it would only make sense, if they don’t all show the same three projects… Is there a possibility to tell it, which projects to show?
That would require modding the shortcode itself to use an offset in the query – which would probably be more trouble than it’s worth for the time being
Hi ThemeNectar,
it worked after the update, but then I’ve installed the recent update, that came a few days later, and now the problem is back again….
Could you tell me how to solve the problem?
Hey guys, first, thank you for this awesome theme, i love it. I have a question. I made my website kribou.ca with your theme. But I can see on the mobile version that my website doesn’t fit well. The slider on the home page is messed up and some parts too.
Could you help me with it please? I would like my website to be clean on mobile. Thank you so much for your help.
Hey alexandreminem,
add this into the custom css box in your Salient options panel:
@media only screen and (max-width: 690px) {
html body .nectar-slider-wrap[data-fullscreen="true"] .swiper-slide .content h2, html body .vc_span3 .nectar-slider-wrap[data-flexible-height="true"] .swiper-slide .content h2, html body .vc_span4 .nectar-slider-wrap[data-flexible-height="true"] .swiper-slide .content h2, html body .vc_span6 .nectar-slider-wrap[data-flexible-height="true"] .swiper-slide .content h2, html body .vc_span8 .nectar-slider-wrap[data-flexible-height="true"] .swiper-slide .content h2, html body .vc_span9 .nectar-slider-wrap[data-flexible-height="true"] .swiper-slide .content h2 {
line-height: 37px!important;
}
}
Cheers
You are awesome (i hope you know it). It worked quite well. Only the first slide is messed up again. I guess it depend of the resolution of our mobile phone.
Other question for you : do you think it’s possible to “erase” the button on the slider on the responsive version only and not in desktop version? It would make some room for the text.
Thank you for your help, i’m really glad to have chosen this theme.
Hey again!
Add this in as well:
@media only screen and (max-width: 690px) {
.swiper-slide .buttons {
display: none!important;
}
}
Thank you it worked! I’m closed to have a perfect slider, the first one doesn’t fit again on my mobile phone. Maybe you got a little code to put on the “Extra class name” (maybe i’m wrong?) on the first slider to reduce the texte according to the size of the screen? Thanks, thanks and thanks again
Good to hear – I would just set the font size smaller and you could do so by modding the above snippet to this:
@media only screen and (max-width: 690px) {
html body .nectar-slider-wrap[data-fullscreen="true"] .swiper-slide .content h2, html body .vc_span3 .nectar-slider-wrap[data-flexible-height="true"] .swiper-slide .content h2, html body .vc_span4 .nectar-slider-wrap[data-flexible-height="true"] .swiper-slide .content h2, html body .vc_span6 .nectar-slider-wrap[data-flexible-height="true"] .swiper-slide .content h2, html body .vc_span8 .nectar-slider-wrap[data-flexible-height="true"] .swiper-slide .content h2, html body .vc_span9 .nectar-slider-wrap[data-flexible-height="true"] .swiper-slide .content h2 {
font-size: 14px!important;
line-height: 28px!important;
}
}
Cheers
Thank you so much! It worked perfectly!! 

Hi, how can i put Copyright section and Social link section in a Footer Widget area?
hey hawaiian1985, you can use a text widget for the copyright text and a plugin like this for the social media links: https://wordpress.org/plugins/social-media-widget/
Hello ThemeNectar,
Is there a way to add an outlined box with rounded edges to a specific item in my main nav menu? As well as rounded edges on the drop down menu from that specific item?
Is there a way to make all of my “single images” to have rounded edges instead of squared dimensions?
Thanks, -MT
Is there a way to override the boxed layout (when enabled) on select items? Like, - Full width nectar sliders - full width call to action buttons - etc.
Is there a way to change the dimension of a group of single images in a single row?
Thanks again ThemeNectar. I appreciate it!
-MT
Hey MT!
1. Unfortunately not by default since the padding in the link goes all the way to the bottom of the header
2. Try adding this into the custom css box in the Salient options panel:
.img-with-aniamtion-wrap {
border-radius: 6px;
overflow: hidden!important;
}
3. This wouldn’t be possible without some custom development as of now
Cheers
The visual composer is no longer working after updating to WP 4.0, and reinstalling theme (I deleted the entire theme and reinstalled without fixing the issue). Any ideas? this problem is happening on http://www.mysunless.com
thank you,
-Mike
Hey Mike,
have you verified that no plugins are causing this issue?
Cheers
Hey man,
Where can I find a list of the steadysets icons? I want to change the ones used in the demo, but can’t find them.
Thanks!
Hey betanauweb,
The list is in the steadysets.css file located in the css folder – you can also view all of the icons from the shortcode generator in the icon shortcode 
Cheers
Can this theme have a secondary menu in the sticky header?
What I am looking for is a theme that allows me to have a primary menu that is always visible like “Resume, Communities, Services, Resources, Contact” and a secondary menu that shows when on one of these pages from the primary menu.
Each of these menu items in the primary menu would link to their own pages, however each of these pages would have a secondary menu depending on the page. So for example the “Resume” page would have a secondary menu of “About, Skills, Hobbies, Testimonials, This Resume page would act as a single page so when “testimonials” is clicked from the secondary menu it would scroll to that section on the page. Each page from the primary menu would act the same – so the communities page would have a stick menu of different communities etc..
Does this theme allow this without having to mess with the code? Though I don’t mind coding if I have guidance.. I realize I could create a ‘sticky’ sidebar for each of these pages and have the secondary menu links appear there… However my client doesn’t want to use side bars..
So please let me know if this is possible with this theme. I hope my request is making sense…
This theme looks amazing and highly customizable so I am really hopeful that this theme will do the job.
Thanks!
Hey SparkPlug!
Unfortunately that wouldn’t be possible without some custom development as of now
Cheers
Hello, I’m having an issue with the Slider. I’ve uploaded videos to a themenectar slider category and the video wont play. Can you help?
Hey mrindubitably, please share your URL so I can take a look 
The only videos I’m not seeing work are the ones that are being linked from the themenectar.com domain – have you tried to download the files and upload them into your own setup?
Thanks for the quick response. I have the video located in a category called, Other. Check it out and let me know what I can do?
Try following the step listed in the user guide in the Troubleshooting video background section (the htaccess mod in specific)
Thanks for your response. I’ve read through the troubleshooting document and followed the directions. The video still isn’t showing up. Can you help?
It seems you’re linking to the videos on dropbox but not the actual file: https://www.dropbox.com/s/lbmixyudjj9yas9/Think%20About%20Your%20Favorite%20Brand-HD%20%28convert-video-online.com%29.webm?dl=0 – if you’re going to host the videos elsewhere ensure that the link you enter in is the actual video
Hello,
I have an issue with Firefox using portfolios. The thumbnails are all screwed up.
http://followmda.com/clientsHey s14guy04,
Add this into the custom css box located in your Salient Options panel:
.portfolio-items .col .work-item {
width: 100%!important;
}
Cheers
Awesome! That was a great fix, thank you.
Now I have one final question. When I initially uploaded images to both the “Ambassadors” & “Clients” pages, the thumbnails were perfectly cropped and were all symmetrical. Now they have varying heights. I’ve regenerated thumbnails, but this did not fix it.
Thanks!
Hey again! Make sure you have uploaded feature images that are at least 600×400 to get the correct aspect ratio 
Hi before I buy this theme can you confirm I can have multiple images on a portfolio page? So for example Portfolio basic item I could have several images on a slider? Thank you.
Hey JasonEdwards! Yes, you can place whatever content you like on the single project pages 
The visual composer no loger work under wordpress 4.0 how can I fix this? many thanks
Hey paboman, have you verified no plugins are causing this behavior?
Hello! Great theme so far. We are getting an Syntax Error: Unexpected Token whenever we press on the logo to go back to the homepage.
Any suggestions?
As soon as we disabled the AJAX Page Transitions function, the error was removed!
Yes, that issue with AJAX transitions will be fixed in the upcoming update. For now keep it off if you’re using a plugin that relies on javascript on the page
Hi. Is there a way of removing the “CATEGORY ARCHIVES: ” heading text from the blog pages. I would like to leave the category name.
Thanks
p.s Love this theme!
Hey HiSpirits,
You can remove that text in the top of the index.php file 
Cheers
Sorry to pester you bud, is the update early this week, need to plan some time in to sort it all out 
Unfortunately it’ll be towards the end – I had some unexpected personal matters to attend to last week which slowed me down a bit.
Hello, my site displays this error message. It appears on all pages but not always. It happened before and it happens even now after installing everything from scratch. Still i only changed a few things in relation to your demo, please can you help me?
Here there is a screenshot: https://www.dropbox.com/s/bbhx62ewbci5s05/Schermata%202014-09-15%20alle%2008.49.56.png?dl=0
This is my website: http://7aa.ea8.myftpupload.com/
Hey hawaiian1985,
You can disable AJAX transitions for now to sort that – it’s most likely caused by a plugin conflict. The next update will sort issues like that with the transitions and various javascript based plugins.
Cheers
Hello – I’m having a slight problem with the logo in the header. It looks normal on a desktop browser, but the mobile version is way too small, hard to read. I have uploaded the Retina version of my logo (twice the size of my standard logo). In the Logo Size, I put in the height of my standard logo. Any suggestions on how to make the logo larger on a mobile device?
Nevermind, found the answer in the discussion archives.
Hey! Glad to hear you found it 
Hello,
Thank you for providing great support.
I’m trying to achieve few things and I was hoping you’ll be able to help me.
1. I’m trying to find a way to display a “featured image” on the “link” type of post – is there any? I’m using “Masonry Blog Fullwidth”. As a default there is just a link on a aqua / greenish background which I’d like to replace with featured image.
2. I have removed the date and the heart icon from the posts list, but I can’t find a way to remove the line at the bottom of the post preview.
Thanks!
Hey YoZeeto,
1. If you want to add a featured image to that it would require a slight mod to call it in the includes/post-templates/entry-link.php – add this where you want it to display:
<?php if ( has_post_thumbnail() ) {
echo '<span class="post-featured-img">'.get_the_post_thumbnail($post->ID, 'full', array('title' => '')) .'</span>';
} ?>
2. Could you share your URL so I can take a look to provide the code?
Cheers
Hey ThemeNectar,
Sure it’s www.zeeto.me – underneath the posts you’ll see the line which was a division between the post and removed date and heart icon
Cheers!
Hey!
Add this into the custom css box in your Salient options panel:
article.post .content-inner {
border-bottom: none;
padding-bottom: 0!important;
margin-bottom: 0px!important;
}
Hi
I am getting, Syntax Error: Unexpected Token:
I deleted the old theme and replaced it, still the same.
Hey qhbl, please share your URL so I can take a look 
I have emailed it to you, please let me know.
The next update will include new options for AJAX transitions – one being the ability to switch the method from actual AJAX to Simulated AJAX, which will look almost identical from your point of view but will end up loading each page the same as it does without AJAX so all plugins will still function normally. For now just disable that option in your general settings tab
Hi, i have a question, now my icons are monocromatic, i want change with color icons is possible? Thank you
Hey aledreams,
yes, you can chance the icons to any of the accent/extra colors are you have defined in your color scheme in the Salient options panel
Cheers