38438 comments found.
hi, how to change the font color by contact form(input text) Form Styling minimal thanks
hi, how to change size for tabs. for example 4 tabs 100%(each tab 25%) and text in center. tabs settings default.
Hey, add this into the custom css box
1.
body[data-form-style="minimal"] .minimal-form-input.filled input, body[data-form-style="minimal"] .minimal-form-input.has-text input, body[data-form-style="minimal"] .minimal-form-input.filled textarea, body[data-form-style="minimal"] .minimal-form-input.has-text textarea {
color: #888!important;
}
2. Please share your URL in regards
Cheers
Hi Salient,
here is my link blog.muse-widgets.de
I set the 4 tabs 100%
.tabbed > ul li {
width:25%!important;
display: inline-block!important;
float: none!important;
}
but on tablet and phone does not look good. thanks in advance
hi,
blog.muse-widgets.de
how to change the font color by contact form(input text) Form Styling minimal
color and front the same as body
thanks
Hi,
blog.muse-widgets.de
ist is a possibility to set for checkboxes value the space between the first word and the second word so that the date to be one under the other. thanks in advance
Change your css to be in a media query
@media only screen and (min-width: 1000px) {
.tabbed > ul li { width:25%!important; display: inline-block!important; float: none!important; }
}
html body[data-form-style="minimal"] .minimal-form-input label span.text .text-inner {
color: #676767!important;
}
thanks
You’re welcome 
Hi! Question for you. I was wondering how I might be able to delete a single category from the Portfolio Filters. I use the category in question to create a “best of” sampler on the website homepage but I don’t want to show that category on the main Portfolio filters. Thanks in advance!
Hey!
When adding your portfolio element with the Salient Visual Composer you can select what categories show up in your filter selection 
Cheers
My Portfolio just disappears when i am not logged in. Why is this?
Hey – please open a ticket in regards with your admin credentials so I can take a look https://themenectar.ticksy.com/
Hi, potential bug – If I use any of the ‘slide’ column animations, links within the column become unclickable. Their hover states don’t activate either. Any other column animation styles don’t produce the effect. Any workaround? Cheers.
Hey – this will be sorted in the next feature based update
Cheers
Hi, could you tell me how to adjust the width and height of testimonial slider? Like shown on this page:http://themenectar.com/demo/salient-corporate/ I tried to put in the testimonial slider, but they were all tall and narrow, I want to make them short and wide. Thanks:)
Hey!
Do you have the testimonial element in a full width content row? If so please share your URL so I can take a look at your settings 
Cheers
I have wordpress 4.5.1, Salient 7.0.8, Visual Composer 4.11.2 – but I have still a problem. Activated visual composer is making problems, Salient settings not working, changing pages too. What can I do? 
Thank you for an answer!
Sorry I read your message for everyone after I write this post.
Hey,
No worries – did you get it sorted?
Still not working
I get this message after click on Salient options:
Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 72 bytes) in /hosting/www/partilia.cz/www/wp-content/themes/salient/nectar/redux-framework/ReduxCore/inc/fields/typography/googlefonts.php on line 1
So I think there is problem with webhosing memory.
Hey – yes, from that error you would need to contact them to increase it as it appears to just be barely pushing past what you have allowed as the max
Hello,
I’d reached out for support on themenectar, but its been a couple weeks without a reply, so figured I’d try here…
1. In iPhone sizes, padding around portfolio thumbnails of ‘Agency’ and ‘Features’ section is messed up (match default theme or padding of ‘Updates’ section) – http://quirktools.com/screenfly/#u=http%3A//prophet.staging.wpengine.com/agency&w=375&h=667&a=37&s=1
2. Slider title isn’t centered as browser is stretched due to being so long. (Seems to not be issue on responsive sizes) – http://prophet.staging.wpengine.com/agency
3. Wondering how to collapse primary navigation menu on iPad landscape to avoid overflow? Basically we have 9 links in our navigation so when viewing on iPad landscape, the links push into the logo on the left side.
Have a few more issues, but be great to start with these three if possible.
Thank you,
Allen
Hey,
1. Add this into the custom css box in the Salient options panel:
.portfolio-items:not(.carousel) {
margin: 0 0 0 -1%;
}
2. You have added a rule “white-space: nowrap;” which is causing the text to go off the screen. If you’re okay with that and just want it centered add this as well
.nectar-slider-wrap[data-full-width="false"]:not([data-parallax="true"]) .swiper-slide .content {
padding: 0!important;
}
html body .container .swiper-slide .container:not(.tab-container):not(.recent-post-container) {
max-width: none;
}
3. It would easier to do something like this:
@media only screen and (min-width: 1000px) and (max-width: 1300px) {
header#top nav > ul > li > a {
padding: 0px 7px 0px 7px!important;
font-size: 10px!important;
}
}
Cheers
Hi,
Thank you for the assistance…
1. Unsure why, but seeing no affect with this. I tried inserting into the CSS of the Salient General Settings, as well as inserting within.
@media only screen and (max-width:690px) { }
2. Perfect, thank you!
3. Again, no effect with the code provided after inserting into the CSS of the Salient General Settings.
Appreciate the help, but think I still need a little more.
Hey – could you please open a ticket in regards with your admin credentials and share the ticket ID here so I can take a further look?
Cheers
Yep, not a problem… Here’s the original ticket: https://themenectar.ticksy.com/ticket/734153
Hey – I can’t seem to access the /wp-admin section of your site. Is there a different URL or is it IP restricted?
Sorry, you access from the front end of the website: http://prophet.staging.wpengine.com/login
Once logged in, you then access WP Admin as usual. Also, you’ll note we’re using a child Salient theme since we made a few tweaks to core files.
Thanks
Hey – I just logged in and applied the css into the custom css box and they seem to be working as intended. Could you try clearing the cache on your end and if it’s not working for you still – please share a screenshot of what you’re seeing on your end
Cheers
Hi,
Sorry was traveling and just getting back to this. I logged in and see your CSS, but am not seeing changes on the front end in regards to the first issue.
1. As you can see, the spacing around thumbnails is still off. Appears as http://quirktools.com/screenfly/#u=http%3A//prophet.staging.wpengine.com/agency&w=375&h=667&a=37&s=1 instead of appearing as http://quirktools.com/screenfly/#u=http%3A//themenectar.com/demo/salient-ascend/portfolio-fullwidth-default/&w=375&h=667&a=37&s=1
2. fixed.
3. fixed.
Thanks
Hey,
Change the row that’s holding the portfolio element to be the “full width background” type instead of “full width content”. Then make sure on the portfolio element itself you have the full width layout selected
Cheers
Gave it a shot and then it seems that the mobile landscape mode appeared borked in that the thumbnail wasn’t as wide as the div containing the info beneath. As such, the like count was pushed to the right past it by about 10px. Fixed it with this code, though it’s not precisely the same spacing as the grid elements found on the updates page (blog full width masonry) in the same view.
@media only screen and (max-width:690px) { div.portfolio-wrap { padding: 5.75%; }
So this takes care of the first three questions to my original support ticket, so thank you for that. Possible to get advice on the remaining questions:
4. Project title is cut off in iPad portrait view and uneven vertically in landscape (though recently fixed in iPhone sizes) – http://quirktools.com/screenfly/#u=http%3A//prophet.staging.wpengine.com/agency/nike-x-kanye-west-air-yeezy/&w=768&h=1024&a=22&s=1
5. Reduce hover opacity on thumbnails, make full thumbnail a link to content – http://prophet.staging.wpengine.com/agency
6. How to remove nectar slider from iPhone responsive size (landscape and portrait)?
Thanks again,
Allen
Hello there. Is it possible to have a full screen nectar image slider on top of a page, with a slow zoom effect on load? Thanks in advance for the answer. (Loving the Salient theme for years now.)
Hey,
The zoom effect available in the page header tab of the Salient options panel will apply to top level Nectar Sliders and is the only option for zoom at the moment – however more are on the way 
Cheers
Thank you !
You’re welcome 
Hi,
I am planning to buy this theme. Just wanted to know if I will get the sample data of the demo versions so that I can recreate a website just like the demo versions?
Thanks Raghav
Hey, yes – all the of the demos are available to import through the options panel > demo importer tab. However please note that most images used are not included and are swapped out for placeholders
Cheers
Hey, I’m using this code to display a different padding on mobile devices.
/* Padding on Mobiles*/ @media only screen and (max-width: 1000px) { body .container, body div.slider-nav { max-width: 90% !important; } }
It’s working great for all pages exept for the Blog page, which is looking very strange as though the padding left was -40px. Why? Please help! Thanks!
Hey,
Could you kindly share your URL in regards so I can take a look at your settings?
Cheers
Hi, the URL is: artesoft.ch You can click on news to check it. Cheers
Any suggestion? 
Hey, could you please open a ticket in regards with your admin credentials so I can take a further look for you https://themenectar.ticksy.com/
Over night my page builder suddenly stopped working.
When adding a new page, after clicking add elements, all of the elements are not clickable. Clinking them gives an error ($template.get is not a function).
When viewing previously added pages, the page builder does not load and instead shows a text version of the page.
No other plugins are installed on the webpage besides salient visual composer, and theme / plugin are up to date. I’ve tried re-installing the salient visual composer multiple times with no luck.
In ssh, I have checked the owner and group of the files and they all follow the same system as the rest of the working website. I’ve also tried giving all filed in httpdocs 777 read write access with no luck.
Please help.? Thank You -Tim, New Minute Media
Please ignore, problem fixed.
Hey, glad to hear you’ve sorted the issue 
Hey Salient, Is there a way to change the font size of the menu depending on which type of display the user is vieweing the site on? I would really need it to have it change on mobile phones cause the menu is barely visible when the menu-text has long words. Thank you!
Hey,
That would indeed be possible with CSS – kindly share your URL in regards so I can provide a snippet 
Cheers
here you go: http://goo.gl/EhDZxu

Hey, add this into the custom css box located in your Salient Options panel:
#slide-out-widget-area .inner .off-canvas-menu-container li a {
font-size: 22px!important;
}
Is there a plugin that makes a language option on the actual website for the users to choose?
Hey, WPML is the only one I’d recommend for that functionality
Hey guys!
For everyone who hasn’t seen the announcements,
In regards to WordPress 4.5
The only version of Salient that is compatible with the latest WP is Salient 7.0.8, and the only version of Salient Visual Composer that is compatible with WP 4.5 is 4.11.2. If you’re using older versions of these and have updated to WP 4.5, your visual composer will not work.
Once you’ve updated Salient, head to the plugins section of your admin panel to update Visual Composer. If you’re having issues after using both the current versions, check for third party plugin issues – WP 4.5 added a new version of jQuery and a lot of plugins broke because of it.
I noticed that when i view my website on smaller screens than my own – it doesn’t scale correctly down, the text contracts much more and makes it look uglier, how do i fix it so that it looks on other screens as it does on mine?
Hey,
Please share your URL so I can take a look at your current settings
Cheers
www.emeraldlausnir.is
Hey – currently that’s leading to a 404 for me, could you verify the location is correct?
It is correct.. I have it set to private though, could that be the issue?
It´s the right one, but i have it set to private – could that be the problem?
It´s the right one, but i have it set to private – could that be the problem?
Yes – that means I’d need to be logged in to see it
Strange, i’ve always had it set to private and yet you’ve managed to help me before when it was like that. I’ll make it public now then.
Btw, it’s also this site here : www.emeraldlausnir.is/features that needs adjustment.
Hi. I like this theme but I have problem. Page Builder it not working. How to resolve it.
Hey,
Are you using the latest version of the theme and Salient VC?
The only version of Salient that is compatible with the latest WP is Salient 7.0.8, and the only version of Salient Visual Composer that is compatible with WP 4.5 is 4.11.2. If you’re using older versions of these and have updated to WP 4.5, your visual composer will not work.
Once you’ve updated Salient, head to the plugins section of your admin panel to update Visual Composer. If you’re having issues after using both the current versions, check for third party plugin issues – WP 4.5 added a new version of jQuery and a lot of plugins broke because of it.
The ability to add multiple images into an image gallery (Add Element>Responsive Image Gallery) onto a portfolio page seems to no longer work? Am I doing something wrong or is there an issue?
Hey,
Could you please open a ticket in regards with your admin credentials so I can take a look? themenectar.ticksy.com/
Cheers
Adding ‘offset’ => 1 to the shortcode-proc file breaks Infinite scroll on the Blog Element by making it repeat the same posts over and over – Why?
Hey, the answer can be found in WP codex
https://codex.wordpress.org/Class_Reference/WP_Query#Pagination_Parametersoffset (int) – number of post to displace or pass over. Warning: Setting the offset parameter overrides/ignores the paged parameter and breaks pagination (Click here for a workaround).
Hello, is it possible to put the nectar slider to the bottom of my home page ?
Sorry for this question, I had activate “Parallax Slider”. Sorry !
Hey,
Glad you sorted it 
Cheers
Blog Header Type? – ?Variable height & meta overlaid why no adjustment?? (why there are no settings??)
Background OverlayThis will add a slight overlay onto your header which will allow lighter text to be easily visible on light images Bottom ShadowThis will add a subtle shadow at the bottom of your header
Hey,
What are you looking to change about them?
Cheers