Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 168,825 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38356 comments found.

hi, is there any way i can make the header only become visible / stick to the second row of the landing page? the header shold not be visible when scrolling starts, but wait for the user at the second row and then stick to the top of the page after scrolling beyond. any possibility?

Hey nicop,

This would only be possible when using the page submenu element in the page builder,

there’s no option for this on the main nav bar currently

I’m trying to use custom fonts via the Typekit plugin, however, I’m unable to get this working properly in the font family drop downs, it shows but doesn’t show the correct font.

https://imgur.com/a/2Kot8CV Here’s the code I have from the code snippets tutorial; https://imgur.com/a/Sat4ZH2 Also here’s the Typekit plugin settings; https://imgur.com/a/TRwkeqd

Thanks in advance!

Hey nkycldn,

is it not showing the correct font on your site frontend as well or just in the backend preview?

It’s not showing in the backend at all.

Hey nkycldn, is the font showing on the frontend when selected? It appears to be available to select in the dropdown as per your screenshot. Could you please open a ticket in regards with your admin credentials so we can take a further look into this? https://themenectar.ticksy.com

Cheers

Any quick fix for WP Google Map Pro interfering with Nectar Map?

Hey mardoqueo,

We’re adding a new option in the very next update to the map element which will allow maps to be created using an alternative method (openstreetmap), this will be the new reccomended option with the coming Google maps changes: https://forums.envato.com/t/important-changes-to-the-google-maps-platform/173357 and will work in combination with any Google map plugin. If you’d like a copy of the current beta, please send an email in regards from the contact form on my author page

Cheers

hello guys, i have some problem witch my contact form. I am using Caldera Forms. I have my form with check box for different options i give to my visitors, but the check boxes do not show when i active this option on the theme settings: “Enable Fancy Select/Checkbox/Radio Styling” under Form Styling. Check box are shown only when this option is disabled, otherwise i can see only the Text line but not the Check box. I don’t this is an issue with caldera form plugins, it’s mostly likely with the theme for this particular section when it’s enabled. Please help to fix that. Thanks.

Hey, there’s too much CSS overriding the fancy checkbox coming from caldera, however you can get their checkboxes to show by adding the following CSS if you want to keep the fancy checkbox option for other areas in the site:

body[data-fancy-form-rcs="1"] .caldera-grid input[type='checkbox'] {
    height: auto;
    width: auto;
    position: relative;
    left: 0;
}

Thank you so much. This works. But you mention that there is too much CSS. Can you tell me where i can see those CSS please?

Hey carlandenet, I was referring to the CSS loaded by the caldera plugin – the tunnel for the link is expired again so unfortunately I can’t check it again to give you the exact stylesheet location

I found this theme on elegant market place – is the theme compatable with divi page builder?

Hey Jenniws22, Salient is only available through ThemeForest – if someone is selling it elsewhere, they’re doing so illegally. Also, Salient uses the WPBakery page builder not the divi one.

Cheers

Hello,

I have had alot of issues with Parallax functionality with my website recently. Support has not been able to figure it out and suggested that I leave this comment.

- “Fixed” Parallax has stopped working in that the images are no longer showing (just the background color) :cry: - Only one row per page seems to allow Parallax to work at all. I tried changing Fixed to Medium setting but it still is only allowing this on one row

example: https://bluegaiamedia.com/services/

thanks!

Hey Kentsteigerwald,

Try to add this into the custom css box in the Salient options panel:

body .full-width-content.parallax_section .row-bg, body .full-width-section.parallax_section .row-bg, body .wpb_row.parallax_section .row-bg {
    transform: translateZ(0);
}

Cheers

Hi Phil,

On which file can I access to modify the tag Meta Comment on Material skin? please! https://image.ibb.co/gHLPpo/Screen_salient_meta_comment.jpg

Thanks!

Hey youyou78 :)

You can find that in the nectar_page_header function within the functions.php file

Cheers

Thank you very much ! I found and realized what I wanted. ;)

You’re welcome youyou78 :)

Hi there—I am about to redesign my website using the Agency theme http://themenectar.com/demo/salient-agency/ and just wanted to know if there is a way I can add the word “Menu” or “Navigation” next to the hamburger menu so my users can click on either that or the icon in order to open the full screen nav? If so, where would I do that?

Hey JayCarver,

Add this into the custom css box in the Salient options panel:

body #header-outer header#top nav >ul.buttons {
    overflow: visible!important; 
}
.slide-out-widget-area-toggle a > span::before {
    content: 'Menu';
    position: absolute;
    right: 28px;
    color: #000 !important;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 23px;
}

Cheers

I’m seeing the following error against index being reported in the console:

“Failed to set referrer policy: The value ’’ is not one of ‘no-referrer’, ‘no-referrer-when-downgrade’, ‘origin’, ‘origin-when-cross-origin’, ‘same-origin’, ‘strict-origin’, ‘strict-origin-when-cross-origin’, or ‘unsafe-url’. The referrer policy has been left unchanged.”

Is this something to be concerned about?

