38440 comments found.
I would also like to know how I can go about setting up my “about me” page to look just like the “creative” about me page shown here.
http://themenectar.com/demo/salient-frostwave/about/about-me-example/Hey again!
If you don’t want to import the dummy data, here’s the code you can paste directly into your editor on that page and then switch into Visual Composer to see all the elements
http://pastebin.com/EcknUx28
Cheers
Hi there,
I was wonder if you can tell me the name of the font being use for the navigation on the top of the website.
Thank you!
Daniel
Hey Daniel! It’s called “Lovelo”
Hi, I have question about alt tag for images in Salient. How add alt description to “Nectar Shortcode Image With Animation”? I need it to make some improvement on my seo.
[image_with_animation image_url=”930” animation=”Fade In From Left” img_link_target=”_self” delay=”500” alignment=”center”]
vs
<Qimg src=”http://www.hemorex.pl/wp-content/uploads/2014/02/women-Hemorex_shape_haemorrhoids.png” alt=”salient image on my site” />
Hey Schimmelmotion! If you’re using the raw shortcode outside of Visual Composer you can add an alt tag onto the shortcode itself – and if you’re editing the VC element you can add it when editing your image in the media library. Make sure you’re on the latest release though 
adding an alt tag onto the shortcode itself works very well but when I’m using VC and images from media library they appear without alt description that was made earlier. Thanks for your answer! Salient is a great theme!
The Visual Composer alt tag fix was added in the last release, are you on 4.5.2+?
Cheers 
Can you send me a screenshot showing where exactly alt tag option is? I have the newest version of Salient on my site. I’m sure that I became blind after hours working with websites 
Hey again – here you go
http://i.imgur.com/Z7LuZ0H.jpg
If I download here on Theme Forest the same licence I have bought, will it be updated to newest theme version, or I will be downloading the same version I have bought then?
In case I am downloading same version, how can I update to newest one? Only buying a new one?
Thanks
Hey educkf!
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 – the version downloaded will indeed be the latest release 
Cheers
Ah, it is strange then, because I dont have style similar to that link! Is it the same version?
That project style still exists – here’s what it’s called: http://i.imgur.com/flkQspn.png 
Hello,
I’m thinking on buying your theme. I need 2 pages showing different portfolio categories each. As for architecture and construction. One page will show the architecture portfolio and the other one will show the construction one.
Is that possible to do it with your theme?
This question might sound “not-smart” but i’ve seen some portfolio themes around that can only showcase all the portfolio elements in one page.
Thanks in advance,
Hey seisefes!
Yes, you can separate what categories will display on specific pages but if you’re having sets of categories displaying on the same page once you’re on the single project page (if you’re not using a lightbox only setup) the next and prev buttons will still lead through all projects
Cheers
Hi Team – Can you please advise how to center the navigation menu? And reduce the padding above and below the navigation menu?
Thx!
Hey otherwoman!
Are you trying to center it under the logo on its own row or just center it within the current space in the header?
I am trying to center the nav menu on it’s own row below the centered logo 
Add this into the Custom CSS box located in your Salient Options panel 
header#top nav {
text-align: center!important;
}
header#top nav > ul {
float: none!important;
display: inline-block!important;
}
body #header-outer .span_9, body #header-outer .span_3 {
display: block!important;
float: none!important;
margin: 0!Important;
width: 100%!important;
}
header#top #logo img {
margin: 0 auto 20px auto!important;
}
Unfortunately this didn’t do the trick
Is there anything else you think I may be able to try?
Thank you so much for your help!
Jessica
Could you kindly share your URL so I can see why it’s not applying on the front?
Cheers 
Hi Team – Thank you in advance, www.otherwoman.com.au
Add this into your custom css box located in your Salient Options panel as well 
nav {
text-align: center!important;
}
Still no luck!
Anything else you think I can try? www.otherwoman.com.au
Hey
make sure you remove all the pre tags in your custom css box
<pre> </pre>
YOU GUYS ARE THE BEST – All Fixed!!! Thanks Team 

