Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,188 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38436 comments found.

testimonial slide, cant be configured to change automatically?

Not without custom development unfortunately.

Seems to be a popular request. Add it to wish list :)

It’s already on :D I’ll make to to get it within the next couple releases

Hi Nectar,

if I want to associate the milestone values with certain attributes/variables so that they is dynamic, what functions/code should I be referencing n my home.php template?

Thanks!

Hey dnkrtz!

You can use this html in your files anywhere to call a milestone effect. Just place your custom values returned inside :)

<div class="nectar-milestone"> 
   <div class="number default">268</div> 
  <div class="subject">Completed Designs</div> 
</div>

Hi Nectar, Can you please guide me on how to have the navigation for posts “newer” “older” on single posts page.

Hey deepakkumarv!

You can add this to the single.php file where you need it :)

if( get_next_posts_link() || get_previous_posts_link() ) { 
    echo '<div id="pagination">
         <div class="prev">'.get_previous_posts_link('« Previous Entries').'</div>
        <div class="next">'.get_next_posts_link('Next Entries »','').'</div>
    </div>';

} 

Hi,

I’ve followed instructions as per this ticket (http://themenectar.ticksy.com/ticket/68438/search/) for installing revolution slider but it will not display on the home page at all.

I changed the code as shown below and re-installed the theme and…zilch…nada…nothing! Can you think of anything that might help?

"<?php /*template name: Home - Recent Work */ get_header(); ?> <?php $options = get_option('salient'); ?> <?php putRevSlider("homeslider") ?> <div class="home-wrap">" Thanks in advance for any help you can give! </div>

I got it to work in the end! :)

For anyone with a similar issue follow the steps in the ticket above then change from ‘Default Template’ in your home page attributes to one of the ‘Home’ styles.

Hey The_Bailiff,

I’m glad you figured it out!

Cheers :)

Thank you for this awesome theme. Can you guide me on how to change the footer link on hover color ?

I want to keep the accent color to be there for the entire site but just want to have custom hover color for the footer links.

Can you guide me on this please.

Hey deepakkumarv!

Add this to your custom css box in the theme options panel:
#footer-outer a:hover {
  color: #de23a7!important;
}

Thanks for the wonderful support. Cheers :)

You’re welcome!

Cheers to you too :D

hi again,

Not sure if it’s just me but I’ve placed the analytics code in the theme where I’m supposed to but it doesn’t seem to be capturing anything. Any ideas?

Thanks!

Hey eugenelee223!

If you have placed the enitre script into the tracking code box, please allow up to 24 hours for it to start tracking. It usually takes about that long for it to syn up :)

Figured it out, delete :P

Haha, great! Cheers

Hi Nectar, Thanks for the awesome theme! How do i create the portfolio page like the “Portfolio Ext. Content” on your demo page, I can’t find any Portfolio Type option. Thanks!

And how to show the “Facebook Like” icon after the”heart shape LIKE” icon?

Hey boonpin!

1. http://www.youtube.com/watch?v=0Ql7B-mjDBI skip to 4:53

2. You can activate your social media sharing buttons in the theme options panel > “portfolio options” tab.

Cheers

Hi Nectar, Thanks for the wonderful theme. I want to have navigation arrows on left and right side of the client logo sliders. Can you please guide me on how to do this. I also want to speed up the scroll of client logos. Can you help on how can I do it.

I also want the testimonial carousel to scroll automatically and adjust its size according to the length of the testimonial. Can you please help me autoplay it.

Thank you so much.

Hey deepakkumarv!

These things you desire would all require custom development except for making the clients carousel scroll faster. For that, you can open up the init.js file located in the js folder and search for ” $(’.carousel.clients’).each(function(){” to end up at the right section. You’ll see the property

timeoutDuration : 2700

to alter to what you desire :)

Thank you so much ThemeNectar. Can you please guide me on how to autoplay the testimonial slider like the client slider ?

The testimonial slider does not actually use a slider plugin, i hand rolled the functionality of it so there’s no quick config option to turn auto play on or off like the clients slider. If you need them to auto rotate you would need to create a JavaScript function to do so unfortunately.

Hi, please is there a way to reduce the product photo size on the product detail page?

Hey mrfak! If you open up the functions.php file and search for “images_div” you see this markup which you could change the class on from span_5 to span_4 or as small as you desire :)
echo "<div class="span_5 col single-product-main-image">";

</div>

