Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 168,763 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38354 comments found.

We have purchased the Salient theme and wanted to know whether once we’ve installed in on our WordPress site if the Salient theme will update automatically or not? If not, what do we need to do to get it to update automatically? Thanks!

Hey!

When you’re trying to update you can use the Envato toolkit plugin in regards for easy updating to avoid having to upload it manually :) http://code.tutsplus.com/tutorials/toolbox-of-the-smart-wordpress-developer-the-envato-wordpress-toolkit--cms-23883

Cheers

Hey,

I’m using a carousel module to show testimonials in our website. Two questions:

1. How can I change gutter between columns? 2. Is it possible to open the Team Member Link URL in a new tab?

PS: You have a typo on the Team Member Link URL box title. Team Memeber Link URL

Hey,

1. Are you trying to globally increase it or decrease it – or are you attempting to change it for a specific row?

2. You’d need to edit the file at nectar/tinymce/shortcode-processing.php and check the nectar_team_member function

3. Thanks for letting me know, it’ll be fixed in the next update :)

Cheers

Hey,

Regarding your questions:

1. Doubling the gutter size in desktop, only for this carousel. 2. Will take a look at the file. 3. You’re welcome

4. Is it possible to have a different number of scroll columns on mobile/desktop? I would like to scroll 3 items at a time on desktop (I’ve moded the init.js file to achieve this) and to scroll 1 item at a time on mobile (otherwise some columns will never be seen)...

Hey,

1. Add this into the custom css box in the Salient options panel:
@media only screen and (min-width: 1000px) {
.wpb_column {
    padding: 2%;
}
}

4. This would also require modding the init.js at this line var scrollNum = ($(this).parents(’.carousel-wrap’).attr(‘data-full-width’) == ‘true’) ? ‘auto’ : ’’ ;

Cheers

Where can I access the testimonial source code? I want to put the name under the photo and the quote on the bottom. Thanks

Hey,

The file to edit is located at nectar/nectar-vc-addons/vc_templates/testimonial.php :)

Cheers

Hi there! I see the code on someone else’s question about removing the quotation marks on the testimonial slider – should it be the same code to remove the quotation mark from the multiple visible testimonial slider? Thanks!

Hey!

Add this:
.testimonial_slider[data-style="multiple_visible"] blockquote p:before {
  display: none!important;
}

Cheers

Is there a way to add padding and backround color to a nested table?

Hey,

it would require custom css – if you shared your URL I could provide an example

Cheers

I got buttons that erratically appear and disappear when viewing through safari on an iPhone.

Thanks! Try clearing you cache and checking again

Cheers

Thanks is working! :D

Glad to hear :)

Hi, I’m receiving an error when trying to add a google map:

Oops! Something went wrong. This page didn’t load Google Maps correctly. See the JavaScript console for technical details.

site: http://www.crossfitcaracals.com/

I’ve disabled all plugins except the Salient Visual composer.

Please advise. thanks Tristan

Hey,

The issue only applies to new domains where the maps script hasn’t been prior to June 22 of this year. This article explains it: https://www.latecnosfera.com/2016/06/google-maps-api-error-missing-keymap-error-solved.html

If you’re on a current version of Salient you can add the key into the map.js file in the js folder. The line to mod should be near line 589 of the file -
$.getScript('https://maps.google.com/maps/api/js?sensor=false&callback=mapAPI_Loaded');
will become
$.getScript('https://maps.google.com/maps/api/js?sensor=false&key=APIKEYHERE&callback=mapAPI_Loaded');

The next update will add an input for users to add the key in the admin panel

Cheers

I just moved my site from a staging location to a the production location and now my Google Map is crashing with the following message:

Oops! Something went wrong. This page didn’t load Google Maps correctly. See the JavaScript console for technical details.

Is this a problem with the visual composer, Google, or something else?

This problem does not exist on my staging site.

let me describe it a bit better – the page loads and the map loads the entire way and then shows the error message

Hey,

The issue only applies to new domains where the maps script hasn’t been prior to June 22 of this year. This article explains it: https://www.latecnosfera.com/2016/06/google-maps-api-error-missing-keymap-error-solved.html

If you’re on a current version of Salient you can add the key into the map.js file in the js folder. The line to mod should be near line 589 of the file -
$.getScript('https://maps.google.com/maps/api/js?sensor=false&callback=mapAPI_Loaded');
will become
$.getScript('https://maps.google.com/maps/api/js?sensor=false&key=APIKEYHERE&callback=mapAPI_Loaded');
Cheers

Fantastic theme :-) How can I make the size of the menu boxes consistant and reduce the padding between them?

Much appreciated THANK YOU! – Just need to reduce the padding in the menu boxes so I can increase the size of the menu text without it breaking into two lines

