38434 comments found.
I have a few questions: -Do you have available for other languages, i.e spanish? -Is possible to integrate with mailchimp or other email programs to easily take email accounts from any page?
Thanks in advance
Hey llellogr,
1. The theme is ready for translation, but it doesn’t include already translated versions – you are responsible for bringing it into your desired language.
2. There should be no issues using a widget to collect emails from your preferred plugin 
Cheers
Hi.
I want buy this theme because of Video Slider. But can i remove the video loop? Thanks
Hey FelipeMartinin, there’s no easy way to turn off the video loop when used as a video background on the Slider. This is because the video background is meant to function as a design element rather than be informational – if you wanted to use a video with sound you could link it from a button on the slider and have it pop up in a lightbox or place a video player embed in one of the slides which would have controls as well.
Cheers 
is there a good mobile plugin to use with your theme for iphone and anroid?
Hey webhostau, the theme is inherently mobile ready but you might have some sort of mobile plugin on your setup or hosting company that’s overriding the default functionality. Could you supply me a URL so I could check on it for you?
Cheers!
logo needs to larger on iphone
Hey again – see this in regards: http://themenectar.ticksy.com/ticket/46745/search/
thank you again.
You’re very welcome! 
Hi 1. on the iphone all the content a bit more on the right side is thus not perfectly centered, how can I center it?
2. how can I set it up so that in the footer on the iphone everything is content centered – Footer Copyright Section text and social logo.
Thanks
Hey dc-motion,
1. The content of a mobile device should not be uncentered – can I see a URL to check on this for you?
2. Enter this into your custom css box:
@media only screen and (max-width : 690px) {
#footer-outer #copyright li {
display: inline-block!important;
float: none!important;
}
#footer-widgets .container, #footer-outer #copyright {
text-align: center!important;
}
}
Cheers 
Hi Thank you very much. The copyright text is now centered but the social logos not. my website: www.dc-motion.com
Hey again – currently i’m getting a “Service Unavailable” message when checking your URL out, please let me know when it’s back up 
Cheers
Hi now it is online. Thanks
Add this to finish it up 
body #footer-outer #copyright .col ul {
float: none!important;
}
You are great
Sorry but I have another question
in the iphone is between the header and slider, a white area, how do I get that off?
Thanks
@media only screen and (min-width : 1px) and (max-width : 1000px) {
body .container-wrap {
padding-top: 63px!Important;
}
}

