Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,184 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38435 comments found.

Hi, I’m having some trouble with the nectar slider as it continues to loop infinitely for videos. Could you please let me know how i can stop the video from playing after its played once. Thanks!

Hey rushdmowjee, that’s actually the default functionality as the demo shows and there currently is no option to stop it – but it’s on the wishlist :) The video BG feature was not intended to show informational videos but rather serve as a design element. If you need to show video with sound or a video that’s not meant to repeat, consider using the video lightbox feature from one of the slider buttons.

Cheers!

Is it possible to have a mute option for the slider?

Yes, add in the functions.php file find this line:

 <video class="slider-video" width="1800" height="700" preload="auto" loop autoplay>';
(should be near 1500 if you’re on the latest release) and change it to:
 <video class="slider-video" width="1800" height="700" preload="auto" loop autoplay muted>';

Cheers

Hi, How do I use the multi layer parallax effect? I updated the salient theme with the latest version but I can’t find this option anywhere.

I think I figured it out.

Glad to hear Jeff!

There’s a tutorial coming soon as well :)

HI, Is there any option to create the column mega menu without categories?

I mean if i hace 10 subsections of an item can I make 3 columns, put 5 items in each column and a picture in the third?

Thank you!

Hey dreiblau!

Right now you can only have links in the mega menu, adding an image would require some custom development or using a plugin like ubermenu – also, if you wanted to remove the names of each column i.e. the top link in each section, you could with css alone though.

Cheers

We are using the theme for this website (http://imaginemusicsg.com/beta1/) but we are having trouble changing the fonts from the backend (Salient > Typography).. Even if we do it doesnt take effect.

Hey heidesigns, can you please update to the latest release and if you’re still experiencing issues open a ticket in regards with your login information so I can see what’s going on :)

http://themenectar.ticksy.com/

Cheers

I know you are very busy but we need to update our website

After the install of the new version Nectar Shortcodes are a bit messed up and won’t let me select Take a look https://www.dropbox.com/s/hhy3bzl6ekgc56m/Add%20New%20Page%20%E2%80%B9%20VFX%20Workshops%20%E2%80%94%20WordPress%20-%20Google%20Chrome_2014-05-25_23-43-16.jpg

Can I give you access again? Hitting a wall hard here :(((((((

Send you an email with login and passw info

Sure – please send it to themenectar@gmail.com

hi where is the option on this new layout to set it as a box layout? i can’t seem to find it? thank you

Chris

never mind i found it!

Glad to hear lacostemedia! :)

Cheers

hi can i see demo of rtl (right to left ) demo? does the theme support qtranslate ? what languages is included in the theme?

Hey razztech, unfortunately there’s no demo available for RTL at this time. The theme has only been tested with WPML, but should also work with qtranslate & only a default .po/.mo are included with all the strings ready for translation :)

Cheers

Hi there, is there a way to make the thin edge/line below the menu invisible, please? BTW – I really like the idea of a centered logo and the menu below. Would you please(!!!) include this option in an upcoming update? I used your code you suggested to another user but I’m afraid it doesn’t work properly (click on search icon just reloads the page now). And would you give me advise please to enlarge the space to the top of the logo?! I just can set the space below by changing the ‘20px’ in your code.

Here was your code:

header#top nav { text-align: center!important; }

header#top nav > ul { float: none!important; display: inline-block!important; }

body #header-outer .span_9, body #header-outer .span_3 { display: block!important; float: none!important; margin: 0!Important; width: 100%!important; }

header#top #logo img { margin: 0 auto 20px auto!important; }

Thank you & keep up the great work!

Hey hkg!

1.

 
 html body #header-outer.transparent[data-transparent-header="true"] {
  border-bottom: none!important;
}

2. It shouldn’t be possible for css alone to break the javascript functionality of the search – anyway you can share your URL so I can take a look?

Cheers

Hi Nectar, 1. unfortunately your code doesn’t change anything. Edge is still visible. 2. I made the search visivble again, so you can check it. Just click on the search icon. 3. Could you give me please a hint to adjust the space above and below the logo so the logo is aligned properly?

Thanks in advance. URL: http://www.amonvonadmont.com/campaign/

1. The code I supplied was for the transparent menu – in your case, you’ll need this:
body #header-outer {
  box-shadow: none!important;
  -webkit-box-shadow: none!important;
}

2.

 #search-outer {
    height: 121px !important;
}

3.

 #header-outer {
  padding-top: 40px!important;
}

Cheers

Hi there,

Am assisting a friend customise your theme, which is beautifully designed by the way. He is customising the Mobile Theme, and was wondering if he was able to add a CSS style that would allow him to use the normal desktop menu on the mobile version rather than the 3 lined drop down? Ideally this would re-locate beneath the logo rather than to the right of it as on the desktop interface?

This is CSS we have so far -

/* Set Mobile Logo Height & Transparency / @media only screen and (min-width : 1px) and (max-width : 1000px) { body header#top #logo img { height: 54px!important; } #header-outer { height: 80px!important; position: fixed !important; filter: alpha(opacity=70); opacity: 0.7; } body #header-space { height: 0px!important; display: block!important; } }

/ Change Mobile Menu To Desktop Menu */ @media only screen and (min-width : 1px) and (max-width : 1000px) { body header#top #toggle-nav { display: none!important; } body header#top nav { display: block!important; position: fixed!important; } }

Is it possible, are we heading down the right lines? Thanks very much!

Thanks jamiemortimer!

You are indeed heading down the right path – if you wanna share your URL i’d be happy to assist further :)

Cheers

Hiya, afraid I can’t really post a link publicly, as the site currently contains sensitive unreleased information for a company we’re putting the site together for? Is there anyway you’d be able to suggest some CSS that might fix this without seeing the site? Or I can email the support if that is easier?

Thanks for you help :-)

