Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,195 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38438 comments found.

Hi have you some news on your theme WPML compatibility?

Hey inetika – still waiting on a dev license from WPML

ok thanks .. have You any idea about the development time

You’re welcome – No ETA yet unfortunately

Hi ThemeNectar, Im very very new to Wordpress. I have seen your theme modified at http://www.fiftythree.com/paper. Could you tell me how to create the widget area like they have? Many thanks!

PS thanks for such an awesome theme!

Hey chachaty :)

That site is not using Salient and doesn’t appear that they’re even using WordPress. If you wanted that look for the widget area you would need to write a good deal of custom styling.

Cheers

Hey everyone,

Salient v3.1 has landed!

The primary purpose of this update was to make Salient ready for WooCommerce 2.1, but I also took the time to include a bunch of additional bug fixes and add a couple minor additions. The update has been submitted to ThemeForest and should be available to download soon! A full changelog will be posted in the morning.

Thanks for your patience & i’m sorry I couldn’t get to all your comments on here tonight – I’ll be back on after some rest to resume answering your questions :)

Cheers!

Thanks for getting back to me on my ticket, appreciated very much.

I have two you tube videos, and on one of them the buttons such as play and volume are not clickable, is there a fix for this please? or have I done something wrong?

Thank you kindly V

I will give it another go now, thanks.

Great it worked, thank you very much for your help! you guys are awesome!

You’re welcome :)

Hi guys

Where did you buy the video playing in the header here: http://themenectar.com/demo/salient/about/about-us-extended/

? Tx

Hey alienintelligence, all of the demo videos are documented in the User Guide > Dummy Data section :)

Is it possible to change the Portfolio category names in the portfolio and to have multiple portfolio pages. I want us something other then illustrations, video, etc…

Hey themanlifestyle,

you can indeed change the category names of existing ones and add your own. You can also specify what categories to display each time you call the portfolio element thus making it possible to display different sets of categories on different pages. :)

Cheers

Since I have updated for the new version, my podcast feed doesn’t seems to be read by iTunes for the description of the podcast. I don’t know why, but the description (content on my post) don’t appear anymore on iTunes. If you know what can be the issue, I will appreciate it.

Hey Marc, nothing has changed with the rss feed (which is what Itunes looks at as far as I know). http://www.marcfitt.com/feed/ it seems some of your posts have descriptions while some don’t. It appears the ones that don’t are jumping into using the page builder right away in the single post which can’t be parsed. Try not using the page builder for a post and seeing if that helps :)

Hi,

is it possible to make 3rd, 4th and more levels menu?

Thanks,

Hey radicofani!

Yes, you can add deep dropdown levels :)

Cheers

Hey Phectar,

Quick question in regards to the Logo.

It seems a few people have told me and discovered this myself that the logo runs into the home and portfolio menus sections when the browser window’s width is short enough.

1-Is there any way to make the menu items scoot under the logo when that occurs?

Thank you,

-CS

Hey CS!

Yes indeed :) add this into the Custom CSS box located in your Salient Options panel:
@media only screen and (min-width: 1000px) and (max-width: 1300px) { 
   #header-outer #logo img { 
      padding: 6px!important;
  }
}

Many thanks sir.

I saw your previous comment about needing to update to 3.0.5 to fix the client display. I did update, but I’m still not able to add more than 5 items to the client display.

Scratch that…it must have been a cacheing issue. I cleared browser cache and it works now. Thanks! Awesome theme!

Good to hear Josh :)

Cheers!

how can I change right margin in boxed layout? I’ve problem with images which i couldn’t to align-right ;/

Hey David,

If you’re trying to move the entire boxed aspect of the theme around enter this into the Custom CSS box located in your Salient Options panel:

#boxed {
    right: 100px!important;
}

Hi, Beautiful theme. I have a question about sliders for the home page. I want the fade effect (so I can have a static background) like the home slider, but want to be able to add more information to the slide such (title, caption, button) like the nectar slider. Is there a way to accomplish this?

Thanks borzoid :)

Unfortunately there’s no option to do a fade effect through the Nectar Slider, so if that’s something you need I would look into Revolution Slider as there’s a page builder for that so using it with Salient will be easy :)

Please check Ticket #159956

Hey leeanddrew, please see my respond to pdrpinto77 :)

Hello and Thx for great Theme its amazing no wonder lots of sells.

Question: When will you implement Bootstrap 3.0 ?? or is it possible to do it my self?

Hey lazsource!

I have no intention of integrating that as Salient is already built on a CSS boilerplate and Bootstrap would conflict. If you want to include it yourself you could, but some other things would most likely break and need some attention.

Cheers :)

Ticket #159851 please

Hello pdrpinto77,

The average queue time for the forum is 1 – 2 days and I don’t always get to be in full swing on weekends due to having to put time aside for necessary development.

Thanks for your patience :)

How do you center the pricing table? I’ve tried all the tricks I know (which aren’t a lot) and can’t quite figure it out.

Hey again!

The pricing table always will fill out the entire column it’s in. If you are trying to have it centered and small, don’t put it in a column shortcode and instead wrap it in a div like this:

<div class="centered-pricing">
PRICING TABLE SHORTCODE HERE
</div>
and then add this into the Custom CSS box located in your Salient Options panel:
.centered-pricing {
  width: 60%;
  margin: 0 auto;
}

1. Thought I would post this again (continued from old discussion). The code you gave me for the slider heading works great but I have a little issue now where the transparencies are now overlapping. Example: http://collinssafety.ca/art/img1.png

What do you suggest to give this more separation?

2. Is there also a way to move this whole text/button combo to different areas on the slide?...Like say lower left. Having this option would be useful on other slides as well.

3. How can display other agency’s icons (i.e. Better Business Bureau) in the footer. Tried several ways to no avail. Something like this is what I’m trying to achieve: http://collinssafety.ca/art/img2.png

4. Is it also possible perhaps to use/interchange (or replace) other theme’s footer’s instead? Just curious as it might make things quicker/easier if we preferred other layouts.

Thanks Joe

Thanks again!

Hey again!

There’s no coding required, just download a plugin like this: http://wordpress.org/plugins/simple-social-icons/ and plug it into your widget area :)

Thanks you!!

You’re welcome :)

The twitter image in my footer is misaligned with the other social logos. How do I fix that? (www.fyourstroller.com)

Hey again,

It appears you’ve somehow placed your copyright div inside of the actual footer widgets div which is messing up the styles. You probably just have a missing:

 </div>

tag somewhere before the copyright div in your footer.php

Cheers!

I’m having a hard time uploading the update. My Wordpress keeps telling me there is already a folder named Salient…..yadadada

Any ideas on what I’m doing wrong?

Disregard. I figured it out.

Good to hear missliss_us :)

Amazing theme, just one thing. A friend has it and on the Recent Projects, he was not able to put more than 3 projects per page, making it 3 big thumbnails on size. I was thinking on something like 12 last projects 3 rows with 4 columns. Will I be able? Is it difficult?

Hey aldebaran9,

Tell your friend that he should use the portfolio element instead of the recent projects element – the number of items can be defined to 12 in that where the recent projects are limited to 3 at a time in a carousel. :)

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