You’re welcome :)

Use this:

header#top nav > ul > li.button_solid_color > a, body #header-outer.transparent header#top nav > ul > li.button_solid_color > a, #header-outer[data-lhe="animated_underline"] header#top nav > ul > li.button_solid_color > a, #header-outer:not([data-lhe="animated_underline"]) header#top nav ul li.button_solid_color a:hover {
   padding-left: 5px!important;
   padding-right: 5px!important;
}

Thanks but I still need to keep the boxes the same width I just need to allow more space for the longest menu items before they break into two lines so i can increase the size of the menu text

Hi there! Can you please tell me what is causing that just my home page is having lagging issues on mobile?

www.bongidesigns.com

FYI, Things that I have on my home page: 1. Slider Revolution (hidden on mobile) 2. Nectar Slider (hidden on desktop) 3. Some other rows (hidden on desktop) 4. Some other rows (hidden on mobile)

Please let me know.

Thanks, Ben

Hey!

Are you referring to the lag of the slider loading or scrolling performance?

Cheers

On some mobiles or in chrome there is a lagging issue with black parts coming up when you try to scroll down. But is just happening on the home page

Hey, have you tested to verify that it isn’t connected to the slider you have active on the page? I.e test when it’s temp removed

Hello, I am attempting to install Salient on WP 4.5.3 on my local computer, but constantly receive the error message “Are you sure you want to do this?” Is the latest version of Salient compatible with version 4.5.3?

Sorry, just saw that 4.5.2 is the latest version. I rolled back to 4.5.2 but still no luck.

Okay, you can disregard this. I was able to install it manually and not through the theme installer in WP.

Hey, glad to hear you got it sorted :)

Hey there, is there an ETA of when the ability to set full height rows in VC will become available? I’m following the comment threads and it was mentioned that it’ll be in the next feature update and I’m just waiting for that one. Thanks!

Hey!

Most likely 1-2 weeks :)

Cheers

Heya, quick question – is it possible to turn off the page pre-loader on specific pages? Thanks!

Hey, it would indeed be possible with css – if you share the page you’re looking to hide it on I could provide an example :)

Hi!

where can i find more icons like: http://www.evernote.com/shard/s725/sh/edf38049-a61a-4156-8666-09363e12ed06/f64da87a1f99f58424aea9d44c73b786

and where can i change their color to red

Thanks!

Hey,

In the nectar shortcode generator, which is available in any Visual Composer text block – there’s an icon shortcode. That’s the “linea” icon family within it :)

Cheers

Wondering how to achive the menu when on mobile devices shown in this theme? http://themenectar.com/demo/salient-frostwave/

Currently all i get is a slide out from the side with parent pages.

http://new.leanconsulting.com/

Thanks, Sam

Hey,

In your Salient options panel > header nav choose the sticky mobile header option to enable that style

Cheers

Hi, I need to override file map.js, located in js directory. I would replace it with child theme. Could you explain me how to override this in child theme?

Hey,

Unfortunately it’s not possible to override that script via a child theme as of now but i’ve noted to make it compatible

Cheers

Hi guys! I’m trying to change de Vimeo’s miscelanious colors but I can’t! Is there any way to do it from de Visual composer/VIDEO PLAYER and Taking out all de Title and Texts? Thanks!

Hey!

What’s the code that you’ve entered?

Cheers

<iframe src=”https://player.vimeo.com/video/136641349?color=ff6666&title=0&byline=0&portrait=0” width=”640” height=”360” frameborder=”0” webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>

Hey, that’s working for me when I paste it into the text tab on a text block in VC – if you need help getting it there please open a ticket in regards https://themenectar.ticksy.com

Hi, loving your theme. I was actually able to create my first WP site with this theme.

My question is can we add an off canvas nav to specific pages only? We’d like to add it only to a password protected page for the staff.

Thanks!

Unfortunately, that didn’t work either. The menu didn’t show up. I cleared my cache just in case as well. (I apologize for this being such a pain!)

Could you kindly open a ticket in regards with your admin credentials so I can add the code in as an example? https://themenectar.ticksy.com just let me know the ticket ID here once you’ve done so

Thank you! Ticket #827001

Is it possible to have a multiple filters on a portfolio page?

Hey, as of now this would require some custom development unfortunately – you can have as many filters as needed but multiple filter systems isn’t possible by default

Hi guys, Very nice theme! I installed a Progress Map Wordpress Plugin but doesn´t work, I contact the support and says that your theme doesn´t support jquery. It is true? I use an old version of salient: 2.1.5. Perhaps this is the problem.

Hey, thanks a lot!

Salient is built using jQuery so that’s not the case, even back in the older versions – anyway you could share your URL in regards?

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