38440 comments found.
Hi,
I’m wondering how I can easily add a rounded rectangle background behind one particular menu item to make it stand out. If I try this:
#menu-item-4139 {
background:#fff;
-webkit-border-top-left-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomleft: 10px;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}
..the background rounded rectangle is only half visible and is too big..
Cheers!
Hey,
Could you kindly share your URL in regards?
Cheers
Ofcourse: http://fairphoto.org/
Hey – change the snippet to this:
#menu-item-4150 a {
background: none repeat scroll 0 0 #fff;
border-radius: 10px;
padding: 5px 10px !important;
}

You are a living legend
Cheers~!
Hey mate, that was great and works well. However, I just turned on the transparency before scrolling down and the block is still there. How to remove the block on transparency but have it appear once scrolling down?
Also.. I noticed that the shopping icon disappears when scrolling down?
hello, i’ve uploaded featured image for the portfolio with a minimum width of 800 as instructed but the port grid is uneven and spaced out. you can take a look at www.designedboldly.com
Hey,
Add this into the custom css box located in your Salient Options panel:
.elastic-portfolio-item.logo {
padding: 0!important;
}
Cheers
thank you! can i please ask one more question. Is there a way I can edit a single portfolio page through css? From my knowledge, any changes I make would affect all of the projects. For this specific page header, I don’t want the title to show up because its in the artwork http://designedboldly.com/portfolio/3583/
nevermind, i figured it out:)
nevermind, i figured it out:)
Hey glad to hear you sorted it 
How do I remove the author name, date, comment summary from the archives?
I’ve tried using this code but it does not work
.meta-author, { display: none!important; }
Hey,
Use this instead:
.meta-author, .meta-category, .meta-comment-count { display: none!important; }
Cheers
Worked like a charm, thanks.
You’re welcome 
Hello Theme Nectar,
I’m on the newest version of Salient and about to launch my brand new site.
However, I can’t get the Nectar Slider to work on the version on iPad/iPhone. It’s just showing a blank white space. That applies to all the nectar sliders on the site, not just the homepage too. Any ideas?
Also the navigation menu looks to be too big for the iPad and is moving below the header logo.
Image attached here showing what I mean: http://mark-crossley.co.uk/wp-content/uploads/2015/02/unnamed-e1423603277381.png
The white space is where the nectar slider should be, and the navigation menu should be level with the header logo.
Thanks
Mark
Hey Mark,
Could you kindly open a ticket in regards so I can take a further look?
Cheers
Thanks but think I’ve sorted it. Looks like the slider visibility was only an issue when logged in via Wordpress on iPad, when the site was hidden.
When its not hidden, it seems fine. Menu issue has been fixed too!
Glad to hear 
Hello, I am having a little trouble on my portfolio page. The images were fine when i only had 12 items on the page, but as i expanded and added more items to it, the items were not even, for example. the middle column is about 20 pixels lower than the first and third row.
Help with this, otherwise the theme could not be more perfect. love every bit of it!
Hey,
please allow me to check your URL in regards?
Cheers
Dear support,
Could you please consider updating to the latest version of Visual Composer for the next update?
This version of Salient is not compatible with any VC addons.
Thank you.
Hey, it’s going to be updated in the next release.
Cheers
Hi Thanks! You mean it’s been updated with v 5.01? I didn’t see it listed in the change log.
I love this theme, can’t wait to get my hands on it! Awesome work.
Hey again, no – 5.0.1 was just a bugfix release for WooCommerce 2.3x. The next release is still on the way 
Hi
I would not want the featured image to be repeated in the actual post since we already have the image in the post body.
I can’t find the option to avoid the image being repeated.
Hey,
There should be an option in the blog options tab of your theme options panel – are you on the latest version?
Cheers
Got it! Didn’t see it before. I am always on the latest version! 
Cheers 
Hi !
Just by curiosity, what have you planned for next updates
?
Thank you once again for this awesome WP theme !
Hey,
there’s a list of things – an updated backend page builder, new blog elements and features to name a few 
Hi,
We would like to use this theme as a landing page, and would like to add a Gravity form in the header of the home page. Can you urgently confirm if this is possible with your theme please? We would like to purchase asap.
Many thanks.
Hey,
Are you talking about the header navigation or the page header image you could add on any page?
Cheers
Hi,
Great theme. I appreciate your work!
I have a quick questions. Is it really not possible to add a title to the shop page?
Sincerely, Mika
Hey Mika,
You can if you use a regular page and add a woocommerce element through visual composer
Cheers
Oh, and also – I wonder why you have not enabled “insert widget” as single-widget instead of only “sidebar-widget areas”?
I wanted to place a log-in button and different BuddyPress sections about on the site, but as of now, this is not possible, unless I download yet another plug-in for it.
Any plans on this in the future?
Hey Peter,
I’ll add the idea to the wishlist 
Cheers
HI again
I have installed BuddyPress, but each time I try and set register and activate-page, it will not save.
Also, do you have any videos on “how to”? My related pages dont show anything, and I wonder if I can setup anything using VC and shortcode?
Cheers
Peter
Hey Peter,
Please see my previous comment in regards
Cheers
HI again
I have installed BuddyPress, but each time I try and set register and activate-page, it will not save.
Also, do you have any videos on “how to”? My related pages dont show anything, and I wonder if I can setup anything using VC and shortcode?
Cheers
Peter
Hey,
1. Do the pages save normally when Salient is not active? If so could you kindly open a ticket in regards?
2. Could you explain a little more on what you mean by your related pages show nothing?
Cheers
2. What I meant was that the pages for BuddyPress dont display anything. They are just empty…
Morning Nectar Team,
Just a quick question regarding Media Queries.
Is it best to include new Media Queries in the responsive.css file or to create a new .css file or to add the code into the Custom css box in the Salient options panel?
Thanks, EM
Hey, you could handle this in a child theme stylesheet or the custom css box. Both are valid places to store them, it’s just a question of how much code you’re going to be writing 
Thanks for the quick response. That’s what I thought but I wanted to double check if one way was better than the other.
Any chance you could provide me with the best set of Media Queries to use?
Thanks again, EM
Hey again – these are the ones used by the theme:
@media only screen and (min-width: 1000px) and (max-width: 1300px) {
}
@media only screen and (min-width: 690px) and (max-width: 1000px) {
}
@media only screen and (max-width: 690px) {
}
Thanks again. These are great!
Cheers 
Hi ! I am using the great Salient theme
I am trying to install a newsletter sign up form and i would like to personnalize the font. I want the same font than the default theme font. Where can i find the name of the default font ?
Thanks a lot !
Hey! The name of the default font is open sans 
Hi !
How change the header logo for the center ?
I need this!!!
Hey, all the available header layouts are in the header options tab of the salient options panel – there are centered layouts but not one where the menu gets split on both sides of the logo yet
HI,
I have question: When using the masonry the images dimensions are often stretched on some of the items. (mostly those that are the widest in the set) I kept all images to the advised dimensions. Is there a way to avoid this stretching?
Thanks for asking my previous questions.
Cheers
Hey, Could you kindly share your url in regards?
is there a way to mute my video nectar slider when i scroll down?
Hey – that would take some custom development as of now
Cheers
Got some problems with javascript code on salient platform.
<script type=”text/javascript” src=”http://gitwidgets.golf.se/Widget/script.js”></script> <script type=”text/javascript”> GITWidget.addBookings({ width: 700, guid: ‘xxx’ }); </script> Works perfectly on standard Wordpress and other themes, but not on Salient. Shows nothing :/ Any suggestions?
Hey – please share the URL in regards that displays the issue and let me know where on the page it should be 
Hi, I am using Salient and try to put a disactivated button. I have 3 columns and each column has a button. I want a disactivated button for the third one because the functionnality will be implemented later in 2015. How can I put a button you can’t click and with transparency to show that the button is not activated . Thanks a lot !!
Hey! Give your column a specific class such as “deactivate-button” and then add this into the custom css box located in your Salient Options panel:
.deactivate-button .nectar-button {
position: relative;
z-index: -1;
}