Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 168,462 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38340 comments found.

Hello there!

I have an issue with my site https://www.farkindalikyazarligi.com

I created a pull right menu for a CTA button, but for some reason desktop and mobile color of the button seems different. Desktop is orange and mobile is blue. How can I fix this?

Also, as you can see in https://www.farkindalikyazarligi.com/urun/yaratici-yazarlik-egitimi/ there is a share button on the bottom right; and I want to remove it. How can I remove it?

Many, many thanks!

Orhan

Hey Orhan!

1. I would need to check on your settings further from the backend to examine why that’s occurring. Please open a ticket on the support forum in regards.

In the meantime, you can also add the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab to alter the color manually:

body #header-outer .menu-item-8208>a:before {
    background: #ff7a3c;
}

2. The share button will only be added when you have the “Salient Social” plugin active. You can remove that if you do not wish to use it: https://themenectar.com/docs/salient/salient-social-plugin/

Cheers

Thank you very much! Amazing support as always. For now, the issue has been resolved.

Glad I could help, Orhangok :)

Love the new Lottie element! Is there a way to find the particular lottie files on the library website like the one on SaaS demo to edit them?

https://chrisgrenier.com/wp-content/uploads/2022/09/Screen-Shot-2022-09-20-at-2.09.53-PM.png

Even searching from the URL for Lottie’s im coming up short, thanks! (https://assets10.lottiefiles.com/packages/lf20_erb8mppf.json)

Hey svtmuscle, glad to hear you’re enjoying that feature!

We created those Lottie elements ourselves, and they’re not hosted in the public section on the Lottie files site. However, you can still access the Lottie JSON for each Lottie demo source as you linked which can be imported locally to After Effects: https://assets10.lottiefiles.com/packages/lf20_erb8mppf.json

Hello, how do I get section backgrounds that have a youtube video set to show on mobile devices? I am using the Architect demo with the first section set with a youtube video background but it does not show at all on mobile.

Hey nasan,

YouTube videos can not be utilized as background elements on mobile devices, since mobile devices will block the autoplaying functionality. You can however use self hosted video (mp4) to bypass that limitation, if you don’t want to show a fallback image. This is covered in the docs here:

https://themenectar.com/docs/salient/page-builder-row/#video-background

Kind regards,

There seems to be a problem with the Header Content alignment settings not working. I’ve got round my immediate problem with some CSS, but I thought I’d mention it.

Apologies, my fault, please ignore.

Hey beachmat,

I’m glad that you got it sorted :)

Cheers

Hi What is the best way to upgrade from version 8 to the latest version 15 of Salient?

Thank you

Hey johnjohn,

I would recommend going through the following guide: https://themenectar.com/docs/salient/important-salient-update-for-new-envato-requirements/ It covers the major differences between legacy vs modern Salient installs.

Kind regards,

hi there.

1. how to setup custom logo when you activated off canvas menu?

@media only screen and (min-width: 1000px) #header-outer.lighten-logo.transparent #top #logo img.stnd { filter: brightness(0) invert(1); opacity: 1!important; }

this code make your logo looks weird.

2. https://themenectar.com/salient/resort/

mobile:

it’s looks good when your right button menu ( BOOK NOW ) is short, it’s become a mess when your menu text is long.

can we adjust different text on desktop or on mobile?

3. it’s possible to use vc_section? because it’’s make easier to group your content, you can see your row id on page builder.

thnk you

Hey selectasterisk,

1. You can specify a light version of your logo in the Salient options panel > header navigation > transparent header effect tab

2. There’s no way to change the text of the button for mobile only. I would recommend using CSS to shrink the size of your button: https://pastebin.com/h142j0s0

3. You can enable that by using the following filter in your child theme functions.php:


add_filter('salient_register_core_wpbakery_els','salient_child_wpbakery_els');

function salient_child_wpbakery_els() {
  return array('vc_section');
}

Please open a ticket on the support forum in the future for multiple questions.

Thanks in advance

Hello, do you have a trial ? Can we refund it if we do not like it ?

Hey Cemalgns, Unfortunately, there is no free trial of Salient offered. In general, refunds are provided if the request is reasonable.

Kind regards

Hi! How is it possible to link directly into third Toggle Panel Section? Like, click on button > new page load > anchor > #section-3-section-toggle-panel ?

Hey mediastyle12!

Yes, you can use the following URL format for that functionality:

https://domain.com/page/?toggle=toggle-name#anchor-name

Cheers

Hello, after the last update i lost the text from nectar slider (heading and caption) on desktop version of the website. On mobile it is shown. Do you have any idea whats happening?

Hey hugodiaslopes,

If you’ve already attempted to disable your third party plugins to check for a conflict, please share your URL in regards so that I can take a look.

Thanks in advance

Thank you very much. It was salient plugins that needed to be updated.

Glad I could help, hugodiaslopes :)

Hey! I have a question. I see that you have a template with blog posts as a grid. Love it! But I don’t see that I can set it as the default design on the whole blog? Is it true?

www.nordigt.se Please check as soon as you can as I don’t have a test environment – so this is live for everyone now.

Ignore what I wrote. Got too many emails from users, so had to change back.

Thanks AlexanderMJ,

