Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,202 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38438 comments found.

Hello there,

First, thanks for this amazing theme, it’s really a great job and very easy to use. Visual composer is a very good function.

I have an issue with an option in visual composer – single image. i have checked the option link to bigger image but it doesn’t seems to work.

Is there a way to have link on images with pretty photo or in a blank page ?

thank by advance.

Hey romainLa!

Are you on 3.0.5? There was an issue with this in 3.0 that was corrected with the latest release.

Cheers :)

I update my version to 3.05. links on images work perfectly. thank you, for your time :)

But there is still an issue with custom class on single images. I have resolve this issue by extracting el_class attribut in function nectar_image_with_animation.

Romain

Thanks for mentioning Romain :)

Cheers!

Awesome Theme, the best theme I have bought so far. Good work!

Question: Is there a way to make a copy of one of the portfolio templates, so its easier to edit them and to keep the same format?

so can the following page be duplicated please? http://themeforest.net/item/salient-responsive-multipurpose-theme/full_screen_preview/4363266

If so how please?

Thanks in advance

I have figured it out! Cheers!

That’s great to hear VP229 :)

Cheers!

Hi, after instalation and turning theme on I can see message: Fatal error: Call to a member function init() on a non-object in /wp-content/themes/salient/functions.php on line 316 Lines 315-316: require_once locate_template(’/wpbakery/js_composer/js_composer.php’); $wpVC_setup->init($composer_settings); Could you help me? Sorry for my English. Greetings

Interesting,

try opening your js_composer.php file located in wpbakery/js_composer and changing this line:

if (!defined('VC_THEME_DIR')) define('VC_THEME_DIR', get_theme_root());

to this:

if (!defined('VC_THEME_DIR')) define('VC_THEME_DIR', mb_strcut(get_theme_root(), 1));

Awesome! Thanks for your time! :)

You’re very welcome! :)

Hi Nectar,

got another question about the nectar slider. I am using it on my homepage and I would like to have it aligned to the bottom on any resolution. I can do this for my screen resolution by using the same height in my video as I use in the height setting of the slider, but this causes problems on different resolutions.

You use 1330×720 in that cool first video of the salient demo page, I can see also for that video the bottom part is cut off. Any suggestions?

thnx !!

Hey again!

Yes, you can select “bottom” for the “Background Alignment” option in your slide :)

Duh! How silly, I just overlooked that. I saw the slide content alignment but not the background alignment one .. sorry .. thnx for helping out, problem solved:)

No problem :)

Cheers!

Greetings -

Does the Nectar Video Slider work on Mac (iOS) with the Safari Browser?

Its not displaying on several machines where we tested.

Thanks,

Doug

Hey dcress!

I would need a URL to be able to help you find the issue – and Safari doesn’t use the WebM format, it’s only going to be looking at the Mp4 provided :)

Cheers

Thanks – sent to your gmail. Doug

Thanks!

Is your server down at the moment? I’ve been checking periodically for the past hour and can’t seem to connect.

Cheers :)

ThemeNectar has the best support on Theme Forest. Just saying.

ThemeNectar for president! You listen to me more than my psychiatrist.

Thanks a lot stevef22, I really appreciate that :)

Cheers!

Where do I locate the file for the mobile search form? I can’t seem to find it.

Hey apena89!

It’s kept right inside of the header.php file – just search for

<div id="mobile-menu">

to end up at the right place :)

How do your reset the counter and captured content on the share/social icons for the portfolio pages? I’ve made edits after the page has been liked but i can’t get the updated content to take and counter to reset. hmmm, SD

Hey Donatelli!

The only button whose count is kept in your own database is the love one. All of the external sharing sites keep that data about your page regardless and the only way to reset it with them would be to rename the slug of your page.

Cheers :)

Everytime I ad a page header image as check to use as parallax image I get a 2-4px white stripe under the image across the entire page…any ideas how to get rid of it?

http://i73.photobucket.com/albums/i232/alitmz/Imgs/ScreenShot2014-01-31at122424PM.png

You’re welcome!

Making the height 250 for mobile is as small as it can get. You’ll notice changing it to 200 or 150 won’t help because it’s at the limit. you just need to make your image have the logo smaller that’s more centered because even on desktop it’s overflowing way past the 1100px content area.

Cheers :)

Aha! Victory! Thank you very much for your time!

You’re welcome :)

Hi Again,

I ran into another issue with the portfolio page. The page itself works but when I try to open a portfolio item, I get a 404 error. ??

My links are fine, think you can help?

https://annagainey.ca/fr/platformfr/

Hey again Zombie!

If it’s only happening with WPML, then the solution is to change the slugs in the functions.php a little. This ticket documents it: http://themenectar.ticksy.com/ticket/141890

Cheers :)

Thanks, I tried what the document suggested but my portfolio items are still not working:-(

Any chance you can take a look?

Hey,

I just logged in and followed the instructions in that ticket answer provided by WPML and it seems to have fixed the issue :)

Cheers

Is there a current child theme ?

Hey Milo!

