Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,190 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38437 comments found.

Hi, Is there a way to make the secondary header sticky / fixed so that it does not disappear on scroll? Thanks

Hey jackcweston,

That functionality will be the default if you change the “Theme Skin” to “original” in the Salient options panel > general settings tab.

If you want to keep the material theme skin, you can alternatively add this in the custom css box in the Salient options panel > general settings > css/script related tab

#header-outer {
   transform: none!important;
}

Cheers

Thanks this worked great

Glad I could help jackcweston :)

Hi! Congratulations for this great theme. I configure the Classic Products view in Salient settings but I would like to see rating stars on the main shop list products. After using some hooks and functions, nothing happens. Could you please tell me how to show stars? Where is the file with this coding settings?

Hey Xab, thanks a lot!

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

.woocommerce .products .classic .star-rating {
    display: block!important;
}

Cheers

Hi There! Can you point me to where in the documentation it shows us how to set up search for images? I’m creating a site where I need people to be able to search photos in the media library-is this possible?

Hey taccaralanay!

Unfortunately searching for images in the media library is not a standard feature of WordPress. To make that possible would require custom development or the use of plugin such as https://searchwp.com/

Cheers

Hi i am using the pull right menu with a drop down navigation menu on the far right of the screen…. the problem is when the drop down menu is activated the menu goes of the right edge of the screen.. is there anyway this

    drop menu dosnt go off the screen edge so you can see the text in the menu? as it cuts most of the text off..

Hey fiftyonefifty,

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


.right-aligned-menu-items .sf-menu > li.sfHover:not(.megamenu) > ul:not(.on-left-side) {
    left: auto;
    right: 0;
}

Cheers

Hi, Where can I find the second pricing table element seen here? http://themenectar.com/demo/salient-promo/pricing-table/

I add a Pricing element, but it looks completely different, and there are no options to choose between different designs.

Thanks!

Hey apinzon!

There are many pricing table setups that Salient includes which are created through the use of regular columns/content elements. You can find all the ones shown on that URL in the Salient Stuido -> Pricing tab: http://themenectar.com/docs/salient/salient-studio/

Cheers

How do I turn off the big, round blue cursor effect and return it to normal?

Hey blazoneer,

Edit the element which that style is displaying on top of and disable the option labeled “Add Link Mouse Indicator”. If you’re not seeing that option, please share your URL in regards.

Thanks,

How I can fit in screen photo o this page for mobile http://betasite.icgrehab.com/durable-medical-equipment/ they are cutting on the sides.

It looks like you’ve only changed the top row (with the wheelchair image) to be using the equal height column option.

In that row, the image is now taking on the height of the divider that you specified in the mobile viewport (400px) Edit the divider in the mobile viewport to be shorter and the sides will be revealed: https://ibb.co/cxJw0cy

That works, thank you!

You’re welcome, Fixedman :)

Hello,

im getting different results (on actual phone vs desktop responsive phone). Please look at this image, where you can see the comparison.

https://imgur.com/55X4hOo

“Mobile Responsive” on Desktop is working perfectly but when i switch to the actual phone (iPhone) i got different results on footer and video frame. I deleted cache but nothing works.

Website: https://www.motiondesign.sk/

Any advice? Thank you!

Hey Studio-Ark,

The column video positioning on mobile will be corrected in the next release. You can add this into the custom css box located in the Salient options panel > general settings > css/script related tab to fix it now:


.wpb_row .nectar-video-wrap.column-video {
  left: 0!important;
}
body.using-mobile-browser .nectar-video-wrap {
    height: 100%;
}

2. The footer coloring issue seems to be related to the cached minified CSS form your minification plugin. Try to bypass that by enabling the option labeled “Force Dynamic CSS to Inline In Head” in the Salient options > general settings > css/script related tab

Cheers

Thank you! Everything worked fine! You’re amazing.

Glad I could help, Studio-Ark!

Hi, I need some support to add the same button styling to the mailchimp for wordpress button on my website. Can you help? This is the link – https://ascyrus.com/

It’s the bottom section, I tried inline on the input style but it’s not looking right. Thanks!

Hey BandaSonora,

I’m not seeing the button you’re referring to on https://ascyrus.com/ - are you possibly talking about the submit button on https://ascyrus.com/index.php/contact-our-company/ if not, kindly provide a screenshot in regards

Thanks :)

Is there an option to white label for clients? Remove some references to salient studio in the backend? Thank you.

Hey muntzdesigns,

You can remove the Salient studio by adding the snippet mentioned here in a child theme: http://themenectar.com/docs/salient/remove-salient-studio/ However, there’s no global setting to white label all occurrences of “Salient” – it’s allowed, but you would need to manually do it.

Cheers

Hi, just a questions, in a hero session with video background I try to insert a video but it’s not in 16:9 aspect ration, I can’t re-upload it on youtube in 16:9, is possible to force it and “zoom” to remove the black stripe? Thanks!

Hey DieMan_,

It would be possible with some CSS. Could you kindly share the relevant page URL?

Thanks,

Hey ThemeNectar. I noticed you removed the option for “fullscreen slider” on the nectar slider. How do i make it work now?

