38442 comments found.
Hey, thanks for the great time! I just have one question, can you put your site on a kind of “maintenance mode”? Like when they go to my website they see the coming soon page, while I’m working on the installation of the theme? Thx!
Thanks timothy_st!
For this you’d need to use a plugin such as: https://wordpress.org/plugins/wp-maintenance-mode/Cheers
Hi Guys,
I’ve got a problem with my menu. When I make Changes it’s fine on all page but on the home page it doesn’t change.
Ive even deleted the menu completely and it’s still there.
What can I do to remove it?
I’ve cleared my cache etc but noting changes…
Thanks
Hey Ben,
Please open a ticket in regards or reach out via the contact form on my author page https://themeforest.net/user/themenectar
Cheers
Hello
It’s possible de reduce the content area (less wide) and to increase a little the size of the text in post ?
Thanks you
Hey Braure54,
1. You can easily change the size of the body text (globally) in the Salient options panel > typography > general HTML elements tab
2. Please share one of your single post URLs in regards so I can see your current settings
Cheers
Hi, how do I remove the hover feature on navigation and the drop down navigation? God bless.
Hey sefwalter,
Are you just referring to the color change?
Cheers
Hi, How do I change the padding when using the ‘in container’ option? I’d like the images to be slightly larger, especially on mobile… i.e. less white space. Thanks.
Hey AkeatsKes,
Could you share your URL in regards so I can see your current setup to assist?
Cheers
Hi, Try this link – http://portfolio.kierankesner.com/birthright/
Thanks!
Hey, add this into the custom css box located in your Salient Options panel – it will make the container wider on mobile portrait views:
@media only screen and (max-width: 690px) {
body .container, div.slider-nav, #post-area.standard-minimal.full-width-content article.post .inner-wrap {
max-width: 340px !important;
}
}
Cheers
This worked well, thank you!
I am trying to add the contact form currently seen on your business demo page http://themenectar.com/demo/salient-business/ ... but when I import demo content and copy over settings each line comes up as full width. I’d like to replicate your demo with name, email, and phone number on the same line (three columns) hopefully with one long message line underneath. Thanks!
False Alarm! I think I found what I was looking for here: http://themenectar.com/docs/salient/importing-contact-form-data/
I was wondering how I can replicate the ‘show me how’ button that seems to be multiple shades of teal in the Service demo.
Hey!
It’s a nectar button added in the Salient visual composer set to “see through” and using “extra color gradient 1” for the color
Cheers
Is there an ETA on the next release? Is it going to be a major or minor?
Thanks!
Hey zcoleman, it’s coming very soon – just taking the needed time to test it since it’s major 
Awesome! Looking forward to it.
Cheers 
Any ETA on the update?
It’s coming in the morning 
Hey Arkanite,
WP 7.6 has made it invisible, however the upcoming update will be bringing it back again 
Hey, I need to center the logo just on the mobile menu. I want it to be in the middle of the screen with the hamburger and car icon on the left. Is that possible?
Hey Jaycobcohen,
Could you share your URL in regards so I can take a look at your current settings to assist?
Cheers
Hi guys,
When I turn my my featured image off I get a spacing issue at the top of my blog posts.
The text crosses the divider line.
Please see here: http://www.petcheckers.co.uk/dog-recall-training/
How can it be fixed?
Thanks
Ben
Hey Ben,
Add this into the custom css box in the Salient options panel:
.single #post-area > article .content-inner > div:first-child {
margin-top: 0!important;
}
Cheers
Hello, I just updated the theme and now the site won’t load?
Hey karenchedid, please share your URL in regards so I can take a look to assist
Cheers
Hey JimKalligas,
Add this into the custom css box in the Salient options panel:
@media only screen and (max-width: 1000px) {
.page-id-88 .wpb_row .span_12>.col:nth-child(3) {
clear: both;
}
}
Cheers
Hi,
Can you make an update for a more clear sitemap in order to have a better SEO optimised result to display site’s pages on google searches, rather than just the url. Also, will there be an update of woo-commerce shopping page layouts? Regards,
Hey Ewanbenoit,
1. I’ve noted tis for the wishlist, have you considered using a plugin in regards as well? https://wordpress.org/plugins/google-sitemap-generator/
2. In the next WooCommerce based update – most likely
Cheers
Hi,
We would like to have a semi transparent menu for the desktop version (not on mobile device). Is that possible? Thanks in advance!
Website: www.unbegun.nl
Martijn
Hey Martijn,
Yes – in the Salient options panel > header navigation tab there’s a slider for transparency called “Header BG Opacity”
Cheers
Many thanks!
It worked for the header after scrolling. But the header before scroll is still 100% transparent. How can we create a (black) semi transparent header before scrolling?
Thank you in advance.
Hey! You can turn off the “use transparent header when applicable”option in the Salient options panel > transparency tab
Hi, thanks.
But we would like to have a semi transparant header before scrolling instead of a non transparant header. Do you also know how we can fix that?
Add this into the custom css box in the Salient options panel:
@media only screen and (min-width: 1001px) {
html body #header-outer[data-transparent-header="true"].transparent {
background-color: rgba(0,0,0,0.6)!important;
}
}
hello staff, check my website http://www.ilwok.com homepage scroll dont work correctly, it seems that when you shake slide, a white stripe is at the bottom and then with a click defers affixed, safari & chrome, please check.
Hey pyrosportswear,
Could you kindly provide a quick screencast showing this issue as I’m not sure I’m seeing it on my end and seeing it from your end would help to troubleshoot
Cheers
hello, thanks for answer, http://screencast-o-matic.com/watch/cbVvIdQPFc
look when changing tab in the menu page, the little animated titles are there but not seen.
I am having trouble getting the google maps to load. Please look at www.wanwumedia.com and the ‘contact’ page, from the menus.
I have added the key here:
if(typeof google == ‘undefined’) { $.getScript(‘https://maps.google.com/maps/api/js?sensor=false&key=AIzaSyAT2zUOfNU1z6Uu4FgM7PQHQqOqR2Q0d2E&callback=mapAPI_Loaded'); }
But the page is still not loading. I get the following in the Console:
Uncaught ReferenceError: gmw_data is not defined at HTMLDocument.eval (eval at <anonymous> (jquery.js:2), <anonymous>:8:7) at i (jquery.js:2) at Object.add [as done] (jquery.js:2) at n.fn.init.n.fn.ready (jquery.js:2) at a.fn.init.n.fn.init (jquery.js:2) at a.fn.init (jquery-migrate.min.js:2) at n (jquery.js:2) at eval (eval at <anonymous> (jquery.js:2), <anonymous>:7:1) at eval (<anonymous>) at jquery.js:2 util.js:210 Google Maps API warning: NoApiKeys https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keys eB.j @ util.js:210 js:37 Google Maps API error: MissingKeyMapError https://developers.google.com/maps/documentation/javascript/error-messages#missing-key-map-error
Can you help?
P.s. I tried to update to Salient 7.6. I am on 4.8.1, and using a child theme.
However, when I update the parent theme to the latest version, my site breaks.
Hey pwanwu,
The current version of the theme has an input field in the theme options panel for the API key, it would be best to figure out why you’re unable to update. What happens once you do the update and have you tried to temp disable your child theme?
Cheers
Hi there,
Thanks for the reply.
I managed to get 7.6 and the child theme working again.
However, when I try and enter the API Key for the google map widget, I get the error:
http://tinypic.com/r/24zj8zc/9I have regenerate a key with a new ‘project’ on Google’s site.
But still this fails.
Can you advise?
Thanks
Paul
Hey, the area shown in your screenshot is not part of Salient – the input i’m referring to is inside of the Salient options panel > general settings > css/script related tab
Thanks, but I can’t see it there? Please see screenshot. There is no place to add the API key.
http://tinypic.com/view.php?pic=65x1kg&s=9#.WJBtQhw1DOpYou still appear to be on an old version of Salient – that’s not what the options panel looks like post Salient 7.0, it got redesigned completely and many new options were added http://themenectar.com/docs/salient/theme-options/introduction/
Thanks.
https://pixady.com/image/i2o/I have got 7.0 working now. But with child and as salient parent.
But I still see no options for API Key?
Thanks in advance, love your theme.
Paul
Hey, your screenshot is from the styling tab within the general settings, switch to the “css/script related” tab
The error is : jquery-migrate.min.js?ver=1.4.1:2 JQMIGRATE: Migrate is installed, version 1.4.1 staticmap Failed to load resource: the server responded with a status of 403 (Forbidden) jquery.js:4 Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user’s experience. For more help, check https://xhr.spec.whatwg.org/. send @ jquery.js:4 jquery.js:4 Uncaught ReferenceError: gmw_data is not defined at HTMLDocument.eval (eval at <anonymous> (jquery.js:2), <anonymous>:8:7) at i (jquery.js:2) at Object.add [as done] (jquery.js:2) at n.fn.init.n.fn.ready (jquery.js:2) at a.fn.init.n.fn.init (jquery.js:2) at a.fn.init (jquery-migrate.min.js:2) at n (jquery.js:2) at eval (eval at <anonymous> (jquery.js:2), <anonymous>:7:1) at eval (<anonymous>) at jquery.js:2
Hey pwanwu, you posted your admin credentials in a public location on here, not only I can see the comment. You should change your password asap – could you please open a private ticket in regards with your admin credentials again so I can take a look at what’s going on? themenectar.ticksy.com/
How can I add the word “SEARCH” next to the search icon?
Hey lindsayclineco, as of now that would require modding the includes/header-search.php file in regards
Hey, there’s an EDIT pop up that shows when I visit my website in development. Where is the disable option?
Hey sefwalter, please share your URL so I can see what you’re referring to
Cheers
And where is the disable option?
Hey,
The website you’ve linked is not powered by Salient, it appears to be a theme not sold on ThemeForest all together
Cheers
apologies, it’s on a sub domain: dev.united-athletics.ca
‘edit’ pop up always shows up. how do i disable?
Hey,
as I mentioned previously, that popup is not part of the Salient theme – checking your URL, you have three different popup plugins active
https://wordpress.org/plugins/dreamgrow-scroll-triggered-box/ https://wordpress.org/plugins/layered-pop/ https://wordpress.org/plugins/popup-maker/I’m sure sure which one of them is adding that, but if you deactivate them in your Plugins section in the admin panel, it will go away
Cheers
Hi How can I turn off any animation of off canvas menu elements? Polylang language elements does not animate well…
Thank you in advance for an answer Agata
Hey Agata,
Could you kindly let me know which off canvas style you’re using so I can accurately assist?
Cheers
Fullscreen Cover Fade
Hey, add this into the custom css box in the Salient options panel:
#slide-out-widget-area.fullscreen-alt .inner .widget.widget_nav_menu li a .clip-wrap, #slide-out-widget-area.fullscreen-alt .inner .off-canvas-menu-container li a .clip-wrap, #slide-out-widget-area.slide-out-from-right-hover .inner .widget.widget_nav_menu li a .clip-wrap, #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a .clip-wrap {
display: none!important;
}
Hey, your “Get Support” link doesn’t work. Thought you should know.
Hey edmuncy, it seems to be online – can you verify this again currently?
Hi, I want to put an image in the background in a column, but I want to put on top of that a text. The issue I am getting is that the background is the size of the text and increasing padding does work, but it totally messes with the mobile view. Is there any other way around to add full width/height image with text on it?
Hey RatioCreative,
Please share the URL where this column exists so I can check your settings to assist 
Cheers