38434 comments found.
Yes I also wanted to praise v8.0. The speed optimisation and stability is awesome.
Hey cjweb, glad you’re enjoying it! 
Cheers!
Demo is taking a long time to load, can you load by ftp?
Hey mybody30, are you referring to importing a set of demo content in the theme options panel? If so, there’s no way to import by FTP, but it shouldn’t take longer than a minute – how long has it taken you?
Hi guys , little help I am trying to add zoom in on single image but it just doesn’t work. .frame { height: 600px; width: 900px; overflow: hidden; } .zoomin img { height: 600px; width: 900px; -webkit-transition: all 2s ease; -moz-transition: all 2s ease; -ms-transition: all 2s ease; transition: all 2s ease; } .zoomin img:hover { width: 900px; height: 1350px; }, we put in class also zoomin frame Any other tips just to get zoom in or similar on single image .
Hey,
Please share your actual URL where this exists so I can take a look 
Cheers
Hey, that css above looks good but ‘m not seeing the classes added onto the image or containing column – what elements did you add the classes to?
I added now on first image but nothing happens
I’m only seeing the frame class on the img, which isn’t where it would need to be. You’ll need to add “zoomin” to the column holding each image, and there would actually need to be custom markup added since there would need to another div wrapping the img which would get the class frame
You mean here http://prntscr.com/f75nhr
Guess I am doing something wrong all I need is this http://beatricesdiamond.com/new/males/
Does Salient require Visual Composer?
Hey joshuanet, Salient relies on its own version of VC to add/edit some of its core elements – if you didn’t use it, you would miss out on some of the functionality
Cheers
Ok thank you… I don’t like how busy and all over the place VC is and I have since vowed not to use it with any sites for my clients.
You’re welcome 
Hey guys, I’ve noticed ever since upgrading to the latest 8.0.15 version, there’s a white flash happening on every single page load. Page transitions are not enabled. What’s causing that? It never used to do this in the past before the latest update.
Hey lookwhoo, please share your URL in regards so I can take a look
Cheers
Thanks for the response. I’m going to create a bit.ly link to protect my client’s site but here’s the link, http://bit.ly/2qsvbKf It appears to be inconsistent as you click around in different menu links. I noticed it happens in both Firefox and Chrome.
I have lost the Lightbox click box under woocommerce display since the update. Help?
Hey JenM120,
If you’re using the current version of Salient (8.0.15) please share your URL in regards so I can take a look
Cheers
How can we hide the “View Larger” button/option on all portfolio items, and just have the “More Details” button centered? Is there an option or should we use some CSS? Support (Ticksy?) seems temperamental. Thanks guys.
Hey ravenswoodmedia,
For that project style it would require css – add this into the custom css box in the Salient options panel:
.portfolio-items .col .work-item .work-info a.default-link.gallery {
display:none;
}
Cheers
Thank you, it works – a bit TOO well – this unfortunately also hides the “View Larger” message on any image gallery (image grid style) elements… which we want to keep.
I’ve tried playing with the CSS provided but with no luck. Could you help me refine this a little better please? thank you!
Also, I have noticed that at widths between full width and mobile, the button still shows, and breaks the layout:
https://ibb.co/kuUQ35further info – the button layout breaks with any adjustment (drag) of the site width, and stays like this until the page is refreshed. Chrome OSX
Hey again, could you kindly share your actual URL so I can take a look why it’s not working for you?
Cheers
Hi, sure it’s http://prolinktrials.co.uk/apm/ thanks
Hey change the snippet to this 
.wpb_wrapper > .portfolio-wrap .portfolio-items .col .work-item.style-1 .work-info a.default-link.gallery, .container > .portfolio-wrap .portfolio-items .col .work-item.style-1 .work-info a.default-link.gallery {
display:none!important;
}
This seems to work great thank you 
You’re welcome 
Hello, sorry about this – I’ve just noticed, it works fine UNTIL – we sort the portfolio by the sorting options. Then the sorted results don’t have any button at all. It stays this way until we re-load the page. Thanks!
Hey, sorry about that! When using the magnific gallery option you’ll actually need to remove the button via the template file rather than by using css. If you search the nectar/tinymce/shortcode-processing.php file for “View Larger” you’ll be able to find the two instances 
If we remove these lines around line 1679 echo ‘’.__(“View Larger”, NECTAR_THEME_NAME).’ ’; }
else {
this gets rid of “View Larger” on our small portfolio shortcode embeded on the homepage, which is great. (see bottom left of homepage)
https://prolinktrials.co.uk/apm/But That doesn’t get rid of it on the items main portfolio page. Here we still have “View Larger”
https://prolinktrials.co.uk/apm/portfolio/If we remove the second “View Larger” lines, around line 3518
else {
$media .= ''.__("View Larger", NECTAR_THEME_NAME).' ';
}
This doesn’t seem to have any affect at all.
Hey, if you’re using the actual portfolio page template, you’ll need to also remove it form the template-portfolio.php file in the root of the theme directory
Cheers
Thank you that’s worked great now I think/hope!
You’re welcome 
Hi guys, with the most recent update, this seems to have come undone. We have no reference of “View Larger” in our child theme nectar/tinymce/shortcode-processing.php
However now the portfolio shortcode on our homepage has gone back to the broken “view larger” button
http://absoluteprojectmanagement.com/(recent projects, bottom left of homepage)
What’s gone wrong please?
Thank you.
Hey ravenswoodmedia,
Do you also override the nectar_shortcode_processing function in your child functions.php file to point to the new file location in the child theme rather than the parent?
Cheers
Hi! We hadn’t previously… and haven’t changed anything since. It was working fine until most recent update. What should we put in functions.php to achieve what you’ve suggested please? Thank you.
Hey ravenswoodmedia,
You would need to copy this into your child theme functions.php in order to have the shortcode-prcocessing.php file load from a child theme directory rather than the parent theme
function nectar_shortcode_processing(){
require_once ( 'nectar/tinymce/shortcode-processing.php' );
}
Cheers
Thank you, that’s worked perfectly. Cheers!
Glad to hear ravenswoodmedia 
Hello … Is this template for Wordpress only? Can it be used as a standalone HTML/HTML5 template?
Hey BrianWeitzel, as of now Salient is only offered for WP setups
Cheers
I am needing the header for the pricing table in salient to resize based on the screen resolution. It stacks and I can’t control the line height of it either. Would you be able to help me?
Hey noahwilbanks1, please share the URL where you’re using the pricing table so I can see your settings
Cheers
Hey, add this into the custom css box in the Salient options panel and adjust as desired
@media only screen and (min-width: 1000px) and (max-width: 1400px) {
body .pricing-table[data-style="flat-alternative"] .pricing-column h3 {
font-size: 22px!important;
line-height: 32px!important;
}
}
Is it possible to have a menu be a regular menu and mega menu. For instance you click on the menu and the there is three items in the dropdown. The first two act like a regular width menu item. When you scroll down to the third one then it opens up to a mega menu. I have tried to do this but can’t figure out how or if its possible.
Hey warcowan,
As of now this wouldn’t be possible without custom development but i’ve noted the idea for the wishlist
Cheers
Hello, Is it possible to put the portfolio and when I click on a project I only have a video that opens? That is to say have the same thing as the lightingbox?
Thanks for your helping!
Hey,
If you set the lightbox only option on and provide video embeds in the “Video settings” metabox, that’s what will display on the page 
Cheers
It’s great
but it is better to use an import video by myself or a video host (vimeo or youtube) ? Is there an impact on the seo or not ?
Thanks
Hey, the benefit you gain from not self hosting and instead using Youtube or Vimeo is saving money on bandwidth – streaming videos for your users can add up if you have a lot of people watching
Cheers
Dear Salient Team,
I got the problem, that when I use the Page Submenu from the Visual Composer on a portfolio site, the changes I do in the visual composer won’t appear in the frontpage.
That means i.e. I got a Page Submenu, I change sth on the portfolio site (i.e. text editing), I will see the change in the backend, but when I change to the text view or save the site, the changes will be gone.
When I delete the Page Submenu things go back to normal.
Maybe you could look what’s the issue.
Love your work, keep on beeing great 
Hey pixelfee2012!
Could you please reach out in regards with your admin credentials via the contact form on my author page so I can take a closer look at your page setup as that isn’t a known issue
Cheers
I send it to you, thanks! For the moment it seems to work to hit twice on the preview button and then save.
Thanks!
Hi, Just to tell you that the new version (v8) is REALLY AWESOME! Thank you for your work. I don’t understand why you’re not first on ThemeForest !
Hey vox16, thanks a lot! I’m glad you’re loving it 
Cheers!
Is there an ETA on WooCommerce 3.0 support please?
Hey cjweb, WooCommerce 3 has been supported since the release of Salient 8.0.15 – if you’re still having issues with that please let me know what they are
Cheers
Oh great! Themeforest just need to update your details in the side margin.
Hey, I just took care of that as well 
I’ve waited a few weeks and haven’t received a fix or response about when one may be provided for the js conflicts I’ve outlined for the Optima Express plugin…
GOT THEM. Thank you so much. So far so good!
Hey staciea, glad it’s working for you! 
Hey Guys,
on mobile (iphone or any ios) when you move the Nectar Slides left or right the font disappears, you can test it here – bounceinc.ae
How can I fix this?
Hey massamedia, i’ve noted to test with this for the upcoming update due out shortly to provide a fix
Cheers
Reporting bug: Image Grid Gallery Element
When I use the animation ‘Fade In From Bottom’ the images come in one after another with a slight delay. This is cool and I like it. However on my page, one Image Grid Gallery does this animation properly, but the second one doesn’t.
The second gallery has them fade in from the bottom all at the same time without the slight delay between images. How do I get it to behave the same?
Page link: https://thesesignatures.com/work/decoster/ First gallery is fine, second gallery doesn’t animate the same way.
Hey aderynnn, I’ve noted to test and fix this issue
Cheers
Hi there, quick question with your theme. I relaly like the “full screen header” option for blog posts. Can I also add a right sidebar to these posts types? It seems like your examples are all full width posts. Thank you!
Hey johnchen86!
Yes, you can still keep the sidebar on with that post header if desired 
Cheers
Hey! I love your theme! GW!
I’m using the “Meta below thumb w/ links on hover” to display my portfolio.
I was wondering if it’s possible to change the link for the “View larger” button. I would like to link this to a document (e.g pdf, word…). The other “More details” button is fine!
Thanks a lot guys!
Hey Ilic74!
You can set a custom URL for the more details button via the “External Project URL” field in your project settings metabox, but you can’t change the view larger button – a different project style would be needed to remove that link all together
Cheers
Thanks a lot for you reply!
I’m still testing different options and I was wondering if is possible to take the link out of the image in the Masonry no sidebar for Blog. I found this in a old discussion but this take out the link of the title too and I need to keep it.
.masonry-blog-item:after { display: block; content: ’ ’; position: absolute; height: 100%; width: 100%; z-index: 1000; top: 0; left: 0; }
Thanks!!
Hey!
Could you share your URL where you’re trying to remove the link so I can assist further?
Cheers
Add to share button Vkontakte
Hey Nicko_217, thanks for the request