Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 169,034 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38371 comments found.

How can I change the icon list element so the title is H3 tag not H4?

Hey muntzdesigns,

You can override the template for that element via your child theme using the method described here: https://themenectar.com/docs/salient/overriding-salient-wpbakery-element-template-files-through-a-child-theme/

Kind regards,

Hola Mr. Nectar,

I’m try to put [nectar_rotating_words_title] shortcode, inside Header Navigation > Secondary Header Bar > Secondary Header Text

But with no sucess!

This shortcode works very well in “Text To Display In Header”

How to change this, to work in “Secondary Header Text” field in Redux Framework?

Thank you

Hey nocomments,

For now you would need to add that shortcode via the “nectar_hook_secondary_header_after_nav_open” hook in your child theme. Here’s an example of that in use: https://pastebin.com/mG2f51tR

Kind regards

Thank You Friend! For your kind reply!

Glad I could help, nocomments :)

Cheers

Hi, have this vertical header with a menu in it. Now I want to get a background image in there. Can you help me with this? I cannot find how to achieve this.

Cheers and thanks in advance! https://jnoot-salient.adonnadesign.nl/

Hey donna2,

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

#header-outer {
  background-image: url('YOUR-IMAGE.jpg');
}
If you would also like the image to automatically expand to fill the header area, you can use this rule instead:
#header-outer {
  background-image: url('YOUR-IMAGE.jpg');
  Background-size: cover;
}
Kind regards

Hey! Just to say Hello ;-)

Hope everything is going well for you!

Hey barreoblique! That’s so sweet of you! :)

Hope everything’s going good for you as well!

Is there a way to adjust the color of the background animation clip path insert without affecting the entire body?

On scroll, it always shows white, I’d like just that background be a certain color.

Hey fluidcreativestl, The only way to alter that would be if you’re using the clip path to only clip the background layers rather than the content within the row. If you change the “Clip Path Applies To” “Background Layer”, the shape divider that you set on the row will still be visible outside the clipping. You could then set the shape divider to a “Straight section” at 100% height with your desired color to get the effect you’re looking for.

Kind regards

Slider revolution Revslider is giving critical errors particularly when trying to edit pages and posts. using versions Wp 6.1.1 and rev slider 6.2.23

Hey elbowneuron,

Salient does not include Slider Revolution, but I’ve tested locally with the latest version and can not replicate the issue you’re referring to. If you’re only seeing the issue occur on your end when you have Salient as your active theme, can you please verify that you’re using a recent release of the theme (v15)?

Kind regards

Hello,

Very slick and beautiful theme, that i’m using on a project for my university. One question, is it possible to remove the coma (,) on millestone numbers. We are french and we don’t use for example 4,700 for 4700.

Hey Rico1, thanks a lot for the kind words!

As of now you would need to change your milestone “Animation Effect” from “Count To Value” to “Motion Blur Slide In” in order to use a custom format for the number.

Kind regards

Thanks

Cant find option to make column boxed, so i can activate hover animation for column. Guess that there are no available options other then write css by myself for column hover animations. Want to enlarge some columns on hover. ahhhh

Hey raffess,

The “boxed” column option is located at the bottom of the column settings: https://ibb.co/8rYFn6Q

Hey Phil, is it possible to just have a subtle line without a shadow under the main navigation bar? Best

Hey rockzi!

You can set the box shadow to “None” and then add the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab:

body #header-outer[data-has-menu] {
    box-shadow: 0 0 0 1px #000;
}

Kind regards

It seems Text With Inline Media element did not registered for WPML. It does not show up on the translation screen. Can you advice?

Hey ugurterzi, that will be added in the upcoming minor (15.0.7) release this week. If you’d like immediate access to the change, feel free to open a ticket on the support forum in regards.

Cheers

Thank you for the reply, I created that ticket.

Thanks ugurterzi :)

Hello, with the last version 15.0.6 of the theme, Visual Composer is not working, i can´t access to edit the front page :S Where can i find the version 15.0.5, i want to do a rollback.

Thanks.

Hey fiucarla,

Nothing was changed in the WPBakery page builder between those two versions – The last time the page builder received an update was in 15.0.2.

If you’ve already disabled your third-party plugins to rule out any conflicts that are causing your issue, kindly reach out via the contact form on my author page in regards so that I can take a look.

Kind regards

Issues with highlighted text font size. Firstly works fine, then ipad font size rewrites mobile font size and user need to set font size only by ipad or mobile excluding one, or using custom css for each. Really uncomfortable. Perhaps that’s why team didn’t set font size for mobile in highlighted text in Saas demo. Annoying.

