38438 comments found.
Hello,
I have just installed WP Booking Calendar and I’m trying to set it up with Salient theme. Unfortunately, there’s some kind of jQuery conflict when I use those two together. At least that’s what I found out so far searching up Google. The problem is that none of the solutions I found on the web works. When I’m trying to set the date in the WP Booking Calendar’s settings the datepicker should appear. Because of the jQuery conflict (I suppose) it doesn’t. I’m pretty sure the fault is in the theme, because when I switch to a different one, everything works correctly.
I need to get the booking page working very soon in order to start sales on my website, so please help me in fixing this problem.
BR, Loup
Hey Loup!
If you could please provide the URL I’d be glad to take a look 
Cheers
My apologies I assumed it was a front-end issue, if the date picker problem is in the admin panel please open a ticket in regards with your admin credentials so I can take a look at what’s going on
themenectar.ticksy.com/
hello,
good theme!
is possible to translate this theme in others languages ? (french). salient theme support translation ? have you a link or other to download french traduction ?
Hey fabienlemee,
Yes, you can indeed translate the theme through using the .po file – I actually do have a french .po I can provide, if you open a ticket in regards I’d be glad to provide the link 
Cheers
Hi there,
Is it possible to change the width of Pages? I have an ‘About’ and ‘Contact’ page and would like to change the width of the content within to say 80%. Similar to the width of the Single Posts.
I’m using the Standard Blog W/ Sidebar and have ‘Hide Sidebar on Single Post’ enabled.
Thanks.
Hey poundcake23,
Could you share your URL so I can assist with the css?
Cheers
Sure thing! http://rollingspoke.com/
Add this into the custom css box located in your Salient Options panel:
.container {
max-width: 1225px!important;
}
Thanks for your reply. I don’t think I was clear, so unfortunately it wasn’t quite the solution I was looking for.
The above code also changes the width of the Home Page/Feed, while also changing the width of the header.
Is it possible to modify the code to apply to only to the content within the “About” and Contact” page?
My apologies – change that to this:
.page-id-2 .container-wrap .container,
.page-id-13 .container-wrap .container {
max-width: 1225px!important;
}
Sweet, it works! Thanks!
Cheers 
I tried searching for this answer, but was unable to locate it.
How do I go about relocating where the social meta sits on the single product page? I’ve been googling for hours, I assume it’s not theme specific, but more so woocommerce editting. But do you know what template that would sit in?
Hey snuffy,
The social media buttons Salient adds optionally for WooCommerce are indeed theme specific – where are you trying to move them to?
Cheers
I was hoping below either the category meta or the additional images – instead of across from the product title
You’d need to alter this line in the functions.php file and use a different filter to alter the location:
add_action( 'woocommerce_single_product_summary', 'review_quickview', 7 );
Thanks! And sorry to keep bugging you, but curious. In mobile view, is there a way to disable to header all together, just for that view.
actually, i figured it out. thanks for all your help.
You’re welcome 
Sorry for my spamming, but your themes DOES have some hickups once a while…
I have tried all, but nomatter what I do, I keep getting a space on the bottom of the image… How to avoid these unwanted gaps that I get sometimes?
http://www.erhverv.peterpackroff.dk/See image to the left of a very VERY handsome person…
Hey Peter,
Change the % padding on your column on the right to 3 to allow the image to touch the bottom 
Cheers
Hi, how can I remove the footer and header on one specific page, my landing page. Can you give me some code that I can just substitute my page url in to remove the header and footer on just that page? Thanks
Hey 1456932587,
Add this into the custom css box in the Salient options panel:
.home #header-outer, .home #footer-outer {
display: none!important;
}
Cheers
could be a bug
so I use “Dawning of a New Day” custom font that I set. After that, I went to the Salient control panel under the H2 style, I made it 50 px.
Everything is good on computer, when responsive kick in, 1300-1000, the h2 font is set to 18px.
Jump from 50px font size to 18px font size is HUGE!!!
now I have mini lettering almost illegible.
anyways,I have to hack in the responsive.css to get what I want.
is there an easier way to do this?
Hey eluzion,
Add this into the custom css box in the Salient options panel:
@media only screen and (max-width: 1300px) and (min-width: 1000px) {
body .col h2, body h2 {
font-size: 40px!important;
}
}
Cheers
I am using the nectar slider on the homepage which works great, but when viewing it on iPhone, the slide background does not show up? Any idea why? Sorry of this was asked before
it only shows up with a black background
Hey mbianchi27,
could you share your URL so I could take a look?
Cheers
I will PM you the url
Thanks! I see that the BG image is showing, but the fullscreen effect causing a lot of image clipping in the portrait view – if you want to show the whole image on mobile view you’ll need to uncheck the fullscreen option and enable the flexible height option
That still does not work? Odd cause it works on my ipad? here is what I see on my iphone: https://www.dropbox.com/s/wjumhpii8t5vn93/black%20screen.PNG?dl=0
Hey again! Do you also see this occur on the demo?
how can i add the language dropdown in the second header like the ones shown on here http://themenectar.com/demo/salient/headers/ ?
i actually found it thanks
can you provide me with the exact WPML plugin used for this?
Hey Juniormc,
in WPML you can use the option to add the language selector into the header via the options in the plugin itself
Cheers
yea, i get that but, whats the name of the plugin that i should use for this.
also is there a way i could switch for woocomerce the word ‘products’ to “listings” or anything of my choice? thanks
Hey again!
1. Are you looking just for the download for the plugin? Here’s the official site: http://wpml.org/
2. You should pose this question on the woocommerce forums to get the best possible solution since that mod would not be theme specific
Hey ThemeNectar,
Sorry again, I need some help with CSS:
- On the toggle/accordion how can I add some border radius to it?
- Extra padding on pricing table title area when its Highlighted? I have some big font size but i seems that its to big for the Highlighted area
maybe making that area taller? I don’t know if that makes sense.
Thanks!
Hey CreativoMXDigitalAgency,
1.
.toggle h3 a {
border-radius: 5px 5px 0 0;
}
body .toggle > div {
border-radius: 0 0 5px 5px;
}
2. Could you share your URL so I can take a look?
Cheers
Hi,
Great theme. Great support!
Is the theme compatible with WooCommerce 2.2 yet?
Thanks,
Hey logicbank,
There’s no known issues 
Cheers
Hi, my ‘Tweet this’ button nor the G+ share doesn’t count after a share. the sharing actually works, ie I can actually share it on Twitter and GPlus, but the count doesn’t increase?
Nectar one does, but not the others?
Hey OwenDevelopment,
Could you kindly share your URL so I could take a look?
Cheers
Hi there, Map Marker has stopped working. I did upgrade with the latest fix which it’s fixed the previous issue with Chrome. Any help is much appreciated. PS: I haven’t upgraded to the new wordpress version.
Thanks in advance.
Hey vitafitness,
could you supply a URL so I can take a look?
Cheers
Hi ThemeNectar, It’s all good now. It’s working again.
Good to hear! 
Hello,
Is there any way I can have two tabs title with different currency with the pricing tables?
This would be very beneficial to a lot of users here…
thanks
Hey largeserver,
you should be able to do that if you switch into the shortcode view and get out of Visual Composer
Cheers
Hi, my map markers suddenly disappeared after I updated to WP 4.0. Any idea why this might have happened?
I have the map markers set up and they worked fine until I installed the update.
www.frigstadfilmphoto.com on the bottom of the page.
Thank you.
Hey frig2,
Make sure you’re using Salient v4.5.22 
Cheers
Hi, I really like your theme I and my mouse is now hovering on purchase button but I have a few questions to ask first. 
1. I purchased both the Visual Composer and Ultimate Addons for VC, Is it possible to turn off your built in page builder and use VC and its Addons in your theme instead? Is VC fully compatible with your theme?
2. Can I use Uber Menu? Is is fully compatible with your theme?
If the answers are all YES, then I’ll click the purchase button now!
Thanks!
Hey romeocortezano,
1. You can use that plugin with the theme, but there might be conflicts. If you want to disable the Salient VC for the default plugin you could if you have it 
2. Yes but you’d have to use the child theme listed on their site to accommodate it
Cheers
When using the portfolio element is there an option on the full width setting to have just 2 or 3 cols? It seems all I can use is 5 by default of 4 if you tick the box…
This would require modding the responsive.css file and the init.js file to change the behavior
Hi! I have a problem with the lightbox view of the element of my portfolio. When i click, the images are cut. How can i fix it?
Here some screenshots:
I have the same problem using Safari and Firefox
Hey Marcovagabondo,
Could you change the maintenance mode plugin off so I can take a peek at your URL?
Cheers
Try adding this into the custom css box in the Salient options panel:
html, body[data-smooth-scrolling="0"] {
overflow: visible!important;
}
It works, but only with the smaller pics. Are there a maximum of pixels of the pics with this visualization?
sorry. it works fine. Thanks! 
Hey – glad you got it 
Cheers
Hi, I’ve just buy the theme. I’ve a problem installing theme on WordPress 4.0.
The error is: Fatal error: Class ‘WPBakeryShortCode_VC_Row’ not found in /web/htdocs/www.docks51.net/home/servif/wp-content/themes/salient/nectar/nectar-vc-addons/nectar-addons.php on line 399
And yes, I’ve upload the correct theme folder, the one with style.css inside.
Thank You!
Hey Foread,
Could you kindly open a ticket in regards so I can take a look? http://themenectar.ticksy.com/
Cheers
Hiya Bud,
Are you planning on updating font-awesome in salient? there are literally hundreds on icons on there that don’t exist on Salient – would be awesome to have them all.
Cheers Rich
Yup 
Brill – in the next version? 500px included? 
I’ve noted it 