Jamie

Sure – just provide the URL through a private ticket at http://themenectar.ticksy.com/ and let me know the ticket ID here :)

Cheers

Hi there!

Is it possible to hide the social media icons in the header for mobile users? Thanks!

- Tapeix

Hey Tapeix,

yes – add this into the Custom CSS box located in your Salient Options panel:

@media only screen and (max-width: 1000px)  { 

   body #header-secondary-outer #social {
     display: none!important;
   }
}

Cheers :)

Thank you very much! :)

You’re welcome! :)

Hi, two quick things… How can I make the secondary nav background transparent like main nav. Also, do you have any news on when we’ll get the update for the boxed header alignment issue?

Thanks!

Hey ThemeUser1,

1. Add this into the init.js file located in the js folder http://pastebin.com/TAHhcqMW

2. That was released earlier today :)

Cheers

Hey,

html body #header-outer.transparent[data-transparent-header="true"] { border: none!important; }

sadly this code hasn’t removed the white line under the header. Also is it possible to let the recent posts be displayed below each other and with a read more button instead of next to each other in a thin column like on my “home” page at Domchu.com?

Here’s the correct snippet for your case :)

 body #boxed #header-outer {
  border-bottom: none!important;
}

awesome thanks! Any idea for the recent posts thing?

You’re welcome!

This will get you the full width recent posts:
.blog-recent .span_3 {
  width: 100%!important;
}
but the read more button would take modding the shortcode-processing.php file

Cheers

How do I remove the white line that shows when the header is set to show transparent before the user scrolls? AND How can I keep the navigation menu transparent even after scrolling toward bottom of page?

Hello tcallc,

1.

 html body #header-outer.transparent[data-transparent-header="true"] {
  border-bottom: none!important;
}
2. You’d need to open the init.js file located in the js folder of your theme and remove this line:
 if($('#header-outer').attr('data-transparent-header') == 'true') $('#header-outer').removeClass('transparent');

Cheers

Hi Nectar.

I have tried a full day now to find out why my mega-menu has screwed up. I broke every part of code appart that has been added.

Left I found following code which I have NO IDEA what was meant for. And even after I have broken everything apart, my menu still looks crappy.

Once it only had that transparent dark colour, no grey background colour and the normal dropdown had same transparent colour as the mega-menu. I honestly have no idea what has gone wrong…

Hope you can help.

