Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,238 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38440 comments found.

Hi Support, what should i do if my wpbakery plugin unable to update? http://prnt.sc/mi6vq6

Thank you.

Hey tommytai, you have the raw version of WPbakery Page builder active rather than the Salient version, which is included with the theme. If you deactivate that version you’ll be able to install the Salient version from Appearance > Install plugins. If you’re not seeing that, Please open a ticket on our support forum in regards with temporary admin credentials so we can take a closer look into this: https://themenectar.ticksy.com

Thanks in advance

Hello, I have a very simple problems but I still can not solve it.

I have the Full Width Header option disabled but for some reason it continues.

I already tried several things but I have not succeeded.

please help me with that?

thank you!

link: https://exdiem.co/soporte-1/

Hey augustoaguirre,

When using the off canvas menu style “slide out from right on hover”, a full width header is forced to allow for that. If you would like to disable it, please switch to any of the other off canvas menu styles in the Salient options panel > header navigation > off canvas navigation tab.

Cheers

Thank you very much!

You’re welcome augustoaguirre :)

hI!! i have multiple see-through-3d buttons with jumbo size. The problem is that the size is very big in mobile view. Is it possible to change to small size for mobile devices? Thanks!!

Hey jagu51,

add this into the custom css box located in the Salient options panel > general settings > css/script related tab:


body .nectar-3d-transparent-button {
    transform: scale(0.7);
}

thank you very much!! it works!! ;)

Glad I could help jagu51 :)

Hi, is it possible to have logo and menu item below each other but not centered. On this page it’s centered but I would like to have it on the left side: https://pluut.kleidi.nl/

Thanks!

Hey Abbenhues,

add this into the custom css box located in the Salient options panel > general settings > css/script related tab:


#header-outer[data-format="centered-menu-under-logo"] header#top #logo img, #header-outer[data-format="centered-menu-bottom-bar"] header#top #logo img {
    margin: 0;
}

body.material #header-outer[data-format="centered-menu"] header#top .span_9 nav ul.sf-menu, 
body.material #header-outer[data-format="centered-logo-between-menu"] header#top .span_9 nav ul.sf-menu, 
body.material #header-outer[data-format="centered-menu-under-logo"] header#top .span_9 nav, 
body.material #header-outer[data-format="centered-menu-bottom-bar"] header#top .span_9 nav {
    justify-content: end;
}

Hello, I have 3 questions for you :

1. I have Woocommerce products on my home page. They are displayed in 3 colums and it looks good on Chrome but in safari it doesn’t. Here’s the link of my website : https://laulap.com/

2. Is it possible to have the Woocommerce displayed in 1 colum in the mobile version? Currently it’s 2.

3. I would like to have all my font in black. It’s good almost everywhere in the website except for all the woocommerce single product titles, it’s still the default grey (product-title, related product)

Thanks a lot

Hey pikur,

Sorry about that – change the snippet to the following:


@media only screen and (min-width: 1000px) {
.woocommerce.columns-3 ul.products.columns-3 li.text_on_hover, 
.woocommerce.columns-3 ul.products.columns-3 li.classic {
    width: 31%!important;
}
}

@media only screen and (max-width: 690px) {
 body .woocommerce ul.products li.product { width: 100%!important; margin-right:0; }
}

Cheers

Great! Thank’s a lot

You’re welcome pikur :)

hiya, Difficult to see from your docs if the forms styling can be custom. Could I set my own border colours etc for example or only those three preset styles?

Also, do those form styles then get applied to Gravity Forms as well? I’m using another theme at the moment and they don’t have any of the GF classes in the styling, so each time we use GF we have to write up a whole set of css just for GF.

- Do you have a back end demo available somewhere maybe… Thanks

Hey pietpomp,

Unfortunately there’s no backend demo available of Salient. The form styles will get applied to gravity forms, but those are the only three styles offered. The coloring will change in relation to what you define as your theme accent color in the options panel.

Cheers

You’re welcome pietpomp

Best theme ever!!! Incredible work guys.

In January, the YouTube API made some changes that broke the YTPlayer background function for YouTube Backgrounds…

Now related videos show up. I know there are some other YouTube and Vimeo Background plugins, know you guys said you might update in the future, just a heads up.

Saw this article that “showinfo” was deprecated so you can’t control the more videos popup in the video background via YTplayer. https://developers.google.com/youtube/player_parameters#showinfo

Stack Overflow: https://stackoverflow.com/questions/52886853/youtube-embed-showinfo-has-been-deprecated

If there’s a way around this, let me know, have this showing up on our site from time to time or when it loops.

Thanks!

Hey jjeffrey, thanks a lot!

This has come to our attention as well – however the Youtube BG aspect is a core feature of the WPBakery plugin, we’ve only added the functionality to handle self hosted (webm/mp4). Because of this, kindly please paste the same thing on their comment section to give an extra nudge to their team

Is there no way to style the header layout, other than just clicking the 7 predefined layouts, then hand-coding the CSS myself???

Hey, can you elaborate on what you’re trying to style? The Salient options panel provides many options for the header navigation bar such as full color control, typography control, navigation animation effects etc. If you let me know what you’re trying to achieve I can point you in the right direction.

Thanks in advance

I see nowhere in your documentation to set the menus in the header layout. I want the “Centered Logo Between Menu”, so where do I set the left and right menus?

Hey guy23,

The Centered Logo Between Menu layout automatically splits menu items on both sides of the logo evenly – all you need to do is assign a menu to the “Top Navigation Menu”.

I was notified that Salient Theme requires “Salient WP PageBuilder” and it needs to be updated. I updated it and it deleted itself. Now I’m seeing that it is $45 to download it again. Is it not included in the price of the Salient Theme anymore?

