Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,188 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38436 comments found.

Since updating to the latest theme – the “Menu Style Border Accent” feature on menu items used to change from light/dark depending on the background of the menu. Now it seems to only be set to “dark”

Thanks nickpucci,

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


.scrolled-down #top nav>ul>li[class*=button_bordered]>a:before {
    border-color: rgba(255,255,255,.4);
}

Thanks. This does not seem to be working. And I’m curious, did a setting/feature change? Why is the expected behavior no longer working?

Hey nickpucci, it appears you’ve changed the button style in the meantime so I can’t see why that snippet didn’t take effect. If you can switch it back I’d be glad to take a look in regards

Hello, since upgrading to the newest theme, I’m seeing a ReCaptcha badge on all pages. Is this a new theme setting? How can I get rid of it?

Hey nickpucci,

Salient used to unintentionally block that from displaying – it’s added by various form plugins which make use of the ReCaptcha functionality. You can hide it again by adding this into the custom css box located in the Salient options panel > general settings > css/script related tab:


.grecaptcha-badge {
    display: none!important;
}

Cheers

Hello,

on the Language Switcher I’m using WMPL to translate the website. but the width of the dropdown menu is so big, and it doesn’t show the arrow indicating there’s more translations available, and the dropdown menu is sooo below of the upper flag in the main menu, how can I fix these 3 things?

Can you check please?

https://idahc.com/

Hey itzramphis,

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


header#top nav ul.buttons > li.menu-item.wpml-ls-item > a:after {
  content: "\f107";
  font-family: FontAwesome;
   padding-left: 10px;
}

Cheers

Hi,

How can I place that the flag in exactly below at the same margin as the US flag? right now the ES flag is placed too much to the left.

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


.wpml-ls-item-es {
    margin-left: 6px;
}

.wpml-ls-item-en {
    margin-left: 10px;
}

Hi there,

The first team member on this page: http://nieuw.finestri.nl/over-ons/ is called Marcel Grosfeld. I like the feature where when you click on the image there is a bio image on the right. I uploaded a picture but now it is shown too big, like really zoomed in. Is there a way to adjust this through css? I would like it to appear in total (the image) but not as big as now.

Thanks, Almost there. Now the image is there multiple times. Can we do anything about this?

And in addition to this is it possible to not show name en title on bio page. For example on this screenshot: https://ibb.co/586H1qJ on the top you see a part of the word partner (job title) and above is the name which we dont see. Can i just set an option to not show this at all only on this bio page.

Hey Abbenhues,

1. Sorry about that – change the above snippet to the following instead:


body .nectar_team_member_overlay .team_member_image {
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}

2.

.bio-inner > h2, .bio-inner > .title {
   display: none; 
}

Cheers

When I am not logged in to my dashboard the home slider does not get flush to top but instead have a black bar, when I login then the home slider displays correctly.

http://www.onthegreensideof.co.za/test/

Hey gustav939,

Please reach out via the contact form on my author page with a temporary admin account so I can take a look at the difference you’re referring to: https://themeforest.net/user/themenectar

Thanks in advance

Hi!

I wrote this before:

We have a problem with the contact forms.

When we set the “From” or “Fra” to: <[your-email]> the form stops working. It wont send the form.

Like this: https://www.airnet.dk/wp-content/uploads/2019/06/213.png

But when we place our own email “info@airnet.dk” in the “From” or “Fra” it works, but we need it to come from their email.

A ThemeNectar Author wrote this: Hey longkilos :)

have you verified that this issue only occurs when Salient is the active theme? If not, could you please try switching to the default WP theme for a quick test

I’ve tried it and it still doesnt work.

Hey longkilos,

If you’ve ruled out the issue as being directly related to the theme you have active, the next step would be to contact your hosting provider in regards. They mail might be getting blocked unintentionally when using a domain that doesn’t match your own

Cheers

Hi There,

I’ve download lastest version of salient and could not found Tabs elements, could you please help to show it on element panel?

thanks

Hey sinhvu,

Please reach out via the contact form on my author page with a temporary admin account so I can take a look why that would be missing on your end https://themeforest.net/user/themenectar

