38352 comments found.
Hello!
Is it possible to put a video in the background (instead of the featured image from the project) of a “Recent Projects” element with the style Fullscreen Zoom Slider? i use the Demo “creative portfolio”
i hope it’s clear 
Thanks!
Hey mc-pint,
Unfortunately, there’s no built-in functionality to achieve that as of now. However, I’ve noted the idea on the wishlist 
ok thanks 
is there a possibility to link to a particular project? Example a link to the second slide of fullscreen Zoom Slider?
Thanks!
another question about ths Fullscreen Zoom Slider. is it possible to make this event happen on scroll? Thanks! 
Hey mc-pint, Unfortunately, there’s no option for that functionality by default either i’m afraid.
Hey guys!
Please add tablet and mobile text centering for inner columns responsive settings.
Thanks eh’
Hey JustLaw! Thanks for the request – it’ve been noted 
Hi ThemeNectar,
How do you change the text “Next Project” and “Previous Project”?
I updated the code within “wp-content/plugins/salient-portfolio/languages/salient-portfolio.pot” but the copy didn’t update.
https://www.groundupconservation.com/portfolio/gautala-foundation/Your help would be greatly appreciated in updating the copy.
Best, Alan
Hey Alan,
The .pot file is not used directly for translations, it’s a template to generate a .po file from. If you only need to translate a few strings, I’d recommend using Say What, as it’s very simple to use. https://themenectar.com/docs/salient/translations/#translatingKind regards,
Hi ThemeNectar, appreciate the quick reply.
If all I am looking to do is change the copy:
“Next/Previous Project” -> “Next/Previous Case Study” “Back to all Projects” -> “Back to all Case Studies”
Is there not an easy way to do that? Or if I have to use the “Say What” method you mentioned above what Salient Plugin do I need to edit, etc?
Thanks again your help is greatly appreciated.
Best, Alan
Hey Alan,
Say What is one of the most simple translation plugins available, but if you’d prefer to manually create a .po file, you’ll need to generate your .po/.mo files from the include .pot and then name in your language code and place them within wp-content\plugins\salient-portfolio\languages
for example, a french translation would be named salient-portfolio-fr_FR.mo and salient-portfolio-fr_FR.po
Hello, where I can remove the “path” so it is not showing at the top? http://stevens146.sg-host.com/salient-architect-projects/ and I can’t edit the “footer” footer are is off and it is not a part of page, I can’t find where I can edit it. Thank you.
Hey Fixedman,
1. Can you elaborate more on what path you’re referring to? The page you’ve shared is currently going to a 404
2. The footer is handled through the Global Sections post type: https://themenectar.com/docs/salient/page-builder-global-sections/
Cheers
Here it is http://stevens146.sg-host.com/projects/
Thank you!
You’re welcome, Fixedman 
Hi guys, I found the new issue with compatibility between Salient WPBakery Page Builder 6.7 and latest Thrive Lead plugin. I can’t create new forms, it shows the issue in console that relevant to jQuery, but if I disable the Salient WPBakery Page Builder 6.7 it gives the ability to do that
With V13 all works fine, thanks in advance!
Hey arcsonus!
Because Thrive Leads is not a publicly available plugin, can you kindly reach out via the contact form on my author page in regards so that I can take a look at your setup?
Thanks in advance
hi! https://lacomunidadbalearicdjs.com/tienda/ any way i can add icons to the product categories names in the filter? so for example: ICON + the name of that categorie, thanks in advance
Hey dimage 
Unforutnately there’s no built-in functionality to add icons to that widget in Salient. It’s possible to do it via CSS alone, but you would need to make a different rule for each icon, so it would be a bit tedious. I would recommend looking for a plugin which adds that functionality.
thanks for the info, could you put me that CSS example? for adding a font awesome icon? thanks again for the help
thanks a lot for the help
You’re welcome, dimage 
Hi ThemeNectar!
Short question, how is it possible to add a “posted on” text before the publish date on blog single post?
Like this: https://imgur.com/rcRQu9d
Hope for your reply, Alex
Hey Alex!
You can accomplish that by adding this into the custom CSS box in the Salient options panel > General settings > CSS/Script related tab:
https://pastebin.com/aqqKEMWPThank you! 
You’re welcome, mediastyle12 
Backend Editor is no longer working for posts after 14.0.2 update. It just doesn’t appear at all and is a major inconvenience for me as I do not use the front end editor. Can you guys please fix this. Thank you!
Hey wdxtechnologies,
Since there’s no known issue with the editor not being available for posts, please reach out via the contact form on my author page in regards with temporary access to the site so that I can take a look.
Thanks in advance
Hello, I added a submenu with sub sub menu items, and on small display computers, the submenus doesn’t show completely it just cuts in and when scrolling it just scrolls the website, is there a way fix this?
Hey KARMAESTRATEGIA, please share the website URL so that I can take a look at what you’re describing to help out.
Kind regards,
Thanks for the screenshot KARMAESTRATEGIA, can you also please share the website URL so that I can provide assistance with a snippet based on your settings? If you’d like to share it privately, feel free to reach out via the contact form on my author page in regards.
I just activated AffiliateWP plugin and they provide shortcodes for the affiliate dashboard but how do I integrate this with the my-account page (tabs) or show this on a new page as it’s currently not displaying anything when I place the shortcodes on a blank page. https://docs.affiliatewp.com/article/1505-affiliate-area-shortcodes---setup
Hey ehong33234,
Have you verified that the display issue only occurs when Salient is your active theme? if so, kindly reach out via the contact form on my author page in regards.
Thanks in advance
Is there a news ticker in this template?
Hey husamjoy, Unfortunately, there is no news ticker element included in Salient by default.
Thanks for your interest 
Its a great theme but i would love to suggest the following: Add the ability to add buttons to each blog related component. You have no idea how many times my clients ask: but can you add a read me button?
So please for ANY blog related item, please add the ability to have a button that is easy to alter and translate.
Thank you 
Hey HokusaiTheDeveloper,
Thanks for the feature request – I’ve noted it 
Its me again with another three questions, sorry!!!
1. At the bottom of each blog post theres about 100 pixel white padding, how can i hide that on all blog pages? For e.g. http://s521826848.online.de/bewerbung-uefa-euro-2024
2. When i have the team modul “Meta below , Bio modal”, the X for the close is a mouse follow. Can i disable that so i have the X for e.g. on top of the biography.
3. Is there a way to customize the 404 page even more than just a background image?
Best Andi
Hey Andi!
1.Add this into the custom CSS box in the Salient options panel > General settings > CSS/Script related tab:
.single-post .post .content-inner,
.single-post .main-content>.row {
padding-bottom: 0!important;
}
2.
@media only screen and (min-width: 1000px) {
.nectar-close-indicator {
top: 20px!important;
right: 20px!important;
left: auto!important;
transform: scale(0.4)!important;
}
.nectar-close-indicator .inner-layer{
transform: none!important;
}
}
3. Further tweaking to that template would require custom CSS. Can you let me know what you’re trying to modify?
Cheers
Hi Phil, don´t know what i´m doing wrong but it doesn´t work. Forget the 404 page ill leave it as it is now. Should i give u access again over your author page?
Update: I deleted the other stuff in there and every single one for itself works. But not in combination with the other ones :-/
I think i have it! Hahahahha just wait 2 hourse after my posts here and i solve it myself. Thank you very much <3
I’m glad that you were able to sort it, rockzi 
I want to change the image of social media icon. Which folder has a social media icon image?
Hey butterman99, the header icons are populated from FontAwesome, and are not images. Instead, you’ll need to use CSS.
Here’s a CSS snippet you can use to override the “LinkedIn” option to use a TikTok icon instead – Add this into the custom CSS box in the Salient options panel > General settings > CSS/Script related tab:
#header-outer #social-in-menu i.fa-linkedin:before,
#header-outer #social-in-menu i.fa-linkedin:after {
content: "\f09a";
}
Cheers
When I applied the above source, I found a Facebook icon, not a TIKTIK icon. The Salient 10.0.3 version is in use, but the employee who first purchased the template resigned and the template cannot be upgraded because he cannot be contacted.
Hey butterman99,
Unfortunately as an author, I don’t have the ability to grant your current account a license or do a swap from the person who originally bought it. You’ll need to contact Envato in regards to handle that here: https://help.market.envato.com/hc/en-us/requests/new
Excuse me Gents, I would just like to say that the current framework for working with the front end design, is very regid and its not flexible at all, as a matter off act is harder than ever to make edits on templates, why dont you guys go with Elementor?
Hey thekayzer1, I’m sorry to hear that you’re not enjoying our latest improvements and tools for the front-end editor. The v14 release which added the various new front-end editing features such as the element navigator and sidebar view for element settings are all optional. Can you kindly elaborate how you feel having access to optionally use those features has made your editing experience more difficult?
Elementor saves/renders elements in a fundamentally different method, and adding integration for it wouldn’t allow for any existing pages made in WPBakery to be edited via it e.g. no backwards compatibility for existing sites using Salient – not to mention all of the elements, studio templates and demos would need to be remade to work with that builder. Because of that, if we integrated it, the Elementor version of Salient would essentially end up as a standalone product.
Hi! Great job you have here. Congratulations! I presented this to a client who approved the layout today, but when I tried to buy the theme, I saw that it went up in price. Any chance of paying yesterday’s promotional price? How? Grateful for the help!
Thanks a lot, nisantiago!
The Black Friday/Cyber week sale is now over and unfortunately we can’t reduce the price again until the next scheduled promotion, which will be around Christmas time.
Kind regards,
Ah, ok. Thanks for the attencion!
My portfolio is 1 row and 5 images when viewed on a monitor. But when viewed on a laptop, it changes to 2 rows and 5 images. I want it to stay 1 row always and not change based on the monitor width. So the images should automatically resize to keep it at 1 row no matter the screen size. mypinerary.com
Hey piranhacreative,
You can force the 5 column layout to persist on all screen sizes by adding this into the custom CSS box in the Salient options panel > General settings > CSS/Script related tab:
@media only screen and (min-width: 1000px) {
body .portfolio-items .col.elastic-portfolio-item {
width: 20%!important;
}
}
Cheers
Is the Ascend skin still supported ?
I updated the theme for my site and the mobile menu broke (the site shifts to the left as it would for the off canvas menu, but nothing appears, until you scroll down and then you see a slide out menu in the footer—not in the blank space to the right).
I tried activating the off canvas menu to see if that worked on its own, and it does not. The area where the menu should appear is blank.
To test this more, I reset all salient settings to default the problem remains.
Is there any way to use a mobile menu with the Ascend skin ?
So it seems that the fly out menu (which is configured as the mobile menu, by default) is not compatible with the use of footer widgets. This information is not included anywhere in documentation, but is what I’ve found through trial and error.
Is this correct ? I created a support ticket on ticksy but there has been zero follow up.
steps to reproduce : (1) Install Salient on a fresh Wordpress install, without installing any other plugins (2) Import the Ascend theme demo (including widgets)
Hey AJIQuebec,
We replied to your ticket earlier today. Pease keep in mind that support responses can take up to 12 – 24hrs depending on the time of day.
Kind regards
I am using Salient 10.0.3 version. There is no Social Media List I want to use in the Salient Social Media menu. How can I add the social media icon and URL I want?
Hey butterman99,
The easiest way would be to override an existing icon with your desired one – which social media icon are you looking to add?
I want to add TikTok icon!
The current release of Salient has the option to use TikTok as a social media icon. Is there any reason you do not wish to update?
I installed version 10.0.3 and have a website service, but I don’t know how to update it. Is it free of charge? Or do I have to pay for it?
All updates to Salient are free, as long as you have access to the license for your copy of Salient or the account which purchased the theme: https://themenectar.com/docs/salient/updating-salient/
Okay. Thank you so much!
Okay. Thank you so much!
You’re welcome butterman99 
Hey! 2 questions. 1. I was trying to adjust the font size on my mobile menu items. I used this CSS but it isn’t working and the menu items are running offscreen:
@media only screen and (max-width: 1000px) { body #slide-out-widget-area .inner .off-canvas-menu-container li a { font-size: 35px!important; }
Are you able to help with that?
2. I’d like to adjust the font sizes on the “next project” cards for portfolio items. On mobile specifically, the “next project” and “Project name” are too large.
Thank you!
Hey A_K!
1. As of v14, In the Salient options panel > header navigation > off canvas menu tab, there’s an option to define a font size specific to the mobile viewport
2. You can use the following snippet for that: https://pastebin.com/6uc5Eis2
Kind regards
Wow #1 is a nice update! Didn’t realize that was there. Thanks for your help!
Glad I could help, A_K 