Hi Team – Can you please advise how to center the navigation menu? And reduce the padding above and below the navigation menu?
Thx!
Hey otherwoman!
Are you trying to center it under the logo on its own row or just center it within the current space in the header?
Hello,
I’m looking for a woocommerce fields calculator. Instead of what I have in this page: http://moramart.ro/product/woocomerce-monument-1/ (Dimensiuni Stilovat, Dimensiuni Baza) I want that computer. I want to be like that in the ESTIMAE PRET – CALCULATOR (it’s under the INFORMATII ADITIONALE). And after the client puts his own values e.g. 100, 20, 30 = 150 … I want Add to cart button. What should I use ?
Thank you very much !
Hey sabinnitu!
Unfortunately since this isn’t a Salient or theme specific specific question it would be better suited for the WooCommerce forums
Cheers
Ok, thanks.
You’re welcome 
Hey, 
how could I change the font parameters (i.e. font family, size and style) of the main menu drop down navigation that opens by clicking the menu icon?
Changing the Navigation Drop Down Typography settings in the Salient panel didn’t affect that main drop down menu.
Thanks in advance, and wishing you a pleasant day. Teemu
Hey teemuluo,
If you’re talking about the mobile menu the size of those items are fixed, but you could change them with this css (add this into the custom css box located in your Salient Options panel)
#mobile-menu ul li a {
font-size: 18px!important;
}
The other options for font family should still change it though 
Cheers
Hi,
Thank you. Yes, I meant the mobile menu. 
Cheers
Hey – did that snippet sort it for you? 
Hey, yes, that snippet sort it perfectly, thank you. 
I’m sorry for the delay in my answer.
No worries!
Cheers 
How can I show 2 differents sliders in the web or mobile? I mean I want to show slider1 in the web and slider2 in the mobile on the same place in the homepage. Thanks, Anatal
Hey Anatal,
You’d need to add both sliders into the page and give the rows class names such as “desktop-only” and “mobile-only” and then add this into the custom css box located in your Salient Options panel:
@media only screen and (min-width: 1000px) {
.desktop-only {
display: none;
}
}
@media only screen and (max-width: 1000px) {
.mobile-only {
display: none;
}
}
Cheers
Thanks, its exactly I did but the rows don’t get the extra class name… Why?
Are you not seeing the inputs for the class name on your rows or are they just not applying on the front? Also, are you using Visual Composer to add the class names to your rows?
Yep, I did add it in Extra Class Name. It is not show in the source. Why? Somthing wrong with it. I can’t find the bug
Can you kindly open a ticket in regards so I can inspect that it’s not applying?
i submitted a ticket
Thanks 
Hello again, How can I set the clients logos on the mobile to be 3 in row (not 2 logos). Thanks, Anatal
Hey Anatal,
Go to the clientsCarouselInit function in the init.js file inside the js folder and change the min value to 3 
Cheers
items : {
height : $that.find('> div:first').height(),
width : $that.find('> div:first').width(),
visible : {
min : 3,
max : columns
}
},
Sorry, add this in as well to the custom css box located in your Salient Options panel: :
@media only screen and (min-width: 1px) and (max-width: 690px) {
html body .clients.carousel.phone > div {
width: 100px;
}
}
I did change it and in the mobile it still show me 2 logos in row. 
Would you mind opening a ticker in regards with your login credentials so I can assist further?
Hi,
To Change mobile responsive header menu layout in media from 1000px to 768px.
1. In this my website http://littlehighrise-dev.com/~bacorn/ header layout change 1000px and below size.
2. I am using Salient – Responsive Multi-Purpose Theme.
3. I need to change header layout in responsive site to 768 or below media like current theme working in 1000 media.
4. For that what I need to change in js or css or any extra functionality works.
5. Please suggest steps for this.
Thanks. Rocky Mehta
Hey Rocky,
do a find and replace formax-width : 1000pxin the responsive.css file and then change the 1000 value in the addOrRemoveSF function inside of the init.js file located in the js folder
Cheers
Hi Nectar I was just doing some updates on my site and noticed the map makers are not showing up anymore – I checked on the iphone and it’s the same thing no show? – any ideas? http://humannature.kiwi.nz/contact-us/
theme all updated to 4.5.2
Thanks heaps
Hey SamAsh!
Please open a ticket in regards with you admin credentials so I can check out the back end setup
http://themenectar.ticksy.com/
Cheers
Will do – I’m not seeing any icons on your demo site either >__<
Thanks Nectar – ticket opened.
I looked on our demo site – noted that I can only see map markers when you are using your own image like here. http://themeforest.net/item/salient-responsive-multipurpose-theme/full_screen_preview/4363266
but here and all the other contact pages they do not show at all…
http://themeforest.net/item/salient-responsive-multipurpose-theme/full_screen_preview/4363266sorry – I just noticed I just copied the wrong links above
–
should be….
showing up here : http://themenectar.com/demo/salient/contact/
Not here (same as my site ) http://themenectar.com/demo/salient-frostwave/contact/
thxs 
Yes – I have since found that Google actually changed their API so this was an issue I was unaware of and won’t be something specific to your setup. I have an update to correct this in the ThemeForest queue which should be available shortly 
Boom! – great stuff – I thought I was going crazy 
No worries – the update is available now 
Hi There!
Thanks again for such a great theme! I’m new to Word press and learning a lot! I’m going to ask a silly question but the Ascend Nectar Landing page image. Where did you get that from? Couldn’t quiet find the table image from your credits list.
Hey chachaty!
That was purchased here https://creativemarket.com/Vadim.Sherbakov/51308-16-HeroHeader-images-Vol.1 
Cheers
Hello,
I’m having an issue with my full screen slider being covered up by the secondary navigation after I disabled the main header. It is flush on mobile, just not on a desktop computer screen. (http://editingsynthase.com/cart/)
Is there a way via CSS to make the slider flush with the secondary navigation?
Thanks in advance!
Hey cheju33! Add this into the custom css box in the Salient options panel 
.woocommerce-cart .first-section {
margin-top: 30px!important;
}
Cheers
That worked great! However, this seems to be a site wide problem (e.g., the secondary nav. is covering up a bit of my slider on the home page when the header is transparent). Is there a way I could apply the CSS code above for all pages?
Yes – you could change that snippet to:
first-section {
margin-top: 30px!important;
}
Thanks for your reply and continued support, but the last snippet did not work. I also tried .first-section, but there was no change. Any ideas?
I should say there was no change in the slider moving. Content on some pages moved, where the header was not transparent, but the full screen slider on the home page did not move.
Any page specific CSS snippets I could use to perhaps bring the slider down flush with the secondary nav.?
Hey again!
Change that to
body .first-section, body .parallax_slider_outer.first-section {
margin-top: 30px!important;
}
Thanks!
You’re welcome 
Hello,
As many have said, I love this theme! I have actually had 3 different clients of mine purchase it so far as I haven’t liked any other themes different clients have tried. I used the multi parallax background effects recently for one of my clients sites at the top of their home page (http://humidorwichita.com) and it works great and works on mobile and iPad, however I have tried to recreate essentially this exact same thing but on a different clients site (http://www.audacitychurch.tv/im_new/take-5/) and while it works great in browsers, it won’t work in mobile or an iPad.
I do know that often the parallax effects don’t work well in mobile, but it would seem strange to me that it DOES work on one site, and then doesn’t on another where I essentially just recreated the exact same thing, but with different graphics.
Any ideas as to why this may be?
Thanks again for the awesome theme and great customer support!
Hey Chris!
Anyway you can open a ticket in regards to the URL not working with the admin credentials so I can inspect the setup further? http://themenectar.ticksy.com/
Cheers
Ok I opened one using my actual name/account instead of this clients account (I had each client purchase the theme for themselves so they would be the owners of it, however in order for me to get tech help occasionally I have been using one clients account, this one, since I myself have not purchased it)
No worries – what’s the ticket ID? 
267878 is the ticket ID. Thanks!
Thanks, i’ll be with you as soon as I can 
Hi ThemeNectar, Great theme! If possible, I’d love for the buttons from portfolio style 1 to be included in the Title/Meta overlay from portfolio style 2?
Possible?
Thanks
Hey noiseinternational,
This would require some modding to the shortcode-processing.php file located in the nectar/tinymce directory and then some css modding to make it display nicely 
Cheers
Hi, I want to apply this style only in this post: http://www.mustaphafersaoui.fr/volume-pixel-generator-tools/
Post ID: 3420
.fancybox-nav {
height: 60%!important;
margin-top: 10%;
margin-bottom: 30%;
}
Can you help me if possible?
Thank you.
Hey veproduction,
Add this into the custom css box located in your Salient Options panel:
body.postid-3420 .fancybox-nav {
height: 60%!important;
margin-top: 10%;
margin-bottom: 30%;
}
Hello, Have you considered including DatMenu plugin from CodeCanyon for responsive layout in this theme ?
Hey wormy, I actually have not yet – but will note it for the wishlist 
Hi ThemeNectar,
A client is having issues with their Salient purchase. According to website speed test, it would seem that all of our Nectar Slide Video backgrounds are being loaded twice. As videos are huge bandwidth hogs already, this is leading to a site that’s twice as large as it should be.
Hey SmithandTeam,
can you please share the URL of your clients site so I could take a look?