Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 168,848 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38360 comments found.

Hi, is it possible to create this kind of header with salient? https://www.screencast.com/t/BVtldiHxf I dont see many different header options in your examples.

Also does theme work with left to right languages and WPML?

Thanks

Hey Episode1,

that kind of header would require custom CSS. Salient does indeed work with WPML and has RTL support though.

Cheers

Hi, I was hoping with a version 10.04 Salient will be finally updated with Artstation – media support. I still don’t see it under options if library is updated. Thank you!

Hey moth3r, 10.0.4 was only released for WooCommerce compatibility – the major release is due out soon.

Cheers

Hello! I was wondering if there’s an easy code to change the date of the post from italic to regular? Thank you so much – always loving the theme :D

Thank you – but it still doesn’t work. I deleted cookies and cache too:(

It’s all good now – thank you! ♡

Glad to hear Karolya :)

Cheers

Hello,

When in Visual Composer, and add Image Gallery (responsive image gallery) how do I disable the autorotate of the images.. I have a big grid of images and love the buttons to change the images but when on auto rotate so much is going on with the page that it looks like it will give you a seizure. I looked in alot your previous comments but could not figure out how to do this.

Thanks for your help in advance!

I just added it but the images are still rotating. Can I email you the URL privately so that you can look at it please?

??

Hey mijafe, yes you can email me in regards – there’s a contact form on on my author page here: https://themeforest.net/user/themenectar

Hi, in the Salient theme options I filled 4 social media URLS, but on the frontend it only shows 3 of them. Why is that? See screenshot: http://prntscr.com/ngsw9c

Hey jojoba007, do you have the 4 items enabled in the Salient options panel > header navigation > layout related tab?

That solved my issue ;-). thanks

Glad I could help jojoba007 :)

Hello,

I have changed the secondary navigation background colour, and would now like to​​ change the social icons, text and links to white (#FFFFFF), they are currently grey. How can I achieve this?

Thank you in advance.

Darren

Hey Darren,

You can alter those color in the Salient options panel > header navigation tab by selecting “custom” for the “Header Color Scheme” and using the “2nd Header Font” fields. If that’s not working for you, please share the URL in regards so I can take a look.

Cheers

We want to remove/hide header social links/icons on mobile (using off canvas navigation style) how do we do this?

Also a little side note, how do we change the footer link colour as well as the off canvas navigation link colour?

Thanks!!

Hey Micatuca,

1. add this into the custom css box located in the Salient options panel > general settings > css/script related tab:


.off-canvas-social-links { display: none!important; }

2a. That would require custom css – could you share your URL in regards?

2b. You can alter the off canvas navigation color in the Salient options panel > header navigation tab by selecting “custom” for the “Header Color Scheme”.

Cheers

Hi, I’m having an issue that the color overlay isn’t working on microsoft edge, you can see it here: https://www.creativevideoproduction.co.uk/product-video-production/

It should have a blue overlay on the ‘Get a Product Video quote in under 60 seconds’ section. Thanks.

Hey AletalkProductions, could you please temporarily disable the CSS minification which you have on so I can take a closer look into the issue?

Thanks in advance

Is it possible to hide shape dividers on mobile?

Hey MarcGarner,

add this into the custom css box located in the Salient options panel > general settings > css/script related tab:


@media only screen and (max-width: 690px) {
.nectar-shape-divider-wrap { display: none; }
}

What’s the correct way in the latest version of the theme to make the Slide Out From Right widget wider?

I added the CSS:

#slide-out-widget-area { width: 500px!important; }

And I’ve found the instances of 300px in the init.js but changing them doesn’t seem to make a difference. You wrote this in some comments a year or so ago but I think you’ve changed the init.js file a bit since then. How can I change the width successfully? Thanks!

https://tinyurl.com/y46gdddg

Hey Sean, when using the hover triggered style, this css would be needed:

#slide-out-widget-area.slide-out-from-right-hover {
  width: 500px;
}

and the init.js would have to be modified in the “closeNavCheck” function.

Cheers

OK I managed to get it wider. Do you know where in the init.js I could set the width of the hover section… right now the menu disappears if you slightly hover over the wrong spot. https://tinyurl.com/y46gdddg

Thanks!

Hey Sean, did you already modify the needed line within the closeNavCheck function?

if(e.clientX < $windowWidth - 340 - $bodyBorderWidth) {

The 340 would need to be altered.

Hi, firstly apologies, I guess I am doing something wrong. So Salient is installed, working great. I need to change fonts – go to typography – dropdown list does not return any google fonts. Seems the entire google font library has disappeared. I cannot find how to enable google fonts – please help. #supportexpired :(

Hey k_spiral,

That’s quite strange – if you’ve already verified that no third party plugins you may have active are causing the issue, please reach out via the contact form on my author page with temporary admin credentials so I can take a look https://themeforest.net/user/themenectar

Cheers

Currently i’m am creating a website with your awesome Theme!

I have added a masonary blog to the frontpage but the tiles are to big to my liking. How do i resize the tiles to, lets say, 50% and show 4 in 1 row? I will prolly need something similar for the portfolio masonary.

current test site -> https://pdraak.ewoudbakker.com/

Thnx in advance for you help.

Cheers, Ewoud

Hey Ragmannl :)

You could use CSS to adjust the height of the auto masonry easily, however if you also want to adjust the column number it would be easier to simply use the “meta overlaid” style (not the auto masonry version) as that style already has the sizing you’re looking for.

