38351 comments found.
Hi, great theme.
I have one problem. I cannot for the life of me style the opt in button in the middle column of the footer to be background-color: transparent;
No matter what selector I choose, it always comes back to purple.
Is there any way you can help?
The site in question is www.kucanskiposlovi.com
Thank you so much
Hey,
Add this into the custom css box in the Salient options panel:
#footer-outer #footer-widgets .col input[type="submit"] {
background-color: transparent!important;
}
Cheers
Thanks, but I already used that selector in the same manner as you. Still the same.
Ok, I managed. For some reason the child theme css didn’t work for this selector, but when I used the theme css box it worked. Oh well. thanks for your help.
Hey, glad you got it sorted
Cheers
Hi,
first of all: great theme!
We have the following problem: we use a Column Animation for every column. But when we minimalize the window and after this go back to the full screen, some elements disappear. How can we fix this?
Thanks for your support!
Patrick
Hey – please share your URL so I can check this out in regards
Hello dear im using video background first intro page but iphone shows me only background color is it possible make auto play video on iphone if not how change it background image only for mobile devices?
Hey – it’s not possible to make a video element autoplay on mobile devices so it’s swapped out for the image you set as the preview image on the slide
wow thank you. and other question how make awesome icons clickable with links?
Hey – you should be able to wrap the icon shortcode in a link in the text tab of your editor like so:
<a href="#"> [icon_shortcode_here] </a>
Hi there!
I posted a support ticket in your system a week ago and still have not received a response. However, I see many responses on these comment pages during that time. Should I be posting support questions here or on your ticket system?
This is a bit concerning as most theme authors we’ve purchased from seem to respond rather quickly in their support and knowing that support is there is a major factor in how we decide on what to purchase. This length of time worries me and makes me nervous for if we ever run into a major issue that needs quicker action.
I’m loving the theme though! Stylistically it’s absolutely gorgeous. Please let me know if we should be posting here instead of the ticket system and if someone can respond to our ticket in the meantime.
Thanks!
Hey – sorry about that! It sounds like the ticket may have slipped through the cracks. What’s the ticket ID?
I do indeed offer support in both places but will recommend users create a ticket for issues that require a very detailed explanation or when I need admin access to inspect things. If you have a smaller question or just need a quick css snippet feel free to ask here 
Hi there!
Someone actually responded soon after this message, but once again it is approaching a week without another reply.
The ticket ID is: #552422
This is concerning me as I see many other users on this comments thread mentioning waiting for long periods of time to receive replies to their tickets. I love the theme though, I just get nervous about running into an issue that blocks my progress for long periods of time while I wait for a solution.
Thank you for your help!
I would like to add a thin color strip to the top of the Header, like 4 px. It’s a style decision, so I’d rather not hack the secondary navigation height. Is there some quick CSS that I can add that would add that strip of color?
Thanks!
Hey – kindly add this into the custom css box in the Salient options panel:
#header-outer {
border-top: 4px solid red!important;
}
Thank you, I tried this, but nothing appeared?
https://www.dropbox.com/s/6kpjpabsmcwubq6/Screenshot%202015-10-19%2007.25.39.png?dl=0 https://www.dropbox.com/s/nif4dpftf3opfw4/Screenshot%202015-10-19%2007.25.23.png?dl=0Hey – kindly remove the pre tags which you pasted in with the snippet
Cheers
Hey,
I think I came across a bug. Whenever I have both the “Footer Reveal Effect” and the “Portfolio Sidebar follow on Scroll” on, the text on the right side of my projects hang on the bottom and doesn’t follow me when I scroll down. I was able to remedy this by turning off the footer effect, which is unfortunate because I very much liked it. Is there a way to have both without it affecting my portfolio text?
Also, really quick, how to I change the outer footer color? The custom footer setting isnt allowing me to change it? Ya, know, the bar on the bottom with the copyright and the social icons?
Hey,
1. Thanks for noting this, I’ve marked to test this for the next update
2. You can change it in the footer options tab in the Salient options panel by selecting custom for the color scheme
Cheers
Hey,
Included a sample. The top header is the color I want and even when I edit the footer settings, it doesn’t turn black. Is there like some custom css for it or something?
http://imgur.com/rJrj03PCould you share your URL so I can see why it won’t change for you?
Use this css:
body #footer-outer #copyright, body {
background-color: #000!important;
}
sss
Hi. This theme is fantastic. I’ve been playing with it for over a year. The support is great.
I can’t seem to adjust the padding below the logo in the header. That, or I can’t get the horizontal line that is at the bottom of the header to move up so that there is the same space above and below the logo.
Thoughts?
http://584.fa9.myftpupload.com/Hey,
Do you have custom css added to your site at the moment that could be effecting the header?
Cheers
Hi,
I’m using WPML to make my site multilingual everything is working well with me except for the portfolio page, there the category “ALL” is appearing in english, I tried to search for it in the WPML String translations but found nothing, here is my link
http://technare.com/ar/portfolio/thanks
Hey,
The word “all” is currently included in the .po file, could you kindly open a ticket in regards so I can take a look?
Cheers
Alright, I just opened one thanks 
Thanks!
Hi! On a mobile device my header overlaps my slider…..any ideas on how to fix it? Many thanks as always!! http://covalime2.com/friendsoffosterchildren.net/
Hey, add this into the custom css box in the Salient options panel:
@media only screen and (max-width: 1000px) {
body .forcefullwidth_wrapper_tp_banner {
margin-top: 56px!important;
}
}
Hi Nectar,
please try to find out the ext latin char issue with ö, ä, ü and so on with former firefox versions. My Private Ticket #533344 is just about 4 weeks ago ...
My client is a bit angry … – maybe there is a workaround to combine the new and the older loading script side by side (before version 6.0.4 which solved the chorme 44 issue)
Cheers – Markus
Hey – i’ll take a look into it again as soon as possible, sorry for the delay
Cheers
No problem – there was a lot to do …
Hi! I’m having some issues around the portfolio filters, would you please help me out with this?
1 – When i’m using the dropdown menu style, how can i prevent the text on the button to go back to “sort portfolio” when on hover? (i’ve already changed the “sort portfolio” to “categories” on the .po file)
2 – How can i change the colors of the button, the dropdown background and text from this dropdown filters?
3 – My ideia is to use the inline horizontal filters on desktops, and to have it changed to the dropdown style when there’s no more space on screen to show them inline. Is it possible?
Thank you so much, once again
Hey,
1. Have you also added in your desired text in the portfolio options tab in the Salient options panel?
2. Add this into the custom css box in the Salient options panel:
body #portfolio-filters, body #portfolio-filters a {
background-color: #000!important;
}
3. Unfortunately this would take some custom development as of now
Cheers
Hey, thanx! Yes, the text in the portfolio options tab worked it out just fine.
I’m still striving around those colors on the portfolio filters, but have decided to use them in the horizontal, inline style.
About this, i’d like to ask you:: is it possible to have’em left aligned in smaller screens? For now, when the filters break in two lines, they get centered. You can see it here: http://lacuna.com.br/site/projetos-2/thank you so much Cheers
Hey – add this into the custom css box in the Salient options panel:
@media only screen and (max-width: 1000px) and (min-width: 1px) {
.portfolio-filters-inline .container > ul {
text-align: left!important;
}
}
Hi nectar, hope you are well, hoping you could give me a quick hand with some css; how can I make my gravity forms submit button longer and a different colour please?
I have tried entering this in my css box but no luck:
input[type=”submit”], button[type=”submit”], input[type=”button”] { background-color: red; padding: 7px 111px;
Also how can I make my menu label larger please I am currently using a custom menu item and have added a phone number so I want the number to be larger please.
Thank you in advance.
Hey,
could you link me to the page with the gravity form so I can take a look?
Cheers
sure, thanks so much http://bit.ly/1Khzi9r
I figured it out, i made a small mistake in the custom css box; if anyone elese needs the css it is as follows: input[type="submit"], button[type="submit"], input[type="button"] {
background-color: red;
padding: 7px 111px;
}
If you can just give me a hand with the size of the menu, so that the telephone numbers are larger that would be great! 
I found the option thanks for your time.
Hey – glad you sorted it 
Thanks nectar. One thing I had a small issue with, sorry. How do I increase the gravity forms submit button size and keep it in line for mobile please?
Hey again! Could you kindly let me bypass the maintenance mode you have active?
Hello ThemeNectar,
thanks again for a great work on latest Salient updates!
I have simple feature request for Testimotional:- Add option to add next/prev arrow.
- Add option to add testimotional counter (i.e. 1 / 5) at the top / bottom of the testimotional
Thank you for consideration.
Hey,
Thanks for the requests! I’ve noted them for the wishlist 
Cheers
Hello !
I have two requests :
1/ I can’t find how to vertically center the team name in the box. and I can’t make it in a clean way… + I’d like to have the same horizontal margin of 30px but it does not work 
2/ I would like to display the team section like this : 1st column with a team box of 600px height, 2d column with 2 box of 300px height, 3d column like the 2d one.
I can’t find how to make the 1st box higher… Thanks !
Hey,
1. Add this into the custom css box in the Salient options panel:
.team-member[data-style="meta_overlaid"] .team-meta {
bottom: auto;
top: 50%;
transform: translateY(-50%);
}
2. You’d need to use a full width content row type and use a 1/2 + 1/2 column display – css would still be needed to make the first one taller. If you can share your URL after setting it up like that I could assist
Cheers
Hi! I love your theme, but since I have updated my website with the last version, somme issues appeared: for instance the nectar slider header typo size is very small, though it set up with 90px… and the icon won’t appear. See here: http://letsinventthefuture.com/
Hey – could you kindly open a ticket in regards with your admin credentials so I can take a further look?
Hi! I love your theme, but since I have updated my website with the last version, somme issues appeared: for instance the nectar slider header typo size is very small, though it set up with 90px… and the icon won’t appear. See here: http://letsinventthefuture.com/
Hey – could you kindly open a ticket in regards with your admin credentials so I can take a further look?
Guys im having alot of problems with this nectar slider. It never shows full screen, and if i set the variable height, it looks ok on some screens and others looks like crap, specially mobile. Please help. site link nettrus.com/psbrands-new
Hey,
I can see you currently have it set to variable height so I can’t check your fullscreen issue, however i’m seeing it scale down on mobile without any clipping so please elaborate on why you feel it looks like crap
Cheers
well on mobile the slider looks supper small, and if I set a flexible height it looks too big, how can I set a exclusive viewport for mobile and have its own set of images, so that the home page doesnt look horrible. I’d like it to show like your demo does for ecommerce
The e-commerce demo is simply using the full screen option on the slider element, If you want me to take a further look at this for you could you kindly open a ticket in regards with your administration credentials at themenectar.ticksy.com
I have need to buy your theme i have 1 pre sales question I see your source code its look very messy can you tell me your theme is fully seo friendly semantic code?
Hey – the theme is seo friendly, all elements have appropriate tags to be seen and recognized by search engines, can you name specifically what you feel isn’t right?
I feel the page speed is very slow
Hello, We want to make a one-page website, similar to this one: http://chaophrayaestate.com/
Does your theme support multiple revolution sliders on one page?
Also, can your theme do the auto scroll to the next section/chapter as on this site: http://chaophrayaestate.com/ i.e. when i scroll down with the mouse, it will automatically jump to the next section/chapter.
Could you also show me a few one-page examples?
Thanks.
Hey,
Here’s a one page example demo http://themenectar.com/demo/salient-one-page/ unfortunately at this time there’s no auto scrolling between sections with the mouse wheel
Cheers