The home slider headline is shaded in white, i need that for my normal pages header too, plzzzz. Or within the full width section.

Would be great :))))

You’re welcome! What do you mean the header overlaps? Is there a way you can share your URL?

Cheers

br tag works find. The line spacing its too low that the shades overlap..How can i addjust the spacing? I have no live preview but i can send you an image.

I understand what you mean now. Enter this into your custom css box:

#page-header-bg h1 {
   line-height: 55px!important;
}

Hello

I don’t get it… I updated Salient to the new Version and now I can’t create Galleries for Projects?

Thanks! Chris

Hey Chris! Please see this ticket in regards: http://themenectar.ticksy.com/ticket/59452/

Cheers :)

Thanks… another Question

Sometimes the featured picture is displaying and sometimes not, without any differences in the single Projects.

Don’t works here: http://goo.gl/SIh4bC Works: http://goo.gl/JjLfM5

It’s heard to say why that would be without seeing your code as you’ve done a good deal of custom mods.

How do I change the overlay color in the portfolio hover without changing the accent color?

Add this to your custom css box:

body .portfolio-items .work-info-bg {
  background-color: #de2424;
}
Cheers!

Great theme. I have two questions.

I am curious if it’s possible to have varying portfolio item sizes on the view details page? ( It resizes all of my images to 800 x XXX which causes my vertical work to get really large. ).

Also, is there a way to make the portfolio buttons simply clickable without having the ‘view larger’ and ‘more details’ buttons?

Hey pgiuffria!

1. You can place your images inside of column shortcodes to control the width.

2. Check this ticket out in regards: http://themenectar.ticksy.com/ticket/46431

Cheers!

I just bought your beautiful theme, and then found out I cannot use it towards my client after all. It will be too complicated for with the shortcodes. Do you plan to upgrade your version to having Advanced Layout Editor/Layout Builder?

Cuase I would love to be able to sell it to a client without much code knowledge :)

Hey limedrop,

I’m very sorry you can’t use. I am not sure whether a page builder will make it into Salient at this time. Why did you think there would be one? I mention the shortcode generator quite often in the description, demo and public videos :p

hello i see that the theme has many problems on safari. The image resolution is very poor. Besides the time of charge of the page is very slow?

Please could you help me

Hello juanan,

I don’t see how it would be possible for images to display in lower resolution just in a certain browser. Can you please point to specific locations on the demo where this happens? Also, the page load time should be similar in webkit browsers such as Chrome. I haven’t heard a complaint yet that Safari in particular loads at any different speed than other browsers.

If you have other issues you would like to raise, please do so in the appropriate place: http://themenectar.ticksy.com/

Thanks :)

Hi sir, I was wondering if there is a way to set how many items to show on Portfolio Overview before Pagination shows up (like Blog page).

Thank you in advance.

Hey tihmowthy!

Yes, you can set how many items show per page in the theme options > portfolio options tab :)

Thank you! I really like it! I will buy this theme soon.

You’re welcome and great to hear!

Hi ThemeNectar!

I’m wondering how can I make a product category page with a header image and sorting options?

Thanks in advance.

The sorting options should already be on your product category pages, but adding in a custom header in each would take some custom development.

Cheers

Hello 1/ is it possible without coding to turn the theme in a one page parallax. (like your home ultra extend but with light box portfolio, pages, contact and blog)? 2/ is it possible to play vimeo content in your beautiful minimal lightbox ? Thanks regards B.

Hey B!

1. Unfortunately it’s not. 2. Yes it is :)

Cheers

I am using this theme primarily to show off different dresses categorized into their specific brands. This includes over 100 dresses being displayed and takes a while to load all of them on one page. I tried resorting to the pagination method, but when doing this, it only shows the specific brands that are on that specific page…

What I’m wondering is if there is a way to categorize these dresses into their specific brand right on the main portfolio page. Instead of loading over 100 items, it would only load 15-20 for that specific designer, resulting in shorter load times.

Please get back to me when possible. I believe this can be done with some customization to the theme. If you could guide me on how to achieve this, it would be greatly appreciated.

Check out http://shafeez.com/styleamerica/dresses to see what I mean.

Thank you!

Hey Shafeez!

Yes, that would require some custom development. Essentially, the portfolio sortable would have to make ajax requests and populate the list on the fly. Since microlancer just started offering small WordPress customization gigs I would recommend you head on over there and have someone wrap this up for you in a couple hours :)

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