38437 comments found.
PS, cant find my old post about this issue. Problem is that there is a bug in the CSS, creating the shaddow. Or the theme…
FIRST column, the shaddow on the bottom cuts off. All other columns are fine…
Pls see screens + URL
http://www.erhverv.peterpackroff.dk/blog/ https://gofile.me/6lYKv/IsRbbpre https://gofile.me/6lYKv/9sINP5OXHey – add this into the custom css box in the Salient options panel:
.isotope {
overflow: visible!Important;
}
PS, cant find my old post about this issue. Problem is that there is a bug in the CSS, creating the shaddow. Or the theme…
FIRST column, the shaddow on the bottom cuts off. All other columns are fine…
Pls see screens + URL
http://www.erhverv.peterpackroff.dk/blog/ https://gofile.me/6lYKv/IsRbbpre https://gofile.me/6lYKv/9sINP5OXHey – add this into the custom css box in the Salient options panel:
.isotope {
overflow: visible!Important;
}
Hi there,
On my single portfolio items pages the spacing is a bit tight between the item title and the social media links/ feature image underneath. Do I need to adjust a setting or use some custom css to add a bit of padding/ white space here?
Thanks
Tessa
Hey Tessa,
Could you kindly share your URL in regards?
Cheers
Hey – add this into the custom css box in the Salient options panel:
.single-portfolio .main-content {
padding-top: 40px!important;
}
Hey,
Add this into the custom css box in the Salient options panel:
#header-outer {
position: absolute!important;
}
Cheers
Many thanks. We did it!
Cheers 
PS, I cant figure out why there has to be THAT much space between the blog-posts? And why are they not responsive in width?
http://www.erhverv.peterpackroff.dk/blog/Cheers
Peter
Hey Peter,
@media only screen and (max-width: 1600px) and (min-width: 1300px) {
#post-area.full-width-content .masonry-blog-item, .full-width-content #post-area .masonry-blog-item {
width: 30.8%!important
}
}
Cheers
HI there
I spoke to the developer of the most sold Visual Composer All in One plug-in. And he told me it is an “issue” or conflict with my theme, that the square boxes cannot be configured.
I tried to make the PNGs inside the animated boxes taking up full width, and also to overwrite the default size, but none of my CSS changes take affect.
Have you any idea on why and where the plug-in is conflicting with your theme?
All best and thanks
Peter
http://www.voksenadhd.dk/Hey Peter,
.row .col.vc_col-sm-4 img {
max-width: none!important;
width: 100%!important;
height: auto!important;
}
Cheers
Hi Guys,
I appear to have stuffed the code up 
I tried to be clever and rotate the squares in my Applications section (uses Portfolio) www.lwd-testsite.com and it looks awful. I need to get it back to how it was. Please help.
Hey lisawilkins,
Currently I’m not seeing them rotated at the moment – have you already sorted this?
Cheers
I sent a request to the Nectar support, but had a slow response, so thought I’d try my luck here.
I’m just about to launch the site. I’d like to change the init.js file in such a way that when scrolling one-page links are clicked, they scroll 36px further down the page, to account for the fact that I am using a transparent navigation bar. I’m sure it is easy, but the init.js file is large and complicated!!
Thanks in advance!
Hey rabonamag,
In the file edit this section:
$('body,html').stop().animate({
scrollTop: $($hash).offset().top - $mobileMenuHeight - parseInt($('#header-space').height()) - adminBarHeight + (parseInt(shrinkNum) + headerPadding2*2 + 3)
},1000,'easeInOutCubic');
and change the +3 to whatever you need 
Cheers
hello,
just curious if there is something wrong with the theme lately, i noticed that my main blog page’s font went all white. http://moringamate.com/blog/i am trying to change everything to black, but it seems that it has to be manually done through css (like changing the date font color, the excerpt and everything)
please help
thanks
Hey,
I’m currently seeing your font color displaying as black – what browser are you experiencing this on?
Cheers
Hi, is there a way to turn off the blog sidebar on specific blog posts but keep it in place on others?
Hey RenderRebel,
Add this into the css box located in your visual composer tab on the page desired:
#post-area {
width: 100%!important;
}
#sidebar {
display: none!important;
}
Cheers
Hi there! First of all, let me tell how amazing your theme is and so simple to use!!!
However I have a big issue with the nectar sliders: they don’t load on IE10.
Check it out here: http://pixelkings.com/development/pixelkings/wordpress/
Any ideas why? Or how can I fix it?
Hey,
On my end it seems to be loading – could you kindly verify that they’re are no errors showing in the console on your end?
Cheers
Hi! Thanks for the response. So my website displays the first 3 nectar sliders to you in IE10? I just check and I have no errors on the console, and still doesn’t show the slider. 
Got it working
My bad! Thanks a lot
You’re welcome 
k this seems like it should be the easiest thing to do but I can’t seem to figure it out.
When I decide to choose a layout I like in the site how do I disable or hide the rest of the options in the navigation menu without completely deleting it?
Oops never mind, just found the whole custom menu feature in the appearance tab
Glad you sorted it 
how can i change the typography of the site name?
cheers!
Hey!
Add this into the custom css box in the Salient options panel:
header#top #logo {
font-family: 'fontFamily'!important;
}
I’m running into an issue here. I installed the theme, activated it, and upon reloading, I got this error
Fatal error: Cannot redeclare be_get_previous_post() in /home/audinyc/public_html/wp-content/themes/salient/functions.php on line 2688
I couldn’t access the wp panel, so I deleted the theme via FTP. Reinstalled the theme, and didn’t activate it, when I preview it, I get the same error. I deactivated all my plugins.
Anything else I can do?
Hey – it would seem most likely that a plugin is indeed also adding a function named be_get_previous_post, but since you’ve deactivated all it’s confusing. Was there any more to the error message that stated where the function was previously declared?
Cheers
Hi
can you take a look my cart page, how to fix?
http://aeriousphoto.com/wp-content/uploads/2015/03/????-2015-03-23-??2.48.55.png
Hey – unfortunately that link is leading to a 404 – could you verify it’s correct?
I would definitely buy an html5 version, don’t you plan to release one?
Hey – as of now unfortunately there are no plans to port it to html yet
Hi, I have a simple question, is there a way to set up as default the color of all pages?
I have installed visual composer is there also a way by using page builder?
Thanks
Mark
Hey,
Add this into the custom css box in the Salient options panel:
.container-wrap {
background-color: #999!important;
}
Cheers
Sorry this seems not working I put the white color #ffff
Could you kindly share your URL in regards?
at moment is on server only accessible via host file… please I’m sure the code work but I need one code that change all pages as default color, not to add on each page css as this one you posted here thanks
I’m having difficulty adjusting the amount of text that’s showing on my blog excerpts. The location of the “read more” link doesn’t seem to be doing anything. Any ideas? See sample at bottom of home page: http://dirigo-getters.com/
Hey,
The recent posts element doesn’t use a read more button – if you’d like to show that and use the defined excerpt length you would have to use the actual blog element
Cheers
I know how to have a bg image in the header based on your responses to other comments, but how do you start out with a transparent header (no bg image beyond what the full-page slider shows) and then once they scroll and the menu shrinks, THEN the header bg image kicks in?
Hey,
Add this into the custom css box in the Salient options panel:
#header-outer.small-nav {
background-image: url('img.png')!important;
}
Cheers
Thank you sir!
You’re welcome 
Hi there, I’m using the horizontal filters in the portfolio and would like to change where it reads “Sort Portfolio” to say “Sort Gallery”
Can you please tell me how I can do that?
Cheers,
Hey,
In the portfolio options tab of your Salient options panel please use the “Custom Portfolio Page Sortable Text” field 
Cheers
Funny, I can’t believe I missed that. Thanks!
No worries 