Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 166,713 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38226 comments found.

Hi, i would like to ‘bulk buy’ this theme as i would like to use it for many of my client’s websites. Can you please provide contact details so i can discuss this with you further please. Thank you.

Hey oo7ml,

you can reach out via the contact form on my author page https://themeforest.net/user/themenectar

Cheers

Hello, we purchased the theme 2 years ago and we are very happy with it. However our developers needed to edit the theme, and now we want to update it. Unfortunately we didn’t keep the original files and we don’t know what was edited. Would it be possible for you to send us the version 4.0.1? Thank you.

Hey webdevlumina, yes – just send an email via the contact form on my author page and i’ll get it to you :) https://themeforest.net/user/themenectar

Hi guys!

I’m having a problem with the nectar slider and i would like you to help me.

I need to have two sliders, the first one has to show on desktop, and the second one will only appear on mobile devices.

The problem is: i made two vc_rows in my page, one for each slider, and i gave the row a class to hide depending on the device. But something is going wrong on both devices. They do not show the hidden slider, but they still keeping the hidden slider space, so there is a black empty space.

I tried to solve it in another way: I made a < div class = “caption_content” >< / div > inside the caption area of one of my sliders. So i could give it a background-image by css to this .caption_content class, and change that image if it is on a min\max 1000px device, but this didn’t work neither. It shows no caption :(

What can i do to use two different sliders, or slider content depending on the device?

Thanks!

Hey PriR-Apptividad!

Could you please share your URL in regards where this is occurring so I can further inspect the setup?

Cheers

Hey guys, quick question. I’m using image gallery grid and spaced and on every image I hover, the tooltip gives the file name out. I under it’s default, but I was wondering if you could help me hide/disable it, Maybe CSS or Jquery, I think either one can be used but yeah, please help!

Can you please delete the above comment due to privacy concerns? and issue was solved, Thanks!

Hey, sure thing :)

Cheers

It seems there is a problem adding a fancy box to a row in a column under blog layout. The image doesn’t show up.

Hey sluz, could you share your URL so I can take a look?

Hello, http://www.ses.ac.uk/2016/08/17/data-dialogue-time-share/

The password is: testaccess

The fancy box is located at bottom of page, final tab, first column.

Hey guys! Just a heads up that if you use a video on a Row Bg – and then put the video lightbox in a column of the row, the BG video stops working. Cheers

Is there anyway you could share a URL in regards so I can take a look? Testing quickly on my own setup I couldn’t replicate

Hey! Gah I actually just set up the site with another theme cos it was urgent. I will be building again today so If it happens ill send through the link :) thanks guys

Hi there—I noticed there is no “read more” button after the text excerpt on my blog whereas I have the option selected in the admin panel to have 25 words and a read more button.

http://jamescarveronline.com/news-and-updates/

Is this a known issue? Is it user error?

Hey JayCarver,

The Ascend skin doesn’t show that by default – you could force it to display by using this though:

.ascend .masonry-blog-item .more-link {
    display: block!important;
}

Cheers

Hi, I was wondering which Nectar theme feature can be used to create the responsive hover icons that are on the following demo:

(the mobile/crystal/document/gifts in the circles which turn red when you hover them)

http://themenectar.com/demo/salient-frostwave/home-basic/

Hey betbaytips,

Those are icons shortcodes set to the large size – they’re available in your nectar shortcode generator (the blue icon on top of your editor in visual composer text block element) :)

Cheers

Hey there! First of all: great theme, I really appreciate the small design details you integrated into Salient.

I have a problem though: I can’t update the Visual Composer.. I even deinstalled and installed the plugin again.. can you help me?

Hey chrisauf :)

What version are you on now? When you reinstalled the plugin did you do so from the Appearance > install plugins section of your admin panel?

Cheers

Thanks for the fast reply! :)

Salient Visual Composer: Version 4.9.2 Salient: Version 7.0.6 Wordpress: Version 4.6

Yes I reinstalled it from the Appearance > install plugins section..

It’s also important to mention, that I can’t use the current version of the Visual Composer as it doesn’t react when I would like to add an element.

There is a notification in the plugins section which suggests updating the Composer to version 4.12 but it doesn’t allow me to do so.

Thanks :)

Hey :)

If you’re upgrading from Salient VC 4.9.2, you’ll need to delete the plugin from your plugins section in the WordPress admin panel before installing the current version (4.12) in Appearance > Install Plugins – This is necessary due to a bug in the Salient VC 4.9.2 which prevents regular updating. Also make sure you’re on the current version of Salient (7.5+) or else the new VC won’t be available

Hi Nectar,

I’m looking to change the order of the social icons above the header nav. I used to do this by changing the order in header.php but the code is no longer there.

Can you tell me where I can do this? Thanks!

Hey RollingSpoke,

The function “nectar_header_social_icons” in the functions.php file is now the area where they are :)

Cheers

Hello, first congratulations for the good work.

