Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,226 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38439 comments found.

Hi Phil,

Is it possible to add other social networks for the blog sharing button? (email, blogger, WhatsApp, Telegram…) in a future update! :) thanks

Hey RV73, thanks for the requests – I’ve noted the +1 on the wishlist :)

Great thanks ;)

Cheers RV73 :)

Does anyone experience broken quantity plus/minus buttons on safari browser?? https://imgur.com/UtCxhpo

Hey leoneo91,

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


html .woocommerce .cart .quantity input.plus, 
html .woocommerce .cart .quantity input.minus {
   -webkit-appearance: none; 
}

Is it possible for the title in a flip box to split a word in to two lines when it is too long for the box, rather than just cutting it off? see central marshmallow box – http://79.170.40.178/foodieflavours2.com/natural-flavouring-applications/

It would be better if the word was split like:

marsh- mallow

When the box is too small, is this possible? Thanks

Hey MarcGarner,

This is the closest you could do to that:


.nectar-flip-box h2 {
    word-break: break-word;
}

Cheers

I’ve noticed that when using the ‘centred menu bottom bar’ header option for the layout there is a bug. I’ve selected the option to remove the header stickiness, but it seems to still be active on an ipad (landscape mode), is there any reason for this. In case it’s not clear, I don’t want a sticky menu when scrolling down on any device, however it does show on the ipad screen for some reason, can’t check why because it’s an ipad.

Hey DailyOffices,

This is a known issue which will be sorted in the next release – to fix it now, you’ll need to open the salient/js/init.js file and alter this section:

//deactivate hhun on phone
if(navigator.userAgent.match(/(Android|iPod|iPhone|iPad|IEMobile|BlackBerry|Opera Mini)/))
   $('body').attr('data-hhun','0');

to be this:

//deactivate hhun on phone
if(navigator.userAgent.match(/(Android|iPod|iPhone|iPad|IEMobile|BlackBerry|Opera Mini)/) && $('#header-outer[data-remove-fixed="1"]').length == 0) {
  $('body').attr('data-hhun','0');
}

Remember to clear your cache after making the change.

Cheers

Hi, is it possible to line out my menu section (https://pluut.kleidi.nl/) to the bottom of my logo instead of how it is now (centered)?

Hey Abbenhues,

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


@media only screen and (min-width: 1000px) {
  #header-outer[data-lhe="default"] header#top nav > ul > li > a,
header#top nav ul.buttons li {
      top: 33px;
  }
}

Cheers

Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/tayler/public_html/wp-content/plugins/js_composer_salient/include/classes/core/class-vc-mapper.php

Hey anthonysinclair, are you using the latest version of the Salient WPBakery page builder (5.6)?

Hello, one of our clients does not like the default Salient search, with the magnifying glass and the huge popup search field that slides down. Is it possible to replace that with a standard-sized inline search field? Thanks!

Hey theoceanagency,

When you switch theme skins in the Salient options panel > general settings tab, a different search style will be used (currently 3 choices). The Original/Material skin are smaller than Ascend – however there’s no completely inline option as of now

Cheers

Hi ThemeNectar,

Link: http://evermaven.agency/campaigns/kayapo-journey/

If you visit the link above I am trying to change the style of the portfolio arrows located at the bottom of the page. I am not a fan of the hover state or how the word ‘Next’ jumps to the left with a horizontal line being displayed.

How can I remove the word jump to the left and the horizontal line and just display the arrow?

Many thanks.

Best, Alan

Hey Alan,

You can use the following CSS for that:


body .bottom_controls #portfolio-nav .controls li a i:after {
   transform: translateX(7px);
  -webkit-transform: translateX(7px);
  opacity: 1;
}

body .bottom_controls #portfolio-nav .controls li#prev-link a i:after {
    opacity: 1;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
}
body .bottom_controls #portfolio-nav .controls li#prev-link a i { padding-right: 30px; }
body .bottom_controls #portfolio-nav .controls li#next-link a i { padding-left: 30px; }

Cheers

AWESOME!!!! Fabulous as always. Many thanks for all your help.

You’re welcome Alan :)

Hi ThemeNectar,

Can you please let me know if it’s possible to turn off the Lightbox feature for mobile devices. I don’t want a visitor to be able to view an image larger for mobile devices. I want them to just see the thumbnails.

Best, Alan

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


@media only screen and (max-width: 1000px) {
.portfolio-items .col .work-item .work-info a { pointer-events: none; }
}

Many thanks. Appreciate your help.

Follow-up question, is it possible to remove the hover affect on mobile devices. Right now when you hover over a thumbnail it changes opacity and has a zoom affect. Can that be remove for mobile only?

Best, Alan

Hey Alan,

Change the above snippet to this:

@media only screen and (max-width: 1000px) {

.portfolio-items .col { pointer-events: none; }

}

Cheers

Help! I’ve been putting off updating to the new Salient since it came out since my site has been so stable. I finally gave in and updated today because I wanted more of the new blog features, but i got stuck in Maintenance mode and then got the WP White screen of death! This is EXACTLY what i was afraid of, so I restored to a backup.

I used the Envato update plugin and followed the directions to a T, I don’t understand what “broke” How long is the update supposed to take? I waited 20 minutes for the white screen to go away. What is the most fool proof way to update without hurting my site, all of my custom code?

Hey TimPiper3D, updating should not take that long at all – it sounds like your server encountered an error. I would first check the php error log to see if any recent fatal errors were tracked for more information on what went wrong.