Hey monstrous, that doesn’t sound like anything that would be originating from the theme you have active, have you checked to ensure it’s not coming from any plugins you may have active – most likely ones related to caching

Hey svtmuscle,

That type of gallery can only be achieved in the single product pages inside of WooCommerce as of now, I’ve noted the idea to make it an option through the regular gallery element

Cheers

Hi,

I install this demo: http://themenectar.com/demo/salient-ecommerce/product-category/mens/

But in my site, the header has black background. I not change any salient header options. I turn on permanent transparency but still doesn’t work. How can I do?

Hey mirazoqui,

Make sure you’re using a page header background image or color set on the main shop page defined in WooCommerce > settings > Products > Shop Page

Cheers

Thank you!. Ok its the same image in all categories using the shop header page.

Hey mirazoqui,

If you’re added a page header to the main shop page and it’s still not causing the category archives to use the transparent option, could you please open a ticket in regards with your admin credentials so we can take a further look into this? https://themenectar.ticksy.com

Cheers

Is it possible to disable the touch swipe on the carousel? I would like to put a comparison image inside a carousel but the Touch Swipe switches slides instead of moving the before/after slider.

Hey MG-Skylar,

This would require a modification to the salient/js/init.js file in regards as of now

Hi, there is a small issue on safari/mac with classic enhanced alt blog thumbnails reported in #1613995, could you check and let me know if there is any fix? The mask is getting larger after about 2 sec on hover. There is a video on this ticket. Thanks

Hey trelam,

Please check back on the ticket in regards

Cheers

Works perfect, thanks again!

You’re welcome trelam :)

Good Morning!

Mu Search Bar on my side bar is not displaying properly. Would you be able to help me with this?

http://combatweaponstorage.com/access/contact/news/

Thank you and have a great weekend!

Hey ashlingmoss1, Add this into the custom css box in the Salient options panel:

body[data-form-submit="see-through"] .container-wrap #sidebar input[type=submit] {
  padding-top: 8px!important;
  padding-bottom: 8px!important;
}
body .widget_search .search-form input[type=text] {
   padding-right: 90px!important;
}

Cheers

Hello,

how do i add just plain text (my phone number) to the right in “Centered Menu” instead of icon?

http://prntscr.com/jy0998

It’s really important for me to add my phone number + email there… Thank you!

Hey AladinPP!

Add this into the custom css box in the Salient options panel:

#header-outer #social-in-menu i { width: auto!important; }
#header-outer #social-in-menu i.fa-phone:before {
   content: 'xxx-xxx-xxxx';
}

Cheers

I’ve installed woo commerce but I’m just setting it up. The icon that takes you to the cart is in the menu bar, and I’m not ready for customers to see it yet, how do I remove it? Thanks:-)

Hey silverlithomes :) you can disable that in the Salient options panel > WooCommerce tab at the option “Enable WooCommerce Cart In Nav”

I didn’t even know that tab existed…:-) Thank you

You’re welcome silverlithomes :)

I install the theme to my client and WPML, everything looks good just one thing, I need to logo’s place to change depend on the language, how can i do that? Example: in English the logo on the left, i need it to be on the right if i’m using the other language

Hey yallasocialagency,

1. Add this into the custom css box in the Salient options panel:

@media only screen and (min-width: 1001px) {
body.material #header-outer:not([data-format="left-header"]) header#top > .container > .row, 
body.material #header-outer:not([data-format="left-header"]) header#top > .container > .row nav {
    flex-direction: row-reverse;
}
}

2. Salient shouldn’t be effecting the text inside of a Slider revolution instance, what speicifcally isn’t rendering correctly and have you tried to ask the Reovlution Slider team yet as well?

Cheers

This code need to be twiek , It’s working fine but now both languages’s logo on the right, I only need the the Arabic language on the right and the English language stay the same on the left

Hey yallasocialagency,

Change it to this:


@media only screen and (min-width: 1001px) {
body.material.rtl #header-outer:not([data-format="left-header"]) header#top > .container > .row, 
body.material.rtl #header-outer:not([data-format="left-header"]) header#top > .container > .row nav {
    flex-direction: row-reverse;
}
}

Cheers

Hi guys is there any way to remove or change to other sign the ”+” sign on the hotspot map.

Hey esqu1red,

Add this into the custom css box in the Salient options panel:

.nectar_image_with_hotspots[data-hotspot-icon="plus_sign"] .nectar_hotspot span:before,
.nectar_image_with_hotspots[data-hotspot-icon="plus_sign"] .nectar_hotspot span:after {
    visibility: hidden;
}

Cheers

Can i change this icon to custom?

Hey esqu1red, unfortunately not easily without custom development at this time

Got it figured out. Please disregard.

Hey cwayneboss, glad to hear :)

Cheers

The header logo doesn’t seem to resize on scroll when full-height page sections are enabled? here is the site: thethreedaysleepsolution[dot]com

Hey tmanschap, that’s because when you’re using the Nectar Fullscreen Page row option you’re not actually scrolling anywhere. The rows get put in a vertical slider that’s controlled by the mousewheel/pagination. The effect you’re referring to only occurs when scrolling down a regular webpage

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