Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,136 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38434 comments found.

Hi there. I have a page with a video background Nectarslider on top, and every now and then it happens that on load some of the content below the slider displays first, for a second or so, before the slider pops in (first with the scroll wheel and then with the video).

Is there any way to prevent this? I’ve tried placing the content below the slider inside a full-width column, but that doesn’t seem to make a difference.

Thank you.

Marc

Hey Marc!

Anyway you can share the URL where this occurs so I can see why that may be?

Cheers :)

thank you for update your product .. amazing !! .. hopefully next update you can add more feature to the shop [ like wish list , more option to the product ] .. again thank you

Glad you love it wongsamar & thanks for the requests! :)

Thank you for creating this theme. It’s awesome!

You’re very welcome lisasuling! :)

Hi,

Is there any way were if viewers from a desktop were viewing the site they could see a video eye candy home page, and also when your on a smartphone you just see a image since video doesn’t work on responsive smartphones?

Thank you!

Hey PairDesigners!

I must be understanding this wrong because it sounds as if you’re asking if it’s possible to accomplish the default functionality – i.e. video backgrounds are usable on desktops/laptops and fallback to an image for mobile devices.

Can you try and elaborate a little more on what you’re wondering so I can assist?

Cheers :)

Congrats on the 4.0 update, wow, this theme just keeps getting better and better!

Thanks a lot djoliverm! Glad you dig it :)

im interested in buying this theme. the icon with the 4 little boxes seems broken. what is that supposed to do?

Hey babsooneeh! That’s a link that takes the user back to the main portfolio page. Thanks for pointing this out – I just created the new demo last night and forgot to set that up :)

All fixed now.

Cheers!

You’re welcome :)

Hi one update what i would like to see for the nectar slider is the possibility to keep the video background but rotate text on top of it. Now you can only do this by making slides with the same background. That would be a really nice added feauture to have. Hope you can make it happen,

Thanks, Thomas

Thanks for the suggestion Thomas! :)

Cheers

Very cool update, love the transparant header.

Thanks a lot souldancer :)

Updates look great! So happy you added title image to posts. :)

Thanks justinmw! :)

Wow, Love it!

Great to hear UndyingMagic! :)

Is there also a HTML version of this one? I want to have it, but on my own CMS..

Hey pvdvossen – unfortunately there isn’t at this time, but you could always port the WordPress version into HTML if you’re comfortable with basic coding.

Cheers!

WOW, great updates! So glad you fixed the pretty box.

Thanks a lot DSMGroup! :)

How can I make the “Back to Top” icon appear for all devices? Not just desktop screens.

Hey luxerman,

The back to top is hidden on mobile devices due to the incompatibility some smart phones have with fixed elements. You would need to first open the init.js file located in the js folder and change this:

//starting bind
if( $('#to-top').length > 0 && $(window).width() > 1020) {

    if($scrollTop > 350){
        $(window).bind('scroll',hideToTop);
    }
    else {
        $(window).bind('scroll',showToTop);
    }
}

to this:

//starting bind
if($scrollTop > 350){
    $(window).bind('scroll',hideToTop);
}
else {
    $(window).bind('scroll',showToTop);
}

and then add this into the Custom CSS box located in your Salient Options panel:

 
body #to-top {
  display: block!important;
}

Cheers

Hey yall

Just a question regarding team carousel. I modified it so that I put a read more text where the social media link is , when link is clicked, it goes to another tab. I just want it to open in the same tab.

I assume you have to modify a line somewhere in the php. Where / how do I edit this ?

Thanks

Hey mkurk!

Open up the shortcode-processing.php file located in the nectar/tinymce/ directory & search for this:

 
if($url_host != $base_url_host || empty($url_host)) {
        $target = 'target="_blank"';
}

to change it to:

 
if($url_host != $base_url_host || empty($url_host)) {
        $target = null;
 }

Cheers :)

Amazing support for a wonderful theme.

Thank you

You’re very welcome!

Cheers

The new demo looks awesome!

Thanks a lot sherissar!

Hello. Very nice update! 1) Is there anyway to make a full width header, including top bar, logo, and menu? 2) Also, any chance of a footer menu/link option? 3) I guess the google+ share didn’t make it for portfolio pages. Would love to see more width options for boxed layout. Thanks.

Thanks brians_s!

1. This was actually an option added in the release :)

2. This would require modding the footer.php to accommodate.

3. I looked into getting the count from Google again and there is still no official method in their API for a share count – anyone who you might have seen grabbing the current count outside of their official share button is doing so through an unsupported manner which is most likely going to be changed in the future.

Cheers :)

Hi – I’ve updated the theme with the Envato Toolkit (http://notes.envato.com/general/envato-wordpress-toolkit/). I had no error messages or something like that, so I suggest to update thus.

Hey Moiety! Thanks for the info :)

Cheers

Your demo is currently down. Please fix.

Unfortunately this occurred while I was asleep or else I would have sorted it sooner :)

I’m having issues as well. I click the button to update and it just hangs there and does nothing.

Hey CSMurphy! The server was down for a couple hours after I went to bed which is most likely the reason behind this – sorry about that!

By the way – I know you’re using a child theme, if you update make sure you’re updating the header.php in your child theme as well to match the new version since things were added to that in 4.0 :)

Cheers

Just to be sure though all I have to do is take the header.php file in the update file and drag it into the child theme and write over that one correct?

That’s correct! Just make sure you keep track of whatever update you made to the header.php in your child theme to reapply it to the new version :)

Cheers

Both the demo and changelog aren’t working? What makes Frostwave better than the previous version?

Hey luxerman, apparently the server went down for a couple hours after I went to bed. Sorry about that :)

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