You are great
Thanks
Hi The social logos are centered on the ipohone, that’s ok, but I want on the pc it is left-justified. Thanks
body #footer-outer #copyright .col ul {
float: none!important;
}
is inside of the media query like the other rules:
@media only screen and (max-width : 690px) {
....
}
That will ensure it only gets used on phones 
Cheers!
Hi
As I said, the iPhone, the content is not optimally centered. when I turn off the Boxed layout then it shows everything correctly but as soon as I turn on Boxed layout then everything shifts slightly to the right. Thanks
Hey again – I have confirmed this is only a problem on the iPhone and will take care of this for the next release coming in a few days 
@media only screen and (max-width : 690px) {
body #boxed {
width: 318px!important;
}
body #boxed #header-outer, body #boxed #header-secondary-outer, body #boxed #page-header-bg, body #boxed #featured, #boxed .orbit > div, body #boxed #featured article {
min-width: 318px!important;
}
body #boxed .container, body #boxed #post-area.masonry, body #boxed #post-area.masonry.span_9 {
max-width: 280px!important;
}
}
Hi, first off, like all others have mentioned, this is a groundbreaking, stellar theme. Your team did has done an immeasurable job!
I only have one question. On my footer, I cannot seem to get the Vimeo social icon to align with the others. Are there any known issues with this?
Thank you!
Hey Drew,
This is a current bug and here’s the fix – enter this into your custom css box in the theme options panel.
#footer-outer .icon-be, #footer-outer .icon-vimeo {
line-height: 32px!important;
}
Cheers 
Hi there, first off I LOVE Salient, its great, relatively easy to use and has lots of useful features. I have a quick question, when you click on the magnifying glass for search it bring up the search box, where can I change the size of the font that says START TYPING HERE… and also what I type? Just find the text a bit too large. (am sure its a CSS thing but cant seen to find the right line).
Thanks in advance.
Hey shiver1001,
you could add this into your custom css box to alter it:
#search-outer #search input[type="text"] {
font-size: 28px!important;
}
Cheers 
Hi ThemeNectar, Can you tell me how to exclude the call-to-action button from the blog page? I tried through the nectar panel, but there’s no page assigned over there to do so. Any suggestions? Link: http://ipaintdreams.com/blog/
Hey lifelover,
add this to your custom css box:
.blog #call-to-action {
display: none!important;
}
I’ve also got the same problem for the portfolio page. I’ve excluded the call-to-action from the nectar panel but it’s still there regardless of the change. I also tried to apply the same code as replacing “blog” with “portfolio” but in vain. Any suggestion?
I also noticed that it appears under the portfolio items when seen through “more details”. I’d like to remove the call-to-action button from there as well. Thank you for your time and help!
Hey again!
Add this as well:
.page-template-page-portfolio-php #call-to-action,
.single-portfolio #call-to-action {
display: none!important;
}
Cheers 
You are THE BEST! I owe you a lot of beer now! Wish you all the best, man! Cheers and stay cool as always!
You’re very welcome lifelover!
Cheers & all the best to you too! 
You Guys Rock!!
I love this theme…
with that said, I have two questions…
(1) I’m using the masonry blog with sidebar. How can I change the order of the the posts?
(2) How can I remove all dates from posts? This is very important because I’m creating a membership site where I’m drip feeding information over a 12 month period. To keep my information timeless, I need the dates removed!!!
Thanks 
Hey Judah07!
1. You can use a plugin like this: http://wordpress.org/plugins/intuitive-custom-post-order/
2. Add this into your custom css box in the theme options panel:
article.post .post-meta .date {
display: none!important;
}
Hey Thanks for all your help. I tried the snippet you provided. Its not working. I went to Salient > General Settings and scrolled to the bottom of page and pasted the snippet in the box “Custom CSS” If im doing something wrong, please help?
You’re probably using a different blog layout than I had guessed with my snippet – could you supply me a URL to your blog so I can see which one you’re using?
Cheers 
Thanks – I can’t see any blog on your URL (hidden from navigation?)
Add this too and If it doesn’t work – please link me directly to the blog 
.meta-date {
display: none!important;
}
Cheers
I’m trying out the masonry style portfolio. How can I change the order of the featured photos? It just seem to add the newest one on top.
Hey DigitalLighthouse,
That is correct, the portfolio items will sort from newest to oldest by default – but you can use a plugin like this to alter the order easily: http://wordpress.org/plugins/intuitive-custom-post-order/Cheers 
Why do questions here get answers within hours, yet support tickets go unanswered for days? Is this the place to post support requests?
I opened a private ticket in the support forum in order to provide login info for my site. It took two days to get a reply. Now it’s been another two days with no reply. I’m patient, but it’s frustrating to see all the activity here.
Hello trcim,
the volume of support tickets on the forum is vastly greater than here because that is indeed is correct location which most buyers respect. The comments here are supposed to serve as a place for pre-sale & quick questions, where as the questions on the support forum take longer in nature as well. I have been answering 50-80 tickets a day all week, but even at that pace the queue time is still a day or sometimes two. If you want to post your ticket number here I’ll ensure it’s answered today.
Thanks for the patience 
OK, thanks for your explanation. I’ll stick to the forum and be more patient. My open ticket is #143485. I appreciate anything you can do to help. I did not notice the issue until after going live on a client’s site.
No problem at all! I just got back to you 
Cheers
Just out of curiosity is it possible to use your own custom icons instead of the preset library?
I didn’t read anything about it in the manual either.
I surely hope so.
Thanks again!
-C.S.
Hey CSMurphy,
You would need to include them manually and reference them in the HTML if you were trying to add anther font icon set. However you could easily insert image icons anywhere you want by the image with animation shortcode 
Cheers
When you say enter them manually what folder would I be putting my custom icons in?
Thanks again,
-C.S.
Hey again!
You could put them in any folder in the theme as long as you reference the font file correctly from that location in the css – I keep mine in the css/fonts directory though.
I appreciate it thank you.
You’re welcome 
Sorry, can’t figure out how to ask pre-sales questions…can anyone tell me if this theme comes with layered PSD files?
Ben
Hey Ben,
no PSD files are included since the theme does not use images for design elements. Simply taking a screenshot of the theme would be just about as useful for mockup purposes.
Cheers
No worries…we’re going to use it anyway. Amazing theme.
Great to hear badelt 
Hi guys. First off, absolutely amazing theme. It has really empowered me to create some beautiful sites. I am having a few issues with the videos in the slider though (and I am sure this is operator error). I am uploading an hd video with a 16:9 aspect ratio and selecting all full screen options. My goal is to create a full screen video background like the “coded” video in your demo, but non of my videos are displaying full width- they all seem to be held within the content area. Any suggestions?
Thanks guys.
Hey bk12!
Ensure you also have the full width option selected on the shortcode as well.
If that doesn’t work please provide me with a URL so I can take a peek for you 
Cheers
Custom price column size
Hej Would you have a snippet to cutomise the width of pricing columns. example: Big first column and smaller 2,3,4,5 and 6 that would contain ticks for functionality.Thanks G:whistle:
Hey mediumjack,
there’s no option for a 6 column pricing table layout – I could help you adjust the widths of a pricing table that exists within the shortcode if you let me know what you want 
Cheers
Hi i just wondering what should i todo for the custom buttons work with the backto top function?
Hey jikey,
what exactly are you trying to do? If you want a custom back to top button why not just style the existing one instead of trying to create a new button to work like it?
Cheers
Hi How can I in the portfolio “back to all” icon on the right side and set the title left-justified?
Thanks
Hey dc-motion!
Add this into your custom css box in the theme options panel:
.single-portfolio .row .col.section-title h1 {
text-align: left!important;
}
#portfolio-nav li {
float: right!important;
}
Cheers
Hi
It worked but now the arrows are displayed reversed 
Hey again! Sorry, I thought you had already removed those because you didn’t mention them in the initial question. Add this into your css box as well:
body #portfolio-nav .controls li {
float: left!important;
}
Cheers 
Hey there, theme looks incredible! I believe we can accomplish the final site we’re looking for but there are a couple things I’m wondering about. Would we be able to take a look at the theme documentation before purchase?
Thanks in advance for the help.
Hey marshw!
Here’s the user guide: https://docs.google.com/gview?url=themenectar.com/docs/salient.pdf
and here’s my video tutorial series
http://www.youtube.com/user/ThemeNectar/videos
Hi there, is there a way to change the amount of time each slide is displayed for the Nectar Slider? I know this is possible for the home slider, but haven’t been able to do so with the Nectar Slider.
If it’s only possible with the home slider, I know you have to create a page using one of the home templates. Is there a way to customize the home templates to your liking? (removing or adding certain sections)
also, what shortcode or widget did you use for the contact message form in your contact page? I can’t get mine to occupy only 2/3 of column page instead of the full column http://themenectar.com/demo/salient/contact/
Hey charleswu7 
autorotate=""
which you can set to any duration you want the auto rotation to happen with (in milliseconds) e.g. 5000
2. I used the column shortcodes to split the page up like this:[two_thirds] CONTACT FORM HERE [/two_thirds] [one_third_last] TEXT HERE [/one_third_last]
Cheers 
I moved the call to action up to the top of my pages on my site, but it only looks correct on the main page (www.fyourstroller.com). If you look at the subsequent pages, (http://www.fyourstroller.com/?page_id=888) it looks cut off.
Hey missliss_us!
Add this to your custom css box:
body .container-wrap {
margin-top: 0px!important;
}
Cheers 
So this was working too, but now it’s not. Any ideas?
I upgraded to the new theme and it erased the code you gave me to put the call to action at the top of my page, in addition to the bottom. Sorry for being a pain, but can you send it again?
Thanks!
Melissa
Hey Melissa, I can’t any comments on here where I gave the code before to paste but you’d essentially have to take this:
<div id="call-to-action">
<div class="container">
<div class="triangle" />
<span> <?php echo $options['cta-text']; ?> </span>
<a class="nectar-button <?php echo $cta_btn_color;?>" href="<?php echo $cta_link ?>"><?php if(!empty($options['cta-btn'])) echo $options['cta-btn']; ?> </a>
</div>
</div>
from the footer.php and move it into the header.php at the very bottom 
That worked, again. Thanks!
You’re very welcome!
Hello again. So I’ve updated to the new version of the theme, and I tried to add the call to action on the top and now i’m having all sorts of issues on my site. Including that it won’t show my site anymore. I’m not sure what happened. I included both of the code sets you gave me above. And when I try to revert my header.php file and my custom css, it gives me this warning
body .container-wrap { margin-top: 0px!important; } Warning: Cannot modify header information – headers already sent by (output started at /home/content/97/9625297/html/fyourstroller/wp-content/themes/salient3/css/custom.php:119) in /home/content/97/9625297/html/fyourstroller/wp-includes/pluggable.php on line 896
I’ve transfered my site to saveawarrior.org, but it was acting fine until I tried to add the call to action on the top of the page.
Hello, I updated to the new version and found the new code in the new footer and it works on the home page, but not on any of the other pages – the call to action is there, but the spacing if off. (see here: http://www.saveawarrior.org/donate-2/).
Additionally, now I have weird code showing under my blog element on my home page. Any idea how to fix that? See here: www.saveawarrior.org and scroll to the bottom of the page.
Hey again missliss_us,
can you please open a private ticket here in regards: http://themenectar.ticksy.com/ with your login credentials so I can help out?
Cheers 
done. Thanks!
Thanks 
What plugin do you use or recommend for comments ? I mean to avoid spam, etc…
Hey kiefer972- akismet is pretty much the standard for WordPress and I don’t have experience outside of that.
Cheers 