Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,222 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38439 comments found.

Hi there,
Is there a way to remove the roundness around the blog posts and categories? Even better, remove it everywhere?

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


body .post-area.featured_img_left .article-content-wrap .post-featured-img-wrap,
.masonry.material .masonry-blog-item .inner-wrap, 
.related-posts .inner-wrap,
body.material .nectar-category-grid .nectar-category-grid-item .inner, 
body.material .nectar-category-grid .bg-overlay {
    border-radius: 0px!important;
}

Hmmm… tried adding it first to the CSS/ Script panel, then when it didn’t work, added it to the child theme’s CSS file—still didn’t work. What could it be?

Hey BlueScreenPanda,

Could you kindly share your URL in regards so I can see why that is the case?

Thanks in advance

Hi there,
I was wondering when can we expect new demos to be published and if so, are there any news magazine demos on the way?

Hey BlueScreenPanda, our priority right now is the new Envato theme guidelines – after we release an update for that, we will get back to releasing new demos :)

Good to know. The optimizations are by no means less important. Good luck!

Cheers BlueScreenPanda :)

Hi, The ‘Centered Menu Bottom Bar’ header layout is missing the option ‘Header Hide Until Needed’.

Hey BigLittleFish, that option is intentionally disabled for that particular layout, as an entire new animation effect becomes available (Condense Header On Scroll) which is shown on the demo

Hi, until recently all had been great but I am now having a serious problem with WooCommerce throwing up an “Internal Service Error” when anyone clicks the pay button. I have reported it to my hosts who put th blame on the theme itself and cam back with this error message:

PHP Fatal error: Call to undefined method WooCommerce::add_error() in /home/flowman/public_html/wp-content/themes/salient/functions.php on line 332

I have also rolled back wooCommerce to no avail too.

Any hep would be greatly appreciated as this is a very time sensitive problem given the ramifications to my clients sales.

Thanks for the further information launchhero, can you also verify that the error is not related to any third party plugin you may have active? If not, Please reach out via the contact form on my author page with temporary admin credentials so I can take a closer look at your setup https://themeforest.net/user/themenectar

Cheers

Thanks, that’s been sent.

Thanks launchhero :)

Hi Salient team,

Thanks for this great theme, we are almost done with our website and happy to leave a 5 star review, but we can’t figure this out…

- Can you please share how we can move float a nav menu item to the right? It is a “Shop Now” button in our primary nav menu. I saw you posted this link before: http://themenectar.com/docs/salient/pull-right-nav-items/, but we are using a centered logo layout and it is not available.

Any thoughts?

Hey bkf367, as of now that would require modding to a few files – namely the the function nectar_add_theme_menu_locations in salient/nectar/helpers/nav-menus.php, the salient/nectar/helpers/header.php at the “using_pr_menu” variable and finally the salient/includes/partials/header/header-menu.php file at the “pull right” section. We’ll be including this functionality in the next release standard :)

Cheers

Hi ThemeNectar thanks for the reply! When is the next release standard?

Hey bkf367,

Not until next month as we’re working on the new Envato theme guidelines right now

Hi Guys,

if i have two columns A and B. In desktop view A comes first and is followed by B. In mobile however i want B to come on top and then A at the bottom. How do i do this?

Hey bachuramadhikari,

as of now this would require custom css as WPBakery page builder does not offer this option by default. Give the row(s) that you want to reverse the order of a class name of “reverse-direction-mobile” (enter it without quotes into the extra class name field) and then add this into the custom css box in your Salient options panel:

@media only screen and (max-width: 1000px) {
.reverse-direction-mobile > .col.span_12 {
    display: flex!important;
    flex-direction: column-reverse;
}
}

Cheers

hi there, i installed your ultimate ecommerce and for some reason when i click ‘view cart’ it takes me back to the home page—why? I want to be able to see the shopping cart and then prompt people to buy. this is important.

Hey sefwalter, did you install the WooCommerce sample pages before importing the demo as indicated at the top of the demo importer?
"Ensure that you have all required plugins installed & activated for the demo you wish to import before confirming the import. For demos that require the WooCommerce plugin - do not forget to run the plugin setup wizard before the demo import if you have not previously used the plugin on your site."

If not, you can reimport those pages by going to the “System Status” tab in Woocommerce plugin settings, then clicking on the “Tools” tab at the top of the page and finding the option in there to “Create default WooCommerce pages”.

Hey: Ok so well I installed the theme, then installed the plugins then installed the demo. Then I created the Woocommerce pages you gave me. Looks like the View Cart page and Check Out page is available. Will this still work? I don’t want to have to reinstall everything and redesign it all if I don’t have to. Please let me know.

Cheers.

Hey sefwalter, it should still be fine as long as you ensure the cart/checkout pages are assigned within the WooCommerce settings > Advanced tab in the “Page setup” section.

Hi! I purhaced this theme ages ago but just now started using it. It looks amazing. Small problem i ran into;

