Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 168,691 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

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

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?

For my woocomerce page I am using different AJAX search engines, in 3 or 4 plugins I find the problem that when choosing to search by price, the images on the first page do not load, is there any way to solve this? Image: https://unykach.com/wp-content/uploads/2021/12/screen-ajax.jpg

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

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,

A_K

A_K Purchased

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, yes that’s correct :)

A_K

A_K Purchased

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, this will alter the button font sizing separately:

https://pastebin.com/ucdS46Fs

Thank 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,

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

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

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 :)

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey