Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 168,760 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38353 comments found.

Hi… is it possible to add 2 Nectarsliders on one page? If yes.. how?

Hey prodes2014,

Yes – you can see examples of that all over the demo and you can have as many per page as you desire :)

You can add a second Nectar Slider the same way you added the first – through a Nectar Slider page builder element or shortoce. Just make sure you don’t have the parallax option enabled on more than one of them since that can only be used once per page.

Cheers

I would love to add a photo with each testimonial.

So I vote with wildthing. :-)

In the interim, I’m trying to use the

Hey MiaGal,

thanks for the +1 – it appears the rest of your comment was cut short though as it ends with “I’m trying to use the”. Did you have a question you were going to ask?

Cheers :)

I’m trying to add a photo to the testimonial element with no luck. I tried the

Hey again – somehow your text cut off again, but to answer generically there’s no way to add a photo into the testimonial element without doing some custom development at this point.

Cheers :)

The recent project items display with a cool fade in caption effect.

I have some pages that I link to with images… is there an easy way to recreate the fade in caption effect for these items?

Hey dboyajian,

there’s no way to recreate the portfolio effects outside of the portfolio without some custom development I’m afraid.

Cheers :)

Hi there, I just finished customizing the theme and now am tweaking the responsive css so it looks good on all devices. Two questions:

1. I don’t want the site to expand to the largest size (min-width: 1300px). In the responsive.css I made the container for that size max-width 880px. It works nicely everywhere except on the masonry blog. When I pull the screen larger, the masonry blocks pop outside of the 880px container and expand to the larger width. Any way to stop this?

2. On smaller devices (iPad/phone/etc) the margins on either side (left and right) leave quite a bit of whitespace. What do I need to do to lessen this?

Thanks in advance!

You’re welcome!

You can actually place that css in the custom css box as well :)

I’m using a child theme, so I’ve already got lots of css in the style.css file. Is putting css there the same as using the custom css in the Options Panel? I’d like to keep it all in one place.

Yes, you can place it into either location :)

Any documentation on how to implement the UberMenu plugin? I have the plugin but it doesn’t seem to be cooperating with my site at all.

Hey jsesic, that plugin is not supported natively – but there is indeed integration guide if you’re going to be using it: http://sevenspark.com/docs/ubermenu-salient

Cheers :)

Yeah I found that, not very easy to get working if you plan to do simple things like change the logo size. Do you have a mega menu plugin that is supported natively?

Hey again,

the guide includes a child theme for you to use which takes care of all the heavy lifting – there’s no other megamenu plugins that I’m aware of which would work as good.

Just tried to load dummy content and some text, images and video are not displaying. Not sure why?

Hey melissadsouza,

All of the text from the demo site should be included in your dummy data file, however most images & videos can’t be included due to copyright restrictions. Please see the Dummy Data section of the user guide for more information :)

Cheers

Hey ThemeNectar,

Great theme, has been working great until the most recent updates of woocommerce and Salient,

For whatever reason, if WooCommerce is activated, the main page will not load, neither will any of the other elements on my “contact” page etc. If I deactivate WooCommerce, everything works fine, except i cannot sell anything, the URL is kingsbooks.ca, any help would be hugely appreciated.

Hey gvbc4440,

You’re experiencing this issue: http://docs.woothemes.com/document/jquery-cookie-fails-to-load/

After you resolve that, the loading problems will go away :)

Cheers!

Just bought the version 3 days ago and built site. I have now uploaded to web hosting provider, but wish to do some things that I do not see documented.

In the documentation and video, you state to point to self hosted videos. I have done that and it works as you state. But I wish to use 2 other plugins that I have used on my other sites (other sub domains).

I would like to stream video, from Amazon cloud. To do so, I use two plugins on my other domais/themes: specifically JWPlayer and RTMP Streaming video players plugins.

If I add the code (such as this) [rtmpplayer file=RM-Assessment-V1.mp4 config=2 expires=6000] into a plain text box within your Nectar theme, I am able to stream the video to a page. However, my question, will Homeslider/Nectar Sliders support steaming video from Amazon? I am unable to get the address or code to work within the sliders.

Any thoughts?

Thanks. Rich

Hey Rich,

Is there anyway you can share a URL to a page that you have entered the video shortcode in a slider so I can see what’s not working and if there’s a quickfix?

Cheers :)

Just bought the version 3 days ago and built site. I have now uploaded to web hosting provider, but wish to do some things that I do not see documented.

In the documentation and video, you state to point to self hosted videos. I have done that and it works as you state. But I wish to use 2 other plugins that I have used on my other sites (other sub domains).

I would like to stream video, from Amazon cloud. To do so, I use two plugins on my other domais/themes: specifically JWPlayer and RTMP Streaming video players plugins.