I cant fiqure out what i am doing wrong with smooth anchor scroll as it does not work. Please see http://mikrorata.fi/?page_id=50 for reference. First button should scroll down but instead it jumps. Please advice.​​

Hey tonyha :)

It looks like you have a space in your anchor link – ”#ratamaksun maksaminen”, try changing it to not use a space or instead you could connect the words with a hyphen like so: ”#ratamaksun-maksaminen”. Don’t forget to change the row ID to coordinate to that as well.

Cheers

Solved! It was that space that broke the scroll. Would have never thought of that! Great template and great support. Very much thank you :D

You’re very welcome tonyha :)

Hi, The fade-in animation for images is cool, however the images appear too late. Is there a way to make the animation start earlier?

It seems like images appear when they’re in the middle of the screen. However, can we make them animate when they’re 1/3 or 1/4 of the way in?

Thanks, Alejandro

Hey Alejandro,

that would require modding to this line within the salient/js/init.js file:

var $colAndImgOffsetPos = ($('#nectar_fullscreen_rows').length > 0) ? '200%' : '88%';

(the ‘88%’ is what would need altering)

Cheers

Hello there :)

Still using this fantastic theme. Just a question : is there a way to simply update the Google Fonts list ? I’m looking for a specific font that is not listed via Salient.

The font I’m looking for is Proxima Nova.

Regards ;)

Hey eMKaeMKa :)

Since Proxima Nova is not a Google free font, you would need to add that manually using font face, a plugin or this method: https://themenectar.ticksy.com/article/9773/

Cheers

Thanks for the tips. Is there a way to add a custom font (already linked via @fonts) here : https://imgur.com/a/2KEmkIY ?

Regards :)

Hey eMKaeMKa, You can use this within a child theme functions.php file:


add_filter('vc_google_fonts_get_fonts_filter','custom_child_font_additions'); 

function custom_child_font_additions($fonts) {
    $custom_font = array(
        'font_family' => 'NewFont'
    );
    $fonts[] = (object) $custom_font;
    return $fonts;
}

Good Day! Nice theme, i jsut want to know where to edit this theme generated css <style>body a{color:}#header-outer:not([data-lhe=”animated_underline”]) header#top nav > ul > li > a:hover,#header-outer:not([data-lhe=”animated_underline”]) header#top nav .sf-menu > li.sfHover > a,header#top nav > ul > li.button_bordered > a:hover,#header-outer:not([data-lhe=”animated_underline”]) header#top nav .sf-menu li.current-menu-item > a,header#top nav .sf-menu li.current_page_item > a .sf-sub-indicator i,header#top nav .sf-menu li.current_page_ancestor > a .sf-sub-indicator i,#header-outer:not([data-lhe=”animated_underline”]) header#top nav .sf-menu li.current_page_ancestor > a,#header-outer:not([data-lhe=”animated_underline”]) header#top na, i have search the theme but can’t find it , It’s not also generated by a plugin i am sure it is generated by your theme, my site is https://ttrdatarecovery.com thanks, hope to see your response the soonest.

Hey ttrdatarecovery1, please see my response to your earlier comment in regards.

Cheers

Hi there,

On my site the off-canvas mobile menu doesn’t scroll. Instead when I scroll with my finger it moves the web page content down. Could you please advise how to fix?

I have sent you an email with the specific website I’m talking about.

Thanks

Hey woodsier, I responded to your email earlier today in regards.

Cheers

Good Day! Very well made theme. i just want to ask, where can i locate this generated css

<style type=”text/css”>body a{color:;}#header-outer:not([data-lhe=”animated_underline”]) header#top nav > ul > li > a:hover,#header-outer:not([data-lhe=”animated_underline”]) header#top nav .sf-menu > li.sfHover > a,header#top nav > ul > li.button_bordered > a:hover,#header-outer:not([data-lhe=”animated_underline”]) header#top nav .sf-menu li.current-menu-item > a,header#top nav .sf-menu li.current_page_item > a .sf-sub-indicator i,header#top nav .sf-menu li.current_page_ancestor > a .sf-sub-indicator i,#header-outer:not([data-lhe=”animated_underline”]) header#top nav .sf-menu li.current_page_ancestor > a,#header-outer:not([data-lhe=”animated_underline”]) header#top nav .sf-menu li.current-menu-ancestor > a,#header-outer:not([data-lhe=”animated_underline”]) header#top nav .sf-menu li.current_page_item > a,body header#top nav .sf-menu li.current_page_item > a .sf-sub-indicator [class=”icon-”],header#top nav .sf-menu li.current_page_ancestor > a .sf-sub-indicator [class=”icon-”],.sf-menu li ul li.sfHover > a .sf-sub-indicator [class=”icon-”],#header-outer:not(.transparent) #social-in-menu a i:after,.testimonial_slider[data-rating-color=”accent-color”] .star-rating .filled:before,ul.sf-menu > li > a:hover > .sf-sub-indicator i,ul.sf-menu > li > a:active > .sf-sub-indicator i,ul.sf-menu > li.sfHover > a > .sf-sub-indicator i,.sf-menu ul li.current_page_item > a,.sf-menu ul li.current-menu-ancestor > a,.sf-menu ul li.current_page_ancestor > a,.sf-menu ul a:focus,.sf-menu ul a:hover,.sf-menu ul a:active,.sf-menu ul li:hover > a,.sf-menu ul li.sfHover > a,.sf-menu li ul li a:hover,.sf-menu li ul li.sfHover > a,#footer-outer a:hover,.recent-posts .post-header a:hover,article.post .post-header a:hover,article.result a:hover,article.post .post-header h2 a,.single article.post .post-meta a:hover,.comment-list .comment-meta a:hover,label span,.wpcf7-form p span,.icon-3x[class=”icon-”],.icon-3x[class*=” icon-”],.icon-tiny[class^=”icon-”],body .circle-border,article.result .title a,.home .blog-recent:not([data-style=”list_featured_first_row”])

