38439 comments found.
Hi Nectar team, How can I do contact form 7 fields wider? Can I edit these?
Hey microdesign_polska! Those fields will take up 100% of the div they’re in, so if you have the form in a column shortcode, just adjust that to adjust the size.
Cheers
Hello—is it possible to have a portfolio with just popups (and captions), and eliminate the “more details” tab as seen here?
http://themenectar.com/demo/salient/portfolio-4-columns/Hey artblend, add this to your custom css box:
.portfolio-items .col .work-info .vert-center a:nth-child(2) {
display: none!important;
}
Ok, one down! Thanks! How about getting the captions to show underneath the popup? I have captions on each image, but nothing shows. And is it possible to have a previous/next feature for these images?
You’re welcome – both of these items would require additional development at this point but the portfolio lightbox navigation is on the wishlist already 
Cheers
Nectar, can you help? 1-How to do the scroll to the top bigger 2-Iphone how to show the menu alwas on the top
Hey mahiette,
1. Add this to your custom css box:
#to-top, body #to-top i {
width: 44px!important;
width: 44px!important;
}
body #to-top i {
line-height: 44px!Important;
font-size: 24px !important;
}
2. This would require you to go through the responsive.css file and delete the rules that change the position of the header to relative on mobile. This was done on purpose due to the fact that some smart phones can’t process position fixed well.
Cheers
ohhh then is ok.. ill keep it your right so I avoid it.. thanks I’ll appy the cusst css now and let you k now
Sounds good!
Cheers
Greetings
Coming to the end of my site build and what a blast it’s been – all thanks to your great theme. Loved it!
And this question is the only thing I’ve not been seen answered already or been able to work it for myself. It’s an easy one!
How do I make the widget titles in the sidebars non-caps? I worked out in the css how to fix this for the footer widget but can’t see where to fix the sidebars.
see here for example – the word Instagram in the sidebar. I want it like in the Footer
http://labombafrance.com/getting-there/
body #sidebar h4 {
text-transform: none!important;
}
Cheers!
Hello Does this theme has a modal shortcode? Or something implemented?
Thanks!
Hey lucasbc! You can call a lightbox by adding the class “pp” to any link. e.g.
<a class="pp" href="http://3.s3.envato.com/files/52337238/themeforestBanner.jpg"> lightbox link </a>
Hi ThemeNectar, I came here to write you about this http://demo.zoom-arts.com/harkat/ but I see muffingroup did it before me. Just want to tell you it’s a shame and we support you! Hope Envato bans it soon.
I’m proud to have bought the original one: I’m customizing it and it’s incredible! The best theme I’ve ever purchased.
Beware of imitation! 
Thanks so much for your support simonepaoli! It appears TF looked into it as the other theme is gone now.
Cheers!
Hello Great Theme.
When I load the Test Site from my Ipad / Iphone the banner video is not playing.
Any reason for this?
Thanks jesusroj, yes indeed there is a reason for that. Skip to 6:38 in my tutorial video: http://www.youtube.com/watch?v=FLU9Pxo_RD8
Cheers
Hi, It says in the specs on the right that this is compatible with IE8. However, it does not look good on IE8. There are a lot of gaps in the layout, the paging css on the slider has a bug, the about us (extended) carousels are not showing full-width, etc. As a developer myself, I understand the difficulty of making things work on IE8 and even IE9 sometimes. However, if there are things that just can’t be done in IE8, it would be nice to know what those things are (ie. Video backgrounds, background-size: cover, etc).
Hey Josh,
It looks like the last update 2.1.5 created a few new bugs for IE8 due to the use of the trim function in my main javascript file (I was unaware IE8 didn’t support it). I will patch this up and it should fix up a good deal of the stuff you’re experiencing. Other than that, yes the theme will look worse on IE8 due to it’s lack of understanding css3 & media queries – but I note to comb through it wall again to touch up whatever I can!
Cheers
Can you give me the code to hide the % in the “Our Skills” graph?
Also at http://www.fluxxmedia.com/about The top section i would love to have “We’re a media marketing agency” text smaller and on one line. How is that possible?
Best Word-press Theme out there BTW! Thanks so much
Thanks dgood48080!
1. You can remove the % by editing the shortcode-processing.php file which is located in the nectar/tinymce folder. Search for “nectar_bar” to end up at the right place and remove the percent sign out of this line:
<div class="bar-wrap"><span class="'.strtolower($color).'" data-width="' . $percent . '"> <strong>' . $percent . '%</strong> </span></div>
2. Add this to your custom css box:
body #page-header-bg h1 {
font-size: 32px!important;
}
Thanks for the response I removed the ”%” from that line and opened in private browser and still the percents are they. Thanks so much for the great suppoprt
You’re welcome 
Are you sure you removed it? That’s the only line responsible for generating the output – have any server caching like W3 active?
Cheers
Hi Nectar, I made the line (just removed ”%”) “ ’ . $percent . ‘ “
and saved it over. I didn’t have any server caching active (unless its on my default)
No worries though i think im going a different direction but might come back to it later
One of the main reasons I bought this template was the great support and you exceeded my expectations! Thanks so much for a wonder product!
That’s great to hear dgood48080, thanks so much!
Cheers 
Hey ThemeNectar, really great theme, love it. Just one important question: I’d like to have two different portfolios on the site. Is it possible to make a portfolio-site that shows just Items from a specific Project-Category?
Cheers!
Hey FirmenHomepager!
Indeed it is, you have the option to select what categories you wish to display using the Portfolio Display Settings box: http://i.imgur.com/ry1Ki8Q.png
Cheers
Hi ThemeNectar,
Is it possible to remove the effect on the caption of the full width nectar slider and make it appear along with the slide image without any transition effects ? Can you please guide me on how to do this ?
Thanks.
And also could you please guide me on how to decrease the speed of the client slider ? Thanks.
Hey deepakkumarv, these are both javascript mods.
1. Open the nectar-slider.js file located in the js folder, search for this:
//fadeIn active slide
$($containerClass+' .swiper-slide:nth-child('+ (currentSlide + 1) +')').find('.content').children().each(function(i){
$(this).delay(i*90).animate({
'opacity' : 1,
'padding-top' : 0
},{ duration: 400, easing: 'easeOutQuad'});
});
and change the .delay(i*90)to
.delay(i*0)
2. Open the init.js file and search for this:
$('.carousel.clients').each(function(){
inside of that function alter this parameter:
timeoutDuration : 2700
Cheers
Hi ThemeNectar, The Caption of the full width slider still fades in from bottom for every slide. Is there any other possibilities to stop it ?
Thanks.
Hey again, add this to your custom css box:
body .swiper-slide .content h2, body .swiper-slide .content p, body .swiper-slide .content a {
padding-top: 0px!important;
}
Hi ThemeNectar,
Do you can take a look again on my registration page css?
Here is very wrong the checkboxes:http://i.imgur.com/Sh5ifhT.png
http://lolguardian.com/registro/
If you IP changed, send me a e-mail, contato@lolguardian.com
Thanks a lot.
Hey again,
it seems your plugin buddypress is adding these rules natively. Looking in the live styles for this you’ll see this straight from the buddypress stylesheet:
#buddypress .standard-form label, #buddypress .standard-form span.label {
display: block;
font-weight: bold;
margin: 15px 0 5px;
}
You’re going to need to make some custom rules & possible some different HTML to overwrite the styling in place.
Cheers
Ok, thanks for the support, like always.
You’re very welcome 
Hi ThemeNectar,
have you seen new product? Take a look on http://themeforest.net/item/harkat-multipurpose-responsive-theme/5800844 – exactly copy of your theme.
Hey muffingroup, Thanks for sharing this with me! Just from looking for at it for a couple minutes I can honestly say that it’s the most blatant attempt to steal I’ve ever encountered to date. Not only did he rip the design, but he stole my code line for line in many places – just compare his markup & css to mine: http://themenectar.com/demo/salient/home/home-basic/ He also appears to have taken a lot of my wording.
Thanks for calling him out on it – I’m sure TF will handle it soon enough.
Cheers
That`s why we decided to leave you this message. We also sent you more info on pm as he stolen lot`s of our things like texts, images, options panel design and some other stuff. So please check our message and you will see what he did. It is something unbelievable
First time we saw something like that.
BTW We compared your code with his and this is the same code. More info you can also read on pm.
We hope it will be handled by TF soon.
I really appreciate you taking the time to do all that muffingroup! It looks like TF has taken care of it now 
Cheers!
Is there the ability to change the Nectar slider font size? It’s really large on my page.
Also what font types are used in the example videos for the Nectar slider? They are really nice
also is there a nectar shortcode to place in the recent work boxes on a page? I want it under the nectar slider
Hey samueljustice00, yes to all of your questions 
You can alter the font sizing in the typography options tab inside of the theme options panel – the default font used is Open Sans.
Also, there’s a shortcode called Recent Projects which you can find in the shortcode generator near the bottom of the list.
Cheers
Hi there,
Just wanted to ask you something before buying, is it possible to change the font of the header, yours look cool, but I have some concerns about that.
cheers!!
Hey inwoodhands! Yes, you have complete control over the font used there as well as complete control over the colors as well if you decide to you want to change them 
Cheers
Hi ThemeNectar, I need your help once again. I’ve got a little situation with the favicon. Since its shape is three-cornered, and the dimensions are 16×11 px, how can I maket sit/look better or just the way it is supposed to be? Now as I upload it, it gets compacted on the sides. Note: I’ve seen that the suggested dimensions are 16×16 Regards, Lifelover
Hey lifelover! Just center it within a 16×16 document 
Greatly appreciated. Cheers!
You’re welcome!
Hi, I am using the embedding code inside the portfolio item to show my videos.
With screen sizes which are a bit small the text on the right gets on the video (breaks down). Any way to fix this?
Thanks 
Hey NeuronFX! Is the code you’re embedding an iframe? Iframes automatically get responsive styling but flash objects do not. I would need to see your URL and check on that for you 
Cheers
Thanks for your reply, this is the embedding code I am using:
<iframe src=”http://videohive.net/item/embers-and-sparks-bundle-2k/embed/5335358” width=”775” height=”415” frameborder=”0” allowfullscreen></iframe>
Open up your init.js file located in the js folder and run a search for this line:
if( $(this).attr('src').toLowerCase().indexOf("youtube") >= 0 || $(this).attr('src').toLowerCase().indexOf("vimeo") >= 0 || $(this).attr('src').toLowerCase().indexOf("twitch.tv") >= 0) {
change it to this:
if( $(this).attr('src').toLowerCase().indexOf("youtube") >= 0 || $(this).attr('src').toLowerCase().indexOf("vimeo") >= 0 || $(this).attr('src').toLowerCase().indexOf("twitch.tv") >= 0 || $(this).attr('src').toLowerCase().indexOf("videohive") >= 0 ) {
It works! Thank you for your great support, I really appreciate! Well done, and keep it up 
No problem!
Cheers mate
Hello,
thanks for your work, it looks pretty good. I installed it and put some dummy content on a new site, but instantly ran into a problem:
The portfolio has a pagination (2 pages so far), but when opening page 2, I get a 404.
Any ideas what might cause this? Have a look here.
Cheers
Hey kaMai!
When you activate extended pagination on the portfolio in combination with using custom permalinks, you need to also enter in a slug in the portfolio options tab – name it anything other than portfolio e.g. “work” or “projects” and then resave your permalinks in Settings > Reading.
Cheers
Hello, I have one question before I purchase. Is it possible to create more than one portfolio?
Oops. I forgot I already purchased… lol.
Haha!
Yes it’s possible to create more than one – you can assign the portfolio page layout on as many pages as you want and then use the portfolio display settings box to assign which categories will display: http://i.imgur.com/JJAJHSV.png
Cheers!
Hello. What are those new features planed for the next update? Tell me!!
Haha, hello mzuker! The next update will contain more bug fixes and additional functionality to the portfolio/blog. I’ll keep you guys updated the further I get into development 
Cheers