Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,138 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38434 comments found.

Hello first of all love the Theme ever since it came out!!! One question when will you guys update it to Foundation 5 its so nice looking the new foundation :)

Thanks lazsource :)

Salient is actually not built on foundation so there’s no way to update/incorporate that without custom development.

Cheers

Hi! :)

On posts pages, the background at the top of post (title, author, date, category, number of comments) and at the bottom of post (tags + comments) is light gray. How can I get it white on all posts pages of my blog? Here is an exemple: http://laurenecastor.com/la-revanche-des-cancres-bienvenue-dans-lecole-du-futur-de-usbek-rica/

Thank you! :-)

Hey!

Add this into the Custom CSS box located in your Salient Options panel:

.container-wrap, .project-title {
  background-color: #fff!important;
}

when i purchase and use the BLOG INFINITE SCROLL option, can it be applied to a ‘BLOG STANDARD with sidebar’ setup? or is it only available on the blog masonry setup? LET ME KNOW. I would need it for the BLOG STANDARD setup !

Hey maijintheartist,

It’s available for all blog and portfolio styles :)

Cheers

Hi I am considering purchasing. I have one question: The portfolio items on the “Landing Page” could those link to a video that would play in the light box? Thanks

Hey so1991,

Yes they could :)

Cheers

Hey! I just got started with building a site from this template, and I have to say that it’s the best built Wordpress theme I worked with so far. Good job!

Could you please tell me how to change the font for the milestone counter? I understand that it need some sort of css fix, but could you point me in the right direction? I would like to have it styled the same way as a H2.

And, I might as well do me next question here too – is it somehow possible to include the woocommerce part at the bottom of the start page? I will a information site with a simple store with three products attached to it, and if possible I would like to make everything happen on the same page if you understand what I mean? It’s still in development, but you can find it on ingenreklamtack.com.

Thanks klashjelm!

Enter these in your Custom CSS box located in your Salient Options panel:

1. I don’t know whether you wanted to change the label or the number itself, so here’s snippets for both:

1a.

 body .nectar-milestone .subject {
   font-family: 'OpenSansSemiBold'!important;
}

1b.

 
body .nectar-milestone .number {
   font-family: 'OpenSansSemiBold'!important;
}

2. Modifying the way the WooCommerce plugin works would require some custom development – I would recommend posing this on the WooCommerce forums to get the best advice for going about this :)

Cheers

How can I get this kind of page done http://themenectar.com/demo/salient-frostwave/about/about-me-example/ ? I am trying but I can’t make those PieCharts to be 4 of them in a row.

Thanks in forward!

Hey Andrjeek,

It’s a nested row within a full width content row – here’s the dumy data just for that one page you can paste into your editor :)http://pastebin.com/RfCusE0P

Cheers

I’m having an issue with my header and happens on my ipad and my pc no matter what browser, the header menus are not aligned when the sites first loads but works fine after scrolling https://www.dropbox.com/s/yhk9v9h8mahevgp/Screen%20Shot%202014-05-31%20at%204.20.45%20PM.png

my link: https://www.nine-1.com

also what the screen layer #1-#5 do?

Hey Juniormc,

1. Have you checked to make sure it’s not a pluign conflict?

2. https://www.youtube.com/watch?v=NIgi-YyspcE

Cheers

Hi again!

Is it possible to make the transparent bar solid ONLY after I pass the header image on the page? Or maybe have the header only become solid after a certain number of pixels. Because I’m using my logo outside the menu bar, and it blends with the image on the background. Here is the link so you can see what I mean: http://itsalive.pt/wp/

Once you start scrolling down, the logo becomes hard to see.

Thanks!

Hey weknowyou!

Right now that would require some custom development to the init.js file since the scroll event that triggers the coloring change is the same event that does the header resizing

Cheers

Hey!

Thanks anyway, I managed to do it just by adding ”>400” after ”.scrollTop() on line 2776 an 2791 in init.js would be a cool feature to add on a future update though ;)

Cheers,

Hey – glad to hear you got the solution for your setup :)

Cheers

I would like to group my blogs in tabs by year. I have tab for 2014 and 2014.

When I add blog in masonry format on my first tab, they are displayed properly and fine.. But when i add the same masonry blog in second tab, it is not displaying anything at all. However, if I add blog in second tab with standard formatting (not masonry), it appears fine.

How can I display my blog in masonry in second tab???

Link here: http://heidesigns.com/dev/wp/imagine/latest-events/

Thanks.

Hey heidesigns,