For the height adjustment on the auto masonry style, add this into the custom css box located in the Salient options panel > general settings > css/script related tab:


body .post-area.auto_meta_overlaid_spaced .masonry-blog-item .post-content {
    height: 30vh;
}

TYVM, for the quick response, any way i can do the same for the portfolio here https://pdraak.ewoudbakker.com/assortiment/ ? seems 50% would be large enough.

Hey Ragmannl,

The portfolio styles can’t be easily adjusted like that auto masonry style since they are serving the actual img instead of setting it as a background (which can be manipulated with css without ruining the aspect ratio)

Hi ThemeNectar,

http://evermaven.agency

If you could visit the link above and let me know how I can activate the full tab for the mobile dropdown menu, I would greatly appreciate it.

Currently you have to click on the small arrow to see additional ‘Services’

Many thanks.

Best, Alan

Hey Alan, modifying that legacy style would require modding to the init.js file as of now, however I’ve noted the idea on the wishlist

Hi ThemeNectar, Thanks for the reply.

I have previously asked this request on an older site I built but unfortunately, that site has since been updated and I am unable to find your reply.

Is there any way to search past comments to find the solution?

Thanks again for all your help.

Best, Alan

Hi, great job. I wanna buy it.

I want to ask about your “agency” demo,

1- ) There is a video in the introduction. Can we use with sound this video ?

2-) is it slider revolution?

3-) If I buy your theme I ll use the “agency” demo, can you give me details about resources? I will use shared hosting I need information about CPU usage, ram usage, php version etc.

Hey Surion,

1. Video backgrounds do not allow sound as most modern browsers will not autoplay videos that have sound: https://developers.google.com/web/updates/2017/09/autoplay-policy-changes

2. Salient does not include Slider revolution, though if you have that plugin separately you can use it.

3. We reccomend PHP 7 or greater and require the following PHP settings.
upload_max_filesize – greater than 24M
post_max_size – greater than 24M
max_execution_time – greater than 100
We don’t have a minimum recommended for RAM or CPU.

Cheers

thanks

You’re welcome :)

​Is there a way to make the secondary header stay visible on mobile devices instead of disappearing. I have a phone and directions link in the secondary menu that I want to stay visible above the header on mobile devices.

Hey wallyd,

There’s an option coming for this in the next update. If you’d like access to the beta version when it’s available later this week, Please reach out via the contact form on my author page https://themeforest.net/user/themenectar

Cheers

Could you please consider these features for the next update?

1. Ability to hide the navigation and the footer for creating a Landing Page for Google Awards.

2. If the sidebar is activated for blog posts as a general setting, can we get the option to deactivate it for individual posts?

3. I know this has been asked before, but can we get a new blog header type focused on SEO and Social options? For example, breadcrumbs can be included in the blog header. If you include breadcrumbs, can you also give the option to disable for certain pages?

4. Can we get social skins for the Visual Composer’s Social addon, right now it is determined by the theme style, for example, it would be great to add those material style social sharing icons when using the Original theme.

5. For one of the updates can you please focus on the overall theme update and give us features in the theme options section instead of focusing Template design for Visual Composer?

6. Can we get performance-based updates? For example, can you give the option to remove the unused CSS? Here you can see Google suggests to do that https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fthemenectar.com%2Fdemo%2Fsalient-blog-dark%2F

Thanks

Hey toolbox101,

There’s a page template already included in Salient titled “no header & footer” which you can select from the page attributes metabox.

I’ve noted the other items :)

Hello

where can i find Exclusive HTML5 Particle System http://themenectar.com/demo/salient-agency/home-particles/ it says it is included in the theme

regards

Hey Mohidil, you can find that in the page header settings metabox: https://www.youtube.com/watch?v=SrIlw4-brCg&t=3s

Is there some CSS to control the font size of “custom heading” element on Mobiles?

Hey MarcGarner, in the Salient options panel > typography tab, make sure you have a font size defined for the heading tag which you’re using in the custom heading element. Then in the Typography > Responsive settings tab, you can use the available sliders to select how much you want each heading tag to shrink on the various viewports.

Thank you, but as there is a different font selected for this specific custom header the font size comes out differently. therefore adjusting the universal controls would badly impact other headers.

So is it possible to use css to alter font size on mobile? Thanks.

Hey MarcGarner,

that would require custom CSS – you could add a class name to the element itself or the parent column to target it individually.

The Woocommerce “Show first gallery image on Product hover” is busted. It’s showing both images side by side and really looking terrible (desktop and mobile.) What’s the fix? https://www.screencast.com/t/x0bunVqV I turned that setting off and the category pages still look awful: https://www.screencast.com/t/2rnmBCdGCZxh

Hey MikeMurphyINC, without seeing your actual URL I can only guess, however can you verify that you’re on the latest version of Salient (10.0.4)? That release is required in order to use the latest WooCommerce (3.6).

Thanks

After updating to the latest version of woocommerce and Salient 10.0.4 my single product page is looking wrong. The short description and CTA is located underneath the productimages. I still want the longer descriptions to be underneath. I have checked all setting and reinstalled woocommerce and salient without succes. https://uei.dk/shop/cornum/

Hey Visualize_You, it appears to be a css minficiation issue – could you please temporarily disable your minification so I can take another look?

Thanks in advance

That did the trick :) Thanks

You’re welcome Visualize_You :)

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