It’s coming fro the theme itself ican’t find it anywhere, hope to hear from you the soonest

Here’s my website https://ttrdatarecovery.com

Hey ttrdatarecovery1, those styles are generated in the salient/css/colors.php file – you can also move them to an external file by using the option “Move Dynamic/Custom CSS Into External Stylesheet?” in the Salient options panel > general settings > css/script related tab.

Cheers

Page builder is not showing. I wont be able to edit pages.

Hey utsavchopra, are you using the latest Salient (v10.0.1) and the latest Salient WPBakery page builder (v5.6) which are required for the latest version of WordPress?

​Hi,

Yesterday I upgraded the theme to the newest version 10.0.1 and followed the steps on the article about upgrading (upgrading wp bakery, disabling gutengerg, etc.) but I noticed two errors on my home page that I isulated for you on the page https://moveolabs.co/errors/

1. The background Images I used for the columns are not visible anymore. 2. The testimonials on the slider options are not displaying.

How could this be fixed? Thank you!

Thank you for your quick response. Perhaps I’ll show you some images to what I mean.

When I select the opacity to lower or eliminate the background altogether (which is how it originally was) the result is that the column becomes transparent. Also I don’t see the testimonials. I’m using chrome and safari to check it. Also on incognito.

This is the result I get: https://www.dropbox.com/s/jl5g2anbtv2b7nb/Screen%20Shot%202019-03-12%20at%2010.47.17%20PM.png?dl=0

Before upgrading, the columns looked like this: https://www.dropbox.com/s/lkjx0rjmpi86vii/Screen%20Shot%202019-03-12%20at%2010.48.25%20PM.png?dl=0 And the testimonials just like the templates: https://www.dropbox.com/s/bc30qz0vmgod24w/Screen%20Shot%202019-03-12%20at%2010.49.25%20PM.png?dl=0

My bad. I think it has to do with the Cloudflare CDN. Now I see them well on incognito. Thank you!

You’re welcome gburelo :)

I bought this template years ago and I see all the changes and looks awesome. I’m looking at the documentation and I can’t figure out how I could import typography to select my own font from the Tipography section in Salient. Any idea how I can do this? and thanks for provide us this amount of updates after years :)

Hey gon250 :)

Have you checked out this article yet? https://themenectar.ticksy.com/article/9773/

Cheers

I have to ask whether you have support for html 5 semantics. The latest visual composer allows us to enclose content in <section> tags, however I have been unable to find anything like it in salient visual composer.

Secondly support for popup is also lacking. Addition of that would make this a perfect theme.

Hey shahnawaz089, Salient uses HTML5 semantics for various sections throughout the theme e.g. header,footer,nav,article etc., however the page builder rows are still using divs and currently there’s no option to alter those into sections

Hello, I have set the Responsive settings in font area but fonts are still too large on mobile.

thank you

Please disregard the font issue. Fixed with your guidance.

I do need help with the portfolio as mentioned in a previous comment.

Hey soarwithit, glad to hear you sorted it :)

Hello I have a problem with GTmetrix plugin, I am not able to apply API key to the plugin without error, I tried to deactivate other plugins and it is not helping, they send me to theme I am using and my question is if you can help me with that? Website is https://cyklopedia.cc

Hey Fixedman, can you please reach out via the contact form on my author page with more details on the error and provide a temporary admin login so I can take a look? https://themeforest.net/user/themenectar

Cheers

HI! Is there anyway to remove subcategories from displaying in the main shop page? Having a light box for clothing (parent) next to t-shirts, and hoodies light boxes feels a bit redundant. Any help is greatly appreciated. Thanks!

Hey Proeschlein1 :)

Could you kindly share your shop URL so I can take a look at your setup to assist?

Thanks in advance

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