These are the unidentified code-pieces.

.transparent header#top nav > ul > li > a, .transparent .sf-sub-indicator [class^=”icon-”], .transparent .sf-sub-indicator [class*=” icon-”], .transparent header#top nav ul #search-btn a span { color: #fff!important; }

header-outer.transparent .sf-sub-indicator i.icon-angle-right:before{content:”\f104”;

}

body header#top nav > ul > li.megamenu > ul > li { width: 20%!important; }

Do you have any other tickets open with your login credentials so I can get in there and take a look?

Hi mate. Ticket: #223467

My menu has been messed up for 2-3 weeks and I planned to launch my site on wednesday. So I really hope you can have saved my life and business before then. :0)

Thanks

Peter

Hey Peter, just responded to your ticket with the fixes :)

Hi there,

I can’t change the buttons colors anywhere eg:http://bit.ly/1dVkC6s is there some panel option to set these colors?

Thanks a lot

You’re welcome – I actually can’t see it when making the screen smaller. Can you let me know a page that it appears on?

Hi, the slider in Homepage :(

Add this :)

 
@media only screen and (max-width: 1000px) {
 body #featured article {
      margin-top: -102px !important;
  }
}

Can you please explain how to make sure that a row with color assigned to full width will meet the bottom edges without a white showing below it. I can not get it to fully meet the edges.

Also after the update when I click on Nectar Shortcodes I get a blank page that opens up

Thank you so much in advance!

Hey alp,

1. Please check out this tutorial https://www.youtube.com/watch?v=N4mt0lOJ888 as I cover full width BG/Content sections :)

2. Have you ensured all of your plugins are up to date and it’s not a conflict with one of them?

Cheers

Thanks for taking your time to reply you are A W E S O M E sir ! I still can not get the bottom table (blue) to meet the end seamlessly , there is always an empt white area How do I fix this? https://www.dropbox.com/s/2ondi6s1cz7h4q4/faq-workshops-conceptart-matte-painting%20-%20VFX%20Workshops%20-%20Google%20Chrome_2014-05-26_02-17-59.jpg

You’re very welcome :)

Can you kindly open a ticket in regards with your login info so I can take a look/sort it for you? http://themenectar.ticksy.com/

Cheers

Hi

I can’t change the height of the footer widget area. Could you please help me?

Thanks

Hey mansatu, the height should adjust to fit whatever widgets you have in it – please let me know how you wish to adjust it, I’m guessing you mean the top/bottom padding perhaps?

Hey ThemeNectar,

I needed it really narrow, because I only want the language selector and a few links in there. I found it, had to change the padding for #footer-outer .row.

Cheers

Glad to hear mansatu! :)

Hi ,

I would like to add new typo like GOTHAM-light or Helvetica-light ,

how i can do this ?

Thanks

Hey quentinmtl,

If you need to enqueue custom fonts you’d need to do so through css with font-face – here’s a quick tutorial on the subject :)

When using the masonry style for portfolio in fullwidth is it possible to restrict the columns to 2 or 4? if you take a look at my home page @ http://www.robertmeadowsdesign.com/ you’ll find that there are blank spaces when it auto fits to 3, 5 or other columns and I’d like to remedy this.

I’ve tried setting the portfolio to 4 columns, but when it’s slightly smaller than 4 it defaults to 1 like on mobile and this is a lot less desirable, but perhaps there’s a fix here as well?

Hey rmeadows,

You can do the fullwidth display with the checkbox selected for “Constrain Max Columns to 4” – just make sure to unselect the option for masonry display to get this to be active. An example of how the columns will be behave can be seen on the home page of the demo with the 8 item gallery

Cheers

Hi, there is a problem in ipad when using visual composer to create a portfolio which can be sorted by different filter types (basically using Enable Sortable and Horizontal Filters) and the selected category is not the default one (so not selecting All but something else). The problem is that the projects do not appear in the screen, and it seems they are rendered out of the screen bounds.

Hey celiabrbr,

This was was sorted in the 4.1.1 release (which has been pending approval in the ThemeForest queue for a day now :) )

Cheers

Thanks!

You’re welcome :)

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