Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,266 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38442 comments found.

How do I add the Facebook Pixel on just the order confirmation page to track purchases? Thanks!

Hi, I got a little issue. Hope you can help please. When I have a text on the left and a picture on the right like many templates your theme already providing on desktop works great but on mobile how do I decide to display the image before the text or otherwise ?

Because I used the Silent template “alternating split sections” and I wanted more so I added a few times but on mobile there is 2 images one after the other instead of having the text between.

Hope I was clear what i meant. Thanks a lot.

Hey shirani93, as of now this would require custom css as WPBakery page builder does not offer this option by default. Give the row(s) that you want to reverse the order of a class name of “reverse-direction-mobile” (enter it without quotes into the extra class name field) and then add this into the custom css box in your Salient options panel:

@media only screen and (max-width: 1000px) {
.reverse-direction-mobile > .col.span_12 {
    display: flex!important;
    flex-direction: column-reverse;
}
}

Thanks a lot this solved all my problems, amazing support!

You’re very welcome shirani93 :)

Hi, my testimonial slider seems to have completely gone to pieces following the recent update. Please help – bottom of homepage

https://tribe.london/

Hey sam_lee1985, it looks as though each of the columns within the carousel is using 15% padding on all sides, which is leaving no room for the content. Can you please either change the padding to be something lower, (a value between   2%-5%) or add this into the custom CSS box to force that?

.full-width-content .owl-item .col.padding-15-percent > .vc_column-inner {
    padding: calc(100vw * 0.03);
}

That’s great. Thanks!

You’re welcome sam_lee1985 :)

Hi was hoping to change the active-tabs from bottom border to rounded borders like the rounded buttons?

Hey mmarquez138, The “material” style tabbed element already provides mostly rounded edges – if you’re using that style and just want to round the bottom as well, add this into the custom css box located in the Salient options panel > general settings > css/script related tab:


body .tabbed[data-style="material"] .wpb_tabs_nav li a {
    border-radius: 10px;
}

A_K

A_K Purchased

Hey! I just noticed at the bottom of all of my portfolio projects — the icons are broken — showing nothing but code now. https://andrewklotz.ca/urban-juve

Any idea why this randomly happened? Thank you!

Hey A_K!

It looks like those are using salient shortcodes rather than page builder icon elements – can you ensure that you have the Salient Shortcodes plugin activated?

Cheers

A_K

A_K Purchased

Looks like I had a bunch of new plugins to install I didn’t see. Thanks! That fixed it.

Glad I could help A_K :)

Any way to reduce the gap in between the footer and copyright footer without reducing the padding of the entire footer? https://palomarmodular.com/

Hey canook,

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


body #footer-outer .row {
    padding: 55px 0 0;
}
#footer-outer #footer-widgets .col .gform_footer p {
 display: none;
}

Hello I am using this code to change background of contact form fields but it is not working http://zvy.7ae.myftpupload.com/

body input[type=text], textarea, input[type=email], input[type=password], input[type=tel], input[type=url], input[type=search], input[type=date], body textarea { background-color: #ffffff; border: 2px solid rgba(0,0,0,0.5);

Hey marketing62,

Change that to the following:

#ajax-content-wrap .span_12.light input[type=text], 
#ajax-content-wrap .span_12.light textarea, 
#ajax-content-wrap .span_12.light input[type=email] { 
background-color: #ffffff; 
border: 2px solid rgba(0,0,0,0.5);
}

Thank you it works, how I can change transparency?

You’re welcome marketing62,

You can alter the
background-color: #ffffff; 
to be:
background-color: rgba(255,255,255,0.7); 

​Hi guys.

how can we change the “Next Project” label​ in single portfolio pages without plugin. We would prefer to be able to change it via child-theme.

Thank you in advance

​Best Regards

Hey Babimcc,

The Next Project label is contained to the salient-portfolio plugin itself. You could copy the function “nectar_project_single_controls” from salient-portfolio/includes/frontend/helpers into a child theme if desired for modification though.

Cheers

Hi Team,

Could you please me out with the below query?

1. In (Activate Fullscreen Rows) the header is overlapping the page content, is there any way that header can be separated and the page body separated?

Please find the screenshot from the url below

http://druvakarthik.in/demo/support.png

Hey Karthikdruv,

That should not occur by default – could you kindly share your site URL so I can take a look?

Cheers

Hi,

Sure, please check the below link. (Home page, 4th section, left grid)

http://druvakarthik.in/demo/finvisage/

Hey Karthikdruv,

It looks like the custom CSS you have to set the header BG color to blue is what’s causing that, as the fullscreen section still assumes the header is transparent. If you wish to have a header BG color, you’ll need to disable the “Disable Transparency From Navigation” option in the navigation transparency metabox on the page. The coloring of the header can then be configured from the Salient options panel

Nectar Slider and some missing element is Insecure. Nectar Slider shows http://www.w3.org/1999/xhtml

Hey djmalibiran, that’s an XML namespace similar to what I mentioned in my previous comment – it is not used for any protocol communication and thus should not trigger and insecure connection. Can you share a screenshot of the browser console so I can see exactly what resource is loading without https?

Cheers

Hey, I have cleared the cache and now the site is fully secure. I suspect that my client input the http: version of his YouTube video which I changed to actual and https version of the video URL. Thanks again for the help!

No problem djmalibiran :)

Hello, I would to change the text ‘More Details’ (on hovering over a portfolio thumbnail) to ‘Bekijk project’. Is that possible? Regards, Jochem