Thanks in advance

Hi. Working on a customers site who has this theme installed. Having an issue with the secondary menu not showing properly on mobile. The background colour shows, but none of the text shows, and more importantly, the link to the customers account.

Hey StrikeConcepts,

please share the URL in regards so I can take a look and assist.

Thanks in advance

I love the theme and have been using it for a few years now. My only question is if there is a way to not have the mp4, webm and ogv files load on mobile when using a video background. According to tests they still get served even though just the poster image is needed… any thoughts?

Hey ScottMay, I’m glad to hear you’ve been enjoying the theme :)

In order to fully prevent them from ever loading, the video would need to be removed from the DOM. However since there’s no functionality to do that by default it would require some custom modding. One possible workaround would be to modify the file where the video HTML lives and instead of adding the normal source tags, store the URL in an attribute. Javascript could them to be used to either add the source if not on mobile only. I’ve noted this idea for the wishlist as well.

Cheers

Thanks for the quick reply – on another note could you point me to any info on why a Portfolio element would be loading on top of each other? I have three rows and they all load on top of each other with about 150px showing of each… but on a window resize it fixes itself… and it’s not masonry layout, they are just squares

Glad to hear you were able to figure it out Scott :)

Dear Themenectar,

My support has ended but would be very happy if you could help me.

I want to use my page in multilanguage but I do not want to use plugin. So instead, I am creating my page’s templates and duplicating them as new pages.

But the problem is I cannot change menus. 1-Which menu plugin you would suggest for best compatibility? 2-Even if I could change main menu- still secondary navigation seems to be the same. Could I add some sort of css for it to not show on certain pages? 3-Could you suggest anything other than this idea?

My page is https://www.bluesophos.com

Hey Orhangok,

You could use a plugin such as this for altering your menu based on the page: https://wordpress.org/plugins/conditional-menus/ If you also want to remove the secondary menu on certain pages, you can add this CSS into the page CSS box (top right gear icon within the page builder)


#header-secondary-outer {
 display: none;
}

Cheers

Thank you very much!

You’re welcome Orhangok :)

Hey Nectar! How would you suggest is the best way for us to have a similar look and feel like these welcome email optin landing pages that integrate well with Salient?

https://neilpatel.com/ https://www.hellobar.com/

I know contact form can do something similar but is that the only method you recommend? We have tried both plugins hellobar and optinmonster but neither actually give you something that looks like this on the homepage.

Also would you ever consider an interview in the near future? I have about 2,000 subs on my youtube channel now and I just released a video about how to import demo content and the new update https://www.youtube.com/watch?v=ehk2QSxjkfE&t=58s

Also I am going to release a video on your newest update and do a 2019/2020 review calling the best wordpress theme of all time, would it be possible to get a short interview?

Hey lnbbroductions!

I’m not sure of a specific plugin that would provide that kind of style. However, if you can share your own test URL page with one active I can provide an example snippet that will get it to look like that :)

Thanks for letting me know about the videos – it’s always really cool to hear! In regards to the interview – I generally steer clear from them, but I know you’ve asked in the past so you’re still at the top of my list, especially since you seem like a cool dude.

Cheers

Hi! I’d like to purchase Salient – Responsive Multi-Purpose Theme, but I’d like to test it and see if it works with Tickera and Woocommerce Product List. In case it doesn’t work, a refund would be possible?

Hey AmBilet!

We can provide a refund for you if it doesn’t suit your needs. However, if you encounter an issue, please also let me know so I can try to assist.

Cheers

Thank You

No problem AmBilet :)

Is there any way to add a link to the text in a list item element. I have an email address in the text and would like it to link I tried a href but didn’t seem to work.

Hey MarcGarner, WordPress will strip tags from shortcodes parameters. HTML can only process normally in the tinymce enabled editors within various elements.

On mobiles I’m getting a white line run down the right hand side of the top row http://217.199.187.195/systemsense.co.uk/

Try adding this into the custom css box to see if it helps:


.wpb_row.full-width-content {
    margin-left: -50vw!important;
    left: 50%!important;
    width: 100vw!important;
}

Works great, thanks

You’re welcome MarcGarner

