38352 comments found.
Hello!
I have installed bbpress to create a forum, but the salient theme does not show the sidebar on any of the forum pages. I have tried in blog bar, sidebar, extrasidebar… but none of these locations appear on the forum page, where should I host the bbpress widgets to appear on the forum pages? Thanks
Hey ivanbermejo :)
You’ll need to add in the following snippet to your child theme to enable the sidebar: https://pastebin.com/Kd5TaPud After that’s in, you use this CSS snippet to align it correctly:
@media only screen and (min-width: 1000px) {
.bbpress .main-content > .row {
display: flex;
}
#bbpress-forums {
width: 80%;
margin-right: 40px;
}
}
Cheers
Hi there, Is there a way to have two columns of my portfolio items on mobile instead of one? See this page: https://joselouwers.uxcode.nl/
Thanks in advance. Best regards.
Hey Abbenhues,
You can use the following CSS for that:
@media only screen and (max-width: 690px) {
.portfolio-items .col.span_3 {
width: 50%!important;
}
}
Perfect, thanks!
Hi,
How can we change the order of tabs on single product page?
Thank you
Hey Jabbarpour, WooCommerce does not provide a built-in option to do that. You’ll need to make use a filter from your child theme functions.php file.
Kind regards
Hello, In salient 13, the YouTube video background works good, but If I update to salient 14, the video not play automatically. Example: https://ibb.co/XjhG844
Hey mirazoqui,
Since I can’t replicate that locally, please share your page URL in regards so that I can take a look.
Kind regards,
Ok. I update to 14.0.2 https://huertas.uy/test/
In salient 14 sometimes the video starts working but sometimes there is a frozen image.
Hey mirazoqui, thanks for sharing the URL.
I’ve noted to investigate this closer for the upcoming minor release due out shortly.
Guys, Centered Logo Menu Alt seems to be broken. Logo is not center. Take a look here plz: https://woocommerce-703873-2329826.cloudwaysapps.com
Tnx.
Hey kayota,
The logo in that header layout is centered in the middle of the screen width, not between menu items – is that what you’re looking to do?
Hey marketingCOLORSit,
Ensure that you disable the option titled “Lazy Load Shop Images” in the Salient options panel > woocommerce tab, as that won’t be able to work with AJAX search plugins.
Kind regards,
hi in what .po file is the text All https://gastromallorca.net/rma/proyectos/ of the portfolio? can’t find it… thanks
another thing sorry https://gastromallorca.net/rma/proyectos/seesoller-house/ i was able to do that the images show 100% width for pc and mobile, but on tablet i don’t now what to add to the CSS:
body .portfolio-items .col.span_4 { width: 100%; }
thanks
Hey dimage,
1. That’s located in the salient-portfolio text domain.
2. You can use the following CSS https://pastebin.com/zi9XWJyX
Kind regards,
thanks, tell me how to disable the All text and thats it, because i can’t modify that text, is not letting me, thanks again.
Hey dimage,
.portfolio-filters-inline ul li:first-child {
display: none;
}
thanks but if i do that, 2 sub-categories all so dissapear, I did 2 sub-categories because i wanted the order to be not alfabetical
You can change the snippet to the following to prevent that:
.portfolio-filters-inline .container > ul > li:first-child {
display: none;
}
thanks!
You’re welcome, dimage 
How can we add the rotating image like on the bottom of the hero section of the new “architecture” demo? (on the example it says “scroll down”
Hey joseba,
The option to rotate an image is available in the “Single image” element: https://ibb.co/sPD9jc7 You can also import that section to use/modify/examine via the Salient studio template library
Hmm. that option isn’t available for me on single image settings. Only CSS animation, animation delay and hover animation: https://ibb.co/D5mNHL1 The loop setting isn’t available within CSS animation either. Running the latest version 14.02 and have cleared cache.
Figured it out. Thank you. The plugins needed updating but it wasn’t so obvious as they didn’t have the usual notification alert next to them. Thanks for your help.
Hi!, how can i change the text “Menu” in the hamburger icon? im from Chile, so i need add accent link this “Menú”
2.- Where can make the mobile logo bigger?
Greetings!
i made it the second question.
the other thing, i cant see if in salient have a option to hide some elements in mobile view and other in desktop..
Greetings!
Hey andante-cl!
You can use the column responsive options to toggle the display on specific columns per viewport: https://themenectar.com/docs/salient/page-builder-columns/#width
Kind regards,
Hi! Previously I got some help from here with some code for an image in the main hero section to be full height (top to bottom) with horizontal text scroll on top and behind the image. Very similar to the bottom part of the new architecture demo but with an image touching the top and bottom.
The code worked, which is great! The only issue is that on medium browser window size, specifically on macbooks, the hero section is too tall. Ideally I’d like to be able to adjust the height so the following section is visible. Is there a way this sections height can be treated with inputs in the editor? VW possibly?
URL: https://andrewklotz.ca/ Password: update2021
Thank you!
Hey A_K 
Including some extra blank space on your .png image on the sides to make it an aspect ratio more similar to a monitor will correct that issue – here’s an example which you can upload and replace your existing image with: https://i.ibb.co/RpPsPgS/ak-cut-hero-1-extra-space.png
Cheers
Ok thanks! So adding more free space to be more of a 16:9 ratio it will help solve the issue? That makes sense. Thanks!
Hey A_K, yes that’s correct 
Ok thanks again!
You’re welcome, A_K 
Hello, where I can edit size of top menu buttons? http://stevens146.sg-host.com/
Hey Fixedman, The top menu items will inherit the font size selected from the Salient options panel > typography > navigation & page header > “Navigation Font ” field – are you trying to alter the padding around the button? If so, that would require some CSS:
@media only screen and (min-width: 1000px) {
body #header-outer #top .menu-item-113 > a:before,
body #header-outer #top .menu-item-113 > a:after {
left: -20px;
width: calc(100% + 40px);
height: calc(100% + 22px);
}
}
Kind regards,
but font is changed for entire navigation menu.
Hey Fixedman, this will alter the button font sizing separately:
https://pastebin.com/ucdS46FsThank you!
You’re welcome, Fixedman 
Hi!
Could you notify something for a wish list?
It would be awesome if you can enable a like / comment section for toggles. Would be great for faq sections so you can like questions and/or answers!
Thanks in advance.
Hey Tes,
Thanks for the request – I’ve noted the item on the wishlist 
Hi there,
I’m using the Say What plugin to translate some stuff. It works perfect, but there are three words/sentences I’m not able to translate.
These ones:
One Comment (on the top of a post page) Logged in as (on the bottom of a post page) Log out? (on the bottom of a post page)
What am I doing wrong?
Also I enabled the Nectar love button but I can’t see it anywhere. Can you help me to retreive it?
This is the page i’m referring to: https://academy.kleidi.nl/cursus-participatief-onderzoek/
You can log in with these credentials:
Salient nel1jHU!0)j3#daTv9&S)^l8
page to log in: https://academy.kleidi.nl/log-in/
Thanks in advance.
Best regards Tes
Hey Tes,
1a. The One Comment string has an extra space at the end of the string. Ensure that you enter it in as “One Comment ” 1b. The logged in as/log out string is dynamnic and are a little different than translating regular strings. You’d need to paste it in exactly as follows: https://pastebin.com/vfM231Hp
2. Do you have the Salient Social plugin active along with a style set that uses the love button? https://themenectar.com/docs/salient/salient-social-plugin/
Thanks very much! This already helped a lot. I do have some other questions regarding the same topic(s):
1. Now we have three comments and it is shown as “3 Comments”. Do I need to enter it in say what for every number (f.e. 1 Comment = 1 reactie, 2 Comments = 2 reacties, 3 Comments = 3 reacties etc)? Or is there an easier / quicker fix?
2. I installed the Salient Social plugin and the nectar love options now appears at the bottoms of my blog page. Which is already nice. But on this page: https://academy.kleidi.nl/nieuws/ I have a recent post section and i did not selected ‘Remove nectar button’ but it’s not showing the count. Any ideas?
2b. In the past the nectar count would also appear in the header (https://academy.kleidi.nl/blog-over-leerdoelen/) but it’s not showing. How to enable this?
Thanks in advance!! Best regards.
Hey Tes,
1. The string for multiple comments to add in is as follows: ”% Comments” – You’ll keep the % in the translation and translate the “comments”.
2a. Not all of the recent posts styles use the love functionality by default. If you want to show it on your recent posts, select the style “Classic Enhanced”.
2b. You can switch the location to there by changing your “Blog Header Type” to the option “Variable height & meta overlaid” in the Salient options panel > blog tab
Yes, thanks a lot! Do you also know how to translate the text in the share buttons on this page: https://academy.kleidi.nl/cursus-participatief-onderzoek/
f.e. ‘Love’ and ‘Share’ I would like to translate. This isn’t working in the Say What plugin when I use ‘salient’ or ‘salient-core’.
screenshot: https://ibb.co/rf3NN8X
And also, would I be able to change the heart icon into a thumbs up icon?
Thanks again!
Hey Abbenhues,
They exist in the salient-social text domain. You can change the icon with the following CSS:
https://pastebin.com/P4Yije15Yes, great! Thanks a lot. One more question. Would it be possible to add a ‘read more’ function to a “Classic Enhanced” item on this page: https://academy.kleidi.nl/nieuws/
Also I’ve changed the icon from a heart to a thumbs up (great, thanks) but I’m not able to get the line-height exactly right. Is there a quick fix for that? At the moment the icon and the number after it are on a different height. That’s also the case on individual blogs like this: https://academy.kleidi.nl/cursus-participatief-onderzoek/
Thanks in advance. Best regards, Tes
Hey Tes 
1. https://pastebin.com/JEF2FWPR
2.
body .sharing-default-minimal .nectar-love i {
line-height: 16px;
}
Cheers
Thanks!! Almost perfect. On this page: https://academy.kleidi.nl/nieuws/ the thumb and number is a little bit lower compared to the comment icon and number. See this screenshot as well: https://ibb.co/FW2FBPT
Can we do anything about that? Thanks!
Hey Tes,
.blog-recent .post .nectar-love-wrap {
top: -2px;
position: relative;
}
Hi there, i’m having a new question regarding this topic. Would it be possible to not display images inside the classic enhanced view on this page: https://academy.kleidi.nl/nieuws/ ?
Thanks in advance.
Hey Tes,
You can use the following CSS to accomplish that:
.blog-recent[data-style*=classic_enhanced] .post-featured-img {
display: none;
}
Kind regards,
Hi! I Can’t seem to get the ‘One Comment ’ string translated on my blogs. See here for my settings in Say What plugin: https://ibb.co/nwr0t2w
What am I doing wrong?
Hey Tes,
It looks like you have an extra whitespace after the “One Comment” string, which would prevent the translations from taking effect – try to remove that.
Cheers
Hello,
Since updating to Salient Version: 14.0.2 the navigation menu has shifted position above the navigation bar.
Here is a screenshot: https://puu.sh/Iw0Q2/05f389eb39.png
The website can be viewed here: https://www.mtxeducation.co.uk
Thanks
Hey markoshea,
Please temporarily disable your CSS/JS minification plugin (Breeze), as it’s likely serving cached older files which are causing the issue.
Kind regards,
Thanks for your reply, but unfortunately disabling Breeze did not resolve the issue. Could you please investigate further. Thank you.
Thanks markoshea, it looks like since the bottom blue bar is created via custom CSS, you’ll need to add one more additional rule to make that display as intended in v14:
#header-outer #top .span_9 nav > ul > li > a {
margin-bottom: 0!important;
}
Kind regards,
That resolved the issue. Thank you
You’re welcome, markoshea 
Hello, how I can add button like this to the footer http://preview.themeforest.net/item/salient-responsive-multipurpose-theme/full_screen_preview/4363266 to my page http://stevens146.sg-host.com/ non options are working in your widgets setting now.
Hey Fixedman,
In order to use buttons from the page builder, you’ll need to use a global section to create your footer, rather than the default widget-based option:
https://themenectar.com/docs/salient/page-builder-global-sections/I see thank you.
Hello, please could you help. How do I load a new font family into Salient?
Hey anthonysinclair, the easiest way would be to make use of the plugin Use Any Font. Fonts uploaded via that will automatically become available in the Salient options panel > Typography tab.
Kind regards,
Thank you 
You’re welcome, anthonysinclair 
Hi ThemeNectar,
Please visit: https://www.groundupconservation.com/team
When you click to view the bio and image full screen there is a circle with an X for the close button. Is there a way to change the style of the circle or even replace with with a different item?
Your help would be greatly appreciated. Many thanks.
Best, Alan
Hey Alan,
What are you looking to specifically change about the button so that I can provide an example snippet?
Kind regards,
Hi ThemeNectar,
Is it possible add a “X” above the job position title similar to how it’s shown on smaller devices? Or have a “X” in the top right corner of the dark green box?
If that’s not possible, can I be a solid circle or “X” even in the top right hand corner of the bio image? Honestly, just not a have one the circle being able to move around the screen.
Thanks for all your help.
Best, Alan
Hey Alan,
Add this into the custom CSS box in the Salient options panel > General settings > CSS/Script related tab:
@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;
}
}
hi, how can i do the line on the off-canvas menu thinner?
Hey dimage, can you please share your URL so that I can take a look at your current settings to provide the needed snippet?
Thanks in advance
I did it, thanks
Since latest update, I have border lines to the left and right of my nector sliders. See here: https://doublerdesign.net/portfolio/custom-headboards/
Hey muntzdesigns, It looks like that might be related specifically to the use of column layout instances. You can correct it from your end by adding the following snippet into the Salient options panel > general settings > css/script related tabL
.swiper-container {
transform: scale(1.01);
}
Cheers
Thx.
You’re welcome, muntzdesigns
Hello, I’m managing my client’s website that’s using your Salient theme. They are displaying products with WooCommerce. Is it possible to display the WooCoommerce products with all attributes and variations, but not displaying the price? In other words, we want this to be some kind of “gallery” view. I can’t find the option. Do you have any suggestion, and do I need to purchase some additional plugin, perhaps? Thanks in advance for your reply.
Hey reddion,
It would either require some custom development via a child theme or the use of a plugin such as: https://woocommerce.com/products/hide-price-add-to-cart-button/
Kind regards,
I see.. thank you so much for the suggestion. Have a nice day!
You’re welcome, reddion 