Hey stratefx, the Salient version of the WPBakery page builder is indeed still included and does not require any additional purchase. Did you receive any sort of notice/error when it deleted itself? Are you also not seeing the option to install it via Appearance > Install plugins?

Cheers

Hello, I have an issue with the Nectar Slider. When the website is loading the first image looks like zoom in for a couple of seconds, and then “rescale” to the original size. How can I fix it? Thank you! (The web is www.monitoreo.com)

Hey Rofe,

add this into the custom css box located in the Salient options panel > general settings > css/script related tab:


body .swiper-container {
    max-height: 400px;
}

Cheers

Great! Thank you!!

You’re welcome Rofe :)

Hello,

How can I change cart icon?

Hey Carcanha,

add this into the custom css box as well:


body .icon-salient-cart {
    font-family: FontAwesome!important;
}

Then you can set a font awesome icon: https://fontawesome.com/v4.7.0/icons/

Nice, tks

You’re welcome Carcanha :)

Hi. I’m trying to hide salient templates. I’ve added function nectar_generate_salient_studio_button() { return false; } but I still can see Salient Studio tab in My Templates. How can I hide that tab? Thank you!

Hey sressi,

Have you also added this in?


function add_salient_studio_to_vc() {
return false;
}

Cheers

Yes, but Salient tab is still there.

Hey sressi, thanks for confirming. I just have verified this issue – it’s new since v10 with the addition of the front end editor. I’ll be adding a fix to the current beta shortly, If you’d like a copy before the next release, please reach out via the contact form on my author page https://themeforest.net/user/themenectar

Alternatively if you’d just like to remove it manually for now you can remove/comment out this line ”” in the nectar/nectar-vc-addons/salient-studio-templates.php file

add_action( 'vc_load_default_templates_action','nectar_custom_studio_templates_for_vc' ); 

Hi love your theme, can you add more hotspots then the 4 default? I need 3 more thank you

Sorry i found the way to duplicate thanks anyway

Hey nrgonline, I’m glad to hear you found a solution.

Cheers :)

Hello

Loving the theme. I’m having a problem with the off canvas menu.

I have styled the menu with big bold text which means it spans the height of the browser. The issue is that logo and ‘X’ button are attached and where the nav buttons are in between you can’t click on them. For example you can’t click on Home.

If I change the z-index of the nav bar (Logo and ‘X’ button) you can click all of the menu but then you can’t click on the logo or the ‘X’ to shut down the menu.

Please help.

This is a problem on the desktop and the mobile.

Thanks in advance.

https://coastalconnections.co.nz/

Hey alexbirks,

Some additional top padding would be needed when viewing on a monitor which is smaller than the height of the menu, or you could use media queries to reduce the menu font size only when needed as well.

Here’s the first approach – add this into the custom css box located in the Salient options panel > general settings > css/script related tab:


@media only screen and (max-height: 800px) {
 #slide-out-widget-area.fullscreen-alt .inner {
    padding-top: 13vh;
}
}

@media only screen and (max-height: 920px) {
 #slide-out-widget-area.fullscreen-alt .inner {
    padding-top: 7vh;
}
}

Hi, we want to update the copyright text in our Off Canvas Mobile Menu but can’t seem to find the options to do this? We were obviously able to do it last year because we have ©2018 on it but we need to change this now, thank you.

Hey MonologueHQ,

The option for that is located in the Salient options panel > header navigation > off canvas navigation tab – if you’re not seeing the field for “off canvas menu bottom text”, make sure you have enabled the option for “Off Canvas Menu” at the top

Cheers

Thank you!

You’re welcome MonologueHQ :)

Hello:

I’ve got a ticket with no answer since one week, I have opened a new one yesterday (just in case) and I’m still waiting… Hoping to hear from you soon!

Thanks and best regards

Hey AlvaroToledo, glad to hear – sorry about the delay :)

Don’t worry and have a nice day!

You as well, AlvaroToledo :)

Hey! I have been referred to your theme by a Friend, he is quite new with WordPress and he happened to purchase this theme.

His problem is he just wants to display Products from search

I tried to help him by looking at your article- https://themenectar.ticksy.com/article/8475/edit/

but then this doesn’t provide the grid layout like

?s=&post_type=product like this

So, I added a php hack – <input type=”hidden” name=”post_type” value=”product”> to the header and search form files.

but this leaves out a lot of unnecessary padding/margin on the page initially.

Could you help us with the Fix?

Kudos for the amazing theme, I am loving it.

Attaching a Screenshot for a better reference – https://imgur.com/OxoGzxA

Hey aayushbucha,

add this into the custom css box located in the Salient options panel > general settings > css/script related tab:


.search-results.woocommerce.archive #sidebar.span_3, 
.search-results.woocommerce.single #sidebar.span_3 {
 width: 18%;
}

Thanks a lot man, you saved our day! :)

Glad I could help :)

Hello,

I’m downloading the theme from here (themeforest), but when I installed it, the version is 9. How can I download the lateste version (10)?

Thanks!

Hey paulgoethe,

v10 is the theme version that’s been on Envato for a couple months now, after downloading a copy are you seeing that it’s v9 within the salient/style.css file?

Cheers

Ouch… Effectively the version is 10, I did the updated bad. Excuse me for disturb you and congratulations for the theme!

Hey paulgoethe, glad to hear you got it sorted :)

Is it possible to have lazyloading on the list search results page, instead of the different pages for users to click through. thanks

Hey MarcGarner, as of now that would require custom development/the use of a plugin, but i’ve noted the idea on the wishlist.

Thank you

You’re welcome MarcGarner :)

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