Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 168,364 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38333 comments found.

Hello, I would like to know if the filter (for products) in the middle of the page could work (the design) with Portfolio? Thank you

Hey charlotteke,

Can you kindly provide a screenshot of which filters you’re referring to?

Thanks in advance

How can I provide a screenshot here?

Hey charlotteke, you can upload your screenshot to a site such as https://imgbb.com/ and share that link here/

Kind regards

Image: https://ibb.co/QmQ4C0s

Hi! I’m curious if this is possible:

I would like to see the white menu bar a lot smaller, but I want to keep the logo the same size. So it’s going to be bigger than the menubar. Is that somehow possible? Thanks in advance!

Hey studioluttmer! That would require custom CSS to achieve. If you’d like us to assist with that, kindly open a ticket on the support forum in regards with your URL.

Thanks in advance

Hello, I’m writing writing in connection with you amazing Salient Theme. I created a new webpage for me and generally almost all is perfect. I’ve got a one problem only. Namely menu on mobile phones flashes when I use it. I tried to turned off all the plugins. Also I deleted my custom CSS code. All software are up to date. Unfortunately still something is wrong and mobile menu flashes. It’s definitely strange. :)

I will be really grateful if you can help me solve this problem. My support ended a few days ago. :(

Have a nice day!

Thank you so much. I sent you a message via contact form. ;) What do you think – when it will be ready?

Hey CreativePlace, most likely sometime this week :)

Kind regards

Nice! So I’m waiting. I can’t wait. :))

​Hi,

What do you think is the​ best way to get an Amazon style header?

left logo + search bar immediately visible + user and cart icons + menu full-width below them

Thanks, Alessio​

Hey Alessio​!

The closest you can get to that kind of layout out of the box would be to use the “Menu Bottom Bar” header layout in the Salient options > Header Navigation > Layout & Content related tab. There is no option built-in to display the search bar inline within the header area though, so that aspect would require modifications via your child theme.

Salient

On my mobile menu I’m seeing my menu items​ twice. It’s as if the menu is being generated twice, so all items appear in order and then are repeated again. Did I misconfigure a setting somewhere?

Thank you, the problem is that if I change it to default, I no longer have the “pull right” option available. It is only available on the left aligned or centered header nav options per your documentation here: https://themenectar.com/docs/salient/pull-right-nav-items/ and confirmed when I change it to default layout the pull right menu option disappears.

Oh, nevermind, I see what you mean. Default pulls right anyway. Thanks for being so polite about my stupid question, and have a great weekend!

Hey vinvalentino, I’m glad you got it working :)

Cheers

Hi there,
Can I show on hover only the caption instead of the title + caption for the Image Gallery/ Image Grid Style block?

Hey Romanesco :)

You can add in the following CSS snippet for that:

.wpb_gallery .vert-center h3 {
  display: none;
}

Cheers

When I activate delay javascript option in performance tab I get this error:Uncaught ReferenceError: Vivus is not defined at HTMLSpanElement.<anonymous> (init.js?ver=15.0.8:1:226528) at Function.each (jquery.min.js?ver=3.6.1:2:3003) at s.fn.init.each (jquery.min.js?ver=3.6.1:2:1481) at Za (init.js?ver=15.0.8:1:226082) at li (init.js?ver=15.0.8:1:335651) at HTMLDocument.<anonymous> (init.js?ver=15.0.8:1:359843) at e (jquery.min.js?ver=3.6.1:2:30038) at t (jquery.min.js?ver=3.6.1:2:30340)

How can I fix it so that the drawing animations and fade in in ordered list that are below the fold animate?

Yes, exactly same one. I added it to line 18. This is some additional not defined error I get from the console X = the url of the website: https://pastebin.com/1EexRxna

I’m not seeing the script loading on that URL as it should be with that snippet active—Try moving it to the bottom of your file instead (around line 234)

I’ve sent you a message through contact form. Thanks

Hi there,
Is there a way to hide the single post sidebar/ make the post full-width selectively? Like maybe add a CSS snippet in the single post “Custom CSS settings” block up top right?

Hey Romanesco,

Yes, you could use the following snippet:

.container-wrap .post-area.span_9 {
  width: 100%;
  Margin-right: 0;
}

.container-wrap #sidebar {
  display: none;
}

Kind regards

Perfect! You guys are the best.

Hi, how can I change the logo version for the Off Canvas, I have setup my website but it is showing the dark version logo, and I need the transparent logo version, thanks

Hey santiagoavellaneda,

Please share your actual site URL so that I can take a look at your settings to assist.

Thanks in advance

Hi Salient Team. Hope you’re fine today. I’m reaching you today about a question.

I’d like erasing from the post blog.

Please, check my screenshot it will be more understandable: https://drive.google.com/file/d/1qSU5Qm7EQdSXsPKq-MivOpp7hVIfbjXx/view?usp=sharing

It’s possible? Thanks a lot for your reply. Have a good day. Best reagards.

Alex

