Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 168,336 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38332 comments found.

Hi,

I’m having an issue with the absolute positioning of images.

The desktop value is overruling the tablet value. See screenshot for example.

For tablet we wanna switch from left to right. So for left we insert the value “auto” and right we insert “40px”. As you can see in the screenshot the left tablet value gets overruled / overwritten by the desktop value.

I was able to reproduce this issue on multiple images / instances.

Could you please look into this? Thanks in advance.

Screenshot: https://prnt.sc/UoM3CiXVEPIH

Hey WMTD,

This will be corrected in the upcoming release. If you’d like to check it out early and join the beta program, feel free to reach out via the contact form on my author page in regards.

Kind regards

Awesome, thank you!

You’re welcome, WMTD :)

Hi! Please precise where to find licence number on Wordpress admin panel? I have bought several licences and I need to understand which licence is activated for which domain. Thank you

Hey LiivR!

Your domains are not stored in association with each license—you simply need to possess a license for each live instance you deploy. You can find all of your licenses in your account > downloads on Envato: https://help.market.envato.com/hc/en-us/articles/202822600-Where-Is-My-Purchase-Code-

Kind regards

hi, I should remove the path of the page that appears under the header and the background image of the menu doesn’t change it for me

Hey cwagencyit,

I’m not sure I understand what you’re referring to—if you’re referring to breadcrumb links, those are likely added by a third party plugin as Salient doesn’t add breadcrumbs by default. Could you kindly share your site URL so that I can see what your setup to assist further?

Thanks in advance

Hello i cant translate “Read More”, ive been trying to use loco translate and say what without any success, can you help me please

Hey zapata_fla,

If you’re trying to translate that string from the “Post grid” element, then you can find it in the “salient-core” text domain, from the Salient Core plugin.

Kind regards

Hi, is it possible to disable the breadcrumbs at the top of the product pages?

Cheers

No worries I managed to sort it

Hey Micatuca,

Glad you were able to sort it :)

Cheers

Halo please help me to hide / change logo and hide secondary nav in this page or certain page on mobile view https://prnt.sc/7sc0ne66ZtNM

and i need to hide this part to in mobile view https://prnt.sc/Ag4PX006ofTp. example in this page https://www.cidb.gov.my/international-construction-week-icw-2023/

Hey shaky512,

Kindly open a ticket on the support forum in regards

Thanks in advance

the breadcrumbs move up to menu header for some reason anyway to fix this

https://ibb.co/Bn607nW

fixed just did

.main-content > .row > #breadcrumbs.yoast { padding: 20px 0; margin-top: 4rem; }

Hey giveitwebstudios, that should only occur when using the option to “Force Transparency On Navigation” on your page in combination with the Yoast breadcrumb option.

Kind regards

Hi there,

When using full screen sections, the testimonial slider is not visible unless it is the first row on the page. To test:
  • Create a new page, set “Activate Fullscreen Rows” to ‘On’
  • Add the Salient template ‘Bold touch Enabled Testimonials’ ​to the page TWICE, so you have two rows
  • Preview the page
The first row loads, the second row is invisible.

Should also note: Salient v15.1.1, Salient WP Bakery 6.13.0, latest at time of writing.

Hey teamcodeand, thanks for reporting that. The fix will be available in the next release, but feel free to reach out via the contact form on my author page if you would like early access to the change.

Cheers

Is there a way to remove the quantity buttons on the woocommerce ajax slider (click extended functionality) https://ibb.co/qCDmtV9

Hey Acquiring, 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 .woocommerce-mini-cart-item .quantity {
  display: none;
}

Kind regards

hi https://dimagepruebas.com/cluster/noticias/ wny way to put the posts layout similar to this example? https://dimagepruebas.com/cluster/wp-content/uploads/2023/07/example.jpg thanks in advance

Hey dimage,

You would need to use the “Blog” element instead of the “Post Grid” to get that layout in the current release. However, the next version is adding many new post grid layout options and it will become possible to achieve then.

Kind regards

ok thanks, another question, anyway to have a diferent logo in the menu in a specific page?

Hey dimage, you could modify your logo programmatically by overriding the function “nectar_logo_output” in your child theme. That function lives in salient/nectar/helpers/header.php

Kind regards

​Halo, can you help to show me how to Change the background menu with #000000 and font color with #ffffff ? https://www.cidb.gov.my/international-construction-week-icw-2023/ we use a plugin such as conditional menus to handle that. https://prnt.sc/izIPeJ5IL0La​​​

Hey shaky512,

You can specify a custom color scheme for your header navigation bar in the Salient options panel > header navigation > color scheme. However, if you need to change it for a single page only, then you would need to use custom CSS on that page directly:

html body #header-outer {
  background: #000;
} 

#header-outer #top nav>ul>li>a span {
  color: #fff;
}

Kind regards

Having issues updating the heading colors within the “blog” element. I am using the “Standard Blog Layout with no Sidebar” – the category is the theme’s accent color which is blending into my background – and no matter what I do in the salient options, the post title will not change from #888888 – a color I do not have applied anywhere in my settings. Is there a way to work around this?

Hey dkx119,

That’s a bug from the combination of your blog style + the custom column coloring. You can correct it prior to the next release by adding the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab:

