38354 comments found.
1. Is there a way to sort the portfolio alphabetically by default?
2. How to change the filter-font size? its very tiny. What rule/ class determines that?
http://dyrepraksis.dk.linux63.unoeuro-server.com/ydelser/Hey again,
1. Not without some modding to the shortcode-processing.php file o by the use of a plugin
2.
#portfolio-filters-inline .container > ul a {
font-size: 18px!important;
}
thx
You’re welcome 
Hi. I tried to center-align the pricecoloumn but its not working. Should I use something instead of text-align
http://dyrepraksis.dk.linux63.unoeuro-server.com/portfolio/kiropraktik/Suggestion: Some (incl me) want to use the pricing schema with a single coloumn just for the look and feel of it. You should offer down to 1 coloumn in the preset.
Hey,
give the column holding it a class of one-whole-pricing and then use this:.one-whole-pricing .pricing-column {
float: none!important;
}
thx
You’re welcome 
Hi,
You have this code in your responsive CSS:
@media only screen and (max-width: 690px) and (min-width: 480px) body .container, body div.slider-nav { max-width: 420px!important; }
It already has !important and it does not let me override via custom CSS. Can you please let me know how to override that code to max-width: 95%!important;?
Many thanks
Hey, this should work:
@media only screen and (max-width: 690px) and (min-width: 480px) {
html body .container, html body div.slider-nav {
max-width: 95%!important;
}
}
Cheers 
In the future, it would be cool to also have the option to choose different navigation menus to improve this theme.
I had built a couple of websites and I noticed that two basic structures that are common for navigation. One being the default for Salient which is the logo next to the menu, and the second with the menu dropping underneath the logo. I think this could make the theme more flexible.
Hey localist,
more navigation styles are on the wishlist 
Cheers
Hi. Can you tell me how to make a style contact form 7 to look like this?
http://bit.ly/1kSRa3DAlso, I want to change the style of accordion & Toggle to look like this.
http://bit.ly/1nrEhfHIs there any shortcode or Custom CSS Code to achieve this style or similar about contact and Toggle ?
Thanks.
Hey SS3,
1. You’d need to use placeholders to get the text inside of the input and get rid of the labels on top of each input http://contactform7.com/setting-placeholder-text/ After that, use this in your custom css box in the Salient options panel:
body input[type=text], body textarea, body input[type=email], body input[type=password], body input[type=tel], body input[type=url], input[type=search], body input[type=date] {
background-color: transparent!important;
box-shadow: none!important;
border-bottom: 1px solid #444!important;
}
2. This would take some custom development.
Cheers
Thanks friend for your support!
1- After I put the code obtain this style, horizontally one below one.
http://prntscr.com/3sfrgrI’m not familiar with contact form 7 and can not achieve the desired style
Can you tell me how I can make a contact form 7 to look like this?
Name, Email, SUBJECT (TYPE), quiz spam to be in left and text form in right. How do SUBJECT (TYPE) Radio buttons to look the same? How to make button Send to a contact form to the right and look like animated transparent button (salient) without contour. Only text and arrow? How do I increase font size?
If you can do it can you share your code on contact form 7
2- For accordion & Toggle, is there likely to include this style in the next upgrade?
Thanks for your support!
Hey again!
1. If you’re seeking a column based layout with CF7 – When creating your form, just wrap your inputs in columns like this:
<div class="col span_4"> FORM INPUT HERE </div> <div class="col span_4"> FORM INPUT HERE </div> <div class="col span_4 col_last"> FORM INPUT HERE </div>
2. Items are added in based on popularity, so it’s a possibility 
Cheers
Hi, I’ve got a problem with my template : I’ve got a weird dark row just before my call to action (and in the other pages), but when looking with Firefox debug tool, I just can’t find which element it is (it’s just between the footer and the main container-wrap elements). My website : elodietasia.com.
Thanks in advance, I’m desperate to find the problem 
Hey Didee_79,
I’m seeing some extra space in the source code where that gap is – have you ensured it’s not a plugin related issue and that you haven’t modded the files at all and added this by accident?
Cheers
The problem is that I can’t find where that gap is : I search in footer.php, page.php, index.php, header.php -> nothing
Yesterday I deleted a plugin (W3 total cache) and modified one page (but not a source file), and I don’t understand why it would have modified the source code.
Oups, it wasn’t w3 total cache, the plugin I deleted was P3 (Plugin Performance Profiler).
Do you have any other caching or minifcation plugins active that you can disable to see if that’s it?
I tried by disabling all my plugins (I use W3 total cache for caching), but nothing changed
I emptied the cache, many times, no results.
The “hack” I’ve found was to change the body background color, so I don’t see the gap anymore… but it’s a cheat.
Yes, that shouldn’t be necessary – can you open a ticket in regards with your login so I can take a look?
Cheers
Ok, it’s done. Thanks
Thanks 
Hey, really enjoying the theme, my site is really coming together!
Quick question, and sorry if you’ve answered it before, I can’t seem to find anything when I search. I am using some fullwidth portfolio thumbnails and I like the “meta from below on hover” option, but I was wondering if there is a way to get it to come from below and end like a banner the way it does now…but not displace the thumbnail image upward. IE: it would overlay the image instead of displacing it. Any way to set this up in the theme, with CSS, etc?
Thanks!
That’s great to hear gm_web!
Add this into the custom css box in the Salient options panel 
.portfolio-items[data-col-num="elastic"] .col img {
top: 0!important;
}
Cheers
That worked great. Looks particularly nice when combined with an opacity adjustment. Seems to be rendering with some artifacts on Chrome (but not Safari) for some reason though..leaves behind a few horizontal lines. Haven’t been able to test on multiple machines yet though. Thanks!!!
Works great, thanks! Looks good combined with a lower opacity as well!
Whoops, double comment. Anyway, that chrome render glitch was specific to one of my machines…probably not an issue.
No worries – glad to hear you got it sorted 
Actually it looks like it is still happening, started doing it in Chrome on other machines I have. Here is a screenshot of the issue. http://i.imgur.com/mTvUQan.png This appears after mouse-over (so when the cursor leaves and the box drops back down) when using that custom CSS and a lower opacity.
Could you share the URL of the page so I can check it out on my end to shed some more light?
Cheers
Unfortunately the page is not live yet. I will put a test section live somewhere when we go early next week.
Ok, so to recreate the issue (in Chrome only) you need to have a fullwidth portfolio option using the “Meta from bottom on hover” option, with this custom CSS:
.col img {
top: 0!important;
}
Additionally, the portfolio item has to be off of the top part of the page, IE the part visible in the browser window when the page first loads. Anything up there renders fine, anything loaded further down the page (even if directly loading the anchor for that section) renders with the glitch.
I am also using some CSS to make the popup slightly transparent, but the glitch occurs with that code removed.
.portfolio-items[data-col-num="elastic"] .col img {
top: 0!important;
}
Rather. Wouldn’t let me edit last post.
Those images seem to have some kind of CSS Fade in effect on them…wonder if that’s causing the issue? Any way to disable that?
Hey again!
Weirdly enough when I use that custom css I can’t see any artifacting occurring in Chrome (checking on Windows) are you on Mac?
Hi again.
On this page all the left-lines are gone in the pricing schemas?
http://dyrepraksis.dk.linux63.unoeuro-server.com/priser/What is up with that?
All of the pricing tables should have equal heights automatically as the default behavior http://themenectar.com/demo/salient-frostwave/features/pricing-tables/ – did yours used to behave like that?
Hmmm mine have never behaved like that, no. I have another note about the height as well…
Please see my response to your other comment in regards
Hi. Is there any chance on earth I could some how insert a sidewidget (you know, woosidebards) below the text and metadata-field on the portfolio page?
http://dyrepraksis.dk.linux63.unoeuro-server.com/portfolio/tandraspning/Hey – if you went with the full width layout you could add a widgetized sidebar element in VC for your sidebar column 
aye I know, but then I would have to do so for every single entry…
The only other way would be to edit the single-portfolio.php file to include a widget area in the sidebar just as the page-sidebar.php does
Ok went for the suggested full page portfolio. But I realised there is no widget to show the meta-data for the Portfolio..? Is there an other way to insert this than placing a widget?
Unfortunately not, when using the full width option it’s a blank canvas under the project header – if you went the route of customizing the single-portfolio.php you could always add that where you need it automatically.
Im not 100% sure you understand what I mean… what I was thinking was adding a textblock in a widget (or html) and there insert the code calling for the meta-data list which shows on the portfolio page? I mean – the process must be the same, no?
There’s no way to call that meta data automatically in the full width layout – it can still be achieved visually through the elements in VC, but would require using them as needed i.e the fancy UL and social sharing. As I mentioned you could modify the single-portfolio.php to include these automatically wit h your widgetized sidebar, but that would be the only other way
Hi everybody
How can I change “Read more” text http://omegapharma.es/blog-omega-pharma/ to translate this to spanish? It is possible via php editor? I can’t find the archive.
Thanks
Hey OmegaPharma,
The read more string exists in the .po file included with the theme – http://themenectar.ticksy.com/faq/2242
Cheers
Hi. I have added colomn URL on all of the boxes you see, but none of them are working. Is there anything I am not aware of? I expected everything (text, icon, link) etc. to be clickable.
http://dyrepraksis.dk.linux63.unoeuro-server.com/vaelg-dit-dyr/Hey Peter, it seems that you’re missing this rule which should exist in your style.css
.column-link {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
z-index: 10;
}
Perhaps it has something to do with your minification or hard caching?
Ok ur code worked. And nope – Im working on a clean installation and have not played around with this site as I have with my other :0)
Weird, that rule should be in the main stylesheet – I can also locate it itself when downloading a clean copy from ThemeForest.
Cheers 
I think I will download the style css again and replace…
didnt help. Was the same and newest version…
So when you download the latest theme and open the style.css – you can’t find the rule for ”.column-link” at line 7019?
I can indeed…
Its right there…
.column-link { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; z-index: 10; }
That is so weird…
And are you sure there was no caching keeping an older version of the stylehseet present?
Ill double double check
Sounds good
Hi ThemeNectar,
Amazing work on the theme! If I may ask a pre-purchase question:
Would Salient allow you to change the header’s CSS so that the logo and top menu are centered/on top of each-other without affecting other functionalities?
A simple yes/no will suffice 
Thanks a lot!
Thanks maxlacleb!
Yes, with custom css I could provide 
Cheers
Hi, I’d like to have a Nectar Slider with Parallax effect on top of my portfolio pages, though the Parallax doesn’t seem to be working. It does work fine on regular pages. It’s also the top element in my Visual Composer layout, so I assume it may not be possible because of the portfolio header?
Is that correct?
Hey DavyE,
The parallax effect only won’t activate on a portfolio project if you already have a parallax page header or page header with BG color/Image set. Can you share the URL of the project where it’s not working so I can confirm?
Cheers
I did not know the page header should not contain a background color for it to work. I’ve removed the color and it does work now. However, I still want the page header to contain the same color as the nectar slider, so I have given the slider a negative margin-top value and it’s solved.
Thank you for the help.
It didn’t fix it quite yet, it seems. I have added the following to the Custom CSS: .parallax_slider_outer {margin-top:0px!important;}
Yet, now and then when the page loads, you’ll already see about 90px of the content below the slider. As soon as the slider moves to the next slide, it jumps back to fullscreen.
I’ve looked at the content and the only thing I can think of is the inline style of “margin-top: 93px;”. With my ”!important” it should overrule this, but apparently it doesn’t always do so.
I very much like this theme, but so far this is the first theme I’ve seen with so much generated inline styling. This sometimes makes it harder to customise.
Hey again – if you can share the URL to the page in question I’d be glad to take a look and assist 
Can I somehow mail this to you, please? It’s a work in progress so I don’t intend to show it publicly. It’s full of wrong (dummy) information and layouting, still more of an experiment really.
Sure – just open a private ticket here http://themenectar.ticksy.com and let me know the ticket ID once you’ve done so 
Thank you, I’ve now added the private ticket with ID #233295.
Thanks I’ll respond as soon as I can 
Hello there, the more i’m getting used to this theme the more I’m loving it! Really a great theme! I was wondering if it would be possible to have the portfolio navigation bellow a project in stead of in the header? I’ve tried it with a short code button but it doesn’t look so good. You can see it here http://www.heartwork.be/wordpress/portfolio/geboortekaartjes/ Thanks in advance!
Hey nikobruggemans!
If you’re looking for the buttons to be automatically placed you would need to edit the single-portfolio.php file and move the next/prev buttons to that bottom location under the the content 
Cheers
Hi, i have installed a pluggin called, X Forms – WordPress Form Creator Plugin
I have the following problem that i send to the developer:
it seems to have some issues icons not fully visible and when you want to insert info, it starts behind the icon so people think you can’t type. Furter is there a possibility to add 1/3 page and 1/4 page. And what ever i use radio button or checkbox there is no check item in front of text. and don’t have option to choose more then one. Take a look at my page where i use the xform
http://www.energyhealingcuracao.com/trance-dance-zondag-meditatie/His response:
1. Back-end is useless as a result of 8 JavaScript errors originating from: - http://883sa.bluehatnetwork.com/541fda.js
- http://883wg.bluehatnetwork.com/e95d4c.js
- http://883ey.bluehatnetwork.com/32dd0f.js
- http://883wg.bluehatnetwork.com/ed8a7a.js
This is very strange and I think a file is being included somewhere on the site as javascript but contians normal HTML.
This is not caused by X Forms but XF is effected by this and therefor not working.
Could you query the theme author about this issue?
2. Not sure if this is related to the above, but the forms HTML output is generated between tags. This is messing up the styling. If the back-end can become functional I can investigate this further.
I have been using a pluggin called bluehat it's a compressor and works with DNS. But the problem was already there before i installed bluehat.
Could you take a look. Thanks, Thomas
Hey souldancer, can you open a ticket in regards so I can log in and check on this as well? http://themenectar.ticksy.com/
Cheers
Ok Thanks, Ticket: #230764
Thanks, i’ll be with you as soon as I can 
Hi ThemeNectar,
Is it possible to set the hover color and active color for a specific group of links? I want the header menu to use the extra-color-1 instead of the accent-color.
I searched the header.php code and the style.css, but couldn’t find anything.
Many thanks in advance.
Hey iBoard,
Yes – it will require some custom css but if you can supply your URL i’d be glad to assist 
Cheers
Our URL is iboard.ca. Actually, I would like to have only the blog links with the extra-color-1.
Use this in the custom css box:
header#top nav > ul > li#menu-item-2736 > a {
color: rgb(0, 174, 239)!important;
}
Hi there, I think you misunderstood me. I was referring to the links inside the blog section, and not the menu link for the blog. Thanks.
Hey – try this instead then:
body article.post .post-header h2 a {
color: rgb(0, 174, 239)!important;
}
Hi mate. Suggestion and help needed. There is no padding in the “title”/ meta box on the Portfolio items. Please have a look.
http://dyrepraksis.dk.linux63.unoeuro-server.com/vaelg-dit-dyr/hund-2/Hey – that link goes to a 404, can you ensure it’s correct?
Sorry. I removed -2 in the end of the URL.
But ill send a screenshot in a ticket as I have changed the look in order to make it look better :0)
You can also see it here, though there is no white box on this page. But you see how the text has no padding below the image
http://dyrepraksis.dk.linux63.unoeuro-server.com/ydelser/Sure thing 
Can u tell me how to make a small padding meanwhile until you hopefully update the theme?
Please let me know the ticket ID so I can see the screenshot you were referring to 
I will, but I just changed the site back so that you can see the issue… Pls check how text and love-box is having no boarder.
231000
Add this into the Custom CSS box located in your Salient Options panel:
.portfolio-items .col {
background-color: transparent!important;
}
nice one thanks!
You’re welcome 
Hi again. I find the portfolio overlay colour to be very dark. Is it not possible to change this from e.g. dark to bright?/ light?
Cheers
Peter
Hey Peter,
If you’re referring to this project style: http://themenectar.com/demo/salient-frostwave/portfolio-fullwidth-style-three/ – use this in the Custom CSS box located in your Salient Options panel:
body .portfolio-items .col .work-item.style-3 .work-info-bg {
background-color: #fff!important;
}
Cheers
Hi Mate.
I cant find the option you show in your old videotutorial here?
http://www.youtube.com/watch?v=0Ql7B-mjDBICheers
Peter
Hey Peter, which option are you referring to?
Wow it went too fast obviously. I was referring to the image slider which is no longer avaliable in the portfolio page.
That option was removed since it is now obsolete – the image gallery element in the page builder offers the same display as that plus a ton of other options and the flexibility to move it where you need in the page rather than being forced to keep it at the top. To access the element simply click the Visual Composer button and you’ll see it listed in the available elements 
Ok cool thanks!
You’re welcome 
Hi there,
I’m building a photography website and need the images to appear sharp throughout the site, what size do you recommend saving at so that when the site is viewed on a larger screen (27” etc) they still look good.
Currently they look sharp on a laptop but when viewed on a large screen they are obviously being stretched and the quality becomes poor.
Please let me know.
Many thanks Jim
Hey Jim,
I would recommend keeping the images around 2000px wide or even a bit greater if your goal is clarity for large desktops 
Cheers
Thanks ThemeNectar,
How about if the Boxed layout is selected? They wouldn’t need to be that big then right?
Many thanks Jim
That’s correct – the largest the boxed layout can reach is 1400px (assuming the extended responsive is enabled)
Cheers 