Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 167,363 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38271 comments found.

Hi,

When will you be adding the latest instagram logo to the icon library, or is there a way we can do that ourselves?

Cheers

Hey Micatuca,

Salient already includes the latest IG logo. Can you please share your URL where you’re seeing a different version in use – or are you referring to threads by chance?

Kind regards

Hi,

Here’s where we’re seeing the old logo: https://snipboard.io/7WsxfO.jpg

Is there a way for us to change it? We’re using the latest version of the theme and theme plugins.

Cheers

Hey Micatuca, what version of the theme are your using? The IG icon in Fontawesome should be the latest: https://ibb.co/XZ5Np0w

Kind regards

How do you remove or edit the “about Salient” text in the off canvas menu?

Hey Wisdomlikesilence,

Depending on the demo you imported, the example text will either be contained within a widget (Appearance > Widgets) or in the Salient options panel > Header Navigation > Off canvas menu tab via the field “Off Canvas Menu Bottom Text”.

Kind regards

Hello, I have ticked “sticky row” option, which works fine on >1000px viewport, but below it doesn’t stick. Is there a solution to it?

Hey juvengle, Sticky rows are disabled by default for mobile devices.

You can make that change by adding the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab:

html body {
    overflow: visible;
}
.nectar-sticky-row-wrap {
    position: sticky;
    z-index: 100;
}
.nectar-sticky-column-css.vc_column_container > .n-sticky > .vc_column-inner {
    position: sticky;
    top: var(--nectar-sticky-top-distance);
}

Kind regards

Presale Question,

We have taken over the management of a website that is using this theme. In order to receive updates on the theme, we have to repurchase theme license and how to do the change?

Hey BlackPepperCyLtd,

If you don’t have access to the license/account which holds the license, you can always purchase a new license in order to get the latest version and access future updates. Here’s the documentation on updating Salient: https://themenectar.com/docs/salient/updating-salient/

Kind regards

Hello, when I change purchase code nothing will affect my template and data correct?

That’s correct, BlackPepperCyLtd :)

Kind regards

Is it possible to not have videos autoplay when using Self Hosted Video Player/Lightbox Video ?

Hey redkahl,

The self hosted video play can toggle the autoplay functionality from within the element settings: https://ibb.co/xS9n7C0

Kind regards

Hello Nector

Is it possible to suspend the menu to look like this

https://prnt.sc/0tGjwcHXjzIJ

Also can the row behind the menu show in full, just like on the attached screenshot

Hey F5Creative,

In the Salient options panel > Header Navigation > Layout & Content Related tab, you can use the “Header Size” option to switch to a contained design.

Kind regards

I noticed it the menu on product pages. Header is not transparent even if in the page settings they are set to start transparently. The menu bar should be transparent and the logo white. Did I miss anything?

Hey RanebrookZina, the single product page template does not support the Transparent header effect feature. Changing that would take a modification through your child theme. If you’d like further assistance with that, please open a ticket on the support forum.

Kind regards

hello, I cannot find the option to set menu vertically with “Fullscreen Cover + Blur BG”, as in your documentation. Can you help?

Hey Eluvial, please share your site URL with the snippet I provided active so that I can take a look.

Thanks in advance

there you go: my homepage with the settings you have mentioned

Thanks Eluvial,

You’ll need to enable the Transparent header effect in the theme options > header navigation > transparent effect tab and then trigger it on that page in order to have the snippet I provided take effect.

If you do not wish to use the transparent header effect, but still want to force it when opening the menu, that would require additional CSS. We would be happy to help out further with that kind of modification on support forum.

Kind regards

Hello. Does your theme support the elementor plugin? I’m thinking of buying it, but I have some reservations about Elementor.

Hey gLutasarim, you can use Elementor with Salient, but none of the Salient components/templates are built for it, so you would be missing out on a large part of Salient.

Kind regards

Can you provide me with some custom css to add a 10px border radius to the 1px simple borders I have under the slider. I can’t seem to find a way to do this to match the rest of the site and changing the border radius of the inner column doesn’t seem to work. Thank you.

https://jxy.4ea.myftpupload.com/contact/

Hey kevinjsutton,

The CSS snippet should be updated to be:

.custom_hover .wpb_column.vc_column_container:hover >.vc_column-inner  { border-color: #ed1c24 !important; } 

Kind regards

Thank you very much for the help!

You’re welcome, kevinjsutton :)

Hi team,

I hope you’re doing well. I’m writing to you today to report a longstanding UX bug. I believe it has been known for a long time because for as long as I’ve been using Salient since 2016-2017, I’ve always encountered it. However, it remains intolerable.

I’ve recorded a video capture to illustrate this bug. Looking forward to its resolution :) -> https://youtu.be/rpMb9mkUr8M

Best regards,

Hey alexis182! I hope you’re doing good as well :)

That issue is related to the core of WPBakery, not the Salient version. You need to use the most simplified Fractions when entering in custom layouts in that manner. So that 6/12 you wrote should be written as 1/2, and the issue won’t occur.