Nevermind. Row must not be Full Width.

Hey qshi, I’m glad to hear you’ve sorted it.

Cheers

hi! https://montissastrearquitectura.com/contacto/ any way to put the grey color of the map a little bit stronger? so it looks better on brighter screens? thanks.

Hey dimage,

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


.nectar-google-map {
  background-color: #000000;
}
.nectar-google-map > div {
  mix-blend-mode: hard-light;
}

Cheers

thanks :)

You’re welcome dimage :)

Trying to add custom fonts to the Salient typography panel. I’ve followed the @font-face steps outlined in the article “Add a Custom Font” on ThemeNectar.

I’ve tested it with one font weight (Regular) adding the following css code, necessary PHP and allocating the files in the correct folder.

@font-face { font-family: ‘TTCommons Regular’; src: url(”/wp-content/themes/salient/fonts/TTCommons-Regular.otf”) format(“opentype”), url(”/wp-content/themes/salient/fonts/TTCommons-Regular.woff”) format(“woff”), url(”/wp-content/themes/salient/fonts/TTCommons-Regular.ttf”) format(“truetype”); font-weight: normal; font-style: normal; }

The font becomes selectable on the Salient typography panel but only displays on the site when using Chrome— both Safari and Firefox are not displaying the font.

Regards,

Hey webspacedesignuk, Please share the URL in regards so that I can take a look at the font to assist.

Thanks in advance

Hey Nectar! Hope all is well man. A couple questions on this website -https://novohealth.com/patient-app/ for this page for ADA compliance. What are your thoughts on ADA compliance? I’ve been looking through it and it seems that responsiveness and modern technology helps alot with this already but is there any resource you go to to study that up?

Also on the very bottom of this page in the CTA portion is there a way to make that gradient not a gradient but just a photo with a card cut of color instead of the fading gradient effect?

Thank you!

Hey Louis! I’ve been good. Hope you’ve been well too :)

1. There’s a few different levels of compliance, you can read about what items are required for each level here: https://www.w3.org/WAI/WCAG21/quickref/ The next release will be ensuring full level A compliance.

2. The gradient coloring is set on that column in the color overlay tab (colors #ffcf03 to ,#ffcf03). If you’re already aware of that, could you kindly elaborate further on what you’re trying to change about it?

Cheers

Awesome thank you so much Nectar. On number 2 I think I’ve got that.

I do need some immediate help on where and how do add a small amount of text next to the “account section” in the header area of the home page of this site – https://novohealth.com/

At the top right next to the account member CTA how would I add text like “Provider Information”

Sure thing Louis,

li#nectar-user-account:before {
content: 'Provider Information';
font-size: 16px;
margin-right: 10px;
}

Hello ThemeNectar,

I have a problem with the flickity static height style (image carrousels) at my website. When I enter to see the picture in big (with lightbox view) and I scroll to the right, after it passes the 5th picture, I close the lightbox view and my website turns white. It seems that it scrolls the whole website horizontally and I can’t see the content, can you please help me?

Thank you!

Hey Estudio_Globaldesign!

You can correct that by “Overflow Visibility” to “Hidden” in the image gallery settings and then changing the parent row to “Full width content” for the type.

Hi!

It doesn’t work… it should look like this https://imgur.com/n3L3dUR and it looks like this https://imgur.com/TqtZ7hb . We have 2 image carousel and one is inside Tab vertical sticky scrolling, maybe that’s why it happens?

Thanks!

Hey Estudio_Globaldesign,

Please reach out via the contact form on my author page for a copy of the current beta with the fix for this added: https://themeforest.net/user/themenectar

Cheers

Hello, how I can make canvas menu on mobile left margin smaller? http://betasite.icgrehab.com Thank you.

Hello, this code doesn’t work for me

Hey Fixedman, the snippet I provided was to reduce the space as highlighted here: https://ibb.co/SK9HbYK

Can you elaborate further on what area you’re trying to alter the left margin on?

Thanks,

it worked with delay.

Hello, how I can change the size of font on the back of flip box? http://betasite.icgrehab.com/home-health-care/ Thank you.

Please check the WordPress customizer > additional CSS tab

Thank you!

You’re welcome Fixedman :)

Hi guys! How can I set or remove the “Recommended For You” area from the articles? And How can I remove the author name and avatar (I try to use Auto Masonry: Meta Overlaid Spaced)... many tnx!

Thank you! 1. Solved 2. I can’t find the secondary header menu location… I can’t see it… only: Top Navigation Menu – Top Navigation Menu Pull Left – Off Canvas Navigation Menu :/ Can you help me? Thanks for the great work!

2. solved, tnx :)

You’re welcome DieMan_ :)

Hi guys, I´m having issues with “previous” and “next” buttons on WooCommerce pagination. My site is in spanish, everthing is fine but those doesn´t translate and I can´t find a solution using Loco translate as usual. Is there a way you can point me how to at least change it manually? https://imgur.com/LEfFrMk

Thanks in advance!

Hernan B.

Hey Hernan,

Those strings are in the default salient text domain. Alternatively, you could add the following into a child theme functions.php file to override the wording as desired: https://pastebin.com/bPPwzXez

Cheers

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