Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,248 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38441 comments found.

how to activate the automatic repetition (loop) of video playback on a background? using WebM File URL / MP4 File URL

Why not add a video to YouTube?

Hey,

1. It should already be that way by default – could you please share your URL where it’s not behaving like that?

2. The idea is on the wishlist for Youtube/Vimeo BG videos, though the option already exists to show an external video full width, you just couldn’t have content on top of it without custom modding

Single image VC module has no options for adding margin or padding in any direction around the image. This seems necessary, at least for the way I’m using an image in my design. Did it used to have this option? Thanks.

Hey,

you’d need to use the column it’s sitting in to add the padding – or css by adding a class name

Cheers

Can you help me make it so my social media icon appears on the secondary menu? I have the right portion of the menu appearing as it should. However, the float left portion is where my Facebook Icon should appear. The icon is there, you can click on it and it takes you to the right Facebook page. However, the icon looks transparent with zero opacity. How do I get it to appear? Probably a simple fix, just missing it somehow…

Thanks

Hey,

Have you verified that no plugins you have active are causing this issue? If so please share your URL in regards

Cheers

Hey, I’ve found a bug (or maybe I’m doing something wrong). I’m using the Portfolio VC element with multiple categories and infinite scroll pagination enabled. The problem is that categories show up only if there is an item from this category enabled.

For example: - I have 5 categories: A,B,C,D,E. - Each category has 50 elements. - The portfolio is limited to 50 per page/load

When i load the page there is only “A” category in filter. I scroll down, infinite scroll happens and “B” appers – and so on and so on.

So the user doesn’t even know that there are some more categories.

Can you check it please?

Best, Dave

Oh, and when I choose “Starting Category” which has no elements on first page nothing loads at all – blank.. :(

Hey,

That is indeed the default functionality for pagination – the isotope plugin http://isotope.metafizzy.co/ only sorts elements on the given page, it will not request new elements in the category when clicked so if there are not elements on the page that belong to that certain category the filter is hidden. Changing this to how you’re expecting it to work would require some custom development unfortunately

Cheers

Hey maybe you already knew this, but with Gravity forms, enabling your “Enable Fancy Select/Checkbox/Radio Styling” option results in any long or multi-line options being cut off on mobile. It just shows the first 5 or so words and that’s it. Pretty significant oversight. Too bad because the styling is cool.

Hey – thanks for reporting, i’ve noted to look further into this possible conflict

Cheers

hi I want to put the social media on the top of my page, how can I do it? it looks like it’s possible in the code on the header.php file but I do not find where I can set it on the salient panel thanks for your help

Hey,

You can find options for this in the header navigation > layout related tab of the Salient options panel. There’s an option for “Header Secondary Nav”

Cheers

Hi, is there any way that I can change the logo (on the header) on the other pages?

Hey,

If you’re referring to having a unique header nav logo on various pages it would indeed require custom development in the header.php as of now

Cheers

im moving my site and theme to another hosting provider. I don’t want to lose anything. i’ve backup up all the files using updraft plus can you tell me the next step please. Thanks

Hey – there are some good guides that exist for this online, here’s one I stumbled across http://www.wpexplorer.com/migrating-wordpress-website/

SIMPLE QUESTION: How can I add animated .svg icons to my site? How does this work, where can I find them? Thanks

Hey,

When adding an icon shortcode from the nectar shortcode generator, once you select the “Linea” icon family, all of the animation inputs will displays for you to configure

Cheers

Hi, could you please add __( ... ) to $title = __(get_post_meta($postid, ‘_nectar_header_title’, true)); $subtitle = __(get_post_meta($postid, ‘_nectar_header_subtitle’, true));

otherwise the title and subtitle cannot be translated by QTranslate-X. Thank you :)

Hey,

Thanks for mentioning :)

Cheers

Using the masonry, classic enhanced layout… Since only 1 category shows up overlaid I’d like to pick which one. Wordpress lets me make a certain category ‘primary’ but the theme ignores this and just shows the first alphabetical one. How can I make the primary one show up?

Hey,

Could you please open a ticket in regards with your admin credentials so I can take a further look into this for you? https://themenectar.ticksy.com

Cheers

Hi! Awesome Theme!

How would I make it so that the masonry blog posts thumbnail image is black and white by default, but becomes full color with hover?

Thank you so much in advance for any help. Aloha

Hey!

Add this into the custom css box in the Salient options panel:

 .content-inner .post-featured-img img {
   filter: grayscale(100%); 
   -webkit-filter: grayscale(100%);
}
 .content-inner .post-featured-img: hover img {
   filter: grayscale(0%); 
   -webkit-filter: grayscale(0%);
}

Cheers

hey there, Im trying to change the font of the header menu on a specific page but when I put the code into the salient options custom css code, I get error triangles on the left side of each custom css text line and when I view the page to see if the menu color has changed, it hasn’t. What am I doing wrong?

I’m using this text found in an earlier comment on this page. header#top nav ul li#menu-item-3294 a { color: #a5a5a5!important; }

Add this into the custom css box located in your Salient Options panel:
.page-id-3294 #header-outer.transparent header#top nav > ul > li > a, .page-id-3294 #header-outer.transparent header#top nav ul #search-btn a span.icon-salient-search, .page-id-3294 #header-outer.transparent nav > ul > li > a > .sf-sub-indicator [class^="icon-"], .page-id-3294 #header-outer.transparent nav > ul > li > a > .sf-sub-indicator [class*=" icon-"], .page-id-3294 #header-outer.transparent .cart-menu .cart-icon-wrap .icon-salient-cart {
  color: #a5a5a5!important; 
}

Thanks again for coming through! Love the theme, just launched and have been getting some positive feedback from our fans, you rock!

That’s awesome to hear! :)

Getting this error:

parameter 1 to be array, boolean given in wp-content/plugins/js_composer_salient/include/classes/core/access/class-vc-current-user-access-controller.php on line 36

Warning: array_intersect(): Argument #2 is not an array in l/wp-content/plugins/js_composer_salient/include/classes/core/access/class-vc-current-user-access-controller.php on line 36

Need to fix fast. What could be the issue? Thanks

Hey,

Please open a ticket in regards with your admin credentials and let me know the ticket ID here once you’ve done so https://themenectar.ticksy.com

Cheers

compatible wc & wp versions?

Hey, Salient is compatible with the latest WordPress and WooCommerce versions

how to activate the sub-menu guidance icon in the main menu?

Could you kindly share your URL so i can see why they’re not appearing for you?

Ticket #706511

Hey Nectar,

I made several updates to my ticket (#698091). I’ve tried everything the support team has suggested thus far but it hasn’t had any effect on the problem with the mobile header. That said, I’ve narrowed down the trigger of the issue to a specific theme options setting and provided screenshots/code to demonstrate that it’s an actual problem… Please have a look and let me know what can be done, it makes the mobile site almost unusable.

Thank you.

Hey,

Looking back into it shortly :)

Cheers

Hey guys, do you perform site mobile phone and tablet optimization for payment? If not, could you recommend a place where this could be done (someone who is good with this theme). Thanks.

Hey,

Unfortunately we are not available for freelance gigs personally – but Envato studio is the place we always recommend users go for extra/custom work

Cheers

Hi,

Is it possible to have both “Default lightbox functionality” when a user click on an image along with “Gallery slider with zoom on Hover” option on a product page?

Thanks

Hey,

As of now this would require some custom development in order to combine both of these

Cheers

Hi Nectar i I have open a ticket “Question”. You can answer me please? Thank you and have a great day ;)

Marco

Hey – what’s your ticket ID?

my id is #699673

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