Hey jochemvanderheide,

A fast/easy plugin for making quick string changes is https://wordpress.org/plugins/say-what/

Then in the text changes plugin tab, you can use the following: https://ibb.co/R0P8dFX

Cheers

great thanks!

You’re welcome jochemvanderheide :)

Obviously, the interface has changed since the video “Salient – Setting Up Your Portfolio” was posted. https://www.youtube.com/watch?v=0Ql7B-mjDBI I want to add a gallery slider exactly as shown but I cannot figure out how. Does this feature still exist? Thanks

Hey dbstanford,

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


.flex-gallery .flex-direction-nav {
    opacity: 0;
}

.flex-gallery:hover .flex-direction-nav {
    opacity: 1;
}

Cheers

Exactly what I needed… thanks

Glad I could help dbstanford :)

I am trying to import options from Salient > Import / Export > Import from file. But when I click the option it just shows a box rather than giving me the option to upload a file? Please help!

Hey jackcweston, you need to open your file and simply copy/paste the contents from it into that box. Cheers

Hi! is it possible with WPBakery to have a call-to-action bar on the bottom of each page which can be modified from one spot. I used to save a custom template and add them to each page, but when for example a phone number needs to be changed I have to manually edit each page. Thanks in advance!

Hey jaimyvdlee!

That would require the use of templatera:  https://codecanyon.net/item/templatera-template-manager-for-visual-composer/5195991

Cheers

Hello,

it seems that the my columns are not aligning. In the back-end I have created a row with 2 columns next to each other, but they appear below each other. also see: https://www.goedeshampoo.nl/product/revita-shampoo/

This was working before,but seems to be broken somewhere in the last weeks. Do you know what is going on?

Hey dzineee,

I did another round of testing using 2 computers / different browsers and still can’t see it. I also checked the screenshots which Google/GTMettrix generates on the fly when doing performance testing, and those don’t show it either:

https://gtmetrix.com/reports/www.goedeshampoo.nl/76R58PBz
https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fwww.goedeshampoo.nl%2Ftest-page-delete%2F&tab=desktop

Do you have a multi-server setup? If so, it’s possible that one of them is using an outdated version of one of the files which adds the styles for the grid:

https://www.goedeshampoo.nl/wp-content/plugins/js_composer_salient/assets/css/js_composer.min.css
https://www.goedeshampoo.nl/wp-content/themes/salient/css/grid-system.css

I also just noticed that your grid-system.css file is using a minfiied version, which is not how the file is shipped by default. Do you have any plugins that could have modified that or have you yourself done any manual minification?

Thank you for taking the time. Your remark triggered something and i had a closer look at some of our settings. Somewhere it seems that some CSS was minified. I have now excluded the mentioned URL’s and things seem to be working again.

I will need to keep an eye on this to see if it has been resolved, but greatly appreciate your help.

Do you have any minification advice/guides for Salient?

Hey dzineee, I’m glad I was able to help :)

You can use a plugin such as autoptimize or W3 total for automatically handling the minficiation.

Cheers

hi there, on this post: https://winningimpact.nl/waarom-de-meeste-kernwaarden-onzin-zijn-en-wat-wel-werkt/ it is not possible to enter a comment or reaction. On my other post it is possible. Any idea how this is possible?

Hey Abbenhues, in the WP admin > Settings > Discussion tab, please ensure that you have the option for “Allow people to submit comments on new posts” enabled. If that already is, kindly edit your post itself and verify in the “Discussion” metabox that “Allow Comments” is checked.

Cheers

Found a bug with the Toggle Element:

Buttons placed in a row, contained within a minimal toggle element have their icon changed from what you set, to the FontAwesome Minus Icon.

See here: https://i.imgur.com/rbKC2n4.png

Hey shadowrider921009, Thanks for reporting that. It’ll be corrected in the upcoming release. If you’d like a beta copy, Please reach out via the contact form on my author page https://themeforest.net/user/themenectar

Cheers

How do I disable the category button that appears in post headers?

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


.single .meta-category,
#page-header-bg[data-post-hs="default_minimal"] .inner-wrap >a {
  display: none!important;
}

Cheers

how soon will a version be released with a fix for lazy load image in rss?

https://yarasheva.design/rss

Hey,

It should be out by the end of the month. The next release is a major version and thus requires extensive testing and the use of a beta group to ensure stability for users. As we have offered before, please feel free to reach out in regards for a beta copy which includes the fix.

Cheers

I look forward to it, as this error greatly affects the SEO delivery of mobile traffic.

Hello I have a question, can I disable author on single posts? How I can add space between author name and bio it is very close https://cyklopedia.cc/cycling-tips/masters-cycling/ and why profile picture is so low resolution? Thank you.

Hey marketing62,

1. The author can be removed from the blog header in the Salient options panel > blog > post meta tab, and removed from the bottom of the post in the blog > functionality tab via the “Author’s bio” field.

2. You can either edit the line height in the Salient options panel for your “Heading 3” to be greater than the font size (currently both are at 30px) or you can add this into the custom css box located in the Salient options panel > general settings > css/script related tab:


body .container-wrap #author-bio #author-info h3 {
  margin-bottom: 10px;
}

3. I’m currently seeing it load at 80×80, which is what it’s displayed at size wise in the HTML. If you’d like to shrink the size to increase the clarity on retina displays, you can use the following:

body #author-bio img {
  width: 60px;
  height: 60px;
}

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