Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,182 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38435 comments found.

Hi, Can we make the transparency for the caption in the sliders to spread to the full width ?

Hey deepakkumarv!

That would require a bit of custom css at the moment. If you open up the main stylesheet (style.css) and head to the rule for ”#featured article .post-title h2 span” you’ll find the necessary css to apply to the nectar slider caption to get a similar effect.

Hi Is there any way I can add more google fonts. I need to use nunito to keep the site on brand with other material Any help appreciated!

Hey PLMMatt! See this in regards for the time being: http://themenectar.ticksy.com/ticket/51185/search/

Cheers

Hi ThemeNectar, Thanks for the awesome update. I wanted to know if the sliders can still autoscroll after the users has stopped using the navigation ? Currently the auto carousel stops after the user navigates using the slider.

And is it possible to have the full width slider to continue to first slide after the last slide ? Currently we can see the slider moving to the first slide through all other slides and then continuing its carousel.

Thanks in advance.

Cheers!

Hey deepakkumarv!

1. If you want the autoplay to keep going, open the nectar-slider.js located in the js folder and search for this function “nectarSlideRotateInit”

Inside that, delete this:

clearInterval(autoplay[$('#'+slider.attr('id')).attr('autoplay-id')]); 

2. It should already go back to the first slide after the last slide when auto rotate is enabled. I’m probably slightly confused as to what you’re asking – could you elaborate more?

Cheers!

Thanks for the continuous support Theme Nectar. I am so glad I bought this theme.

2. Current, the slides move from right to left for every slide. But when shifting from last image to first image the effect is slide from left to right. Can this be made to right to left even when shifting from last image to first image so that it is uniform ?

Here is an example of the transition http://w3widgets.com/responsive-slider/

Is it possible to change the slide effect to zoom effect ?

Thanks and Cheers.

I understand now, you basically are looking for an infinite effect. Unfortunately that’s not possible because that effect requires the DOM elements to be removed and append on the end constantly to appear it’s wrapping. Doing that with the video elements would cause cross browser issues and even if you’re not going to use video backgrounds, it would take a good deal of development to code that effect.

Wonderfull upgrade ! Salient really is one of the best themeforest item.

Thanks a lot Erik_Echo! I’m very happy you all dig the new features/design :)

Hello,

I’m considering buying your template. It looks really, really nice! I’ve got one question regarding the WooCommerce function; is it possible to create serveral categories? So you can place these categories in the menu?

If this is possible I’ll definitely buy your template!

With kind regards

Also: If it is possible to create the categories/pages for the shop, is it possible to create unique header per categorie/page?

Hey JayAarts!

1. By default you can create as many categories as you want for WooCommerce and also place them in the navigation if you desire :)

2. Right now you could accomplish this by make pages for each category, using a nectar page header for each and then display products in your category with a WooCommerce shortcode.

DANG dude…. you continue to SHOCK and amaze me!!! Unbelievable update!!!!!!!!!!!! SHEESH!!!!!!

1. Is there anyway to add a featured products grid to the home page(or any page for that matter)? Any solutions for this? Shortcode plans?

2. This is a big one for me… any possibility of making the mega menu widgetized? Or are there any hacks for this for now?

Thanks my friend.

Perfect!!! Thanks man!!!

One other issue… and others have expressed the same problem… but the slider arrow icon and search icon aren’t working for me.

Thanks!

Nevermind… cleared cache! :-)

Yeah, cache is always my worst enemy when pushing large updates!

Cheers :D

I’m trying to update my theme and I don’t understand where to go when you say “delete the current version.” Delete the current version from where? On Wordpress when I’m looking at the theme there is no deletion section if it is the current theme in use.

Also add this to the snippet:

.single #single-meta li .n-shortcode {
   display: none!important;
}

Yep that did the trick. Thanks and enjoy the rest of your day.

Can anyone get prettyphoto.js to work on IE9 or below. It’s only working in IE10 for me.

Hey pphelan! I just check in IE8 and it works as it always has. There has been no reports of it failing in 8 thus far either.

Never mind on the SEO Yoast theory. I’m still having lots of problems with IE9. Opened a private ticket under your support.

Okay, again that’s pretty weird – IE9 has always functioned near identical to IE10 and there’s never been reported issues with it.

I’ll be with you as soon as I can there just please be patient since there is a longer than normal queue that built up from when I was focusing on 2.0.

Cheers.

Hi, I really like your theme! I have a suggestion – I think it would be great if you could include a landing page template in a future update. That is, a page template without the header. Or maybe there is already a way to do this? It’s a great theme though, thanks a lot!

Hey EdwardThomsom! I have indeed entertained the idea and maybe you’ll see it come to fruition in future updates :)

Cheers

