38359 comments found.
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 
Hey Karolya!
Add this into the custom css box located in the Salient options panel > general settings > css/script related tab:
.post-area.masonry.meta_overlaid article.post .post-meta .date {
font-style: normal!important;
}
Cheers
Hey thank you! I used it and nothing changed but maybe I wasn’t too specific. I need to change the date in the view of a single post. When I click on the post to read it – I have the whole post on the page – the big banner on top with a title and date – and this date is in italic -and I want it to be regular. Please help! ❤️
Hey Karolya,
Try this snippet instead 
#page-header-bg.fullscreen-header .author-section .meta-date i {
font-style: normal!important;
}
Cheers
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!
Hey mijafe,
When using the Nectar Slider style in the image gallery there is the option to disable the auto rotation, however removing the rotation from the simple slider would require modding to the js/init.js file
Cheers
What do I need to change on the js/init.js file to disable the rotation?
Hey mijafe,
Inside of the “flexsliderInit” function, you’d need to add the option ofslideshow: falseinto the options object
Cheers
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/y46gdddgHey 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
also meta overlaid is not even showing in the site, it only appears on mobile size.
with 50% is mean the hieght of the auto masonary style, so the first will be twice as long as high and the other become square.
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.agencyIf 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,
In the Salient options panel > header navigation tab, enable the option for “Header Sticky On Mobile”. This will create your mobile menu based off the header navigation > off canvas menu settings, which allows you to select the dropdown functionality.
Cheers
Thanks for the reply.
Unfortunately, when I enable the option for “Header Sticky On Mobile”. It creates a slide out from right menu which I do not like.
I prefer when the mobile menu is displayed below the header. Personally it gives it a cleaner look.
If you can look at the screenshot here: https://my.pcloud.com/publink/show?code=XZPOMO7ZXsf69vFrlOfjVAKOup5KRRGCKIE7
Currently you have to click on the little arrow to open the ‘Services’. Is it possible to change that so you can click on the word ‘Services’, the menu bar, or the arrow?
Appreciate your help in solving this matter.
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
Hey Alan,
Here’s a search query for your current username: https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266/comments?utf8=%E2%9C%93&term=evermaven&from_buyers_and_authors_only=0
Cheers
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 100We 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 themeregards
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
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 
Hey MarcGarner,
That issue should only be caused by updating to the latest version of WooCommerce (3.6x) and not using the current Salient (10.0.4), which is required for compatibility. Can you verify that you’re already on 10.0.4 of Salient?
I had WooCommerce 3.6.1 and Salient 10.0.4, the error was present. Updating Woocommerce to 3.6.2 fixed the issue