38435 comments found.
In the phone menu when I click to a subcategory the social icons floats above the menu. See attached picture. Sorry for my english!
(http://www.crafty.se/wp-content/uploads/2015/12/menu-error-salient-theme.png)
Hey,
this issue will be sorted in the upcoming release
Cheers
Cool theme, just a few questions, 1) when in edit mode, the first page does not transition like a cube even though I have it checked, is this because I am in edit mode? 2) My head is about to explode with this portfolio masonry edit. There is no way to add anything. All I get is a white screen with the edit column option buttons and no field to enter photo. Has my theme been installed incorrectly or am I just doing something wrong. I can type in a title for each cube, but cannot add an image for the page of squares. Thanks for any help as our site has been down for days as a result.
Hey,
1. Please share your URL in regards so I can check the page for you
2. To edit the portfolio items you need to go to the portfolio section of your admin panel on the left hand side – there you will find all the projects to edit. You can use the featured image upload to add pictures for each project. If you’re still encountering trouble with this, please open a ticket in regards at https://themenectar.ticksy.com
Cheers
Well the site is not active as it is under construction, if you can let me know when you will be able to look at it, I can make it live for a brief time, but we cannot have it active in the current state for various reason.
Is there any chance the site was not installed properly, or broken as I read on the forum? This is what I get when do the suggested (photo) the rest of the page is just grey space, no options for featured image or anything else.
Hope you can help with this, as I have pulled out the few remaining hairs I had left on my head trying to figure this out. grrrr
Hey,
If you could open a private ticket in regards with your admin credentials I’d be glad to log in and see what’s going on: https://themenectar.ticksy.com Just let me know your ticket ID here after opening
Cheers
Ticket #606549
Are there certain plug ins that i should look out for and remove, because I still get the same issue, mostly white screen.
Hi, is it possible already to have the logo centered with centered navigation below? I don’t see an example in your demo’s, but I noticed it was a highly desired feature. Could I see an example if it is included in the options already? Thank you.
Hey,
Yes that’s an option, its’s called “Centered Menu Alt” in the header options tab of the theme options panel
Cheers
Hello! Not sure if these questions are answered by the same person who does support on the support forums so I want to ask a question that wasn’t able to be answered. In the Safari browser for some reason the header text at the start of my page is blurry on retina. As in, on my retina devices it looks pixelated. Any insight into why and how to fix? Thanks!
Hey, could you kindly share your URL in regards so I can take a look?
Cheers
www.higherfields.com Thank you
Hey,
It seems to be a Safari specific issue with the 3d perspective set on the header which allows the box roll effect – I’ve noted to look into a workaround for the next update though 
Hello! When my site is viewed on mobile or a resized browser the logo appears as two or three logos on top of its self and sometimes flickers or changes location. You can see the glitch in action at www.higherfields.com Any help getting this issue sorted will be greatly appreciated. Thank you!
In the support forums they suggested it was a bit of custom css I had added but removing that actually didn’t fix the issue. Any other ideas?
Hey, could you kindly share your URL in regards so I can take a look?
Hey, I did it’s directly above in the first message. Thanks
Again it’s www.Higherfields.com Your soonest answer is greatly appreciated. This is the last major issue before I launch. Thanks!
Hi there,
regarding the header – is there a way to make the logo sit on the very left edge and the navigation to sit on the very right edge of the screen? Rather than having a fair bit of empty space between the edges and the logo/nav?
Thanks!
Hey,
If you’re using the fullwidth menu option also add this into the custom css box in the Salient options panel:
body #header-outer[data-full-width="true"] header>.container {
padding: 0!important;
}
Cheers
Thank you!
Hey,
1. Add this into the custom css box in the Salient options panel:
@media only screen and (max-width: 1000px) {
#header-outer[data-permanent-transparent="1"][data-mobile-fixed="1"] #logo .dark-version {
top: 0!important;
}
}
2. Currently I’m not seeing any bars on the bottom, are you able to see them on all browsers?
Cheers
Is there a way to add a second image link in the header that is separate from the logo?
Hey – as of now this would require modding the header.php file in regards
Hi, created a ticket some time ago and was hoping for some input from ThemeNectar. Last update I got on the ticket was 16th November.. Just checking you are able to see the ticket in your queue ok: https://themenectar.ticksy.com/ticket/578719
Hey, sorry that I overlooked this – I’ll check it out shortly 
Thanks for your patience
Hi, thanks! I got your reply (it made perfect sense) and responded about a week ago. For some reason I don’t think you are getting notified about my responses though? Would you mind taking another quick look https://themenectar.ticksy.com/ticket/578719 Thanks!
Hi there. Could you help me with a background color change to the Portfolio? Currently I have:
portfolio {
background-color: #313233!important; }
... placed in the Custom CSS Code dialogue box in ThemeNectar General Settings. However, after I did a Theme update it did not display the color change behind the project tiled images.
Do I have the correct line of code set to override the default color? If not, could you please advise?
Thanks, SD
Hey,
Could you kindly share the URL in regards so I can see why it’s not applying for you?
Cheers
Hey, add this into the custom css box in the Salient options panel:
body #full_width_portfolio .project-title.parallax-effect {
background-color: #000!important;
}
I replaced the string with the new one. No change. :o/
Hey, remove the pre tags you pasted into the custom css box along with the snippet 
Cheers
removed. still no change.
I’m currently seeing your single project header area set to dark grey – were you trying to change a different section possibly?
Hi there, on this page the portfolio thumbs bg color should be black. Can’t seem to get that working… http://donatelli.org/works/portfolio/
Try this:
body div.portfolio-items[data-col-num="elastic"] {
background-color: #333;
}
Thanks much!
You’re welcome 
Hi
I’m trying to vertically align a Full Width Content column, but the content is aligning to the top of the page. I have “Make all columns in this row vertically centered?” checked.
I’m hiding the header and footer. Maybe that’s what’s causing the problem?
Hey,
Both of your columns have the same content of just one word in each so there’s nothing to give the columns height in order to vertically center – if you gave them some height it would work as you expect. Try adding this into the css box:
.wpb_row .span_12 > .col.padding-5-percent {
min-height: 500px;
}
Cheers
thanks!
You’re welcome 
A few questions:
1) I’m using the text based logo, and would love to have my blog info/ subtitle posted right to it in the header. Any way to do that? And preferably I would love to have the blog info in a somewhat smaller font size.
2) How can I change the color of a blog’s title in masonry stile with no sidebar?
Thanks!
Hey,
1. As of now this would require modding the header.php file – this would be the line to edit: echo get_bloginfo(‘name’);
2. Add this into the custom css box in the Salient options panel:
article.post .post-header h2 a {
color: #000!important;
}
Cheers
Hi there, I currently ran into the problem that when I want to save changes after I entered in social media locations, chrome and firefox wants me to open or save “options.php”. What am I doing wrong? It worked in the past for me. I just updated to the newest salient version. Cheers L
Hey,
could you kindly open a ticket in regards with your admin credentials so I can take a look? https://themenectar.ticksy.com
Cheers
Hi there. I am using the fullscreen menu and would like to reduce the fade in time to make the navigation with this a lot quicker. Where can I do this?
Hey,
You’d need to edit this in the init.js file located in the js folder:
},250+$scrollDelay2);to this:
},0+$scrollDelay2);
and also this a couple lines above
},950,'easeInOutQuint',function(){
Cheers
Thanks TN! Once last thing! How can i change the hamburger icon on fullscreen menu mode so that the icon is one color on transparent menu, and another on scroll?
Hey,
could you share your URL so I can see what settings you’re currently using?
Cheers
Yep, url here: http://7a0.421.myftpupload.com/
Hey,
Add this into the custom css box:
body #header-outer.transparent .midnightHeader.light header#top nav ul .slide-out-widget-area-toggle a i.lines, body #header-outer.transparent .midnightHeader.light header#top nav ul .slide-out-widget-area-toggle a i.lines:before, body #header-outer.transparent .midnightHeader.light header#top nav ul .slide-out-widget-area-toggle a i.lines:after {
background-color: #888!important;
}
Thanks for your help, TN, with the increase of speed for the fullscreen menu, i notice that the menu items, social icons, and bottom left text, still have the same speed, and are therefore delay, can you point me in the direction of editing these? Along with the speed of the hamburger / X icon animation?
thanks
Also, i tried the custom CSS for the nav icon, and this had no effect 
Hi, im still looking for some help on this, any ideas? thanks
Hey – in the init.js file you can see this section which lists all the delays
setTimeout(function(){
$('.off-canvas-menu-container .menu > li').each(function(i){
$(this).delay(i*50).transition({y: 0, 'opacity': 1},800,'easeOutExpo');
});
$('#slide-out-widget-area.fullscreen .widget').each(function(i){
$(this).delay(i*100).transition({y: 0, 'opacity': 1},800,'easeOutExpo');
});
},300+$scrollDelay2);
setTimeout(function(){
$('#slide-out-widget-area .off-canvas-social-links').addClass('line-shown');
$('#slide-out-widget-area .off-canvas-social-links li').each(function(i){
$(this).delay(i*50).transition({'scale':1},400,'easeOutCubic');
});
$('#slide-out-widget-area .bottom-text').transition({'opacity':0.7},400,'easeOutCubic');
},700+$scrollDelay2);
so you’ll be editing
300+$scrollDelay2
700+$scrollDelay2etc
thanks very much for this
sorry about the delayed thanks, you rock
You’re welcome 
Hi Salient,
For some reason the infinite scroll on my blog just stopped working. Do you have any idea what could have caused this?
I haven’t added any new plugins or anything before the error occurred.
Hey,
please share your URL in regards so I can see what’s going on 
Cheers
Hey there’s a strange blue bar to the right of my website near the search icon. Not sure where it came from.
https://wapp.guru/Also, on mobile, I would like the navigation the go downwards instead of the off-canvas style. Not sure how to go back to that as I disabled the off-canvas. Thanks!!
nevermind
Well, I still have the question about the mobile menu.
Hey,
The off canvas menu is used on mobile when you have the mobile sticky header on – you can still change it to be the fullscreen one in your off cavas menu options in the theme options panel though
Cheers
Hey ThemeNectar!
Updated my website to the newest version of Salient, but I noticed that the color of my share buttons (and other icons) on my portfolio pages are only grey. How can I change it so the share buttons are a different color or the accent color?
A link to the page can be found here: https://cantedpictures.com/portfolio/liat-aharoni/
Any help would be greatly appreciated 
2. Very random, but sometimes the social media icons are in the chosen accent color, however, there is no container for them and when I hover my mouse over it, the social media icons spill out in a disorganized manner.
An example of the problem can be seen here: http://tinypic.com/r/21aik3/9
Hey,
I’m currently seeing them in the green accent color on hover which is the normal behavior, are you trying change them to that when not hovered as well? Also try clearing your cache as I can see the buttons animating in normally
Cheers
Bug Fix Request: If you go to “add new portfolio item” and under the “project configuration” you click on “enabled” for the “Custom Content Grid Item” then you will no longer be able to add a custom thumbnail.
In a future release can you please let that option show up there? Right now my client has to remember to disable the custom content grid item to change the custom thumbnail image and then re-enable…and the chances of them remembering this in 6 months is slim. Thanks!
Hey – the main purpose of the custom thumbnail is to be able to define a different image within your portfolio grid then what will display on the single project page. However, since the custom content grid item removes the single project page you could just use a featured image for the item instead to have the same outcome. Is there any reason you’re still wanting to use the custom thumbnail over a featured image for those projects?
Nope. I didn’t realize I could use the Featured image. Problem solved. Thanks.
You’re welcome 
Hi Phil. Any general time frames on when we can expect the next update. Thanks again.
Hey! Yes – within the next couple of weeks 
hey!
The icons are not being displayed anywhere on the site. Be it fontawesome or any of the other three.
http://ignisense.siib.ac.in/Not even the small drop down icons on the primary menu or the scroll up icon on the right bottom of the screen. Nothing seems to work.
Please help.
Hey,
Have you verified that no plugins you have active are causing this in regards?
Cheers