38439 comments found.
Could you please let us know how to make the slider load quicker? Furthermore, the theme appears to have issue within Safari. Any updates to fix the compatibility. https://rxight.com
Hey sierravirtual,
1. The slider fades the loading screen as soon as the video is ready to start playing – if it’s delaying in starting please reach out to your hosting company to shed some light on why that would be
2. I’m seeing no difference in how your website is displaying on Safari, please let me know your browser version
Cheers
How can I adjust the padding on the nav bar menu links? When viewing my site on iPad, the “Home” button falls under the nav bar logo. myreliefplus.com
Hey, add this into the custom css box located in your Salient Options panel:
body #header-outer[data-lhe="default"] header#top nav > ul > li > a {
padding-left: 7px;
padding-right: 7px;
}
.sf-menu .sf-with-ul a {
padding-right: 8px!important;
}
Cheers
Hi. It it possible to change the theme light box for PhotoSwipe? It’s much better for fullscreen photography portfolio viewing. With included lightboxes it not possible to see a details of image.
Hey Romano_Soprano, there’s an option in the theme to disable the default lightbox script which would allow you to use your own if you had a plugin
Cheers
I did try to use the Justified Image Grid – buth it doesn’t work for portfolio images but gallery only. It loapds portfolio image via URL. How to load portfolio images with other than PrettyPhoto? Is it possible to integrate the photoswipe in the theme somehow?
Is it possible to add the PhotoSwipe 4 from Dmitry Semenov integrate to the theme? I’m still struggling to make good looking photography portfolio.
I would like to use PhotoSwipe as a default light box for Project Portfolio: “Lightbox Only This will remove the single project page from being accessible thus rendering your portfolio into only a gallery.”
Please see a sample: I did use a portfolio item and gallery bellow. It would be great to have a native solution.
The project thumbnail is opening only the link to attachment. http://sopranophoto.com/Hey, i’m currently seeing the lightbox plugin work correctly when clicked what browser are you having issues on?
I use the google chrome. It work only inside the Justified Image Grid plugin galleries. The top powder image is a theme portfolio project. I’m trying to load it in a [Lightbox Only] mode. I’ve setted up the magnific theme litebox. But it opens the image in new page without the lightbox. I like the portfolio better than galleries. The JIG pluguing making everything only complicated. It was much easier to sort portfolio images by categories and tugs. It would be great if the PhotoSwipe 4 will be the theme choice.
Hey, if you have the theme lightbox turned off the only way the portfolio image gallery would open in a lightbox is if the plugin you’re using added a general lightbox functionality to all image links in the site
Can i mix the older features with the new full page feature? For example, the page submenu, the contact form, etc?
Hey, you can place whatever you like in the full page rows – however in regards to the page submenu, it’s not going to stick to the top. It’ll be constrained to the row you put it in
how can i make it to stick to the top? that was part of its main functionality 
This would require custom development as of now, the tooltip navigation offered in the full page functionality could provide the same outcome of linking between sections. Or a menu placed in the off canvas menu could also link between sections as shown in the product demo
can this be achieved with some css lines?
i am using the page submenu, and i would like very very much to use the new feature of the full page sections. It would be amazing to have both in my website. Please, if this could be achieved with css, i would appreciate very very much your help. Thanks!
do you guys have a place to submit bugs? i am loving your new updates. “disable row” does not appear to work on the frontend. on the backend it is greyed out.
Hey phaedon, the support forum is the correct place to post bugs – however thanks for reporting regardless. I’ve noted to sort it 
Hi Themenectar,
Upgrading to the newest version of the Theme just broke our site. Pls see into this at eudc.ro. It’s urgent. Thanks
Got it. It was an incompatability issue with the BWP Minify plugin
But still, we would like to continue using BWP Minify as it helps us out quit a lot on pagespeed ranking and everything was working ok before the latest upgrade. Maybe you can check it out.
Hey flkay, are you sure you’ve cleared all the cache from your BWP minify plugin?
That was it. Thanks!
Cheers 
hi,
After the last update my footer is no longer full width? http://rocketstartup.dk/Best regards Jesper Sandberg
Hey, please open a ticket in regards with your admin credentials so I can take a look at what’s going on
themenectar.ticksy.com/ also let me know the ticket ID here once you’ve done so
Cheers
How do we update to the latest version? Do we get an update notification in WordPress dashboard like all the other themes? Or do we have to do manual update?
Hey seseskiz, you can use the Envato toolkit plugin to update from the dashboard
http://code.tutsplus.com/tutorials/toolbox-of-the-smart-wordpress-developer-the-envato-wordpress-toolkit--cms-23883
Sorry another question. On the portfolio when you put the project style on 3D hover parralax, when you put your mouse on each project, it has a thick black box outline that shows up. Is there a way to remove the black box outline?
Hey,
Add this into the custom css box located in your Salient Options panel:
.portfolio-items[data-ps="6"] .bg-overlay {
display: none!important;
}
Cheers
Thanks again.
Yup 
Is it possible to use som sort of widget or menu in the slide out widget area to sort a portfolio grid on the same page? Sort it by tags, categories or something like that
Hey,
Unfortunately there’s no widget for that – this would take some custom development as of now
Cheers
Nectar Team,
LOVE THE THEME!!!!
I’ve been using your theme for some time now but recently I have run into the problem that my Nectar Slider images don’t seem to scale properly on smaller screens and mobile devices.
Please visit www.neileverosborne.com in-regards to the comments below.
1. I have the ‘Flexible Slider Height’ option enabled but I have not included a ‘Slider Height’ or a ‘Minimum Slider Height’. Would that the issue?
2. In conjunction with the above I am also using the following snippet of CSS in the main Salient General Settings tab: Would this be causing the issue?
@media only screen and (max-width: 520px) {
body .parallax_slider_outer .swiper-container, body .parallax_slider_outer.first-section .nectar-slider-wrap, body .swiper-slide, body .nectar-slider-wrap, body .swiper-container {
height: 640px!important;
}
}
@media only screen and (min-width: 520px) and (max-width: 1024px) {
body .parallax_slider_outer .swiper-container, body .parallax_slider_outer.first-section .nectar-slider-wrap, body .swiper-slide, body .nectar-slider-wrap, body .swiper-container {
height: 800px!important;
}
}
@media only screen and (min-width: 690px) and (max-width: 1024px) {
body .parallax_slider_outer .swiper-container, body .parallax_slider_outer.first-section .nectar-slider-wrap, body .swiper-slide, body .nectar-slider-wrap, body .swiper-container {
height: 1200px!important;
}
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
body .parallax_slider_outer .swiper-container, body .parallax_slider_outer.first-section .nectar-slider-wrap, body .swiper-slide, body .nectar-slider-wrap, body .swiper-container {
height: 1400px!important;
}
}
Your help would be greatly appreciate. Many thanks and thank you again for an AMAZING theme.
Cheers, Alan
Hey Alan!
Your CSS is indeed overwriting the normal scaling that would take place with the flexible slider height option – have you tried to temp remove it to check the difference?
Cheers
I tried removing the CSS code I mentioned above, but the scaling of the Nectar Slider image still doesn’t seem to scale correctly.
Is it recommended to include a ‘Slider Height’ ‘Flexible Slider Height’ and ‘Minimum Slider Height’. I currently have these fields blank.
I also have ‘Display Full Width’ and ‘Fullscreen Slider’ enabled.
Any help you could offer would be greatly appreciated.
If you look at neileverosborne.com/about on a mobile device or smaller browser screen you’ll see what I mean about not scaling correctly.
Thanks, Alan
I also noticed that when I removed the CSS mentioned above I am now left with a big black gap under the Nectar Slider image which wasn’t there when used the CSS above. Thoughts or suggestions on how to fix this?
Thanks, Alan
Hey,
Could you 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
I’ll definitely do that. Thanks again for your help.
Do I need to refer it mention this conversation in the ticket or just explain the issue in having?
Cheers, Alan
Apparently my Support for this purchase has run out and therefore I am not able to submit a ticket. Thank you again for all your help, I really do appreciate it.
Cheers, Alan
Hey, could you send an email using the contact form here? https://themeforest.net/user/themenectar Also please let me know once you’ve done so
Cheers
I sent you a message using the contract form you mentioned in your previous message. Cheers, Alan
Lots of issues with latest update re: fonts. When H3 is used after an H4, it’s font size set in Typography is not only ignored but it becomes body font size. On its own, it works correctly. Testimonial Slider typography font and size are totally ignored in all instances, but line height is adjusted as if the font size is showing correctly.
Hey co50, since this isn’t a known issue – please share your URL in regards so I can see the issue occur 
You can verify the testimonial slider font issues here: http://doc-bill.com/medical-billing-services/
The H3 issue I can’t show you as it’s a live site and we simply moved the H3 typography settings to H4 and used H4 instead, which works fine. I’ve found the H3 issue occurs sometimes even in instances where it’s the only text in a text block.
N/m on the H3 issue – a piece of CSS was changing it. But the testimonials font issues are present – I have no CSS messing with that.
Also having the problem I saw others having with child-theme CSS not correctly passing through to the website. I’m on version: 7.5.01. Any ideas?
Hey SeanAUS120, the update is out that sorted that issue 
Hi,
All of a sudden the tabbed content on my site has stopped working (http://stylesavvy.ie/stylesavvy-for-you/#tab-comestylewithme) nothing will click through… any ideas why?
Thank you!
Hey tahtikorpela!
I’m currently able to click through them normally – have you tried clearing your cache?
Cheers
When is the fix for the child theme styles going to be updated?
It’s already out 
Trying to add a masonry Portfolio within a contained row
What is the best way to achieve this as whatever I try doesn’t seem to work. I am also using your images for testing purposes.
I’ve added a four column masonry portfolio to a contained row
The same portfolio works fine full width but I want it to be within the 1200px and have white borders between each item is possible.
Hey,
Add this into the custom css box located in your Salient Options panel:
@media only screen and (min-width: 1300px) {
body div.portfolio-items[data-col-num="elastic"] {
max-width: 1200px!important;
margin: 0 auto!important;
transform: none!important;
}
}
body .portfolio-items .col.elastic-portfolio-item {
padding: 5px!important;
}
Cheers
Team Nectar,
With regards to the lightbox prettyphoto plugin, is there a way to disable it on mobile devices only? For mobile devices I want the gallery to appear but I want to disable/remove the option to view the larger image.
Any help you could provide would be greatly appreciated.
Many thanks, Alan
Hey Alan,
It would be possible with css – could you please share your URL in regards so I can see your current settings to assist?
Cheers 
Ofcourse. The main url is www.neileverosborne.com. However, one of the pages I am referring to is: www.neileverosborne.com/unprotected/rockhoppers-falkland-islands-islas-malvinas
If you scroll down there is a section called, ‘Campaign Photography’ which has a grid of images. I would like to disable/remove the option to view the larger image from these on mobile devices. I have several pages I would need to do this for as well.
Thanks again for all you fantastic support, I really appreciate it.
Many thanks. Alan
Hey, add this into the custom css box located in your Salient Options panel:
@media only screen and (max-width: 1000px) and (min-width: 1px) { .portfolio-items .col .work-item .work-info a { pointer-events: none!important; } }
Cheers
one word… BRILLIANT!!! Absolutely BRILLIANT!!! Works perfect. That is exactly what I needed. Thank you very much.
Alan
You’re welcome 
After updating to the latest version the child theme doesn’t seem to be working. When you will release a fix for the bug ?
Hey mariospavlou, the release landed about half an hour ago 
when displaying recent blog posts, one of the option is minimal, for this is there a possibility to display the featured image too? I have used the slider option on a different page and want to achieve a different layout in the other page.
Hey geekdot,
Unfortunately this would require custom PHP, since the featured image isn’t ever called in that style
Cheers
okay thanks.
You’re welcome 
Hello, thanks for the great theme. I would like to increase the spacing between items on the off canvas megamenu. I tried line height but that splits what should be soft returns so they look like different items. www.akiratestzone19.co.uk
Hey jimren!
Add this into the custom css box located in your Salient Options panel:
body #slide-out-widget-area .menuwrapper li {
padding: 5px 0px;
}
Cheers
Amazing, thanks so much.
You’re welcome 