as of now you can’t have multiple masonry blogs split up in a tabbed/accordion element – but it’s on the to-do list to lift this limitation :)

Cheers

Wow you almost sell your first million dollars, congratulations. You deserve it, your support is amazing, your work is amazing, we love all the fix and updates you always provide in this cool theme. Thanks a lot

Thanks so much mzuker :)

Cheers

1.having trouble getting nectar slider to fit under ubermenu ,i added two fields to the header and moved menu down a line in Custom css. http://ervinknight.com/devenir/ 2.How can i change the color of background the image is transparent so id like to have a solid background color.

Hey ervinknight24,

1. It appears that the slider is sitting under the menu normally – have you already sorted this?

2. Use this in your Custom CSS box located in your Salient Options panel:
.swiper-container, .swiper-slide {
    background-color: #FF0000 !important;
}

Cheers

Hey ThemeNectar! I have a little problem with the Nectar shortcode! It seems that i cant add ANY shortcodes at all when i´m editing in a text block. Is there any solution to this?

Hey jonasgraversen!

Please ensure this is not a plugin conflict – if that’s not the case kindly open a ticket on the support forum so I can take a look :)http://themenectar.ticksy.com/

Cheers

Hi, Im planning to build a corporate site for a big company. Some questions: 1. Is your theme compatible with wpml? 2. Does it include .mo files for spanish and portuguese? 3. Does the top bar menu admit dropdown? 4. Can I see any example / demo of salient being used for a corporate site including translations, lots of menu items and woocommerce?

Thx!

Hey Mono14,

1. Yes :)

2. Unfortunately not, only a default .po/.mo are included which are ready for translation into any language.

3. Yes it does.

4. A lot of buyers post their URLs here for support purposes or just to show the finished product so if you scroll through the pages you’ll probably be able to find an example like that :)

Cheers

How do I get responsive BG’s?

The BG is indeed functioning as expected with background-size: cover – in smaller viewports since your content still has a lot of height clipping on the sides is expected. Here’s a different background size method you might be looking for though:

body .wpb_row {
    background-size: contain !important;
}

That’s what I was looking for! Thanks!

You’re welcome :)

how are you getting the header to be transparent in such a way that the image below it shows through like so: http://themeforest.net/item/salient-responsive-multipurpose-theme/full_screen_preview/4363266

I figured it out in the Header menu for the theme…some cool new stuff in this version!

Hey mrpiano, glad to hear you sorted it! :)

How do you add the new social media buttons like in the section “why I love what I do” of the demo: http://themenectar.com/demo/salient-frostwave/about/about-me-example/

Sorry – I thought you were referring to something else. The buttons on that page are actually just button shortcodes with the new icon option :)

Oh, okay cool. How do you add the various icon options to the buttons?

By selecting your desired font set inside of the button element in the shortcode generator :)http://i.imgur.com/Fs1awHd.jpg

Hi ThemeNectar,

Every time I refresh my page, my header shows up twice on top of each other. Anything I can do to fix this? site is live here.. thecravebar.com

Hey,

1. It seems to be your server loading the actual javascript files slowly rather than a css issue.

2. You’re welcome, just let me know if you can’t find it :)

Hi again!

1. You might be right, looks like it’s some issue when loading. Anything I can do to fix it to load properly?

2. Sorry, I’ve looked but couldn’t find the unclosed anchor. Can you please let me know where I can change the code? thanks!

Hey :)

1. If you’re not aware of any new plugins or items you’ve added that could have caused this, please check with your hosting company in regards since it apparently started out of nowhere.

2. If you can open a quick private ticket in regards (with login credentials) and let me know the ticket ID here i’d be glad to take a look for you.

Cheers

I’m having the same problem as jasonstewart24: I’m not seeing the Mouse Based Parallax Scene option… I have the latest version of Salient and I’m using the Visual Composer. The option just isn’t there when I edit the row.

Sorry, I read the change log and upgraded to 4.1.1 and now it works. Thanks!

Hey althaua, glad to hear you sorted it :)

Cheers

Hi, Is it posible to make this theme a single page one?

Thanks

Hey josespinal,

Yes, but you’d need to use this for animated scrolling: http://wordpress.org/plugins/page-scroll-to-id/

Cheers

I’m not seeing the Mouse Base Parallax Scene option… I have the latest version of Salient and I’m using the Visual Composer. The option just isn’t there when I try and edit the row.

Hey jasonstewart24,

When you add a new row inside of Visual Composer does the option appear for you?

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