Yes, I finally got it to go through but now where is another update that I’m not able to complete. Always times out and gets stuck in maintenance mode. GoDaddy is no help, this is getting really frustrating. Also, now whenever I publish a new post or someone comments, it doesn’t actually show on the site until I force refresh the site from the back-end (turning on and off any plugin, doesn’t matter which one).

I’ve used Salient for a while and I do love it, but these issues and the lack of insight into how to fix them are seriously killing my buzz.

Hey, Salienters. Is salient compatible with WP Rocket? THX

Hey born-design,

It should work with it, however you’ll need to disable the lazy loading for images feature if you’re using elements that require the images to be loaded for calculations (masonry portfolio/image gallery/blog etc).

Cheers

Thx 4 the info. It´s working. No lazy load. However “Excluded CSS Files and minify CSS” not working. Same fot Java. Regards.

Hey born-design, just to clarify – you are able to minfy the CSS/JS but you’re unable to exclude certain stylesheets/scripts from the minifcation?

Thanks in advance

Hi, I cant change my logo. I uploaded new logo but It keeps showing a blank image. jizzbombs.com

Also my shop is showing 2 items, when I only have 1 product.

Hey digtech,

1. Ensure you’ll also set the logo in the Salient options panel > header navigation > transparent header effect tab

2. Since there’s no currently known issue like 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, if the demo is taking too long to respond (stalling at 0% installed), is this a server issue?

Hey taccaralanay,

You likely need to just adjust your PHP settings.Can you verify that you have the following:
upload_max_filesize – greater than 24M
post_max_size – greater than 24M
max_execution_time – greater than 100 

Thanks in advance

Hello, we run into an issue today with `a.indexOf is not a function TypeError` and resulted in our site not loading properly – we had to update `js/init.js` line 12130 from `.load(` to `.on(‘load’,` to get it to work. We believe this to be a deprecated issue.

Also are you working on making the theme PHP7.3 Compatible? And in line with the latest WP Bakery Updates (v5.7?), Cheers!

Thanks for the further information codeandteam :)

We may release a separate update just for the WPbakery update + 7.3 compatibility soon than the next major release. However if you’d like to get on the beta list, please reach out via the contact form on my author page https://themeforest.net/user/themenectar

Excellent, I have done. Thanks!

Thanks codeandteam :)

Is it possible to enable the ’add to cart text on hover’?

Hi, yes it is Price/Star Ratings. I am a fan of the ‘classic’ option, but don’t want the text ‘Add to cart’ with the shop icon when you hover over a product. Can I turn this hover off?

I solved it already using some custom css code. Thanks.

Hey bixstudio, glad to hear you were able to sort it.

Cheers

i upgraded to the latest version of wordpress and still running your most up to date theme. After the upgrade of wordpress, all the nectar love sign and comment number are showing even though it is disabled from the salient admin

Hey TruBrotha, Please share your URL in regards so I can take a look. Thanks in advance

Hi guys, I am using the “Salient Version: 10.0.1”. www.funky-furniture.nl. After updating my homepage won’t load. Another issue is that the WPBakery isn’t working with this version anymore.

Any tips? Thanks.

Hey bixstudio, do you have the plugin active named “WooCommerce Blocks”? if so, kindly disable that as there is a known conflict between that and the current Salient. If you do not have that plugin, please reach out via the contact form on my author page https://themeforest.net/user/themenectar

Thanks in advance

That was exactly the issue! Thanks for your fast reply.

You’re very welcome bixstudio :)

Hi, thanks for your awesome theme. We’re using the “Salient Version: 10.0.1”

We’ve two issues. Please help us to solve-

1. Why we see the notice- http://prntscr.com/msmvfo 2. How to we can make it full width? http://prntscr.com/msmxo1

Thanks.

Hey ThemePackNet,

1. That notice only will display if you have left over files from a previous install of Salient that have since been removed. The files listed in the notice should be deleted from your theme directory for compatibility with the current version of WooCommerce

2. If you’re trying to remove the white border, disable the option “Body Border (Passepartout)” in the Salient options panel > general settings tab

I’ve deleted those files from here- http://prntscr.com/mstwxz now notice have been removed. But the the theme will work perfectly?

Hey ThemePackNet,

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

Hi!

1) I want to disable the zoom on hover on the image gallery of the product page.

https://toyvania.com/collectibles/man-eater-castlevania-iv-art/

2) I would like to maintain the same original proportion of the images in the thumbnails of the image gallery.

3) I would like that when you click on an image thumbnail it opens a lightbox instead of changing the main featured image.

For a reference you can see this image gallery: https://www.sideshow.com/collectibles/red-sonja-red-sonja-sideshow-collectibles-300529?var=300529

Thanks!

Hey itos84!

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


.zoomImg {
    display: none!important;
}

2. WooCommerce automatically sets the size to a square 100×100 – you can customize it in your child theme though: https://wordpress.org/support/topic/product-thumbnail-size-not-editable-after-last-update/

3. That would require custom development as it’s not the default functionality offered by WooCommerce – the only way to trigger the lightbox is by clicking on the magnifying glass in the top right

Cheers

Thanks it works!

You’re welcome itos84 :)

Also, whenever I try to add a new section or create a page using elementor, the background is black. https://www.screencast.com/t/pZluKYL83lRN My site background set by salient is the default clear background. Elementor says there is a bug with your theme that is making my elementor pages/sections black. They said to reach out to you to see what the fix is or could you tell me what the resolution time on the bug is

Hey again nkhanani, I can’t replicate that issue locally – can you please reach out via the contact form on my author page with temporary admin credentials so I can take a look? https://themeforest.net/user/themenectar

Thanks in advance

I’ve sent you a message as well as the response and “proof” from elementor that this issue is coming from salient and not elementor

Thanks nkhanani

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