38438 comments found.
Hi,
I would like to install Salient V3.0 so I can use Page Builder. How do I do this?
Cheers,
Hey Henry!
You can update by downloading a fresh copy from ThemeForest, deleting the current version you have on your server and uploading the new. I recommend using FTP, but you can use the WP dashboard if you prefer. You won’t lose any of your content or theme settings so don’t worry about that if you were 
Hey! I have a pre purchase-question. Can I make collections in the portfolio for different cases, like I have now – www.jettman.se?
Do you know if its possible to install a new theme in wordpress without changing the existing theme, live?
Thanks // Oscar
Hey Oscasr,
You can have an unlimited number of portfolios but when switching themes with an already developed site based on another theme – there’s going to be work involved and I wouldn’t recommend doing it live.
Cheers 
Thanks, I like the work but how do I do it so it does’nt show live?
I know that when you switch themes it goes live, but can I work with it in back office somehow?

You’re welcome!
You could either use a maintenance plugin like this http://wordpress.org/plugins/wp-maintenance-mode/ or build your site locally and then push all of the changes live when ready 
Cheers
Thanks, but can you work in wordpress offline/locally? If I have a portfolio and pages ready from my earlier theme, can these easily be convertet to your theme?
Hey again,
Yes you can work offline via a WAMP/MAMP setup and then move it live when it’s done. As far as converting a portfolio, it’s hard to say how much data will come through seamlessly – assuming the post type is named “portfolio” for your current theme, all the projects should come through with the featured image (if set) and title. 
Hi Themenectar,
For some reason, I’m having trouble resizing the embedded Vimeo video found here: http://jaicg.com/case-study/
I would like the video to be about 1/3 smaller. I have tried numerous combinations changing the height and width based on the proportions. However, it appears that what you see the minimum threshold. In any event, I just want the video to be smaller. Thoughts?
Hey jaiconsultinggroup!
You just need to place the video in a column as it will always resize to fill whatever column it’s in 
Hey there,
First of all, awsome theme! How can I change the ‘container’ of the blog posts on mobile devices? There’s lots of space left and right and I prefer larger fonts.
Let me know!
Thanks in advance.
Hey IVSIVRIS!
Add this into the Custom CSS box located in your Salient Options panel:
@media only screen and (min-width : 1px) and (max-width : 690px) {
.container, div.slider-nav {
max-width: 85%!important;
}
}
Cheers
Thanks for the reply. Much better now! And would it be able to make the font-size for mobile devices only bigger than desktop? Because using the typography section in admin menu means overall bigger.
I have another question, the Google Font ‘Noto Sans / Serif’ isn’t available from admin panel, can I still add them?
Hey again,
1. You can add rules inside of this mobile viewport like:
@media only screen and (min-width : 1px) and (max-width : 690px) {
body {
font-size: 16px!important;
line-height: 28px!important;
}
}
2. I’ll note to add that to the list in the upcoming minor release 
Cheers!
Thanks allot! Eagerly awaiting the new release!
It should be released tonight! 
Hi, so I know this is a starter level question and I know I need to add something to the css box, but how do I change the colour of the ‘Button Text’ on the home page slider.
Also is it possible to change the size of the text here and will the surrounding box resize itself automatically?
Thanks
Hey bluegecko!
Add this to Assuming you’re referring to the actual Home Slider and not a Nectar Slider, add the Custom CSS box located in your Salient Options panel:
#featured article .post-title > a {
color: #000!important;
font-size: 16px!important;
}
Cheers 
Hi, thanks for the reply. That didn’t work. Yes I mean the click button text on the Home slider. Adding that piece of code doesn’t seem to do anything. Thanks
You’re welcome 
Are you on 3.0+?
If not the snippet would have to be:
#featured article .post-title a {
color: #000!important;
font-size: 16px!important;
}
Hola:
Me gusta mucho el tema.
Tengo un par de dudas:
1/ Veo que se habla del plugin “WPML”. Dónde se puede descargar? Es libre? Si no es así hay otra alternativa? No quiero que se traduzca toda la web, solo necesito que me aparezca en el menú un desplegable para seleccionar el idioma.
2/ Si utilizo WooCommerce, hay algún plugin para traducir las páginas internas de este plugin? He visto un plugin que se llama:
WooCommerce Multilingual – run WooCommerce with WPML
¿Lo conoces?¿Sabes si funciona?
3/ Por último en la “Lista de funciones” del tema pone: “Tema niño listo”. ¿Cómo lo puedo activar?
Muchas gracias
Hello:
I really like it.
I have a couple of questions:
1 / I see you talking about the plugin “WPML”. Where can I download? It’s free! If not there is another alternative? I do not want to translate entire site, I just need to appear in a drop down menu to select the language.
2 / If I use WooCommerce, is there a plugin to translate an internal page of this plugin? I have seen a plugin called:
WooCommerce Multilingual – WooCommerce run with WPML
Did you know You know if it works?
3 / Finally in the “Function List” theme puts “Child Ready Theme”. How can I change?
thank you very much
Hey lavandera,
1. WPML is a premium plugin: http://wpml.org/ but the only one that I’ve tested the theme with a bit.
2. I haven’t used that plugin – but I can’t see why there would be any issues. Of course, if you use it and there are just let me know 
3. If you want to create a child theme the process is the same as any other theme. Just create a child theme folder, add a style.css file and paste this in at the top:
/*
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");
Cheers!
Still in design mode with yet another question I can’t find an answer to yet. Is there a way to change the [font color] (other than light and dark) for Nectar Slider Heading and captions?
I know about the typography options but it doesn’t have options for color (which is strange)...at least not that I can see.
Thanks in advance as always. Joe
Hey again Joe!
Use this in your Custom CSS box located in your Salient Options panel:
body .swiper-slide .content h2 {
color: #ff0000!important;
}
body .swiper-slide .content p {
color: #ff7800!important;
}
Cheers 
ok, perfect… but what do I have to do to change any others now…something similar underneath that code perhaps?
Oh ya, what about adding the transparent back ground to the “header” text like the caption part has?
Thanks again for the support…didn’t think it would be this difficult to make minor changes in font.
code works but changes all slides the same?. Need to be able to separate this as different slides have different backgrounds that require the fonts to have different colors in order to show up well and readable.
You’d think this could/would/should be an option in the settings rather than having to resort to code it ourselves. I’m not (as I’m sure many aren’t) that tech savvy to be doing do this.
Hey again Joe,
1. If you need to make a custom color for a specific slide enter a class into the extra class name in your slide http://i.imgur.com/TSVwQZB.png such asmy-cool-color
then back in your custom css box change the rules to be:
body .swiper-slide.my-cool-color .content h2 {
color: #ff0000!important;
}
body .swiper-slide.my-cool-color .content p {
color: #ff7800!important;
}
A color picker for the slider will most likely be added, but one could argue there should be a color picker for any element on the site if they didn’t know how to change it with css. There’s tons of color pickers already available for various elements and more typography control than most themes have – but if you ever don’t know how to change something, I’ll gladly give you the css myself. I’ve never denied a buyer custom css as long as it’s within reason 
2. Here’s another mod for your transparent BG behind the heading:
.swiper-slide .content h2 {
padding: 0px;
display: inline;
position: relative;
left: 10px;
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);
-moz-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);
-o-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);
line-height: 45px;
}
MUCH appreciated! I commend your willingness to help us non-techies out. Thanks for the photo illustration (visual reference)...this also helps cut to the chase. I’ll give this all a try over the weekend.
Thanks again!
opps…hold on, how is the code you demonstrated for the “custom css box” tie in with that particular class that was put in to that particular slider? Shouldn’t the “class” be included somewhere in the code to distinguish it from others that I will use in the same manner? Not sure if I’m missing something here or…
Remember, your dealing with someone NOT experienced in coding. Illustrations may be necessary!...lol.
Hey again!
When you add the class into the box for that specific slide then it will be given to that slide only on the front which is how this snippet:
body .swiper-slide.my-cool-color .content h2 {
color: #ff0000!important;
}
body .swiper-slide.my-cool-color .content p {
color: #ff7800!important;
}
will only target that specific slide out of all. It’s the
.swiper-slide.my-cool-colorin the rule that ties it to the class you added in the input field
Outstanding! Thanks again for the quick response.
Incidentally, can you have a look at my Ticket #159304? Just want t make sure all this work is not for nothing. Cheers…Have a great weekend!
Will be with you on there soon! 
The code works great but I have a little issue where the transparencies are now overlapping. What do you suggest give this more separation? Example: http://collinssafety.ca/art/img1.png
Is there also a way to move this whole text/button combo to different areas on the slide?...Like say lower left. Having this option would be useful on other slides as well.
Thanks again!
Hey,
1. Try changing it to this:
.swiper-slide .content h2 {
padding: 0px;
display: inline;
position: relative;
left: 10px;
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);
-moz-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);
-o-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);
line-height: 45px;
top: -16px!important;
}
2. Right now you can move it to general areas on the x and y axis, but if you need to move it more precisely in position it would required custom css.
Cheers 
Hey thanks for getting back to me… Ok moving it the x and y axis is fine but how? Is it done by just adjusting the code you just provided or something else. Nice to know it could be done…but need to know how. I am sure I’ll need to do this on a couple other slides. If I can get this part figured out I think we’re away to the races!
Thanks again pal!
Never mind…I will revert to the more current post where you explained it. Done here. Thanks.
You’re very welcome 
Hi. First: Incredible theme! Question: There is any way to put more than 1 “animated image” in the same place? Like one image shows with “fade in from left” a couple of seconds later a new images appears there with the same effect. Thanks!!
Hey Rofe!
This would require adding custom classes to each image with animation and then using css to position them aboslutely on top of each other. The animation delay option would take care of them appearing one at a time – the only thing is that there’s a current bug with the custom class input for the image page builder element (not getting applied). The fix for it will be released in the minor update coming soon though 
Cheers
For the Portfolio subnav: 1. Is it possible to change its height? 2. Is it possible to change its background color? 3. Is it possible to change the color of “Sort Portfolio” and the rollover colors in that nav? 4. On the portfolio detail pages, is it possible to change the height of the space at the top with the title and nav arrows?
Thank you!
Hey again Amy 
body #portfolio-filters-inline {
margin-top: -55px!important;
padding-bottom: 10px!important;
background-color: #000!important;
}
3.
#portfolio-filters-inline .container > ul li#sort-label, #portfolio-filters-inline ul li a:hover, #portfolio-filters-inline #current-category {
color: #1bacff!important;
}
4.
.project-title {
padding-top: 70px!important;
}
body.single-portfolio .container-wrap {
padding-top: 20px!important;
}
Cheers
Amazing. You’re the best. Thank you so so much!
You’re very welcome 
Hi its possible to have onepage option i mean display the menu linked to scroll content. Thanks
Hey josemanuel, yes but you’d need to use a plugin like this for that: http://wordpress.org/plugins/page-scroll-to-id/
Cheers 
Yep ThemeNectar knows his stuff. Great theme!
Thanks a lot OcalaWebsiteDesigns! 
Is it possible to create a fullscreen page that is a slider with a looping video with no header or footer on the page?
Thanks
Hey andyb809,
The header would have to remain since that goes into the calculations for the fullscreen slider but the footer could be removed 
Cheers
Hi ThemeNectar,
I have a 10sec looped video in the nectar slider on home page. This video is on multiple slides of the slider with different captions. Is there a way that the captions can cycle without the same video having to slide across for each slide? It would be great if the video could loop through.
It would also be great if I could bring the semi-transparent bars behind the captions on home slider across to nectar slider.
Thanks for your time and such a wonderful theme 
Hey onefishsea!
1.You could use the video background option on a page builder row so it will remain static and then use a nectar slider in the row which you’d have to write custom css to remove the backgrounds on to make it see through as to see the video row behind it.
2. The transparent option is already there but only for the caption – however you can get the same look as the home slider by just using that as seen in the third slide here: http://themenectar.com/demo/salient/portfolio/994/
Cheers 
A Phectar
A quick question in regards to the loading time.
I didn’t notice it until I went to a friends house yesterday when we pulled up my site. It seems to take 15 seconds t o show up and it’s sluggish through out. I took the necessary means of compressing each image as to not weigh in on the total size. He’s also on a super fast connection through his college so it wasn’t his internet connection.
Is there a plugin or some type of preloading snippet that exists to shorten the time that it takes between each page?
Thanks so much,
-C.S.
Hey C.S,
I’m getting around 3-5 second load times on all of your pages except the portfolio (non-cached). Here’s a screenshot of that: http://i.imgur.com/lmvvWQF.png
Your portfolio page is taking longer to load because each thumbnail you have is almost a megabyte – which is definitely not web optimized. You should strive to keep each image in there around 300kb, that will cut your loading time down a good deal 
Cheers
Hey thanks for that. I was wondering what that was all about! I’ll compress those and have another go at it.
Best theme on the planet!
Cheers sir!
You’re very welcome! 
Hi, again me. (you must be getting sick of me by now, hah)
While filling up the website with content we encountered one more bug.
www.hearthstone-league.be
The posts about the “decks” have a boxed layout wich makes the auto-excerpt not show up. Is it possible to fix this or do I have to use the manual excerpt box for them?
Thanks in advance!
Hey again ColourCore!
You would indeed have to set an except in the excerpt box since the auto excerpt can’t process that.
Cheers 
Hi themenectar. I am creating a unique menu button for my header but I can’t seem to get it to get the button to apply correctly. I want to duplicate the “See Through” nectar button css but with a alternate colored border. Ideally it would look something like this.
https://www.dropbox.com/s/enfxaze40on48s5/Professional%20Web%20%26%20Graphic%20Design%20%281%29.pngI also tried to write some custom code but the text and border wont align correctly. I can also upload the code that I wrote as well.
Hey again freshlesh3!
I have a ticket going over the process of adding a nectar button into the header: http://themenectar.ticksy.com/ticket/78972/search/
The only difference for you would be that your button markup will also include the class “see-through” like:
<a class="nectar-button medium see-through" href="">Get In Touch</a>
and also you’d have to change the border via css
header#top nav ul li a.nectar-button {
border-color: #27CCC0!important;
}
Cheers 
I’m loving this theme. Thank you!
One question – I’d like a background image I have set to scale to full-width to scale down all the way to iPhone screen width and still show the entire width of the image. Right now it scales down to a certain point and then starts cropping the image. I’m ok with the image not being tall enough after scaling, but I’d like to see the entire width on both desktops and iPhones. Any ideas?
Thanks!
Hey Nathan!
Instead of using a background image, (assuming you’re on Salient 3.0+) use a row with the full width content type and place an image element inside of it. This will allow it to adjust the width of the screen perfectly 
Cheers
Thanks for the reply. The only thing that may not work with that solution is that I’m overlaying text and other items on top of the image. If I start a new row with a image element, can I still put text and videos on top of it?
Thanks for the reply. The only thing that may not work with that solution is that I’m overlaying text and other items on top of the image. If I start a new row with a image element, can I still put text and videos on top of it?
Thanks for the reply. The only thing that may not work with that solution is that I’m overlaying text and other items on top of the image. If I start a new row with a image element, can I still put text and videos on top of it?
You’re welcome 
That would be a problem then – I didn’t know you were overlaying content. In this case you would indeed have to use the background option, but the size of that image on mobile is only going to be determined by what content you have in the row so controlling it to ensure the sides are not cropped would be pretty difficult.
It’s only for the very top of the page. Would there be a way to put the image at the top of the page, outside of any rows and then tell the first few rows to have a transparent background?
Try giving the row a class such as “contained-bg” and then adding this into your Custom CSS box located in your Salient Options panel:
@media only screen and (min-width: 1px) and (max-width: 1000px) {
.contained-bg {
background-size: contain!important;
}
}
Tried adding contained-bg to the extra class name box at the bottom of the row options and then the code you provided in the box that pops up when I click that </> CSS button at the top right of the virtual composer.
No change. Did I do it right?
Could I grab a URL to that page to see if it’s getting correctly applied?
Cheers 
oh, i think i got it. thank you!!
Ok, I just about have it working, but I now notice that the background image is blurry until I resize the window. It’s then clear until I let go of the mouse button while resizing at which point it becomes just slightly blurry again. So weird. Any ideas?
Here’s the site I’m working on: http://helloindustry.com/matter/
Hey again!
I actually can’t see the issue you’re referring to – what browser are you checking in?
Safari – most updates version of everything on a macbook air.
It’s subtle. Try resizing the page, but before you let go of the mouse button, look closely at the girl’s hair detail. Then let go and watch it immediately become more blurry. Really annoying!
Hey – I’ve now checked on Safari on my PC & Mac but unfortunately couldn’t see it still. I can say that this behavior is definitely not happening on PC – but the reason I might not be able to see it on my mac is because it’s a retina display. Is any case it’s probably just because safari is not as good as other browser with image resizing. Maybe you should consider removing the background-size: cover like you’ve done on the home page if Safari is more important in your case 
Cheers!
I just tried Chrome and it didn’t happen. Weird!
Here’s another question: is there a way to completely get rid of the header? I removed some code from the header.php file but still have a little grey space of a few pixels at the top of the screen. The space gets bigger if you view it on an iPhone or just drag the desktop window to be narrower. Ideas?
#header-outer {
display: none!important;
}
worked perfect. thanks!
You’re welcome 
Another question – How would I go about matching the height of a row to its background. So I want to always see 100% of the background of a row, but I want the row to resize itself with the image as the page resizes.
Another question – How would I go about matching the height of a row to its background. So I want to always see 100% of the background of a row, but I want the row to resize itself with the image as the page resizes.
Hey again -
This is not possible at the moment – the only way you could do this would be to use the full width content row type and insert an actual image into the row so it wouldn’t end up being a background.
Hey,
If I wanted the mobile menu to display at all times, when user is viewing on the desktop. What would be the best way to implement this.
Thanks
Nevermind I figured it out. so overly simple.
another question, obviously out of your range of support but maybe you can guide me in the right direction. on desktop when I press the mobile menu tab it comes from the top, how can it come from the side, I will figure it out but where would you recommend to start?
Hey mkurk!
Glad you found the answer to your first question 
In regards to the mobile menu mod -
you’d have to modify this javascript click even in the init.js file:
//responsive nav
$('#toggle-nav').click(function(){
$('#mobile-menu').stop(true,true).slideToggle(500);
return false;
});
to animate the menu from the left inside of a slideToggle and then also adjust the css for the mobile-menu div itself 
Cheers
Hello,
I was wondering if you had an estimate on when you could reply to my ticket #156908 over at your support site?
Thanks for a really nice theme!
Hey wpntf4tw!
Ticksy is down at the moment so I can’t check on your ticket number, but the average queue time is 24 – 48 hours 
Cheers
How different is the original Visual Composer from the your integrated one?
When I have both the original one and the integrated which one should I use? And can I choose to use the original and not the built in?
Gr, jaroslav
Hey jaroslav!
The Nectar Visual Composer has complete integration for all of Salients elements which means you can convert existing shortcode based pages into working visual composer pages and also make use of all the theme elements in it. There’s also an enhanced design and improved interface work to making building pages an even better experience. If you have VC active in a plugin, the Nectar additions will still take effect. The only way to use the raw plugin would be to remove the nectar composer init inside of the functions.php file. However this is definitely not recommended and there’s no reason to.
Oke, I understand. So will you be forking the VC and ultimately move to your own version?
Correct – it’s already a forked version and I intend to continue to build/add to it 
Cheers!