Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,216 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38438 comments found.

Great theme! Wondering if I can customize the button on the home slider See phoenixidoctors.com the home page more information button. I’m looking to change the color etc of it. -rob :)

Hey Rob!

You could customize the color of that with custom css or you could just use the Nectar Slider (added in 2.0) which has options for button color & styles.

Hey,

Well, is there way to change the recent posts shorcode layout? Or change the mansory/standard to appears only blog category posts?

I want a layout like the mansory or standard: http://i.imgur.com/KsrjRW5.png

And if I use the recent posts shortcode is not very pretty: http://i.imgur.com/ejTSzQH.png

Hey Luck, the next release is bringing a new shortcode to place a blog in any layout, anywhere :)

Cheers

AWESOME! :D Do you know when?

Within a day or two :)

Cheers!

Hi, pre-purchase question, can the header have a telephone / contact number?

Hey sherissar, there’s a secondary header option as shown in the headers page in the demo – you could place your telephone number there :)

Cheers

Gallery captions under photos? It looks like it will work and display a caption but regardless it seems what I do, I cannot get the page to display captions underneath each photo in a gallery? (slider)??

Is this a glitch as its in the system?

Kind regards, Dan

Hey Dan,

there has never been support for captions in the gallery slider – the nectar slider is the only built in slider than allows captions.

Cheers

INCREDIBLE theme. Can you please tell me if Salient is compatible with a forum such as Buddypress (or any other interactive chat/messaging software?) Thanks.

Thanks a lot codeme!

Buddypress is on the roadmap for future releases – you can try using it now but may run into the need for styling fixes.

Cheers!

Hi there, I was wondering if I can include a video in a Wordpress Gallery item within a portfolio item? The idea is to be able to toggle between a few images and one video.

Is this possible?

Thanks!

Hey madferretproductions,

The gallery slider can only contain images, but you can place a video embed or self hosted video anywhere in your portfolio page.

Cheers

Thanks for the reply, no worries I’ll put it elsewhere on the page.

Great theme by the way! :-)

Thank you!

Cheers :)

Hi, Is it possible to add a nectar slider to the top of the blog template to show hand selected featured posts?

Hey divadwg,

In the next update you’ll be able to place the blog under a nectar slider :)

Cheers

Hey again.

Sorry for a lot of questions….

Anyway, where is the css file from class=”light”?

Some letters are not working. For example:

http://i.imgur.com/cOuhy6I.png http://i.imgur.com/GIlSKLj.png

Did you see the “vocÊ”, “poderÁ” and “conteÚdo”?

Hello luck,

you just need to activate the option for “Load Ext. Characters in Default Font” in the typography options tab in your theme options panel.

Cheers

Ah, thanks!

You’re welcome :)

Nectar Slider custom CSS? I’m having trouble trying to format the heading and the caption. I don’t know if my style I’ve created in my custom stylesheet is going to work or how to specify it.

Have created a style: ’.casestudy H2’ which I figured I could simply specify ‘casestudy’ as the extra class name and it would convert the heading over to a casestudy version of it…

Any help with this would be greatly appreciated.

Thanks :)

All good :) I worked it out!!

Great to hear danwin7 :)

Cheers!

If you view the blog in the default format, like this: http://themeforest.net/item/salient-responsive-multipurpose-theme/full_screen_preview/4363266 and full size the bunny video, you can still scroll and image elements will hover over the video. I don’t know if you can fix this, but the theme is beautiful, and I thought you should know.

Thanks shawksly! You actually just need to view the theme directly out of the ThemeForest iframe to allow the fullscreen effect to work correctly: http://themenectar.com/demo/salient/blog/

Cheers!

I was cruising through some tickets on your support and noticed you mentioned you will be fixing some IE8 issues for the next release. Do you have an ETA on when that might be coming out? Thanks!!

Hey jkdavis!

Yes, less than a week :)

Cheers :)

Hello! Trying to control the spacing on team member dividers to be equal top to bottom. They are if I use the social media links, but if not, bottom is shorter. What can I add? Thank you!

Hey!

Add this into your custom css box:

body .team-member p.description {
  padding: 15px 0px!important;
}

Cheers

Is the nectar slider available for sale. If not can I move it to a different theme if i purchase the salient theme?

Hey thorsky, the Nectar Slider is not available for sale and would require some porting to get it out of the theme – however you’re allowed to if you want. In upcoming updates it will be moved to a plugin and then it will be a breeze :)

Cheers

Hi ThemeNectar, Have you had the issue that the Revisions option disappears from the portfolio pages. The Revisions are still present on the regular pages but have suddenly disappeared from the portfolio pages?

Hey localtag, I’m not sure WordPress stores revisions for custom post types – are you sure they were ever there to begin with?

Cheers!

Hi,

To use Home slider video, I have to upload on something like amazon s3? Because on amazon s3 I have to pay for requests, and home anyone will access.

It’s really necessary to use ogv file?

That’s how the home slider displays videos – see the live demo to compare http://themenectar.com/demo/salient/home/home-basic/ The home slider floats the video on the left, expects a caption to be filled to show on the right and also expects a BG image still for the slide. The fullscreen video option is only present in the Nectar Slider.

Cheers

Ah, I’ll use Nectar Slider now, thanks.

You’re welcome!

hello, will there be a version of HTML or PSD?

Hey art90, there’s no PSD but there could possibly be an HTML release one day.

Cheers

Hi Nectar!

Best framework/theme i have ever used. Bar none. I’m excited for the next release! Will this update include the ability to have multiple blog pages displaying specific categories? You mentioned this feature a while back and i am in dire need!

Keep up the incredible work!

-G

Thanks a lot ggarfold422, I’m glad to hear you dig the theme – and I’m also happy to say that feature will indeed be in the next release :)

Cheers!

Hi,

How can I change the position of the sign ”$” (with the shortcode currency_symbol=”“) in the price table to appear after the price and not before ? $45 vs 45$

Hope it’s clear Many thanks

Hey da1234! You can do that mod by opening up the shortcode-processing.php file located in the nectar/tinymce directory. Search for “nectar_pricing_column” to end up at the right place and then modify this line:

<h4> <span class="dollar-sign">'.$currency_symbol.'</span> '.$price.' </h4>

to be this instead:

<h4>'.$price.' <span class="dollar-sign">'.$currency_symbol.'</span> </h4>

Perfect, many thanks !

And last question (I hope)

Is it possible to make recent projects appear randomly on the homepage (instead of date of publication) ?

Many many (many) thanks

You’re welcome!

In regards to the random order – that’d require some custom development in the shortcode-processing.php file which is located inside of the nectar/tinymce directory.

Cheers

Hello, the shortcodes button doesn’t work!!!! :( panel appears but I can not change the parameters! i cant change anything! Help me!

Hey Emilio, I would first check for a plugin conflict and if you can’t track it down just open a private ticket with your info so I can investigate what’s causing your problem :)

http://themenectar.ticksy.com/

Thanks!

Hello,

How Can I add Custom map markers like yours on the google map ?

Many thanks

Sorry, found under Theme Options – contact – Marker Icon Upload

Thanks :)

Hey da1234, i’m glad to hear you’ve found it!

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