If you’re still interested in that, you can edit the original snippet I provided to be the following instead: https://pastebin.com/keTfiNB7

You might get a warning about the use of “grid-template-columns” if you’re using the css box in the options panel – you can ignore that.

Kind regards,

Hi,

How to disable comment section for blogs? So, I don’t want it to be visible that people can give a comment on my blogs.

Thanks in advance.

Hey Abbenhues,

In the WP administration > Settings > Discussion tab, toggle the option “Allow people to submit comments on new posts”. If you would like to also remove any posted comments from your existing posts you could add the following snippet into your child theme functions.php file:

add_filter('comments_open', '__return_false', 20, 2);
add_filter('comments_array', '__return_empty_array', 10, 2);

Kind regards

Hi TN, loving the new updates – well done!

I’ve got a new client whom I’d like to get another license for, but wondering as to practical possibility of the following:

The client’s website has two sections, and both need to be quite different visually, but both would be happily accommodated by Salient.

I realize I could probably install a plugin that would switch themes depending on the page, or just have different subdomains per section, but loading two copies of the theme seems excessive; would you know of a way where I could have the one version of the theme used, but different Salient settings (accent colors, header etc.) per website section?

Thanks in advance!

Hey ND81,

Are you referring to the “Tabbed section” element? If so, add the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab: https://pastebin.com/LvqzULGu

Cheers

Perfect! Thank you :)

You’re welcome, ND81 :)

hi. Social share buttons appear only on mobile, but not on PC. Could you help?

Thanks riolec,

I’m seeing your share buttons appear normally on desktop: https://ibb.co/Lhx8ttB Can you kindly provide a screenshot of what you’re seeing and also let me know which browser you’re using?

i use Chrome version 105.0.5195.125 (Official Build) (x86_64) on mac 10.15.7

Hey riolec,

That’s the same version and OS I’m using. Can you please provide a screenshot of what you’re seeing?

Any idea why an autoplay video view would be smushed on safari browser only? No issues with mobile safari, chrome (desktop/mobile), etc. Just seems to be safari desktop.

Thank you for quick reply. Will update today and test. Thanks again for the amazing theme!

Removing .webm file worked. Thanks.

Glad to hear, AndyMc9 :)

Hello,

There a problem on slider for Product page sometime is stop move on mobile ? that will be bad experience for user … may i know how can i fix it ?

https://app.koon.pro/product/no-k-hg/

Hey Devoart,

I’ve tried doing a handful of refreshes on that page using an iPhone 14 but couldn’t replicate that yet. Can you please open a ticket on the support forum in regards with more details about the problem. e.g.
What device are you testing on
Are there any specific steps to get it to occur
Are you referring to the image gallery or the related product carousel 
etc.

Thanks in advance

Hello im using iphone xs max the problem is with carousel when i move to next img sometime stop move ? also after update same problem.

Hey Devoart, thanks for following up. Kindly open a ticket on the support forum in regards So that the support team can assist.

Hi, my sticky sidebar for the blog has stopped working. I have deactivated all the plugins except salient ones and still no luck. Any idea? https://iwebsitez.com/blog/salient-theme-review/

Hey veccccio,

It looks like that’s being caused by the “Delay Javascript Execution {beta}” option being enabled on “Add devices”. You could correct it by changing that to be on mobile only, or add the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab:

@media only screen and (min-width: 1000px) {
html body.single-post {
  overflow: visible;
}
body.single-post #sidebar.span_3 {
    position: sticky;
    top: 60px;
}
}

Cheers

Hey there. What CSS code will make all links use a color different from the accent color defined in Salient options? Thank you!

Hey Marc,

You can use the following CSS snippet for that:

body a {
  color: #1e73be;
}

Kind regards,

thank you.

You’re welcome, Marc :)

Hello,

How do you call the text feature like in the bottom of the main page of demo https://themenectar.com/salient/architect/

where word ‘architecture’ is moving behind the red building and the words ‘salient architecture’ above are moving on top of the building?

Hey iurikd, That’s accomplished by setting the z-index (layer level) differently for each element within the row. You can import that template to your page via the Salient Studio template library to edit or inspect to learn from. It’s called “Parallax Typography Scene”: https://ibb.co/rxFtYKT

Cheers

Thank you for your as far as background image of the building – is it a single image or also a couple of layers?

Hey iurikd, the image of the building is a “Single Image” and not a background image.

Kind regards,

Hello. Is there a way to add the add to cart button in the list of woocomerce products, when it is displayed on the smartphone? I’m looking at your shop examples, and it doesn’t seem practical to me that you have to click on the product to see the addtocart.

Hey mirazoqui,

Yes, it would be possible to reveal the button on mobile a with a CSS rule. If you let me know what product style you’re using, or can share your URL I’d be glad to provide an example snippet.

Thanks in advance

Thanks. I could already do it by css, but it would be nice to have an option in salient so that it is displayed on the smartphone.

Hi Team, how to add a popup modal that shows a webpage? Here’s an example

https://www.loom.com/share/821f249e1424436c836a8ac11b338f57

Hey adiojack,

There is no built-in functionality to add a Lightbox that opens a webpage at this time. The Lightbox functionality in Salient is limited to media. For a full webpage, you would need to install a Lightbox plugin that offers that feature.

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