Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,134 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38434 comments found.

Hi There, Is the zoom in function can be zoom in more to the product details?

Hey kally_chong,

I’m not quite sure I understand the change you’re looking to make. Could you kindly either elaborate a little further or possibly provide a screenshot mockup?

Thanks in advance

gracias por todo el contenido que ofrece la pagina mediante sus comentarios e informacion me fue de gran ayuda para unos trabajos que tenia pendiente para la universidad , gracias por todo https://webuniversal.pe

You’re welcome, gtapiaf1303 :)

Hello dear,

I got the prob of display the whole website after i updated the new version of theme. My website is : http://i-fva.com/home/. Could you please have a look and let me know how to fix it please ?

Thanks so much

Take care

Hey trinhthu,

It looks like the issue could be originating from your plugin “better WordPress minify” – can you try disabling that?

Thanks so much. I disable the plugin and it works now.

Glad to hear, trinhthu :)

Good day. I want to make it so that one word inside the caption of a nectar slider keeps changing using a set of words. For example, if the caption is “Wow your clients!” then I want the word “clients” to change every second or so to instead say “investors” and then “reporters” and so on. I’ve tried implementing this creating multiple slides and using the fade transition. It works well except for that the entire slide briefly dims when a new word comes in which is a distraction. Do you have any suggestions? For example, is it possible to suppress the dimming of the slide during the fade effect? Or might I be able to use a text animation plugin together inside a caption, such that I would enter a shortcode for a text animation as the slide’s caption? Certainly, the simplest solution would be to use multiple slides and suppress the dimming during the transition. Thanks for any suggestions you might have.

I found a plugin that does it perfectly: https://codecanyon.net/item/simple-text-rotator-wordpress-plugin/6588203. You can see the result at https://est.io/

Hey marcfest,

The fade transition “dimming” wouldn’t be able to be removed without altering the JavaScript logic unfortunately. To avoid custom coding, using a plugin’s shortcode in the caption box would actually be more straightforward – i’m glad to hear you’ve found a suitable solution :)

Cheers

Thank for your your response. The solution works almost perfect except for when the animated phrases breaks into two lines. Then the first of the lines loses its shading as shown at the screenshot linked to below. Do you have any hunch how I might prevent this? I’ll experiment with adding some div or span tags to the shortcode. If I find a solution I’ll add it here. // Screenshot: https://www.dropbox.com/s/lww8aqo1y5xcusi/capture_2020-11-02_08-02-45_AM.png?dl=0

Hi!

Is it possible to enable the Download of Lightbox images?

I would like to make a Wallpaper gallery with the Image Slider element. For visitors to download on their cell phone.

Thank you

Hey ofmarconi!

That would have to added into the “fancyBoxInit” function, within salient/js/init.js.

The relevant section is as follows:
buttons: [
'fullScreen',
'zoom',
'close'
],

and would need to become:

buttons: [
'fullScreen',
'zoom',
'close',
'download'
],

Cheers

I can’t get the Post Grid column items centered. Please check http://mindthemix.com/ Do I need to add custom CSS or it can be done with theme’s features? Thanks!

Hey Mindthemix,

Try the following: https://pastebin.com/HRfM9L1k

Cheers

Like a glove! Thanks so much for this fix.

Glad I could help Mindthemix :)

Hello, which free optimization plugin do you suggest for your theme? ex. Fastest cache, W3 Total Cache…?

Hey Tommy_Chiarez,

We W3 Total, and Autoptimze throughout the demos.

Cheers

Hello, I tried to slow down the speed of nectar slider data-overall_style=”directional”

var css3Trans = ($('#'+$(this).attr('id') + '.nectar-slider-wrap[data-overall_style="directional"]').length == 1) ? false: true;
        $sliderOptions = {
          loop: $useLoop,
          grabCursor: $grab,
          touchRatio: touchRatio,
          speed: 1800

but the transition from the last slide to the first one is not smooth, it snaps…there is probably a bug or something. How can I slow down the speed of the transition without getting this bug?

Hey luca_santiesanti,

In order to alter the animation speed of that slider effect, multiple areas would need to be updated in the file. Specifically in the functions “nextArrowAnimationDirectional” and “prevArrowAnimationDirectional”. If you can let me know which version of the Salient Nectar Slider you’re using, I can point you to relevant line numbers.

Cheers

version 1.6

Hey luca_santiesanti,

Inside the “prevArrowAnimationDirectional” function,

The setTimeout value on line 2960 (should be higher than the duration)

The duration value on lines 2990, 2005, 3017, 3050.

The same values would then need to be changed in the “nextArrowAnimationDirectional” function, which starts on line 3064

Hi, we have the website https://hansluikenuitgevers.nl/ , but the search area, he puts every letter, in front. How does this come?

Hey bartrinsma,

That is an issue with WordPress 5.5 that was resolved in Salient 12.1.1 (current version is 12.1.3) http://themenectar.com/changelogs/salient.html

Hi , thanks for the reply. Hmm, I have still version 7.5.0. So backwards typing doesn’t work .

Hey bartrinsma,

If you can’t update, the salient/js/init.js would need to be manually patched in the relevant section in order to get WP 5.5 compatibility.

Hi! Just a quick fix: we created a custom taxonomy page, but we can’t eliminate the top white space. Can you help us?

https://www.altopiano.studio/project-type/art

Hey altopianosrl,

you can correct the mobile display by also adding in the following:

.tax-project-type #header-outer {
    position: absolute!important;
}

Cheers :)

You’re welcome altopianosrl :)