Hey Alex,

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

.featured-media-under-header {
 display: none;
}

Cheers

Thanks a lot for your reply. It works, thank you for your support. Have a good day. Best regards.

You’re welcome, alexis182 :)

Hi. Is there a way to set portfolio items to all be the same height. I’m using the layout: “Meta below thumb w/ shadow hover” with three columns. At the moment the height varies with the amount of content.

I managed to work this out using:

/* Fixed height of portfolio grid */

body.material .portfolio-items[data-ps=”9”] .col .inner-wrap { background: #222; height: 630px; }

Hey wints77, I’m glad you were able to sort that out :)

Kind regards

Hi There,

How do you style the text, (size, colour, font) of the ‘team member’ element?

On the default setting for ‘meta below, bio modal’ the text is very small on desktop screens but too bunched on smaller screens. Is it possible to add responsive text to this, so it functions the same as the responsive text element e.g. scale to a maximum and minimum on different screen sizes?

Thanks Elliot

Also Id like to change the blog header font size but cant find that anywhere.

Thanks Elliot

Hey Elliotj,

1. The Team member style that you’re using will inherit from the “Heading 3” typography settings in your Salient options > Typography > General HTML elements tab. You can also control the scaling for mobile devices in the Salient options > Typography > Responsive settings tab.

You can also specify the color for your Team Member element by altering the “Font Color” field of the parent column.

2. The Blog header typography can be altered from the Salient options > Typography > Navigation & Page Header > “Page Heading Font” field

Kind regards

Hi, i’m using the Post Grid Element to display posts. I would like to add a custom field with ACF to display it in the frontend. In which file can i add my code?

Grid Style is “content under featured image”

Thanks for your support!

perfect!! Works fine for me!

thanks!

You’re welcome, agenturhochdrei! :)

Hi there,
Is there a way to hide a specific menu item on mobile-only while keeping it on desktop?

Hey Romanesco,

Yes, it would be possible via CSS. Could you kindly provide your URL and let me know which items you’re trying to alter so I can give you a tailored snippet?

Cheers

I figured it out myself. Thanks!

Hi there! I’d like to know if is it possible to include video in the portfolio grid thumbnails view. Thanks!!

Hey Monoid!

Unfortunately there’s no option to have a video play directly within a grid item, however you could link to a video in a Lightbox from any project or alternatively provide an animated gif as the featured image.

Kind regards

Just to say hello! Hope everybody is ok! And to buy another license, of course ;-)

Hey barreoblique, thanks a lot for dropping by! Everything’s good on our end :)

Hope you’ve been good too!

Cheers

Good day, is it possible to change the icon for the cart in the header?

Hey aglet,

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

https://pastebin.com/wQvXGj7z

Kind regards

how do you change the color of the woo commerce catagory banner a the top of the all the products? I see where you can upload a banner image buy I just want to change the color by css. you can see the baby blue color here – https://texasgoldendoodlelovers.com/product-category/goldendoodles-available-for-sale-in-texas/

Hey insideglobal,

You can use the page header metabox located at the bottom of your edit page screen when editing the main page assigned as the “Shop” within WooCommerce: https://ibb.co/4sqrSYg

Kind regards

Hello Nectar, The instagram social icon in the nav appears to be broken. I believe this happened after installed the WPML translation plugin.

Any solution to rectify this?

https://rollingspoke.com/

Thanks in advance.

Hey RollingSpoke,

It looks like one of your active plugins is adding a different version of Font Awesome and causing the conflict. However, I can’t say which because of the CSS minification from your siteground optimizer.

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

body .fa.fa-instagram {
  font-family: FontAwesome;
}

Kind regards

I wasn’t able to figure out what plugin was causing it, but thanks for the solution!

Glad I could help, RollingSpoke :)

Hi TN team, Looking forward to the incoming update when it’s ready!

I have a vague feeling you had a project tracker / roadmap somewhere we could view; am I remembering incorrectly here? I’m just wondering what are some of the key updates planned for this year, if that’s possible – just have my eye on a few optimizations for the site I’m working on, and wondering what is the best approach here going into the future to best work with this excellent theme

Thanks in advance

Hey ND81!

There is no roadmap listed publicly, but we do release public beta versions with full change logs prior to major updates for any existing users who are interested to get access.

There is no exact date scheduled for the next major release yet, but when the public beta opens up in the next month, you’ll be able to opt in by following the link that will show at the top of the change log located here: https://themenectar.com/changelogs/salient.html

Kind regards

Thanks guys – all noted.

A further question / request. Is there any way to have the ‘Pull Left’ and/or ‘Pull Right’ menu items be included in the main menu after scrolling (when the header changes and they disappear)? If there were a tick-box to include them per item in the Mega-Menu settings somewhere maybe?

Thanks in advance

Hey ND81 :)

If you’re using the “Menu Bottom Bar” header format, the only way to make those persist would be to disable the option “Condense Header On Scroll”, located in the Salient options > header navigation > animation effects tab.

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