38360 comments found.
ThemeNectar,
Please visit: http://www.designreborne.com/projects/berenson
I am trying to find a way to populate the items that appear after using the ‘Search’ function within the nav menu.
Is there a way to add tags, comments to images, pages, or posts that will make the appear after searching certain keywords? Please help.
Best, Alan
Hey Alan, having the search results template show information other than what’s displayed by default would require modding to the search.php file
Thanks for the reply.
Is there any documentation on how to achieve that and what line of code in the search.php needs to be altered?
Hey designreborne, there’s no Salient docs on how to accomplish that mod as it’s more of general WP query i.e. how to display various data in a query. As for what section needs to be moddified, look through each conditional block
if( get_post_type($post->ID) == 'page' )
if( get_post_type($post->ID) == 'portfolio'
and use add your mods between the revleant post type attached to the search items
It looks like the theme is supposed to be compatible with Revolution Slider since it’s included as a template item, but using it seems to be breaking the page on mobile. Are there any known common compatibility issues? The page in question is https://artfulruckus.com/1044-2
Thanks, Tom
Hey Tom, can you let me know specifically what’s breaking on mobile on that URL? From quickly testing on an iPhone X I didn’t notice anything out of the ordinary
Cheers
hello I’m looking for the header to be transparent but not sticky, can you help me
Hey Dooply, can you share your URL so I can see your theme settings?
Thanks
Hi there! I need to sort related products in order of SKU, or in a custom order. Can i do this?Cause I try some plugin-in but nothing appen. Is for the theme? Kind Regards. Love this theme. Diego
Hey Diego,
Salient alters the location of the related products in the markup so it may be getting missed by the logic your plugin is using to change the query. You’ll need to remove this section from the functions.php file in the theme:
https://pastebin.com/kAhE1bnhCheers
Hi, how can I change the name of the theme in folder structure & on themes page? And will it cause any problems? Would you please suggest the best way to do it
Hey instacreative,
you’d need to modify:
1. The file nectar/redux-framework/options-config.php at the section:
'menu_title' => __( 'Salient', 'redux-framework-demo' ), 'page_title' => __( 'Salient Options', 'redux-framework-demo' ),
2. the style.css file at “Theme Name: Salient”
and then rename the theme folder. Just make sure to change themes temporarily before changing the theme folder name or else WP will likely be confused.
Your profile claims blisteringly fast page speed. The site we have (licence held by client so I don’t show as purchaser) is not delivering anywhere near the claimed page speed and is running WP Super Cache and WP Optimize. Your own demo site is nowhere near the performance claimed either.
Hey NZLNic,
There are many demos of Salient, not sure which you checked but some do not have minficiation or caching enabled for testing purposes. The one featured in the report however does
https://gtmetrix.com/reports/themenectar.com/85VceTX4 and so do various others https://gtmetrix.com/reports/themenectar.com/FAyNAnPM – these are indeed real installs of Salient and we are not using a CDN or anything beyond the free plugins covered in the docs. http://themenectar.com/docs/salient/performance-optimization-guide/ – without seeing your setup it’s impossible to say what’s causing your issue. Please have your client open a ticket in the support forum with more informationHello!
Is there any way to filter flip box like you would do on portfolios with categories?
Thanks!
Hey osanchez1986,
At this time there’s no way to filter things outside of the portfolio like that as it’s specific logic for the post type
Cheers
Hello, I like two dummy demo contents. Is it possible to use one for the homepage and the other one for a inner page ? Thanks
Hey Jeremb5,
Yes you’d just need to install both demos. Just make sure to install the demo you want the overall look of (theme styling options) second so that they are the ones that stay.
Cheers
Great! Thanks you
You’re welcome Jeremb5 
Hi. Can you tell me where the SVG divider files are located?
Hey brianlichty, they’re added directly in the nectar/nectar-vc-addons/vc_templates/vc_row.php file
Cheers
are these actual shapes? Or just math?
They’re SVG paths
Hey,
When using the Pricing Tables module, is there any way to strike out the regular price and add a “sale” price?
Hey Linkinspy, not in the pricing table element – however, you can make a custom pricing section just using columns, text blocks and fancy unordered lists etc. Check out the pricing section in the Salient studio for examples: http://themenectar.com/docs/salient/salient-studio/
Cheers
Hi there,
How do I remove the title from the Portfolio grid? I’m using it as a Lightbox Only for both images and videos.
Hey BlueScreenPanda,
add this into the custom css box in your Salient options panel:
.portfolio-items .col .work-item h3, .portfolio-items .work-meta h4 { display: none!important; }
Cheers
Acknowledged. Thank you.
You’re welcome BlueScreenPanda
Hello guys,
I see you answering all questions in this comments section but my ticket is waiting for an answer for the last 3 days. 
What’s the point of having a ticket support system if you answer people here and not there? Should I put my doubts here?
Thank you
Hey josephhh,
You need to open a knew ticket for separate issues – when you post unrelated new questions on an old ticket it makes it much more confusing for the support staff to sort. I just took a look again and have responded in regards
Cheers
Hello I was not infomed of that. I created a new ticket with my last question. site is finished.
thanks for the help
You’re welcome josephhh 
Hi, I want to make my website’s logo the full size of the container. I adjusted some css and it is ok on desktop, however it looks a mess on mobile. Any ideas how I can make that work? Here is my website – http://coability.space/ Also, how did you add your address to the footer. One more thing…can I overlap a shape divider with an image element underneath? Cheers Cath
Hey cathellis,
add this into the custom css box in your Salient options panel:
.mobile #header-outer[data-transparent-header="true"] header#top #logo img.stnd {
position: relative;
height: 50px!important;
margin-top: -19px!important;
margin-bottom: -20px;
}
.mobile.material header#top .span_9 >.slide-out-widget-area-toggle {
margin-top: 7px;
}
2. What demo are you referring to? The footer layouts can be configured in the Salient options panel > footer tab
3. Shape dividers are solid colors, you need to match them with the color of the next/previous row (depending on whether you’ve set it to top or bottom alignment)
Cheers
Thanks so much. I applied the CSS and it still doesn’t look right on the mobile (please check out coability.space). Any ideas?
Another quick question. On my About page (coability.space/about) I am using the Team member element. How can I change the Name from black to another color?
Cheers and thanks in advance for your assistance, Cath
Hey cathellis,
change the css to this instead:
body.mobile #header-outer[data-transparent-header="true"] #top #logo .stnd {
position: relative;
height: 50px!important;
margin-top: -19px!important;
margin-bottom: -7px;
}
.mobile.material header#top .span_9 >.slide-out-widget-area-toggle {
margin-top: 7px;
}
.team-member[data-style="bio_fullscreen"] .team-meta h3 {
color: #fff!important
}
Cheers
Hi there,
I’ve hyperlinked my Fancy boxes on my website. They are clickable in Chrome, but don’t work in Firefox. I haven’t tested IE or Safari. Could you please advise how to fix so they click-through on all browsers?
Here is the URL: https://www.wilkinsonbutler.com/#services
Sam
Hey Sam,
The fix for this was added in 8.5.3, the current version is 8.5.5: http://themenectar.com/docs/salient/updating-salient/
Cheers
Hi,
I noticed that of all the demo themes, only Ascend has drop down menus? How can I add drop down menus if, say, I’m using the “Startup” demo content?
Hey econstreams,
You can use dropdowns from any starting point, just set up your menu accordingly in the WordPress admin panel > appearance > menus
Cheers
Hi, Just had my website built by someone who used your theme and I’m getting an error that the homepage cannot be crawled.
On webmaster tools the mobile site loaded however there were page problems ‘page partially loaded’. It’s having issues loading up stylesheets etc.
Can you please advise.
My website is www.motionbydesign.com.au
email is leggraphics@live.com
Hi,
Can we get support for Flipboard integration?
1. Social share button for Flipboard 2. Currently featured images are not working properly on Flipboard when you share a link it shows a huge featured image – > https://imgur.com/a/z3IoL does not show the title, tag or content, like normal Flipboard post does – > https://imgur.com/a/6vCwa
Flipboard has become very popular and a big deal, I am sure a lot of people would appreciate this.
Thanks
Hey toolbox101,
I’ve noted the idea on the wishlist 
Cheers
is the new update that is due very soon going to have a Flipboard support?
Hey toolbox101, that would still require a plugin as of now
Hi!
Is Salient compatible with Elementor 2.0?
Thanks.
Hey LucasEliasType, we have not tested Elementor as Salient offers its own page builder – I can’t see why it wouldn’t work though. However, if you opt to use a third party one you won’t have direct access to the Salient elements
Cheers
Hi! How can I limit breadcrumbs just to post single?
Hey aschneider, add this into the custom css box in your Salient options panel:
body:not(.single) #breadcrumbs { display: none; }
Cheers
Thanks a lot!
You’re welcome aschneider 
I’ve looked everywhere for this answer, but how do I change the underline color of teh input field within a form field? When the theme is set to minimal? Any insight would be great.
Hey noantsinmypants,
add this into the custom css box in your Salient options panel:
html body[data-form-style="minimal"] .minimal-form-input label:after {
border-bottom: 2px solid #27CFC3!important;
}
Cheers