38438 comments found.
Hi have you some news on your theme WPML compatibility?
Hey inetika – still waiting on a dev license from WPML
ok thanks .. have You any idea about the development time
You’re welcome – No ETA yet unfortunately
Hi ThemeNectar, Im very very new to Wordpress. I have seen your theme modified at http://www.fiftythree.com/paper. Could you tell me how to create the widget area like they have? Many thanks!
PS thanks for such an awesome theme!
Hey chachaty 
That site is not using Salient and doesn’t appear that they’re even using WordPress. If you wanted that look for the widget area you would need to write a good deal of custom styling.
Cheers
Salient v3.1 has landed!
The primary purpose of this update was to make Salient ready for WooCommerce 2.1, but I also took the time to include a bunch of additional bug fixes and add a couple minor additions. The update has been submitted to ThemeForest and should be available to download soon! A full changelog will be posted in the morning.
Thanks for your patience & i’m sorry I couldn’t get to all your comments on here tonight – I’ll be back on after some rest to resume answering your questions 
Cheers!
Thanks for getting back to me on my ticket, appreciated very much.
I have two you tube videos, and on one of them the buttons such as play and volume are not clickable, is there a fix for this please? or have I done something wrong?
Thank you kindly V
Hi There I just activated the social buttons and they are not showing up on my firefox, work fine for me on explorer. Also I don’t have a second menu that I need to use, but I do have a short code I would like to put in, how could I go about this please?
Thanks again
I cleared my cache and the social buttons seem to be working now. Please do advise me on the short code though instead of the second menu. Thank you in advance
Hey 312Media,
what’s the shortcode you’re looking to place in there? Assuming there’s room for it you could open your header.php file and replace this section:
<?php
if(has_nav_menu('secondary_nav')) {
wp_nav_menu( array('walker' => new Nectar_Arrow_Walker_Nav_Menu, 'theme_location' => 'secondary_nav', 'container' => '', 'items_wrap' => '%3$s' ) );
else {
echo ' <li><a href="">No menu assigned!</a>';
}
?>
with this:
<li><?php echo do_shortcode('[your_shortcode_here]'); ?></li>
Thanks a lot, its the code for the google translate plugin. 
You’re very welcome 
I made the change (after I made a back up), but unfortunately the site wouldn’t load, I have uploaded the backup and the site is fine now, but I still need to get google translate working instead of the 2nd menu, could you possibly advise me on another option? or tell me where I went wrong please?
You could’ve had a PHP syntax error – can you please paste the shortcode in here you need to use? 
sure thing, Its the google translate and I followed what you wrote in my thread, and in one you wrote to someone else, here it is: <?php echo do_shortcode(‘[google-translator]’); ?>
Yeah, that looks good except the single quotes inside of the do_shortcde – looks like they’re accented.
Can you ensure they’re normal quotes like this:
<?php echo do_shortcode('[google-translator]'); ?>
I will give it another go now, thanks.
Great it worked, thank you very much for your help! you guys are awesome!
You’re welcome 
Hi guys
Where did you buy the video playing in the header here: http://themenectar.com/demo/salient/about/about-us-extended/
? Tx
Hey alienintelligence, all of the demo videos are documented in the User Guide > Dummy Data section 
Is it possible to change the Portfolio category names in the portfolio and to have multiple portfolio pages. I want us something other then illustrations, video, etc…
Hey themanlifestyle,
you can indeed change the category names of existing ones and add your own. You can also specify what categories to display each time you call the portfolio element thus making it possible to display different sets of categories on different pages. 
Cheers
Since I have updated for the new version, my podcast feed doesn’t seems to be read by iTunes for the description of the podcast. I don’t know why, but the description (content on my post) don’t appear anymore on iTunes. If you know what can be the issue, I will appreciate it.
Hey Marc, nothing has changed with the rss feed (which is what Itunes looks at as far as I know). http://www.marcfitt.com/feed/ it seems some of your posts have descriptions while some don’t. It appears the ones that don’t are jumping into using the page builder right away in the single post which can’t be parsed. Try not using the page builder for a post and seeing if that helps 
Hi,
is it possible to make 3rd, 4th and more levels menu?
Thanks,
Hey radicofani!
Yes, you can add deep dropdown levels 
Cheers
Hey Phectar,
Quick question in regards to the Logo.
It seems a few people have told me and discovered this myself that the logo runs into the home and portfolio menus sections when the browser window’s width is short enough.
1-Is there any way to make the menu items scoot under the logo when that occurs?
Thank you,
-CS
Hey CS!
Yes indeed
add this into the Custom CSS box located in your Salient Options panel:
@media only screen and (min-width: 1000px) and (max-width: 1300px) {
#header-outer #logo img {
padding: 6px!important;
}
}
Many thanks sir.
Cheers 
I saw your previous comment about needing to update to 3.0.5 to fix the client display. I did update, but I’m still not able to add more than 5 items to the client display.
Scratch that…it must have been a cacheing issue. I cleared browser cache and it works now. Thanks! Awesome theme!
Good to hear Josh 
Cheers!
how can I change right margin in boxed layout? I’ve problem with images which i couldn’t to align-right ;/
Hey David,
If you’re trying to move the entire boxed aspect of the theme around enter this into the Custom CSS box located in your Salient Options panel:
#boxed {
right: 100px!important;
}
Hi, Beautiful theme. I have a question about sliders for the home page. I want the fade effect (so I can have a static background) like the home slider, but want to be able to add more information to the slide such (title, caption, button) like the nectar slider. Is there a way to accomplish this?
Thanks borzoid 
Unfortunately there’s no option to do a fade effect through the Nectar Slider, so if that’s something you need I would look into Revolution Slider as there’s a page builder for that so using it with Salient will be easy 
Please check Ticket #159956
Hey leeanddrew, please see my respond to pdrpinto77 
Hello and Thx for great Theme its amazing no wonder lots of sells.
Question: When will you implement Bootstrap 3.0 ?? or is it possible to do it my self?
Hey lazsource!
I have no intention of integrating that as Salient is already built on a CSS boilerplate and Bootstrap would conflict. If you want to include it yourself you could, but some other things would most likely break and need some attention.
Cheers 
Ticket #159851 please
Hello pdrpinto77,
The average queue time for the forum is 1 – 2 days and I don’t always get to be in full swing on weekends due to having to put time aside for necessary development.
Thanks for your patience 
How do you center the pricing table? I’ve tried all the tricks I know (which aren’t a lot) and can’t quite figure it out.
Hey again!
The pricing table always will fill out the entire column it’s in. If you are trying to have it centered and small, don’t put it in a column shortcode and instead wrap it in a div like this:
<div class="centered-pricing"> PRICING TABLE SHORTCODE HERE </div>and then add this into the Custom CSS box located in your Salient Options panel:
.centered-pricing {
width: 60%;
margin: 0 auto;
}
1. Thought I would post this again (continued from old discussion). The code you gave me for the slider heading works great but I have a little issue now where the transparencies are now overlapping. Example: http://collinssafety.ca/art/img1.png
What do you suggest to give this more separation?
2. 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.
3. How can display other agency’s icons (i.e. Better Business Bureau) in the footer. Tried several ways to no avail. Something like this is what I’m trying to achieve: http://collinssafety.ca/art/img2.png
4. Is it also possible perhaps to use/interchange (or replace) other theme’s footer’s instead? Just curious as it might make things quicker/easier if we preferred other layouts.
Thanks Joe
Thanks again!
Hey Joe 
1. Did my last revised snippet clear this?
2. The content in the slider is limited to the width of the container it’s inside of but within that container you can control over its general position for the x/y axis. If you want it to remove that container restraint for the width, add this into the Custom CSS box located in your Salient Options panel:
.swiper-container .container {
max-width: 90%!important;
}
3. You could easily use a text widget in that footer area and place your image icons in there directly through standard html image tags.
4. You could modify the footer as much as you like through the footer.php file, but it doesn’t appear the footer you’ve linked through the image is any different. It’s just using different widgets inside.
Cheers 
Thanks again…I’ll give these suggestions a try and let you know if run into trouble.
Just want to give credit where credit is due… I have dealt with other developers in the past but I have to say they don’t come close to you. Your dedication to provide the best possible service/support for your products and professionalism when dealing with us (your customers)... is OUSTANDING!
I’ll definitely be recommending you. Keep up the good work.
Thanks so much Joe! That really means a lot 
Sorry to be a pain…but referencing #3 above: “How can display other agency’s icons (i.e. Better Business Bureau) in the footer. Tried several ways to no avail. Something like this is what I’m trying to achieve: http://collinssafety.ca/art/img2.png"
Again, I’m not very code literate so…can you give an example of what the code would look like for say four different icons together inside the text short code?...Like the example in the link provided.
Thanks for the help!
Hey again!
There’s no coding required, just download a plugin like this: http://wordpress.org/plugins/simple-social-icons/ and plug it into your widget area 
Thanks you!!
You’re welcome 
The twitter image in my footer is misaligned with the other social logos. How do I fix that? (www.fyourstroller.com)
Hey again,
It appears you’ve somehow placed your copyright div inside of the actual footer widgets div which is messing up the styles. You probably just have a missing:
</div>
tag somewhere before the copyright div in your footer.php
Cheers!
I’m having a hard time uploading the update. My Wordpress keeps telling me there is already a folder named Salient…..yadadada
Any ideas on what I’m doing wrong?
Disregard. I figured it out.
Good to hear missliss_us 
Amazing theme, just one thing. A friend has it and on the Recent Projects, he was not able to put more than 3 projects per page, making it 3 big thumbnails on size. I was thinking on something like 12 last projects 3 rows with 4 columns. Will I be able? Is it difficult?
Hey aldebaran9,
Tell your friend that he should use the portfolio element instead of the recent projects element – the number of items can be defined to 12 in that where the recent projects are limited to 3 at a time in a carousel. 
Cheers