38356 comments found.
hi, can you give me a quick tip how i can change the font-family from select and option. in standard open sans is active when i override it with another font-family the text in the option field is an standard font like times or serif. so how can i style these option part with css? thank you for your help and your always brilliant service!
Hey haoe,
Are you enqueuing your custom font family in order to be able to use it? Could you kindly share the page URL where the select is in use so that i can take a closer look at your CSS/font-family?
Thanks in advance
Hey haoe,
1. I’m not seeing any CSS active for the WooCommerce ordering dropdown on that page, however I’ve confirmed that adding the following CSS correctly displays the font family:
.woocommerce-ordering select {
font-family: 'staemmig-BG-light';
}
2. With your selection of tall/wide masonry images, when the column number changes there are not enough squares (default sizes) available to fill all of the spaces within the grid. You would need to alter the items to use more default sizes images to allow every gap to fill.
thanks the problem was the option fields in firefoxso i had to put ,monospace after the first individual link as fallback! thanks for your help
Glad I could help, haoe 
Hey there, I’ve been looking for a new theme to go with for weeks now and I think I finally found it – but I have a few questions before purchasing it:
1. Does your theme offer an option to apply a fixed border to the whole site (passepartout)? 2. For single product pages, is it possible to make the product image sticky and the product info part scrollable instead (like the sticky product info feature, but vice versa.). 3. As far as I can see from the demos, there’s no option to close modals, menus etc. on ESC key. This feature would improve the theme’s overall UX so much and I can hardly believe it’s not supported. Is this something you could add in the near future? Or could you at least provide a custom solution for this?
Hey wutzelmutz 
1. Yes, there’s a passepartout option available via the theme options panel > general settings tab
2. There’s no built-in option for that, it would currently require some custom modding.
3. Unfortunately there’s no quick solution I can provide for that, but I’ve the +1 for the idea on the wishlist
Kind regards,
Thanks for your answer – the missing ESC option currently is the only thing that keeps me from purchasing. I’d be very happy if you could add this in the near future, I’m sure it would improve the theme’s UX a lot! One more thing: Is it correct that there’s no built-in option to create a simple text modal or popup with WPBakery? Will I need a separate plugin for that?
Hey wutzelmutz,
There is no general modal element available in WPBakery, you would need to use a plugin for that as well.
Kind regards,
Hey there, any news or probably an ETA for the close on ESC thing? I’ve also opened a ticket some months ago but unfortunately never got a reply. This feature would improve your theme so much and would perfectly match it’s style!
Hey wutzelmutz,
I can provide you early access to that functionality if you reach out via the contact form on my author page.
Kind regards
That sounds great. I was playing around with the theme over the last months and would like to go for it with my new site, but this feature is a must for me. I’ll contact you directly then.
Hi there – been running into an issue lately with embedding private Vimeo videos with embed allowed and receiving a message “Sorry this video does not exist” Using fancyBox3 and a portfolio lightbox Vimeo video. I believe this may have something to do with a change in Vimeo embed code as they added a structure such as vimeo.com/xxxx/xxxx for private videos and when mousing over the thumbnail I am seeing only vimeo.com/xxxx?iframe=true (missing second set part of URL). Any easy fix for this – on latest up-to-date version of the theme? Here’s a Vimeo article talking addressing the embed change https://vimeo.zendesk.com/hc/en-us/articles/4409305565069-Embedded-player-displays-This-video-does-not-exist-message
Thanks!
Hey colepeterson! Yes that is an issue with fancyBox and the newer Vimeo URL structure for private videos. Unfortunately there’s no quick fix that can be applied without editing the core JavaScript for the fancyBox plugin. I’ve noted to investigate this for the upcoming minor release.
Kind regards,
Hi Mr. Nectar,
How do I change the pull right menu item id?
I’m trying to trigger a pop-up on click
Thanks!
Hey JustLaw 
Are you trying to alter the ID of a specific menu item within your pull right location or add an ID to the containing div? If you need to modify the parent div attributes, you’ll need to copy the file salient\includes\partials\header\header-menu.php to your child theme to make the modification.
Thanks for swift reply!
I’m trying to alter the ID of a specific menu item within the pull right location.
Is this possible?
Thanks for clarifying JustLaw, WordPress doesn’t provide the ability to add ID’s to menu items, but you can add a custom class name which I imagine you could use to trigger the popup as well:
Kind regards,
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!