For displaying team members, is it possible to use the meta overlaid, modal bio look and feel, but link out to a different page? The meta overlaid option lets you link out, bit it crops the image…I want to keep the loop of the square bio modal overlaid, but link out to pages instead of using the modal bio. Here’s the page I’m working on. https://rangemusic.com/

Hey tmudd89,

There’s no option for that without some custom development unfortunately. You could use CSS to alter the image column size within the team member modal, which would change the aspect ratio of the image. If you’re interested, here’s an example:

@media only screen and (min-width: 1000px) {
.nectar_team_member_overlay .team_member_details {
    width: 40%;
}
.nectar_team_member_overlay .team_member_picture {
    width: 60%;
}
}

hello guys, i get an error with revolution slider. i put a slider on the home page but i only get a grey screen instead of slider. Can you help me? this is the url: https://www.visitfoligno.it/atn

Hey plasmedia, since there are no script errors showing anymore in the browser console and no current known issues with revolution slider compatibility, could you try reaching out the plugin developer (themepunch) to have them shed some light on the display issue?

ok, and can you help us in solving issue with nectar slider in mobile view? https://visitfoligno.it/atn/home-2/

Hey plasmedia,

Edit the parent row which is holding the Nectar Slider and disable the option titled “Full Height Row”. That’s not needed and what’s causing the gray bands, since you already have the option enabled within the Nectar Slider for “Fullscreen Slider”.

Is it possible to change icon colors on hover? Here is the page I’m working on. Also, I have these set to regular size, is it possible to scale them down to about 80% of their current size? I’m trying to replicate the look and feel of the social icons on the full screen modal bio page. https://rangemusic.com/midland-2/

Hey tmudd89,

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

https://pastebin.com/Fi8EwBCp

Cheers

Hey Mr. Nectar.

When I put “Force Transparency On Navigation” I can’t center logo in first mobile header, only apply this code on sticky menu.

I have try this:
@media only screen and (max-width: 1000px) and (min-width: 1px) {
body #header-outer header#top .span_3 {
    text-align: center!important;
}
}

Thank you

Hey nocomments,

Could you please share your page URL in regards?

Hey Mr. Nectar.

Sorry, I have join the code and it works now.

@media only screen and (max-width: 999px) and (min-width: 1px) {
    #header-outer #top .span_3 {
    text-align: center!important;
}
#header-outer #top .col.span_3 #logo {
        position: relative;

}
}

Thank you

Glad you got it sorted, nocomments :)

Hi Themenectar! The dates on my blog roll are not showing on the top left of each post, as shown in the demo: http://themenectar.com/demo/salient-ascend/blog-standard/, and also, the author is missing from individual blog posts (they do show up in the blog roll). I don’t have the option to remove the date enabled so I’m not sure what’s wrong, and I can’t seem to find anything wrong on the css panel. Here’s the site: http://www.bcnuej.org/green-inequalities/ Thank you!!

Hey anagcan,

I’m not seeing that CSS added into the setup. Could you please reach out via the contact form on my author page with a temporary admin account so that I can take a closer look? https://themeforest.net/user/themenectar

Thanks,

ah! something was wrong in the css panel, it works now! thank youuu =) Will you be adding the option to list more than one author in a post (without using a plugin)? And (sorry for the extra question), do you still recommend the Events Calendar as the best calendar plugin to use with Salient? Thanks again <3

Hey anagcan!

As of now, multiple authors is not on the wishlist. However, I’ve noted your +1 for the idea.

The events calendar is still recommended as well :)

Hi,

Today my website it’s with the message page not found instead the website content. However, I didn’t change anything at all.

I updated the template, but the problem remains.

Can you help me?

The URL is zambrano.pro.br

Hey revcomunica,

Have you tried to check which page is assigned to your “front page” in the WP admin > settings > reading tab?

Hey Nectar, hope you’re doing well I was really trying to not to bother you with this but I’d really appreciate you taking a look at my ticket in Ticksy when you can. Its a few consistent issues that keeps happening whenever I try to make the site more mobile friendly. Another big thing that keeps happening is after editing somehow along the way a big white space keeps appearing in the top of the header div.

Also I’d love your thoughts on making it more mobile friendly or even your recommended process for it.

Hey Louis, I took a look at your ticket earlier today.

Hope you’ve been well too :)

Hi there, How to get left side of team member text centered in that column (https://ibb.co/YBVfGZ4)? Now the name (Desiree de Koning) is under the logo. Url: https://esb.kleidi.nl/over-esb/

Hey Abbenhues,

To prevent the text from ever hitting the header area when using the permanent transparent style, you can use the following CSS to give the top of that text some extra space:


.nectar_team_member_overlay .team_member_details {
    padding-top: 150px!important;
}

Cheers

Ey! Can you help me?

When I´m displaying woocommerce products in 2 columns (salient options/woocommerce) the thumbnails of the products seems blurry

do you know why? I regenerated all the thumbnails and still happening

You can check it here https://nuutgourmet.com/

Thanks in advance,

Hey magic____32!

You can adjust the thumbnail width within the WooCommerce settings in the WP customizer. You likely just need to set a larger size: https://ibb.co/QCrSc50

Cheers

Hi there, is it possible to disable the animated line that appears when hovering over my menu item (https://ibb.co/7t6WZpc)? And to get a background color hover like this instead: https://ibb.co/Dz7kRZH ? URL of the website is: esb.kleidi.nl

Thanks!

Hey Abbenhues,

You can use this snippet and remove the previous one I supplied you: https://pastebin.com/1HWY12ZQ

Cheers

Yes, perfect! Thanks very much!

You’re welcome, Abbenhues :)

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