Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 168,257 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38323 comments found.

Hi there,

In the post grid component, is no option to display the author. Can you please add this feature? It appears that a lot of components are not consistent in certain areas.

In the meantime, can you tell me in what template file I can add the author? This is utterly import for my customer and we rely on the post grid component on several pages.

Thank you.

Hey H0kus41, there has been the option to add the author, as well as multiple styling options for the author in the Post Loop builder (previously named Post Grid) since version 16.

Examples of that option being utilized can be seen in the latest demo.

Hi, I can’t find the blog-ultimate theme in the demo importer… I have update the theme but noting available https://themenectar.com/salient/blog-ultimate/

Hey mahmoudy2k,

That demo is still available via the Demo Importer plugin: https://ibb.co/17pDXbX

If you’re not seeing it in your list, please open a ticket on the support forum in regards so that we can take a look.

Thanks in advance

Hi guys! Thanks for the fantastic theme! Can you please help me with the cart? In cart mode “Click Extended Functionality,” how can I turn off that cart appearing after adding a product? I need it only when pressing the cart icon on the header.

Hey eugenjy, I’m glad to hear you’re enjoying Salient :)

Unfortunately there’s no built-in option to change that functionality, so it would require a modification to the main theme script (salient/js/*/init.js) at the “NectarWooCommerceCartAJAX” function.

However, you could also disable the AJAX functionality from the within WooCommerce > Settings > Products > Add to Cart Behavior to prevent that as well, if you don’t need the AJAX.

Kind regards

hi https://gabrielestarellaspascual.ch/ on mobile the languages ENG / DEU, can it be smaller the text? or put it one next to the other and not below? so the menu looks nicer? thanks.

Hey dimage,

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:

.off-canvas-menu-container.mobile-only .menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

Kind regards

Hi guys, how can I make it that the fullpage menu isn’t a faded colour of the normal one? Check the hamburger menu at https://tiemenv.sg-host.com/

How do I make sure it’s the full blue color without the fade?

Thanks a lot for your time!

Hi guys, another question. I never noticed this before, but is it possible to hide she “sociale share button” on portfolio pages? It’s called ‘nectar-social fixed visible’ I see in the code. Thanks!

Found it by disabling the plugin :)

Bonus question: How do I change the “back” in the Off Canvas Menu to “terug” (in dutch)?

Cheers!

Hey Mannaffolki, you can translate that string by using your desired translation plugin. See the documentation here in regards: https://themenectar.com/docs/salient/translations/

Cheers

I was watching over custom icons in menus & hover effects over them (svg) & came to conclusion that there is no such setting in salient. For example – i want svg color overlay over my own icon – no such option.

In future updates it would be nice to have an option to upload custom icon fonts. For example flaticons https://www.flaticon.com/icon-fonts-most-downloaded – have a huge variety of modern icons , which are really nice looking & could be used to create pretty UI. With current version of salient theme users are pretty much limited ( & to my personal point of view fontawesome is not the best option from design stand point )

And for sure – dark mode option as smooth page scrolling for websites is must have – especially in 2023.

Awaiting reply for Ticket #3440590

Hey raffess, we responded to you on the support forum in regards.

Cheers

​We’re at the latest version of Salient (16.0.5). The mobile header looks fine on iPhones and in desktop browser devtools simulation mode, but on my Samsung Galaxy S20 the search and hamburger buttons are not right-justified along with the rest of the content. The buttons are rendered a short distance to the left of the right margin, rather than against it and inline with content.

I have screenshots taken from my phone as well as in devtools on a desktop (MacBook Pro) which show the problem. I tried to inspect elements and CSS but couldn’t find an obvious culprit. Any thoughts on how to get the two buttons lined up along the right edge?​

Hey ESBertrand,

It looks you have the option enabled for “Full Width Header Content” in the Salient options > header navigation > layout & content related tab, so you header will always be a consistent distance from the edges of your screen, which won’t match the content area. If you want the header to match the same container as your content, you’ll need to disable that option or use CSS to constrain the header on mobile only.

Kind regards

Disabling the option brings the logo and buttons in from the left/right edges by 90px on desktop, which just doesn’t look so great. And it doesn’t fix the mobile issue either. It’s ok, we’ll just leave it; not a big deal, and we’d much prefer to have the header elements justified against the left/right edges.

When that option is disabled, the header should remain contained at the same edges as your content on both desktop and mobile. However, if you’d like to keep your header full width for desktop and contained on mobile, you could 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 (max-width: 1000px) {
  body #header-outer[data-full-width=true] header > .container {
    max-width: var(--mobile-container-width);
    padding: 0;
  }
}

Hello team!

I’m customizing contact form 7 and only I would like this changes are only seen on ipad and desktop. I’m try to do it with media, with this code:

@media only screen and (min-width: 768px) { my css }

But when I inspect from chrome toolbar the result for mobile is the same. Can you please tell me if the css code is failing something?

Thank you.

I’m glad you were able to sort it out, alandres :)

Cheers

Hello again.

I have a question regarding this: What would be the correct media query to apply only to mobile? Regardless of what brand and models they are.

Thank you so much.

Hey alandres,

The breakpoints that we use in Salient are 999 and 690, e.g.

@media only screen and (max-width: 999px) {

}
@media only screen and (max-width: 690px) {

}

Kind regards

Hi guys,

I think your theme is amazing.

just had one pre sale question : is it possible to import the homepage of your theme (https://themenectar.com/salient/)

I think this page is INCREDIBLE !! Would be awesome !

In any case, all your demos are beautiful, congrats !!

Thanks.

Thanks a lot, ziadh7!

That page is not available through the demo importer, however, mostly all of the sections are available to add via the Salient Studio Template library. https://themenectar.com/docs/salient/salient-studio/

Cheers

Hi, I followed http://themenectar.com/docs/salient/modify-image-sizes/ and opted to remove all the images list, but the upload is still creating odd thumbnail sizes: I have also 0’d out all of the “media” sizes in WordPress. It used to create 20+ image sizes – so there’s progress.

How can I stop Salient from creating these 7 other images? Size like 600×727, 600×403 down to 150, 140, 100 and 50×50 square.

Hey JackHowell, As of v16, Salient has built-in options to control which media sizes are registered. You can find them in the Salient options > General settings > Image Sizes tab. However, there are still 2 image sizes which are always used that you’ll need to remove via the filter method. There names are

portfolio-thumb
nectar_small_square

Kind regards

Perfect, thank you!

You’re welcome, JackHowell :)

Hi ThemeNectar, we’ve been testing out two different auto blogging plugins that adds posts to our website. For the most part, the posts do go in ok, but they strip out the H1 title. One of the plugin authors has asked this question: Ask the author how to turn ON displaying H1 on your posts pages.

Is that something you’re familiar with?

Hey Micatuca,

Salient uses the default post title field for populating the title. I would need to see the posts you’re referring to in order to help troubleshoot. Kindly open a ticket on the support forum in regards.

Cheers

In main settings – typography – responsive settings – i cant find section to set custom responsive settings for main menu items

Hey raffess,

There are no responsive font settings for the navigation. The font size for the off canvas menu can be specified separately via the typography tab though. Are you trying to alter your main menu item font size for smaller desktop viewports?

Figured it out. Set it by myself using custom css for needed viewports.

Hello & have a nice day. Can’t get your answer here -

Hey raffess,

As long as you’re not using the “text reveal wave” or “curved arrow” style, you should be able to have the animation persist if you change the rule to:

.no-pointer-events .link_text { pointer-events: none; }

raffess

raffess Purchased 2 days ago Flag

Still sends me on top of the site if i set # (anchor links are available on my site) in link section or reloads the page if i leave link section blank. Same happening if i edit css via browser in main salient pages out of my site. raffess

raffess Purchased 2 days ago Flag

The only solution i found way so far – if i set ## (double hashtags) in link section of CTA button – it doesnt do anything, but still in the bottom left corner of my browser (firefox) i can see that this hover action was made for link clicking.

Hey raffess,

I would need to see the page URL with that snippet active so that I can take a closer look why it did not work for you. Could you kindly provide the page address?

Thanks in advance

Decided not to use it , but feature to use something as non clickable tags would be nice in future

I would like the category term description to display under the

heading. However, this is only possible if you provide a background image.

This is a very common eCommerce Design practice and the theme could benefit from this option.

In the meantime is there a filter I could use to achieve this?

Examples: https://shopkeeper-demo.getbowtied.com/shop/category/clothing/https://www.asos.com/au/men/shoes-boots-sneakers/cat/?cid=4209

Hey reganmcgregor,

Salient already supports displaying category descriptions under the product category heading title. ex. https://themenectar.com/salient/ecommerce-robust/product-category/accessories/

You can control the position of the category description via the option “Product Category Description” in the Salient options > WooCommerce > archive header tab.

Kind regards

Thanks for your reply.

Sorry, I should have been clearer.

Yes, I am aware that you can do that.

My issue is this only works if you upload a “Category Header Image” to the Category. The settings in the options panel are ignored without a background image and the description gets placed in the “Before Shop Loop” no matter what.

As per example 1. I would like the description under the product category heading without the need for there to be a background image. This gives users the option of a cleaner design and doesn’t require another image that could impact the page speed.

Hope this makes sense.

Thanks

Hey reganmcgregor,

You can edit the page defined as your “Shop” page and set a “Page header background color”. This will trigger the same layout as when an image is used and you can get the ordering you’re looking for, without having to actually specify an image background.

Kind regards

I second that request for smooth scrolling similar to the Cuberto site :)

Hey ND81, thanks for the request :)

I really like this Theme. But I have a question, do Salient Theme provides flickity-slider? Or is there anyway we can embed it in this theme?

Just final Question. Salient WP Bakery Builder isn’t good for responsive websites. So tell me if Salient theme supports Elementor or not? I wish to work on Salient Theme using Elementor builder. Reply Soon.

Hey rizwitzsolutions,

1. Salient has been consistently getting feature updates for over a decade.

2. If you are using Elementor, you won’t have access to any of the Salient elements. Your assertion that ‘Salient WP Bakery Builder isn’t suitable for responsive websites’ is inaccurate. Our builder incorporates a multitude of robust responsive features, which can be witnessed in action within the various responsive demos available.

1) Don’t agree with Point 2. As I have seen that its not good for responsive. U can’t disable a whole Row, like in elementor. U can’t appy custom css in all of elements. Like apply Custom css on Custom heading, but it will revert to old settings. So I don’t agree with U. 2) If lots of people are telling you to implement Elementor on your Theme, then I believe its a good reason to do it. Start listening to your consumers. After implementing Elementor to your Salient Theme, your download will increase definitely.

I’ve just upgraded to the latest version and all my content has disappeared. I’m seeing nothing when I try to edit the page, and all I see on the home page is the background color. Well and truly broken?

Hey bigpw, Salient v16 has been available for over a month without any reported issues of this nature. Since it sounds like you’ve run into a fatal error, you’ll be able to find further details on the root cause by checking your PHP error log on your server. Kindly reach out via the contact form on my author page with that error and your site URL so that I can take a look to assist.

There were no errors in the logs, only 200/300. I spent an hour following all the common troubleshooting advice, but in the end, the problem only went away when I upgraded to WordPress 6.3. I was avoiding this, as you state that your theme only supports 6.2.x?

Hey bigpw, Salient is also compatible with WP 6.3—Unfortunately, Envato has a bit of a lag in updating the list we’re allowed to choose from for software versions.

That being said, there are no known compatibility issues withWP 6.2 either. I would suspect something else occurred in your setup which caused the issue, but it would be hard to say what unless I was able to examine the setup itself. If you’d like to continue troubleshooting that with a staging server, feel free to open a ticket on the support forum in regards

Kind regards

I have a one pager. My menu is Home, About , Services , Contact.

Home is highlited with an underline always, even when i chose About or Servcies etc.

So i end up with home and services both underlined.

I need home because i will have a couple other sub pages eventually, so they need to get back to the home page which acts like a one pager.

Im using the full url in the menus with #id added to jump up and down the home page. Im using the full url, so they links still work on sub pages.

How do i get it so the Home isnt highlited when someone chooses one of the anchor links. I dont see any setting to affect the navigation links at all.

THANKS :)

You’re welcome, olidenson :)

BTW, i sent an email to you guys with a video showing how the carousels act strange when using the APPLE mouse. If we swipe left or right over our blog carousel, then it shoots us off to a post instead of swiping the carousel left or right.

If you check your emails, theres a video showing the issue. Hoepfully you can fix this. Most of opur team and clients are creatives, using apple computers, and ive had at least 6 report this issue to me. We love using the carousel for our posts, and dont want to change that, but with many people using the apple mouse, they intuitivly swipe the mouse, like we do on our phones, to navigate left and right.

Kindly, Oli

Hey Oli, sorry for missing that email!

I just reviewed the video and it appears as you you’re triggering the default back/forward page navigation multi touch gesture on the Magic Mouse. Unfortunately the carousel Library we use does not provide an option to override that core functionality and instead trigger a carousel swipe.

I’d like to report a small bug, when you use Call To Action > Basic + Icon, and try to center/right the text, content, even coloumn, it does not work. It always displays on the left side. As soon as you remove the icon, everything centers.

Hey toolbox101,

Thanks for mentioning that. It’ll be corrected in the next minor release :)

Cheers

Hi there, is it possible to use portfolio with the following request: main portfolio page is showing All sortable items main categories (cat 1, 2, 3 etc). When I click on one of the main categories I go to the next page and will see all sub-categories (for ex. 1a, 1b, 1c etc.). When I click one of the subs I go to the next page with all sub cat. items (1a OR 1b OR 1c etc.). If it needs some custom code I can provide a new license key.

Hey Mikel2020,

You would need to manually create links for those categories if you wish to lead to a new page where another instance of the portfolio would be displayed—There’s no built-in functionality within the element to do that

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