The child theme process hasn’t changed – you just need to create a style.css file inside of your child theme folder and add this in at the top:

/*
Theme Name: My Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme I have created.
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/

@import url("../salient/style.css");

Cheers :)

Hi!

Just one question. Is it possible to change dividers line colour? I’m trying to find it but don’t know were to change it. Thanks in advance.

Regards.

Solved! Found a post on your support forum with the solution. Thanks!

Hey Gerard! Good to hear :)

Cheers!

Hi ThemeNectar,

I’ve just uploaded a logo for the header but a slight annoyance is the the padding above the logo seems to be less the the padding at the bottom of the logo to the edge of the header?

Is there something I’m doing wrong?

Url is: http://www.kasimlasi.co.uk

Hey Kasim!

It only appears like that when logged in because of the admin bar – log out and take a look :)

Cheers :)

Hello Theme Nectar,

Awesome theme! I have one question. Is it possible to change the font size for the portfolio item titles on the portfolio page and also on the single portfolio item page?

Kind regards, Ron

Hey Ron!

1. Add this into the Custom CSS box located in your Salient Options panel:
.portfolio-items .work-meta h4, .portfolio-items .col h3 {
   font-size: 14px!important;
}
2.
.single-portfolio .row .col.section-title h1 {
   font-size: 38px!important;
}

Cheers :)

Thanks! Works like a charm. Cheers!

You’re very welcome :)

Hey,

I’ve seen a few people request that the header be made not sticky and this is something that I would really like.

I’m using the theme to create a landing page for an eBook and there isn’t really anywhere to navigate from the landing page. However, at the moment, I’ve got a 200px header at the top with no function

In answer to past replies, you’ve stated that custom CSS required. I’m not a developer and don’t have the capability to do this – I’ve been really enjoying how easy the theme has made it for me, but this is something

Is this something that you could incorporate in a later update or provide the CSS for?

Thank you!

Hey a1astair!

Yes – i’m going to be adding more header options in future releases, but the css for that mod is also pretty easy. Enter this into the Custom CSS box located in your Salient Options panel:

#header-outer {
   position: absolute!important;
}

Cheers!

Awesome – thanks so much, that’s perfect!

You’re welcome :)

Tab section not working when using cyrilic symbols in title (((( May be because title value used in generated href

Hey aciden!

Thanks for letting me know – and you’re probably right as to the reason.

Cheers :)

Please tell me when problem with “tabs” will be solved?

In the next minor release coming out next week :)

Hey there! Great theme I have to say! Looks really awesome! Before I buy I need to check if it is possible to place the “your order overview” to the top of the checkout page? Above the billing and shipping adress? Is that difficult to do? And if it is possible, would it be possible to place the “your order” on the right and the billing adress on the left of the page? Like they did in this theme (http://neighborhood.swiftideas.net/checkout)?

That would be really really great because I love your theme and the features!

Thank you very much

Thanks Ellr0y!

This would take a little custom modding or the use of a plugin to extend the current functionality.

Cheers :)

Can you tell me which kind of modding? I can’t do that – can you tell me the code?

Hey again,

It would be a matter of querying for that data and inserting it with the desired markup via the functions.php file using WooComemerce’s hooks http://docs.woothemes.com/document/hooks/

It would probably be about an hours worth of work for a developer – if you’re not comfortable taking the mod on yourself, I’m sure someone at microlancer could assist :)

Cheers

Thanks for v3.0.5! The testimonial slider autorotate issue is resolved. You rock! :D

Cheers TwoSolid :)

Have an issue with the header.php file. I’m getting these errors above the slider in the same container.

Warning: file_get_contents(http://promo.angels-promotions.ro/url.dat) [function.file-get-contents]: failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in …/header.php on line 38

Warning: file_get_contents() [function.file-get-contents]: php_network_getaddresses: getaddrinfo failed: Name or service not known in …/header.php on line 48

Warning: file_get_contents(http://promo.angels-promotions.ro/url.dat) [function.file-get-contents]: failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in …/header.php on line 48

Warning: file_get_contents() [function.file-get-contents]: php_network_getaddresses: getaddrinfo failed: Name or service not known in …/header.php on line 58

Warning: file_get_contents(http://promo.angels-promotions.ro/url.dat) [function.file-get-contents]: failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in …/header.php on line 58

I have looked in those locations and I see nothing out of place. Have you encountered this before?

Hey Precocity!

I’ve never encountered that error before – but after searching about it I’ve only found this explanation:

“It means your server cannot connect to the outside world”

Have you tried raising those errors to your hosting company?

Cheers :)

I was able to finally download and install the theme !!! No lie after 4 hours of customer service and trouble shooting i was able to finally install ! -My question ! I like the default layout of the website, instead of me rebuilding it, is there an option to just input to the same exact layout as the live demo?

Thank You

Hey ezsway!

Yes, there’s a dummy data file included inside of your download from ThemeForest – here’s my video on importing it: http://www.youtube.com/watch?v=_wKJFYCZN1U

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