.post-area.featured_img_left .article-content-wrap .post-content-wrap .post-header {
  color: inherit;
}

Kind regards

Thanks so much for this !!!

You’re welcome, dkx119 :)

Hi. Question. Not sure how long this has been going on, but noticed this issue yesterday for the first time.
When on a single product page (any product), clicking on ”+” sign to add more items to the cart, number do not increase. But after you “Add To Cart” one item, you can add more even staying on the same page.
Here is the link to one of my products. Please advise
https://ageimmune.com/product/brilliant-berberine-1000-plus/

Hey atlantchiropractic, glad you were able to locate the issue.

I’ve never seen that occur before with the site ground optimizer and haven’t been able to replicate it locally yet. Do you have any other performance plugins or services active in your setup which may have been conflicting when used in combination with the siteground optimizer?

Kind regards

Hey,
Here is the response from Siteground support

“The issue was caused by the Combine and Minify JavaScript options of the plugin. Once I deactivated them the counter started working as expected:
I reviewed the JavaScript code which your product page was using, however, no particular script that I could exclude from JS combine/minify stood out.
I would like to explain that these functions basically remove unnecessary symbols and blank spaces from the JavaScript code in order to reduce the amount of bytes which is transferred between the server and the client and slightly improves the performance of your website. Unfortunately, not all plugins and themes for WordPress are fully compatible with this feature and I left the JS combine and minify options deactivated. Do note that your website is still taking advantage of the caching of the SiteGround Optimizer plugin which is the main feature of the plugin.”

You can’t replicate these issues because those features were deactivated within the plugin.

Hey atlantchiropractic,

The Salient JS files have already been minified, so there is no need to activate that option. However, I did test it with that option enabled on my local setup and did not encounter the issue. It is possible that the minified file generated by SiteGround, which includes all of your other plugin JS files in the final output, differs from my local copy and has something conflicting causing the error.

This template is really cool, only missing feature is ability to build headers, like Porto or Avada and many more…

Hey enricomorichelli, I’m glad you’re enjoying the theme :)

I’ve noted your +1 for the idea on the wishlist

This section is causing the entire page to overflow

https://ibb.co/nsFf6nF

Hey giveitwebstudios,

You can specify that row to have an overflow visibility of “hidden” to prevent that. If you need additional assistance with that, feel free to open a ticket on the support forum in regards.

Hi, wanted to buy this theme on sale it was in my cart but now when checking out its price changed. Anyway I could get discounted price. thanks

Hey scandiumtech,

Unfortunately, we can’t re-activate the sale. It was a global sale created by Envato, which has the end time was listed at the top of the main description during the duration it was active.

Hi, I delete the shop page from the trash, so I create a new one, buy I cant find where set it as shop page in Woocommerce, in Woocommerce settings I can see set the page for cart, checkout but no for shop, can you help me, thanks

Hey santiagoavellaneda,

You can specify the shop page in WooCommerce > Product settings: https://ibb.co/nj199VR

Kind regards

You’re welcome, santiagoavellaneda :)

Hello, I want to change the font and the color of the portfolio meta, the color of the text remains white and I don’t know how to change it. I can change the Font and the size if I put an Excerpt but the meta title remains the same all the time. Thanks

Hey RamonLozano93, can you kindly share the page URL where I can take a look at your portfolio instance to see your settings?

Thanks in advance

Thanks, the URL is www.ramonraik.com, the index page

Thanks RamonLozano93,

The “meta from bottom on hover” doesn’t apply custom coloring to the title/meta. However, you could globally alter it by adding the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab:

body .portfolio-items .col h3,
body .portfolio-items .col p {
  color: #000;
}

However, if you need to specify different coloring per project, I would recommend switching to another project style which supports custom coloring.

Kind regards

Hello there! How can I permanently disable update for the theme and theme plugins? Can I change the name of the theme and delete credits from style.css? Thanks!

Hey IlovetheHikes! You won’t receive updates in the admin section unless you’ve installed the Envato market plugin. You are also allowed to white label it, but there’s no built-in functionality to do that by default.

Kind regards

Hi Salient Team, there’s a strange issue that’s occurring after we recently updated the theme to its latest version. For some reason when applying columns that are contained within their own row, and embedded into a parent row, it seems the last column is not adding a bottom margin like the columns before it are. This is what the outcome looks like and it makes the columns appear unaligned, even though I have Equal Height selected. https://imgtr.ee/image/Sng7

When I override the CSS and add .col:last-child {margin-bottom: 1% !important;} it fixes it, however this shouldn’t be happening by default.

What could be causing this?

Hey lookwhoo,

Since I can’t replicate that locally, can you kindly share the actual page URL so that I can take a look at the live css in your setup?

Thanks in advance

Hey ThemeNectar, thanks for your reply.

I actually found the culprit shortly after you wrote this. We’re running LearnDash on the site and when I did an inventory of what plugins might be causing conflict, by elimination of source, I found that it’s a LearnDash add-on plugin called “Groups Plus” that’s causing the issue. So I will dig through that and contact them if needed.

Thanks again!

Hey lookwhoo, I’m glad to hear that you’ve sorted it :)

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