38434 comments found.
Hey!
Nice theme with very convenient and smart admin panel.
I’m trying to set up a site for my client, who purchased your theme and have only one question: I have two slides in Nectar slider. The first one is Video background slide and the second full page image. Is there any way to play the slides only once and to stop looping slider on the second slide with image?
I want to achieve the following: the visitor watch the first video slide, then it autorotates after 9000 ms to second image slide and the slider stops autorotating.
Excuse my poor English, thanks in advance.
Hey mishka48!
As of right now this would actually require some modding to the nectar-slider.js file, but this item is actually already on the wishlist so I’ve noted your +1 to it 
Cheers
Hey!
Is there any way to batch upload pictures/portfolio pages. I have about 35 pics I want to add to the portfolio and that sounds like a nightmare.
Hey cptnyr! You can actually use the Visual Composer Image Gallery element instead as it gives the same look if you don’t need the single project page 
Salient is a wonderful theme to work with. It’s flexible, modern and user-friendly.
What would make it even better is if there was an option to enable/disable the Search button in the menu bar. Perhaps you can consider this in the next update?
Thanks a lot localist!
Here’s a ticket that supplies the css snippet to do that
http://themenectar.ticksy.com/ticket/52594/search/
Cheers
Thanks for getting back to me. I have actually been doing it this way but it would be a good idea to implement the option to turn this on and off if we don’t need the search for both mobile and desktop.
You’re welcome & thanks for the suggestion 
Hi. I have question abaut VIsual Composer extentions. I would like to use iHover, and I wonder if it normlay integrates with your redesigned Composer?
Hey dokk,
I haven’t tested that plugin but as long as it’s not only compatible with the latest VC release, it should be fine 
Cheers
Hi,
Loving this theme so much!
Quick question, in the About Us section, is it possible to have the team member profile photos always stay in the “rolled over” state? I am not linking these out and therefore I don’t need any animation on them. I just want them to be full opacity.
Thank you!
Hey AmyNYC!
Add this into the Custom CSS box located in your Salient Options panel:
.team-member[data-style="meta_overlaid"] .team-member-overlay {
opacity: 0!important;
}
Cheers
Amazing. Thank you!
You’re welcome 
Thanks, one more question: Is there any way to lower slightly the text overlay for the Team Member photos? It’s a little too high right now. Thank you!
Use this 
.team-member[data-style="meta_overlaid"] .team-meta {
bottom: 20px!important;
}
What about moving the Name closer to the title? thank you!
body .team-member[data-style="meta_overlaid"] .team-meta h3 {
margin-bottom: 1px!important;
}
thank you!!!!!
You’re welcome 
Hello again,
I want to make a page similary to your “Portflio Eye Candy” page, but I just CAN’T get it to display in a nice mosaic. I have 6 items. All images are the same size. I’ve tried multiple settings and I can’t get it to work.
Please explain to me how can I do this like you’d explain it to a dog 
Hey calin_balea,
Please share the URL to the page so I can I see where you’re at 
Cheers
Hello,
The site is in maintenance mode and you won’t be able to see the page. I’ve e-mailed you the wp login info trough the themeforest account page. My e-mail is calin_balea@yahoo.com.
Thanks.
I’ve updated to the latest version of your theme and moved the portfolio into a new row and now the problem is fixed. It’s display like i wanted: 2 rows with 3 images each and no gaps.
However, i found another problem. I’ve installed WPML and I see the portfolio pages are not translatable. There should be a box in the top-right where I can set the language of the page and create a copy to translate. Am I missing something?
I’m getting really frustrated here. I taught the masonry portfolio problem was solved. I’ve set it up on my PC but now I’ve checked from my laptop where I have a smaller screen and the problem is the same. The portfolio looks nothing like it should.
Could you login with the credentials I’ve messaged you and see whats wrong?
Thanks.
I want the portfolio to be displayed on 2 rows, 3 images on each row, with no gaps or 3 rows of 2 on smaller screen sizes
Hey again calin_balea,
1. If you’re only using a few items, the masonry display is not going to be the best option since you’re trying to keep a perfect grid. If you look at the masonry on the demo and resize your screen from big to small on a desktop you’ll see the number of columns change depending on how much space is available. For a perfect grid, the easiest way would be with the non masonry full width layout + constrain max columns to 4 option active.
2. The portfolio post type is indeed ready for translation you just need to set that post type to be translatable (there’s should be a checkbox near the bottom of any edit project page that looks like this http://wpml.org/faq/how-to-translate-custom-types/#attachment_7579
Cheers
Hello,
1. I’ve tried your suggestion but now I see 1 row of 4 and 1 row of 2, with a huge gap in the bottom left. Also, on the first row the last image on the right is smaller, although masonry is unchecked. I have a 1280×1024 screen. Do you want to see a print-screen?
2. Thanks. Found it.
Hey,
1. Sure a screenshot would be good – however it seems you’ve removed the portfolio element from the home page now in favor of full width columns. Also, since it’s constraining the max columns to 4, you’d need to use multiples of 4 in order to maintain the perfect grid.
Cheers
Hi,
Yes, I removed it for now. I`m using the team member element to insert the image and the title and work around this problem. It’s ok for now but on future updates it would be nice if you could make the portfolio show a perfect grid even if I don`t have a lot of portfolio entries
Hey – glad to hear you have a working solution & thanks for the suggestion 
Cheers
HI,
The Nector Shortcode box won’t appear correctly when I’m building a new page – instead of displaying options I just get a lot list which I can’t click on. The problem stands across both FireFox & Chrome – any ideas?
Thanks,
Sian
Hey Sian,
Have you checked to make sure it’s not a plugin conflict?
Cheers
Hello!
Is the theme already WPML compatible? I have to start a new WP Project and I need a theme multilanguage ready
Hey javierojuel, yes it is 
Is there a way to change the font text to black instead of the gray? Thanks 
Hey acmediaservices,
Add this into the Custom CSS box located in your Salient Options panel:
html body, html body p {
color: #000;
}
Cheers
Hello !
I use the Calculated Fields Form plugin. I want to round a number that shows me in the Total Field. E.g: 215,643.54 = 216 This is the link to my problem: http://moramart.ro/?product=woocomerce-monument-1
I use css theme. If it’s a way to add the css in theme. I can creeate classes (e.g: .sabi) in css then place the class (e.g: sabi) in the specific field in the plugin.
Please Help.
THANKS ! 
Hey sabinnitu!
Are you just trying to target the fields individually? Inspecting the markup on your page, it appears your plugin already has unique classes on each field that could be targeted with css.
Cheers
I’m trying to make a round number, E.g:215,643.54 = 216 or E.g:216.213 = 216, I want to modify decimals.

Sorry, I thought you were saying your plugin already did that – if you’re trying to do that yourself, you can use javascript. Since each input has a unique class already, you’ll be able to target them 
SOLVED !
Thanks ! 
You’re welcome 
Hi !
How I can change the show of articles ?
Hey mattdeplay! Can you elaborate a little more by what you mean with “the show of articles”?
Cheers
(Sorry I’m french lol) there are different ways to view articles, where I have to go for change that ?
If you’re using the posts page in settings reading for your blog, you can alter the layout in the Salient options panel > blog tab and if you’re using Visual composer to place the blog, the layout is chosen right when editing the element in the page builder 
Hi I believe there is a bug when you create columns using the default layout. The columns in the images (below) are nested within a Full Width Background type. There is not an issue when you use the Full Width Content type.
The last column (regardless of the number of columns) gets cut-off.
http://i.imgur.com/FLk6jkZ.png http://i.imgur.com/Ym67yev.pngHey dcress!
This is the rule responsible you can remove for now out of the style.css:
.full-width-section > .span_12 > div:last-child, .full-width-section > .span_12 .col > div:last-child
Cheers
Thanks so much – can you offer code for the Custom CSS field so that this can be easily removed in your next update?
Thanks, Doug
The next update will resolve the issue so you’re free to remove it from the main stylesheet for now 
Hello Salient! I’m having quite a lot of difficulty with the blog posts. Is there a way to have a featured image for the post preview but not on the post itself?
The problem is that my images are only large enough for 1/3 column. If I set the post type to gallery, I’m essentially forced to have a full width image gallery (minus the sidebar) because the gallery won’t work inside of a row or column. If I choose to go with a standard post type and add a normal gallery, it works, but then I’m stuck with a massive image above my content if I want to use a featured image for the preview. Please let me know! I’ve been trying to figure this out for hours and I’m crying… see —> :cry:
Thanks!
Hey RenderRebel!
Add this into the Custom CSS box located in your Salient Options panel to remove the featured image on the single post:
.single-post .post-featured-img { display: none!important; }
Cheers
How can I insert a revolution slider with transparent BG into a column with parallax BG? If I insert it, I see a revolution slider with white BG over my parallax effect. Any idea?
Thanks a lot!
Hey 27,
please share the URL of the page you’re working on and I’d be glad to assist 
Cheers
Hi there, I’d really like to purchase this theme but there are two features I would like to check can be implemented/accessed…
1.) Is it possible to have a twitter carousel showing the latest tweet from a client?
2.) Is there a form able to use as a ‘subscribe to us’ which can be an email submission?
If so I’d love to purchase the theme just wanted to check if these are possible or only are possible through certain themes, many thanks,
Baz
Hey Baz!
Both of these items would require the use of a plugin, but are definitely possible 
Cheers
Hi, thanks for the reply, Would you be able to recommend any that would look/work like this:
http://themes.themewaves.com/flatco/shortcodes/twitter-carousel-element/If so I’d love to purchase the theme and begin building (: Thanks for your help,
Baz
Hey again, there’s a ton of twitter feed plugins out there: https://wordpress.org/plugins/tags/twitter-feed see if any of those will fit your requirements 
Hello good people of Nectar
I’ve ran in to an issue that I couldn’t find help with or for.
I’ve added an image to one of my page’s header. then I decided it didn’t need an image in the header an I removed the upload. now the page shows an empty white box. Setting page ehader height to 0 doesn’t work, changing the page’s template back and forth doesnt’ work either.
Do any solutions come to mind?
Otherwise I’m extremely satisfied with the theme, all the options and the support you guys give out. definitely worth the money spent
Hey timmicglass!
Can you please open a private ticket in regards with your login credentials so I can see what’s going on and sort it out for you? Just let me know the ticket ID here once you’ve done so 
Cheers
Hi! (AGAIN!)
Was wodnering if i can integrate this plugin with Salient?
http://codecanyon.net/item/mega-main-menu-wordpress-menu-plugin/6135125Cheers,
jack
Hey Jack!
I would assume so but you’d probably have to do some integration similar to uber menu 
Cheers
Hi there,
Is it possible to add an icon / button to the main menu, rather than the secondary menu? I have a client who simply must (?!) have their Facebook icon inline with main navigation menu items, please tell me there is a workaround to do this?
Thank you again.
Hey camdenhowitt,
yes – but you’d need to add it through the header.php file – please see in regards: http://themenectar.ticksy.com/ticket/78972/search/
Cheers 
Hi Salient,
I’m having trouble using the box layout. My homepage slider is off to the left by an inch – as in it is showing white space. If I remove the box layout it’s fine but I want to use it.
Any ideas?
Thanks Gen
Hey Gen,
Anyway you can share the URL so I can assist?
Cheers
It’s http://demo.openmarkets.com.au I just noticed it’s only doing this in Safari.
I was using the Home – Alternative/Box layout. When I look at the Home – Landing Page template, it doesn’t seem to have that problem. So worst case I can re-do everything using that template… but would rather not
Is there anything specific I can do to replicate the issue? So far the buttons appear normal on Safari 5.1.7 on my end.
First of all, AWESOME theme, all your sales are more than well deserved 
I bought this theme and i’m super happy with it but i was wondering if there’s a way to edit the menu, to have a more traditional menu, not flat. Like to have an old style menu that looks like buttons that change color on mouse over….could that be done or should i buy a menu plugin like ubermenu???
Thanks in advance!!!!
Thanks so much JonVazMad!
Can you share a URL of the style/effect you’re trying to emulate? This way I can best provide the necessary css/advice 
Cheers
the client wants something like this that changes color when over or selected
http://www.creativetier.com/products/modern-menu/Thanks for the quick reply 
Got it – if you’re willing to remove the header resize effect, making this possible through a css snippet will be doable. Can you share your URL so I can provide the right one for your setup?
Cheers 
Add this into the custom css box in your Salient options panel and deactivate the header resize on scroll event in your general settings tab:
header#top nav > ul > li > a {
margin-top: -27px!important;
padding-top: 56px!important;
}
header#top nav > ul > li > a:hover {
background-color: #333!important;
}