That being said, it wouldn’t hurt to also paste the same comment to the WPBakery devs to inform them as well.

Kind regards

I have added the following to Appearence > Custom CSS and it did nothing:

.single .heading-title[data-header-style=default_minimal] h1, body[data-ext-responsive=true].single-post #page-header-bg[data-post-hs=default_minimal] h1 { padding: 20px 0 20px 0; max-width: 95% !important; font-size: 55px !important; line-height: 65px !important; }

Ignore me – I changed in the theme settings

Hey whdsolutions, I’m glad you figured it out.

Just to explain why that rule was unable to take effect on your page – there is a CSS syntax error you have above the snippet which is breaking everything below it: https://ibb.co/17My98m

The extra unclosed bracket just needs to be removed.

Kind regards

Is there any way to add a pagination type of event for an image gallery as you have in the portfolio and/or perhaps a ‘sort by’ option so it doesn’t load newly added images to the end? I’m sorry to ask what could possibly be a stupid question, as it’s obviously not an option in the gallery. I appreciate any insight you or anyone can provide. Thank you very much.

Hey J_Sako, unfortunately, the image gallery does not offer a pagination option for the grid display. However, you can enable the option to lazy load your images.

Kind regards

Hello awesome people. Here is a question: I have a secondary menu set on the top of menu (talking about a mobile version), and I can´t find a way to make both sticked on mobile. Only the top navigation (under the secondary) can be set as stick… the secondary one slides off when scroll… how to fix ti?

Hey derbouwer!

You can make that change by adding the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab:

 
body #header-outer {
  transform: none!important;
}

Kind regards

Hi, The salient hook above the main nav (think it’s called “Inside Header Navigation Top” bar isn’t showing when Header Size is set to “Contained”. It would look fantastic if I could accomplish this. Can you please help? Thanks!

To add here… I might want to add a the global section before any of the page’s content, meaning above the header altogether. “Inside Header Navigation Top” implies it’s within the header, but I want to add a separate row above the header to add contact information, language switcher, etc.

Hey apinzon!

The hook is not utilized when the contained header is set. Adding a global section above the contained header would require some custom modifications through a child theme, as well as CSS alterations to allow the header to provide additional top space for new content above it. Currently, it expects that there would be none and has a fixed position from the top of the screen.

Kind regards

Hi, please help, why is the menu in the iPhone mobile: Safari browser like this? https://prnt.sc/fLoFuTJYdl-k . If viewed using an iPhone: Chrome browser and Android: Chrome browser is ok. Settings what happened and how to resolve this issue. you can check : https://readgenius.my/

Hey shaky512,

You seem to be using an outdated release on that site. Can you try updating to the latest version?

Kind regards

Hi,

I just realized that my support expired. I just wanted to know why carrousel arrows don’t show up in mobile but on desktop yes.

Hey deonteramos,

Certain elements simplify the control layouts for mobile due to the difference in screen space available. However, if you’d like to share the page URL where you’re using the carousel I’d be glad to provide a snippet to alter that.

Kind regards

Hi again,

Using your fancy box with the description on hover style, is there any way we can remove part of the hover animation where the box moves up? We’re hoping to have only the hover accent colour so it can stay in a neat grid when hovered. Also is there a way we can set a fixed height so the boxes can be a lot taller? Hopefully this makes sense.

Cheers

Hey Micatuca!

1. There’s an option within the Fancy box element settings called “Disable Movement on Hover” which can be utilized for this. If you don’t see that option, you likely just need to update your version of Salient/Salient Core

2. You can also set a height within the fancy box element settings via the “Minimum Height” height field.

Kind regards

Perfect, thanks

You’re welcome, Micatuca :)

Does this theme allow for the Portfolio (not Post Loop) to be sorted randomly? It seems it only sorts by Portfolio Item Post Date, with no option to be displayed any other way.

Hey rawFrenzy, Unfortunately there’s no built-in option to do a random orderby on the Portfolio element. That would require a modification via your child theme.

Kind regards

Hi Salient team! I’m working on a Salient copy purchased by a client of mine and I’m struggling with global sections visibility conditions. I need to hide all the global sections in specific pages. I’ve tried to use the following snippet where “grazie” is the slug of the page, but it doesn’t work:

add_action(‘wp’,’salient_child_mod_global_sections’, 9);

function salient_child_mod_global_sections() { }

if( is_page('grazie') ) {
  remove_action( 'wp', array(Nectar_Global_Sections::get_instance(), 'salient_frontend_display' ));
}

Any help? Thank you in advance

Hey GIORGIDESIGN, here’s an updated snippet for you which should work:

add_action('wp','salient_child_mod_global_sections', 9);

function salient_child_mod_global_sections() {

  if( is_page('grazie') ) {
    remove_action( 'wp', array(Nectar_Global_Sections_Render::get_instance(), 'frontend_display' ));

  }

}

Kind regards

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