If I add the code (such as this) [rtmpplayer file=RM-Assessment-V1.mp4 config=2 expires=6000] into a plain text box within your Nectar theme, I am able to stream the video to a page. However, my question, will Homeslider/Nectar Sliders support steaming video from Amazon? I am unable to get the address or code to work within the sliders.

Any thoughts?

Thanks. Rich

Sure – what’s the email address?

Hi,

Are you able to add a background image to this theme’s footer area that would go behind the links and lists which you have on the live demo?

Is there an option for this or is code needed?

Cheers!

Hey paul19!

CSS would be needed, but it’s a very small adjustment and I could provide it for you :)

Cheers

We’re trying to enqueue another script for one of our client’s websites, and when we enqueue the script, no content displays. I think the scripts are conflicting within the theme and our client’s script. Is there any workaround for this?

Here is the link to the problem page! Thank you! http://hometown.theoceanagency.net/why-choose-home-town-local/

Thanks for the link! I just checked out that page on Firefox/Chrome and can’t see any scripting issues or loading issues – do you still have the client script enqueued?

Hey again – I just responded to this on ticksy, but it appears from a bug in the Ticksy 2.0 the ticket has frozen up due to the javascript I pasted in a pre tag in the editor to ask you a question about. Can you kindly open a new ticket in regards and paste the ticket # here so we can continue?

Cheers :)

Hi, hope you doing all good… Could I use logo rotator(carousel) for only 1 item? I mean use it in just 2 columns and make it to show one item at the time?

Hey Haxon!

This would require modding the init.js file located in the js folder of the theme. Open that up and change this section:

 
  $('.carousel.clients').each(function(){
        var $that = $(this);
        var columns; 
        (parseInt($(this).attr('data-max'))) ? columns = parseInt($(this).attr('data-max')) : columns = 5;
to this:
 
  $('.carousel.clients').each(function(){
        var $that = $(this);
        var columns; 
        (parseInt($(this).attr('data-max'))) ? columns = 1: columns = 1;

Cheers :)

I would like to propose to u a french translation of your theme. How can we proceed to speak in PV ?

Hey wpfreemium! You can open a ticket at: http://themenectar.ticksy.com/

Cheers :)

Hello! Sorry to bother you again, but I really would like to know if it’s possible to edit the animation of the loading image. (the one that appears in every page when loading)

please let me now! Thanks Fabio

Hello! Sorry for the late answer, I tried to change this line in the .css

background-image: url(img/icons/loading-white-bg.gif);

with this

background-image: url(https://dl.dropboxusercontent.com/u/32390858/IconeSito/jar-loading.gif);

but it shows a blank image, do you know what could be the problem?

best, Fabio

Ok I just needed to increase the height and width, thanks for the help!

Hey! Glad to hear you figured it out :)

Cheers

Hello…having fun with your theme. One teensy question:

How might I change the color of a phone number when viewing on mobile? It is in a full width section on only one page,

Thanks for your help.

That’s great to hear camomus!

You should switch into the text tab on your editor and wrap the number in a div with a class like this:

 <div class="cool-color">xxx.xxx.xxxx</div> 

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

 
@media only screen and (min-width : 1px) and (max-width : 1000px) {
    .cool-color {
       color: #f5f01f!important;
    }
}

Cheers :)

Thanks for the theme, is an awesome one, i am using it in my photo studio website, it works great! easy to use and compatible with all the media devices i have tried.

Question, when i upload big size images to the slider it takes longer to load the files, my images are 1900×700 pixels, Do you recomend a specific size for the slider? Thanks again, cheers for your excellent theme.

Hey rayfmm!

1900px wide is a good size actually when you’re using full width sliders. Are you also ensuring the file size is acceptable for the web by compressing it? If you can provide me a URL I’d be happy to take a look :)

Cheers

Hello, I would add an element to post_class () found in Entry.php, where to find this function and add my class Yours

Hey filoufil,

you can add a class directly inside of that function like:

 <?php post_class('my-class'); ?>

Cheers

Thank you

You’re welcome :)

Great theme! Is there a way to add an audio file that plays throughout the site?

Thanks so much!

Thanks unitynine!

That would require a plguin or custom development at this time :)

I am having an issue with single product image. It will not load in a lightbox. I have clicked the checkbox under the woocommerce settings and have not had any luck with either option. (on/off). Also, all of my Category Images got removed when I updraded woocommerce and the theme.

Hey Kevin,

1. http://themenectar.ticksy.com/ticket/165675/search/

2. This isn’t a known issue – are you able to add any images now or will they still not work?

Cheers :)

Hi, My website is urbinvicta(dot)pt How can I get the logo to face the top of the screen, without padding? I am willing to remove the search if necessary. Thanks in advance

Hey Sclera!

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

 
#header-outer {
  padding-top: 0!important;
}
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