I installed the plugin (Ultimate Membership Pro) for user registration, but I have a checkbox terms and conditions not listed. Plugin author told me the following (” Checking your Page it looks like a style from your current theme set for all checkbox special css style that makes them invisible. See how it looks with the current theme deactivated.”).

Page-register-problem: http://www.designthinking.services/registro-usuarios/

Question.

which means the author of the plugin? How do I get if that chek box is displayed?

Thankss =)

Thanks balvin :)

In the Salient options panel > form styling tab have you tried to turn off the option for “Enable Fancy Select/Checkbox/Radio Styling”?

Cheers

Hi, how do I create a 2 column contact form? Is there a sample code you can send to me and I can edit it from there. Thank you!

Hey hochangjun!

If you’re using CF7, in the form creation screen you could use columns like this:

<div class="col span_6">
<p>Your Name <span>*</span><br />
    [text* your-name] </p>
</div>
<div class="col span_6 col_last">
<p>Your Email <span>*</span><br />
    [email* your-email] </p>
</div>
<p>Your Message<br />
    [textarea your-message] </p>

<p>[submit "Send"]</p>

Cheers

Hey there! Love the theme, but I’m a little stuck.

I’m trying to get my eCommerce site to show more than the default 12 products per page. Is there any way you could you direct me as to how to make a “View more” button load more products on the page (instead of the page numbers)?

As a plan b, I tried to show 36 items by adding this code to my functions.php file in the child theme folder:

// Display 36 products per page. Goes in functions.php
add_filter( 'loop_shop_per_page', create_function( '$cols', 'return 36;' ), 20 );

But, it didn’t work. Any thoughts?

Thanks!

Hey cnettles!

You’d need to alter this line in the functions.php file :)

add_filter( ‘loop_shop_per_page’, create_function( ’$cols’, ‘return 12;’ ), 20 );

also adding a load more button would require some custom development or the use of a plugin as of now

Cheers

Heads up – I cannot disable the Nectar Slider in Responsive Options (under VC column options) for mobile, tablet portrait, tablet landscape or desktop. Just isn’t working.

As far as my wp goes, it turns out it was my caching system wasn’t updating fast enough for me. It is working now. I did turn parallax off, however – which is when it started working, after the cache cleared.

Thanks for your prompt response, I appreciate it!

You’re very welcome :)

Hey my man!!! Hope all is well!!! I LOVE the new updates!!!!

Just a heads up, on Firefox 43.0.1, the new demos only show the loading spinning icon. But when I use Firebug to inspect element and remove the loading div, I can see the site. This is on your demo too:

http://themenectar.com/demo/salient-product/ http://themenectar.com/demo/salient-service/

Hey CrucialCounty! Thanks for reporting – i’ve noted to test with that specific version. More current ones should work normally as well

Cheers

Hello, When we open a portfolio project on our site, the top navigation no longer works. . . are we missing something? http://storyboardmedia.com/ Thanks, -L

Fixed it! I had the link in the menu section: #about. I needed to put the entire link in: http://storyboardmedia.com/#about-us.

Thanks anyways!

Hey CleverCreative, glad to hear you’ve sorted it :)

Hi, I have been using Salient for a while now, great theme! – and have seen a few other requests for this. Do you have any intentions of integrating Visual Composers ‘Grid Builder’ feature for creating custom grids etc?

Cheers and thanks for all your work.

Thanks owdo!

It’s been on the wishlist – i’ve noted your +1 for the feature :)

Cheers

Thank you!

You’re welcome :)

Hi,

Update: FOUND IT! :)

Probably a really stupid question. But how do i use the new feature with the Anchors on a (product)image? I really would like to use it, but i can not find it.

Thanks,

Rolf

Hey Rolf :)

Glad to hear you’ve found it!

Hi This is murthy as Webdeveloper I am using salient theme moschip.com(Production) , http://98d.178.myftpupload.com/contact/(Staging) , I have one issue “Oops! Something went wrong.” ‘This page didn’t load Google Maps correctly. See the JavaScript console for technical details.’ Please find the attached screens, I have seen console “Google Maps API error: RefererNotAllowedMapError” , I have integrated new API for this website but unfortunately showing same issue in staging in production I have integrated other method for temporary please give suggestion it ts very high priority.

I have go through this forum and implemented there is no use.

https://www.latecnosfera.com/2016/06/google-maps-api-error-missing-keymap-error-solved.html

Hey murthy, the current version of Salient (7.5+) now has a field in the Salient options panel > general settings > css/script related tab for adding in your API key. Once you provide an API key for google maps it will load.

If you’re already providing an API key, please open a ticket in regards with your admin credentials so I can take a look at what’s going on :) themenectar.ticksy.com/

HOLY $HIZA those 3 new demos are INSANE!! I Frickin’ LUV how you keep raising your own bar ThemeNectar!

Glad you’re digging them sterlingwilliam :)

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