Hey raffess,

Various elements just received the ability to override font sizing on tablet/mobile independently in v15 – if you’re encountering any issues with this newer feature, please share the page URL in regards so that we can take a look at the page to replicate it/correct it in the next minor release.

Here’s a live example of the highlighted text responsive font sizing taking effect – All viewport sizes (desktop, tablet and mobile) are active on the instance with the text “Imagination will often carry..”

Kind regards

Hi there, is er a way to have more columns then 4 for woocommerce. Shop page can have 6, would love to use that everywhere.

Hey zeddje,

The shop pages can be set to a maximum of 6 columns as you’ve noted – can you specify in what other locations you’re trying to modify the column number? If you could share your URL or screenshot of the area you’re trying to modify that would be helpful.

Thanks in advance

Hi again, here is the page: https://heco.loods010.nl/voorraad-spanbanden/ in the bottom you see 4 products i would like to see 6 ;o) I use PRODUCT GALLERY, there you can type the number of columns but when i type 6 it still shows 4 ;o)

Hey zeddje,

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) {
   #ajax-content-wrap .woocommerce.columns-6 ul.products {
      width: 101.5%;
   }

   #ajax-content-wrap .woocommerce.columns-6 ul.products li.product {
       width: 15.6%;
       margin-right: 1%;
    }
}

Kind regards

​Hi, I don`t want the pages to be full width. How can I achieve that? I cannot find it anywhere. CHeers!

Hey donna2,

If you’re referring to the general site container, that can be adjusted via the “Max Website Container Width” option in the Salient options > general settings > functionality tab.

However, if you’re trying to modify the “boxed layout” width, that would require a snippet of custom css.

Kind regards

Thanks, but the min website container width is too big for me (more than 1400 px). I would like it to be smaller…

Hey donna2,

You can disable the “Extended Responsive Design” option in the same tab within the Salient options to further decrease the maximum width.

Kind regards

Hi,

I’m having some issues with the my-account menu item, it doesn’t seem to link to a login page:

truestorybrewing.com

Thanks

Hey AletalkProductions,

The “User Account” icon can be linked to any destination – ensure that you’ve specified your desired URL for the “User Account Button URL” field in the Salient options panel > header navigation > layout & content related.

Kind regards

Great, thanks – not sure how I missed that!

Glad I could help, AletalkProductions :)

Hola Mr. Nectar,

Is there any way (or snippet code) to enable social media icons, from the “Footer” menu, inside my custom layout in “Global Sections”?

Thank You, Friend!

Hey nocomments!

Unfortunately, there’s no shortcode to grab the icons specified within the footer copyright section. You would need to add your social links to your global section using the “Icon” page builder element.

Kind regards

Okay, Thank You!

You’re welcome, nocomments :)

Hi team! Do you know when we can expect the new SaaS + primary demo templates to be added to the Templates library? Thanks!

Hey apinzon!

The new SaaS demo is already available in the Salient Studio template library. If you’re not seeing them, ensure that you’ve updated your version of the Salient Core plugin to the latest (v1.9.6).

Kind regards

I have this issue with images on the theme. When they look good on the normal screen, they look bad on Mac Retina screens. If I upload the 2x version instead, they look good on Mac Retina but bad on the normal screen, as the image is displayed at a bigger size now and still blurry there. Is there a workaround to work for both normal screens, phones and Mac Retina screens? Thank you!

Hey robertpreoteasa,

I would need to see the page URL in order to assist. Can you please also specify which element you’re having the issue with and what type of image (i.e. background image, single image etc.)

Thanks in advance

do you require an elementor license to use?

Hey ary777,

Salient does not use Elementor, but rather a custom version of WPBakery page builder. No additional purchase is required to use the included page builder.

Kind regards

Hi, Any idea what could be going wrong with a full-width row that I created here? http://bit.ly/3GVkyWz No matter if I add full width content or full width background, it seems like the header does not go full-width. Thanks!

Hey apinzon!

That’s occurring because your site is specified to the use “left header” header format, but the header has been removed on the page. This issue was corrected in v15 of Salient – you can either update to the latest release, or add the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab: https://pastebin.com/HpiVSKgv

Kind regards

Hmm… Updated the theme, but no luck. I cleared cache and can confirm that it only happens when I choose to hide the header. Thoughts?

Hey apinzon,

It looks like there’s still a specific theme option which is overriding the CSS in your setup. You can correct it by changing the “Load In Animation” within the Salient options > Page header tab to be “none”.

https://ibb.co/MNBmJsG
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