38438 comments found.
Thanks for letting me know AlvDeLaCruz 
no worriess.
Cheers 
I have recently bought the theme and having problem installing it !!!
unpacking the package…
Installing the theme…
The package could not be installed. The theme is missing the style.css stylesheet.
Theme install failed.
PLS HELP !!!!!!!!!!!!!!!!!!!!!!!!!!!
can i get some help ????
Hey ezsway,
Please see this article: http://support.envato.com/index.php?/Knowledgebase/Article/View/269/0/my-wordpress-theme-isnt-working-what-should-i-do and scroll to the “Common ‘Broken Theme’ and ‘Stylesheet Missing’ WordPress Issues” section 
i keep getting this message
The package could not be installed. PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature
plss help
Hey again – I’ve never heard of that error before – but I found this thread relating to it: http://wordpress.org/support/topic/pclzip_err_bad_format-10
can i just give you the acess info, and can you fix the problem?
ezsway,
From what I’ve reading on that error it means you’re out of space on your server – you’ll need to contact your hosting company and give them that error to confirm. 
sure you know by now but your domain expired(?) and the theme-demo does not work currently… a friend just wanted to look at it and probably buy it 
Hey skillboard, it happened while I was sleeping so unfortunately you guys found out first – it’s been taken care of though.
Cheers 
Hi,
All works well except video(nectar) playback on IE. I’ve just sent you an email with access credentials. I’ve followed the instructions and I guess I am missing something. Appreciate your help please.
Hey pageii!
From what I can see IE is choking on your mp4 (the source that it uses) http://kii.sg/wp-content/uploads/2014/01/Logo_Opener_1080.mp4.mp4
Can you try encoding it through this: http://video.online-convert.com/convert-to-mp4 ?
Cheers
Did you forget to renew Themenectar.com ???
I wonder if there is a way to make “blank pages” without header, footer, etc to build landingpages and such. Seen this on “Enfold” theme and love it! If it is not there please add this
Guess you have other things to do right now. Hope your domain comes up again fast!
Hey theroyalvideographer!
1. It’s been sorted 
2. You can accomplish this with custom css – just add this in the css box in the page builder view on any page you wish to remove the header/footer
body #header-outer, body #header-space, body #footer-outer {
display: none!important;
}
Cheers 
Salient demo site down for me to!
It’s up now deadcatdreaming – sorry for the wait 
Great Theme but how can i delete the white gap beetween the homeslider and the footer?
Hey Teigelkaemper!
Try adding this into the Custom CSS box located in your Salient Options panel:
.home-wrap {
padding-top: 0!important;
padding-bottom: 0!important;
}
Cheers 
Is it just me or does the live preview really not work?
Hey stbl, the site was down while I was sleeping – it’s been sorted now 
The live preview is down. I think someone didn’t pay for the domain renewal.
Hey DenobiWebAgency, it’s up now sorry for the wait 
Hi, first great theme!!! I need information, it’s the theme compatible with optimize press 2.0?
Thanks!
Hey drnoizer! Unfortunately I haven’t tested with that – but if you encounter issues just let me know and i’ll see if I can help 
Cheers!
Hello. Is it possible to make multiple portfoliopages with subpages? In your demo there is only one portfoliopage.
Hey renemeik!
Yes, you can have as many portfolio pages showing unique sets of projects as you need but the new/prev arrows on the single project page will still navigate between all items (you can hide them if you don’t want that with a line of css through)
Cheers
One more question: Is the theme WPML compatible?
I haven’t claimed 100% compatibility yet – but intend on it soon 
Cheers
Do you know if it will work with this plugin: http://wpml.org/
As I mentioned, I haven’t claimed 100% compatibility with it yet because I need to do more testing first. I know a lot of buyers use it though, there just might be bugs I’m unaware of at this time.
Cheers 
thank you for replying so promptly 
No problem 
I really like this theme! Is the header area customizable? For example, can I have a top bar for social media, add a phone number on top of the main nav? move the logo the a different area, etc.. Thanks
Hey claudita!
You can indeed have a secondary navigation bar above the header which contains social media and any other links you want – but there’s no option to move the logo to a different area of the header as of now.
Cheers 
thanks
You’re welcome 
Hi.
I simply love your theme and effects are simply great.
Before I buy I want to understand, whether I can build my site, without any wordpress ? I want to use only CSS/HTML/PHP and Jquery .
Hey vgurudev! The theme requires WordPress, but if you have a basic understanding of coding which is sounds like you do, you could easily port the HTML out of WordPress and use it in your standalone project.
Cheers
Hey Phectar,
So im about 2 days away from launching my site and was curious about how the site goes about using a display image?
For example if I make a Facebook post and paste my web addy in there it shows one of my gallery pictures.
How do I chose what is displayed?
Thanks for your next level service on this support forum.
Kings regards,
CS
Kind regards rather. 
Kings regards works too 
The theme automatically grabs the first/featured image in the post – if you want to control it manually open the functions.php file and delete this line from the bottom:
add_action( 'wp_head', 'add_opengraph', 5 );
then install this plugin http://wordpress.org/plugins/wp-open-graph/ and you can define your own data for social media sharing sites to use 
Super awesome thanks so much again.
And please send the king my regards 
-CS
So I have my child theme established like you suggested (thanks for that) but the only 2 files I have in the child theme are the header.php and the style.css files
Do I have to copy the functions.php file over as well?
Is it safe?
Thanks again
You wouldn’t copy the functions.php file over, you’d just create a new flle named functions.php (same with the style.css) and add to them. But for the mod I gave you last with the open graph stuff, the instructions were assuming you were going to mod the functions.php directly. If you want to keep it in a child theme – start your new functions.php and add this in:
<?php remove_action( 'wp_head', 'add_opengraph', 5 );
Oh OK noob question. . . isn’t copying it to the desktop or starting a new file the same thing? I assume that whatever’s in the function.php file needs to be copied to the new file along with the above code snippet? And this is placed in the child theme folder correct?
Also, in testing the site on another server which was recommended by a friend I noticed that
3 thumbnails from the portfolio are missing along with the heart graphic on all the pictures in the portfolio section and blog on Firefox.
And the arrows at the top to navigate the images in the portfolio section. There seems to be some really smalls letters in place of these aforementioned areas.
E001 E006 on the arrows and EOOE on the heart.
Is there a fix for this? So weird.
csmurphy.com
-CS
Hey again,
1. No, the new functions.php file doesn’t need to contain anything because it’s not going to replace the parent functions.php, it’s essentially going to add to it. The same goes for the child style.css except when creating the child stylesheet you need to add this in at the top before any custom rules to import the parent stylesheet
/*
Theme Name: My Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme I have created.
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/
@import url("../salient/style.css");
2. Because you set up the child theme stylesheet by simply copying the contents of the parent styles, the links for all the fonts are wrong and throwing 404 errors. Please follow the method I described above to fix it 
Cheers
Hey Phectar,
I did search the discussion for “child theme” discussions and did paste that code above that I found in a previous discussion. The only thing I did different was change the version number to 3.0.5 because it was an older post and I assumed change it. Not sure if that’s the culprit?
OK so I just pasted that code at the top of my child theme style.css and still no dice.
Like I said this is just happening on firefox. I use safari mostly and everything is perfect in that browser.
It’s really weird how it chose 3 pictures (consistently) in my portfolio section not to view. You can still roll over each one and see the hover effect but it looks like as if firefox changed the width and height of just those 3.
Not sure what to do at this point sir.
-CS
When you pasted that at the top of the child theme stylesheet did you delete everything else below it that wasn’t your own custom css as well?
If so and it’s still not working, please allow me to log in again and check on it for you 
Cheers
Yeah I’m not sure what’s going Phectar. I’d appreciate it if you could take a quick look.
Also, I have altered my child theme manually a bunch using firebug. Not sure if that’s going to erase everything I did.
Hey again, I’ve just logged in – as I mentioned in the previous posts, you only want to use the child theme snippet you have pasted at the top without pasting the entire parent styles in. Please see this screenshot: http://i.imgur.com/lBjicha.jpg you should only keep the code highlighted in red and delete everything else except your own custom css. The snippet at the top is already going to import the parent styles and by doing it that way, the url linked fonts will be able to correctly work. 
I’m a little confused here so a few questions before I delete the bottom part there.
1-If I delete this nothing will happen to my site aesthetically or structurally?
I spent a good 6 hours changing things here and there but that was inside the child theme
This is all very confusing. I’m afraid finding which codes I altered would be impossible as I’ve changed a lot of color settings. Man I really don’t want to lose all that hard work and people are already telling me that things are broken all over the place consistently.
2-As far as the custom code does that mean all the css snippets you’ve provided annd the child theme color tweaks?
I think I just shot myself in the foot. 
3-What should I do?
Sorry I’m partially retarded at this I’m an artist not a code artist.
I just feel reluctant to delete the bottom half of the site when I’ve spent a few days hours-wise on tweaking it. I can’t do all that work over again. . .
I was just thinking is it possible to take everything I did with my child theme and copy paste it to the parent theme then prep the child theme as you stated to avoid lost work?
Sorry for all this.
Hey,
you could indeed do that, but then going forward you wouldn’t be able to update the theme without losing your changes. Alternatively you could keep it the way it is and change all the urls in the child theme css to link correctly (I could help with this) – but again you’re bound to this version of the stylesheet and all the rules in to will overwrite the rules in the parent theme. So if I rework any of them in updates, you won’t get the changes.
Cheers 
OK so I updated the child theme and will have to do some back tracking which is no biggy. Now my next dilemma is how to adjust a style sheet (child theme) when there’s no code to work with inside of it?
I’m totally novice at this. I use firefox to zero in where I need to go on this sheet and now that’s not possible. Or is it?
1-How can I adjust my theme when there’s no code to work with?
Please tell me I’m not suppose to just write it all out like I know what I’m doing because I don’t.
Also, changing the child theme to just that snippet of code eliminated all of the problems except for the 3 portfolio images which still seem to be not showing correctly.
I appreciate your help in this and if it would be faster for you to just jump in there and do you thing by all means please do.
Kind regards,
-CS
OK so I watched a tutorial on you tube on how to edit you child theme which was way more easy than the way I’ve been going about editing the theme. If anyone’s looking for this info I found it here.
http://www.youtube.com/watch?v=NFq00_qOmygSo the only thing that seems to be tripped up on the site is the portfolio section and the 3 images that aren’t displaying correctly which I’m completely dumb founded about. Why display all the rest and not those 3? I think your theme doesn’t like some of my art work 
Like I said Phectar I give you full permission to log in to the back end to see what the problem is.
Getting smarter by the day on this! Thanks for being patient me.
-CS
Hey again 
From what I can see from the direct sources is that those images appear to be corrupt. If you try and access them in any browser you’ll see they don’t work:
http://csmurphy.com/wp-content/uploads/2014/01/Angler-Bat_Feat_Image1.pnghttp://csmurphy.com/wp-content/uploads/2014/01/Oppi_Feat_Image.png
Have you tried to just reupload those from your computer?
Cheers!
OK I tried to upload all 3 images and got the same result. I even changed the file name and retreated them and I still got the same result and still no dice. This is also happening to the other files I try besides these. Safari has no problems with any images and I’ve followed your instructions to a T.
I didn’t do anything different when uploading those pictures. I uploaded them all the same way. Also, you can see the files in other browsers so I don’t think they’re corrupt.
This is an anomaly.
There’s also a 1 pixel white vertical going down the right side of each thumbnail.
There’s also a padding issue on the front page below the header in the 3/3 section. I adjusted it but when I check it on safari its shows as being too much but not enough in firefox etc….
I’ve really tried to refrain from bugging you but I’m lost when it comes to this because everything is stellar on safari.
Kins regards,
-CS
Hey again,
1. I’ve uploaded one of your other images for the project “Opie” and it is taking normally. I can’t say why the other images you uploaded are corrupt, but that’s what Firefox and Chrome are saying when opening them directly.
2. I took care of this for you 
3. This happens when using the fade in from bottom animation for all text columns in a row – appears to be a browser level bug, so I replace that with a regular fade in animation and used the delay property to make them come in one by one for a nice effect 
Cheers
Holy Moly that’s awesome. Thank you again so much for taking the time to do that sir.
See browser level bug. I know what that is but would have had no idea that would have caused it.
-Cheers!
You’re very welcome 
Cheers!
I’m now attempting to build Nectar Sliders. However, the Slider Location box to the right is not working at all.
I can add a slider location from the right column but when it comes to selecting Slider location for the actual slide file, it seems frozen.
??
Hey MiaGal,
Because I’ve never dealt with this particular issue before it would be best if you could provide me a login so I can check on the behavior myself and see if I can find what’s causing it 
Cheers
Hey Nectar,
Was just wondering if you could answer my question above about the update and altering the css?
Thanks so much,
-CS
Doah, looks like you just did. . . Thanks!
No problem 
Hi, I’ve used your triangulo theme before and it came with psp files, does this theme? Thanks
Hey j_doddrell, I don’t have any other themes so you must be thinking of another author 
Unfortunately there’s no PSD’s included because there’s no images used in the design elements. If you needed a PSD for mocking up, a screenshot would be almost as useful.
Cheers!
Hi, we really need to customize the nectar slide transition effect, instead of the slide we need a FADE effect for each transition, how to do this?
Hey mzuker,
unfortunately it would be very hard to achieve that since the core framework of the slider does not support any additional effects. It would need to be codded from scratch – However, in 3.0 you have the option to place a gallery slider anywhere which uses the fade transition 
Cheers
Why is the nectar slider doubling my content??
Help Please!!
Hey again Zombie,
It appears to be an issue with WPML – despite the fact I can’t replicate this on my own testing, by disabling that plugin you’ll see the issue disappear. Can you also pose this question to WPML to see if they can shed light on it? Since that plugin isn’t officially supported yet the odds are there are some conflicts, but I’ve never seen this one before.