Hi guys,

I have a little issue that I’m stuck with.

I have set up a background footer image and it appears well on every page but not on the homepage of the website.

Normal page: https://yesnumber.pt/about-us/ ​Homepage with fullscreen rows: https://yesnumber.pt/homepage/​

I “blame” the full screen rows that I use only on the home page, if I inspect the element, the background image is there in CSS, but something is blocking it.

Can you please check and suggest a solution?

Thank you so much.

Got it to work by adding a background image through CSS.

Will put a code here in case someone else has the same issue. Replace the “(#)” with #

(#)nectar_fullscreen_rows > (#)footer-outer.wpb_row .full-page-inner-wrap { background-image: url(YOUR IMG URL); background-blend-mode: overlay; }

If you have a better solution, please do let me know.

Hey DigitSigma, I just confirmed this issue and added the needed fix into the beta version. If you’d like a copy before the next release, please reach out via the contact form on my author page https://themeforest.net/user/themenectar

Cheers :)

Hi, I get a lot of errors in the backend when I try to use WP Bakery page builder instead of Salient page builder (when Salient Core is installed).

Is it not possible to use WP Bakery page builder, in the new version (10.5)?

Hey Seekingsdk, the Salient core has not been updated to be compatible with WPBakery 6.0.x yet – we’ve been waiting for them to release another minor update to fix all the known issues that v6 brought about. Within the next week or two we’ll be updating the Salient WPBakery to use v6 and correct the issues.

...hi again – Can you send a status on this? Salient and WP Bakery (both latest versions) still don´t work togeather…

Thanks in advance! :-)

Hey Seekingsdk, can you please reach out via the contact form on my author page so I can take a closer look at your setup? So far, I haven’t been able to replicate the errors when using the raw 6.0.5 version of the page builder https://themeforest.net/user/themenectar

Thanks in advance

Hello, We have issue with see through button that on tablet and mobile resolutions doesn’t work. You can check here https://yellowsubmarine.me/ button DIVE IN, in hero section of the page. We are running latest version of the theme but we can’t solve this. Thanks!

Hey robotnjik!

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


.nectar-shape-divider-wrap[data-front="true"] {
    pointer-events: none;
}

Works! Thank you!

Glad I could help robotnjik :)

Hi, is it possible to apply this solution:

https://themenectar.ticksy.com/article/5528/

To a regular page with a Portfolio element added in Page Builder? Like this?

https://absoluteprojectmanagement.com/press/

I tried adding the extra JS but it didn’t work for this page / element type. I guess it needs a slight code tweak?

See screenshot of pagebuilder: https://prnt.sc/o3sn7h

Thank you.

Hey ravenswoodmedia, I’m seeing that the snippet is applying on your page. It looks like you’ve set to text to nothing so the previous text of “All” is now blank

jQuery('.portfolio-filters-inline ul li a[data-filter="*"]').text('');

Are you trying to simply change the word all to something else?

Hi, My carrousel logos have stop show the logos right, can you help me? link: https://ferreirex.com/about/

Thank you so much in advance :)

Hey ferreirex,

You could either disable the lazy loading image option you have enabled in the setup via a plugin or use the following in the custom css box located in the Salient options panel > general settings > css/script related tab:


.caroufredsel_wrapper, .caroufredsel_wrapper .row.carousel {
  min-height: 175px;
} 

Cheers

Works perfect, thank you very much

Glad I could help ferreirex :)

Hi there,

Long term, multi-licence user, keep up the great work :)

On one site we use transparent headers, but have normal rows at the top of our pages, so have to have the option on each page to force transparency.

This worked great in that it would be transparent for desktop, but not transparent for mobile.

However, since updating to 10.5.3, it forces the transparency on mobile as well, which we don’t want.

Is there any way in 10.5.3 to have it the ‘old’ way so that transparency is only forced on desktop?

Many thanks for your time :)

Hey Phacin8!

There’s no option to disable it yet – the idea to keep the desktop consistent with mobile in styling has been a long top requested item. I’ve noted your +1 for the idea to remove it. Could you kindly also share the URL so I can take a look why it’s not looking good on your page for reference?

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