38435 comments found.
Hello! Is there any option to change de “Menu” word and put “Carta” instead. I see Salient options panel > header navigation > off canvas menu tab but aparently we can only show “Menu” Word. Thank you so much.
Hey tmentxaka!
You can alter that word by translating it via a .po file. It’s contained in the “salient” text domain. Take a look at the docs here in regards to translation: http://themenectar.com/docs/salient/translations/#translating
Cheers
One last question… on an ipad, my hit detection indicator is off when you hover over a thumbnail. You’ll notice it’s a black box that does not fill the space. Is that something with my CSS.
Hey arteest, You can add in the following CSS to move that:
@media only screen and (max-width: 1000px) {
body .portfolio-items .col .work-info .vert-center,
body .portfolio-items .col .work-item .work-info .default-link {
margin-top: 0;
}
.portfolio-items .work-info {
padding: 0;
}
}
Cheers
Hey there. I have a portfolio element question. How do I disable the grey background that displays behind the portfolio?
Next question… is it possible to add about 30px padding between rows?
https://bit.ly/3hICeEsHey arteest,
1. That coloring is set based on what you’ved defined as the “Overall Background Color” in the Salient options panel > general settings tab
2. add this into the custom css box located in the Salient options panel > general settings > css/script related tab:
body .portfolio-items .col.span_6 {
margin-bottom: 30px;
}
Cheers
hello!! is it possible to create a navigation between tabs (like this https://exmaple.com/?tab=2) but without refreshing the website? i mean, i would link to “active” another tab with a click on a “next” button… thanks!!!
Hey paulinavargasin,
Unfortunately there’s no way to trigger a tab like that. It would require some custom javascript for the event as of now
Hey ThemeNectar, I needed to do a “Site Wide Message” on our website today that would display at the top of all pages and could not locate in Salient where that option would be. Could you please advise.
Thank You – Ruth
Hey Ruth,
You can add in a global message above the header by activating the secondary header layout in the Salient options panel > header navigation > secondary header bar tab. Once that’s active, you can use the ” Secondary Header Text” field.
Cheers
Thank You for the info – I followed your instructions – and placed a message. I do see it on our website at the Top – but it is interfering with a Top Menu that holds the Secondary Navigation Menu spot. How can we display that message without it covering over that all ready existing Top Menu? Thank You, Ruth
Hey Ruth, can you please share your URL in regards so that I can take a look?
Thanks,
Hey ThemeNectar – Hopefully you can take a look at this https://4peabody.com/ pretty quickly to see what we where describing. I am going to have to remove that message shortly as it does interfere with the Top Navigation. If you do not see it in time let me know and maybe I can do a screenshot of it? Thank You, Ruth
Hey ThemeNectar – I had to remove the “Site Wide Message” due to it interfering with the Top Navigation. I had left it up there for 2 hours in hopes you could see it before I had to remove it. Anyways if you want me to do some type of a screenshot let me know. Thank You, Ruth
Hey Ruth,
Because you have a full secondary navigation already, the top text wouldn’t be suitable to the layout. It’s meant to be used either alone or with a small menu like so: http://themenectar.com/demo/salient-ecommerce-ultimate/To add an additional third bar above your existing second bar would require the use of a plugin as of now
Hey ThemeNectar – my apologies for my tardy reply – appreciate the info – we will take a look and see if there is a plugin that can suite our needs. Thank You, Ruth
Hi ThemeNectar, any estimate date for new release or new page themes? Thank you
Hey miga_fer!
We’ll be starting a new round of beta testing soon – Since it’s a major release, we don’t want to rush anything. It’s still at least a month away.
Cheers
Hey, Gutenberg Optimized is expected for the next release?
Hey miga_fer,
We’re not adding any addition Gutenberg features in the upcoming release, but we likely will in the future.
Cheers
Hey ThemeNectar, We would like to add a “Knowledge Base” page to our site and we have looked through Salient Studio Templates and don’t see any kind of “Knowledge Base” template. Do you have something of this nature or could you recommend one of your existing templates that might work for a “Knowledge Base” page? We realize there are Knowledge Base plugins out there but before we go that route we wanted to see if Salient had the ability for this.
Thank You in advance for any guidance. Ruth
Hey Ruth,
Unfortunately there are no templates within the Salient studio targeted for a knowledge base currently.
I’ve noted the idea on the wishlist 
Yes please Wish List item. We would prefer to use the power of Salient Theme and it’s various components as opposed to having to use a Plugin that may or may not be stable. Thank You for your time in answering our questions. Ruth
Hello, I have the following problem, row layout breaks after some time, it is set to be 1/2 + 1/2, but after some time it breaks to 1/12 + 11/12, it is happening on the same three rows on one page. Other pages or rows don’t have this problem.
Hey pleya,
When editing the row column numbers, are they explicitly set to 1/2 + 1/2? I’ve only heard of WPBakery wrongly changing the columns to be a 12th fraction when using other less simplified fractions such as 2/4 4/8 etc.
Please open a ticket on our support forum in regards with temporary admin credentials so we can take a closer look into this: https://themenectar.ticksy.com
Thanks in advance
hi! is possible to show in a page a single (specific) article preview (in a column row)? tnx for the support!
Hey DieMan_, As of now, the only way to query for a specific single post would be to assign it a category which you could query for in the post grid/blog element.
Hi! Can you give me a sample page using Salient that is using a one-page layout? I wish to use it on a simple project with only 1 landing page. Thank you.
Hey arubi17!
Can you link to the single page you’re trying to get access to?
Cheers
Hey, we have another issue with the image with hotspots. Works perfectly on desktop, but on mobile (iphone 11) the hotspots don’t click and at times all 5 on the image disappear and then reappear. If you pinch and zoom in they become clickable and open the popup. Any ideas?
Hey HypeStudios,
1. Try to remove the last snippet I provided you with and use the following instead:
@media only screen and (min-width: 690px) {
.nectar_image_with_hotspots .nectar_hotspot_wrap {
pointer-events: none;
}
.nectar_image_with_hotspots .nectar_hotspot_wrap .nectar_hotspot {
pointer-events: all;
}
}
2. Please share the URL where the issue of the hotspots disappearing can be observed – what behavior causes that on your end?
Thanks will try. Here is the URL – http://www.stm-ltd.co.uk/products/rnp-pam/ Works fine on desktop and when you inspect and sim an iphone. But on an actual iphone device the circle hotspots do not click and intermittently disappear or go behind the image? Thanks for the help.
Is it possible to make the circles and hotspots a bit bigger for mobile screens? Think they are currently at 22px, maybe 30px or something would help?
Hey HypeStudios,
You can alter the size of the hotspots on mobile by adding this into the custom css box located in the Salient options panel > general settings > css/script related tab:
@media only screen and (max-width: 690px) {
.nectar_hotspot_wrap {
height: 40px!important;
width: 40px!important;
}
body .nectar_image_with_hotspots .nectar_hotspot {
height: 30px;
width: 30px;
line-height: 30px;
}
}
Thanks, think that has helped. But the ’+’ is not in the centre of the circle. What do we need to add to align this? Many thanks
Hey, it looks like you’re using number rather than the default plus sign on http://www.stm-ltd.co.uk/products/rnp-pam/ – is there another page that I can inspect the issue?
Yeah sorry, we wanted to change the plus sign, but reverted back when it looked off centre. I have reapplied the css. http://www.stm-ltd.co.uk/products/rnp-pam/ Thanks.
No problem HypeStudios,
@media only screen and (max-width: 690px) {
#ajax-content-wrap .nectar_image_with_hotspots[data-hotspot-icon] .nectar_hotspot span:before {
left: 10px;
top: 14px;
}
#ajax-content-wrap .nectar_image_with_hotspots[data-hotspot-icon] .nectar_hotspot span:after {
left: 14px;
top: 10px;
}
}
Sorry me again! That all helped thanks, we have one last issue, on the same mobile example – http://www.stm-ltd.co.uk/products/rnp-pam/
We have an link in the first hotspot (the one at the bottom on the large wheel) which works on desktop but on mobile clicking the ‘learn more’ link just closes the module popup. What can be done to fix this, can we make it so that just the close X at the top closes the module?
Many thanks
Hey HypeStudios,
That would actually require a javascript modification. I’ll be including a fix for that in the next release – if you’d like early access, please reach out via the contact form on my author page https://themeforest.net/user/themenectar
Cheers
Thanks will do, is the next release ready?
Hey HypeStudios,
The beta will be available soon. I’ll send you a copy via email then 
Would really love to see more flexibility in the header. A Header builder would be a great addition
Hey jbennett360,
Thanks for the request 
Hi! Loving Salient here… just bought it a couple of days ago…Using v12.1.2 Would like to know how to force a number of colums on portfolio on mobiles. Is this possible with some custom css code you can provide? Thanks!
Hey ezmerel2, that’s awesome to hear!
You can do so by using the column responsive options tab when editing the columns. See the documentation here: http://themenectar.com/docs/salient/page-builder-columns/#width
Cheers
Hello!
Any incompatibilities already detected with the solution: paid memberships pro?
Thank you!
Hey ofmarconi!
We have not added any custom integration with paid memberships pro plugin, but are currently unaware of any compatibility issues. If you have any, please reach out in regards.
Thanks,
Hi please go here, https://www.soph-oria.com/portfolio/ see the hover effect of the bottom images in the grid, it is very strange since update. In firefox
2. also sorry to double post, why, after the update, does this page ”#” links refresh the page every time?
https://www.soph-oria.com/careers/#lighter3. https://www.soph-oria.com/news/ and on this page, when hovering over an image it is jumping around while zooming in…..
What happened guys, your theme used to be the bees knees! 
Hey Wobblefin,
1. The portfolio parallax effect has not changed in a while. This looks like a new browser level bug with Firefox. Try to add this into the custom css box located in the Salient options panel > general settings > css/script related tab:
body .portfolio-items {
perspective:20000px;
-webkit-perspective:20000px;
}
2. It looks like that your plugin “Google analytics for WordPress” could be triggering the page refresh when clicking on the anchor links in order to collect tracking data. You can test this by temporarily deactivating the plugin
3. Similar to the first question, this appears to be a newer Firefox specific performance saving technique. Adding the following should remove it:
#ajax-content-wrap .nectar-post-grid .nectar-post-grid-item .nectar-post-grid-item-bg {
backface-visibility: visible;
}
Thanks guys, you are just THE best at support on themeforest 
Hi guys,
Your solution…...”It looks like that your plugin “Google analytics for WordPress” could be triggering the page refresh when clicking on the anchor links in order to collect tracking data. You can test this by temporarily deactivating the plugin”
Did not work for us. Any other ideas?
Hey Wobblefin,
You could also simply change the links to be anchors only, i.e. #lighter instead of https://www.soph-oria.com/careers/#lighter
But to troubleshoot the issue without making that change would require disabling your JS minification and allowing me temporary admin access for further investigation
Hello, We have problem with older version of Salient, but we cant install the latest version on our website. I want to test a newer version on our website, but not the last one. Can you please provide download link for older version of Salient? Thanks.
Hey Ko3b1Pbbb,
Please reach out via the contact form on my author page with the version you need https://themeforest.net/user/themenectar
Thanks,
Hello Team,
How can I implement <link rel=preload> for the /wp-content/themes/salient/css/fonts/icomoon.woff to prioritize fetching resource? As current method it’s implemented via style.css I am not sure how to get end result without losing functionality.
Hey princebhalani143,
The icon fonts which Salient loads are changing in the next release to make use of the latest loading practices. If you’d like to get on the beta list, please reach out via the contact form on my author page https://themeforest.net/user/themenectar
Thanks for the update, I’ll wait for the next release.
If you could also work on Eliminate render-blocking resources script and CSS delivery as well that will be for the website speed.
Some of the render-blocking resources are
/css/elements/element-tabbed-section.css, /css/font-awesome.min.css, /css/grid-system.css, /css/header/header-secondary-nav.css, /css/plugins/magnific.css, /css/responsive.css, /css/salient-dynamic-styles.css, /css/skin-material.css, /css/style.css, /css/woocommerce.css, /plugins/salient-social/css/style.css and /plugins/js_composer_salient/assets/css/js_composer.min.css
Hey princebhalani143,
Salient will be reducing the overall amount of render blocking CSS, but it’s not possible to remove it all together. The stylesheets you’ve linked are all required based on your current theme options. You can however consolidate the requests to 1 (which is recommended for production deployments) by using a minification plugin. We use https://wordpress.org/plugins/autoptimize/ on the demos
Hello! I’ve purchased theme for 1 of my project and I really love how fuss-free and easily understandable usage while editing.
Do you’ve another themes that I can look at to purchase? Thank you 
Hey chsa11, that’s really awesome to hear!
Salient is actually our only theme – we’ve given it all of our attention over the years to be able to continually add new features/demos. Is there any specific type of site you’d like to see demos for in the future?
Cheers
Is is possible you can add more customization’s to woocommerce, for example: Minimal Design Product Item BG Color > Make this option available on a per product basis. Same thing with header transparency, add the option to enable this on specific products, just like you can with pages/blog posts.
Hey BlackWat3r,
I’ve noted your ideas 
Thanks,
Hey cybernautgeeks,
Please ensure that you have the “material” theme skin selected in the Salient options panel > general settings tab. If you do, please share your actual URL in regards.
Thanks,
Hello, Yes the material theme was already selected. This is the actual url https://www.yahmagazine.net/1600005475367/ but the website is under development in a staging environment so you’ll need access details to view it. Please can you send me an email where I should send it?
Hey, please reach out via the contact form on my author page in regards https://themeforest.net/user/themenectar
Thanks,
It worked. Thanks so much for your help.
Glad that I could help, cybernautgeeks 