38352 comments found.
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?
Just wanted to say that when multilingual the searcher is showing every language results. And they all have the subtitle (eg: page) in the current language so they all look the same.
Hey BulmaStudio, what plugin are you using for multilingual?
Hi – I’d like to add some padding to the top of my featured images on my portfolio page just to give some more space between each row.
http://www.mutual125.com/stories/I can’t however find the best way to do this. Any thoughts? Thanks!
Hey tonypantello,
Add this into the custom css box located in your Salient Options panel:
html body .portfolio-items .col {
margin-bottom: 40px !important;
}
Cheers
Hi,
Any plans to include RTL support in the upcoming release?
Thanks!
Hey WebScope! There’s already RTL support as of a couple updates ago 
Thanks!!! 
You’re welcome 
I just installed Salient and I’m having difficulty setting up my portfolio page. I don’t appear to have the option to turn on the “Gallery Slider” I don’t see the “project configuration” option at all for that. I’m running WordPress 3.9.2.
Hey djferens,
That option was removed since it is now obsolete – the image gallery element in the page builder offers the same display as that plus a ton of other options and th flexibility to move it where you need in the page rather than being forced to keep it at the top.
Cheers
The boxed columns are nice, but I don’t want the jumpy rollover effect. I’ve looked through most files but can’t seem to find where the code is for this rollover effect. Any pointers?
Hey pinkgerbil, add this into the custom css box located in your Salient Options panel:
body .col.boxed, body .wpb_column.boxed {
top: 0!important;
box-shadow: none!important;
}
Thanks!
You’re welcome 
hi salient, im having problem in generation the API in my web, goodsatoshi.com/campaign/rumah-belajar-kita/
funny thing is, i was able to generate the api for Example 1 and 2, but not 3 & 4.
please help, ty
im using plugin: json shortcode
[json src="http://headers.jsontest.com/"]Example 1: {User-Agent}[/json]
[json src="http://developer.yahooapis.com/TimeService/V1/getTime?appid=YahooDemo&output=json" lifetime="30"]Example 2: {Result.Timestamp}[/json]
[json src="https://blockchain.info/address/1KELUDmwSpJdNpu5VQCFPYrqijbMkzbr7V?format=json"]Total Received: {total_received}[/json]
[json src="https://blockchain.info/latestblock"]Total Received: {hash}[/json]
Hey tiyo!
Have you tested with another theme to ensure this issue with the json parsing is Salient specific?
Cheers
yes, its salient specific parsing issue. pls help.
Please open a ticket in regards then with your admin credentials so I can take a look
http://themenectar.ticksy.com/
Hi
Is it possible to have some pages full width mode and some pages boxed mode?
Thanks
Also…
If I have approx 20 images is there any way to add them to a gallery style portfolio or will all images need to be uploaded one at a time.
I have 30 different galleries (portfolios) I need to add and adding individually will be time consuming.
Hey PLMMat,
1. Unfortunately that’s not possible as of now and would require custom development
2. You can use the visual composer Image Gallery element with the portfolio style if you’re just looking for a lightbox type portfolio 
Cheers
Just one quick question, when i set up Nectar slider to fade transition, whenever i re-size the window it shows partial slides and then when i put back to full window size slider goes black and have to be refreshed in order to play again. Is this common?
Hi
thank you for fast response. Yes i can also see it on the demo. Same problem. But it seems problem is only with google chrome. With Firefox, doesnt do this. Do you maybe think it has to do with some update or someone else has same problem with chrome?
Hey 
What OS/version of the browser are you seeing this on? So far I’ve attempted on Windows & Mac but have been unsuccessful
hello again
it is windows 7 and google chrome 36.0.1985.143
Thanks for the additional info – can you share your URL just so I can check as well?
Of course, it is still test version and they are not sure yet about the content and anything but i am trying to push salient because i believe it is the best template ever!
http://monten.di-log.com i am sure i messed up something …
let me know if you have any news regarding this and then, another problem is that on 2 sites where i am administrator pins on the map are lost… used to be there but neither me or my client can see them anymore
Hey again!
1. The only way I can get this to occur is by using the maximize/minimize button – dragging the browser doesn’t cause this, is that what you’re experiencing too?
2. Google made a slight change to their maps API so I needed to update the theme to get the markers to show again – the update was released yesterday 
Wow you are the best support
thanks
1. Yes that is exactly what happens, when maximize/minimize! 
2. Good i will update now
Thanks again and please let me know if you get any solution for 1.
I think I’ve found the issue – if you can open a ticket in regards with your login credentials I’d be glad to apply it to your setup prior to the next update
http://themenectar.ticksy.com/