Hey! Is it possible to add the google maps, from the contact-page to other pages. I would like to have everything on one page, and the google maps at the end.

thx, best, Tony

Hey Tony! This would require you to copy the code on the page-contact.php to your other page file. You would also have edit the functions.php fle to not only enqueue Google maps library on the contact page. Search for “nectar_page_specific_js” in that file to end up at the right location :)

Cheers!

Hello, sir! Can you please tell me which font did you use for logo?

Thanks in advance!

Brandon Grotesque :)

Cheers!

Thank you, I really apreciate it! Cheers to you too!

You’re welcome!

Hi, I had issues with plugins with another theme I purchased. I would like to know if this theme works with popular plugins?

Thank you!

Hi. Thank you for great update. But I don’t know How to upgrade this theme. Do I must restart all step A to Z ? Give me some tips for save my working time. Thanks. :-)

Hey auka01! You don’t need to restart anything as long as you have not modified the theme files directly. All you need to do is delete your current version and upload the new. All of your theme options and settings will transfer over :)

Really? I will Try this. :-) Ultimate Thanks. Happy Nectar all day! Cheers!

Cheers to you too auka01! :)

Hi hi may i know how i can change the number for the recent Post ? current is showing 4 colums but i want change to 2 or 3

Hey jikey, you would need to modify the shortcode-processing.php file to do that. You would have to change both the column class to span_6 or span_4 for 2 or 3 columns and also change the number of posts return in the query.

Cheers

Heya, I’m having issues embedding vimeo videos. They are automatically resized and at the wrong aspect ratio. Why can I not control the iframe dimensions?

Hey, because video embeds are responsive in Salient and the dimensions will change depending on your screen size. If you want a fixed size and don’t care about responsiveness, just enter this into your custom css box in the theme options panel:

.iframe-embed {
  padding-bottom: 0px!important;
}
.iframe-embed iframe {
    position: relative!important;
    height: auto!important;
    width: auto!important;
}

Cool thanks for the reply. I like the embedded videos being responsive but it would be nice to control their relative size. For some reason I am getting black strips down the sides of my embedded vimeo, this doesn’t look good on a white background. Any tips?

In that case, just enter this into your custom css box and alter the padding bottom slightly until your lines go away :)

.iframe-embed {
  padding-bottom: 53%!important;
}

Hey guys! Just posting to let you know that

The new video tutorials for Salient 2.0 are up!

Check them out on the Salient playlist here:

http://www.youtube.com/playlist?feature=addto&list=PLL7Ay33CTsIAVMPtw3KPsAwDzr_XoVLeq

Cheers!

Hi, 2.0 is WOW! Thank you for making it happen! Where is the tutorial on the Videos functions for the slider on the Home page and other things? The YouTube videos are listed from 2 months ago, but are they current with 2.0? I’d love to get started on adjusting my site, but I tried to add a video and it moved since the slider is times and also the video didn’t take up the whole page. It would be great to have updated tutorials on all these amazing features. If there are tutorials for 2.0 are they on the YouTube channel for Salient or elsewhere? Thanks! -Avi

I just uploaded 3 tutorials on the Salient Playlist – check them out at the salient playlist: http://www.youtube.com/playlist?list=PLL7Ay33CTsIAVMPtw3KPsAwDzr_XoVLeq

Also, the image of the devices on the bottom of the home page is actually a single image just placed in an image with animation shortcode.

Cheers!

Thank you! Viewing now!

Hi, I should say this is an awesome update. Thank you so much guys. One quick questions. Is it possible to make a video play when clicked on the full width video backgrounds and resume video background after the end of video play ?

Thanks for the awesome update.

Glad you dig it deepakkumarv! Right now your video backgrounds will autoplay and loop. If you desire your videos to only play when clicked, you should use a video popup player in a button link. I go over this in the new video tutorial on the slider :)

http://www.youtube.com/watch?v=FLU9Pxo_RD8

Cheers!

Thank you so much for the video tutorial theme nectar. I just love your support. Cheers!

You’re very welcome!

hey, since ive download the update.. the search button on header ist broke.. how can i fix that

Hey levelonedesign!

By clearing your cache and if that doesn’t work, than checking for a plugin conflict :)

Hey bro awesome theme, just a quick question I can’t find the home basic look that your theme demo shows. I looked into the pdf guide but I thought the home basic demo design would be available with a flick of a button. Let me know if I was mistaken. Thanks

Hey bro thanks for the link this will be a big help. Unfortunatley I don’t see Nectar Slider in my WP admin panel and I am updated to the latest, any thoughts thanks again.

Nevermind bro I noticed the update you have really good customer service BTW bro. Its really top notch and I appreciate it.

Thanks ivory2345!

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