38358 comments found.
Hi, Nectar.
I can’t find how to change the transition effect for the hover effect ” Meta on hover ” on the portfolio
how to slow it down?
thanks
Hey onelogo,
search for the portfolioHoverEffects() function in the init.js file located in the js folder 
Cheers
Hi,
I’m trying to change the font of a Portfolio Title to something other than a Google Font. Is there a way for me to change it to some other web friendly font like Verdana or Impact? I can’t seem to figure out the CSS on this. THANK YOU
I also tried changing a font in the Typography section of the Salient option, but I cant figure out how to update the portfolio title to anything other than h1.
Hey tylerdeangelo,
Add this into the custom css box located in your Salient Options panel:
html body #page-header-bg h1, html body .row .col.section-title h1 {
font-family: 'Impact'!important;
}
Cheers
quick one… how can we add a font awesome icon into a text block ? Just want to write a H1 heading and have an icon at the end of it… without using icon+heading section
Hey niccyboy,
Add this into the text tab on your editor:
<h1>Test text <i class="icon-default-style icon-envelope-alt accent-color" /> </h1>
Cheers
Hello there Salient users,
This is the third time I have purchased and installed the theme. Awesome as it may be, I am still encountering problems trying to make our About Us page look like so :
http://themenectar.com/demo/salient-ascend/about/about-me-extended/I have the photos ready and the slides, but my slide shows up cropped. This is turning out to be a frustrating process as I have been contacting support about it. They sent me not a snipper of code, but the whole thing, which I don;t know how to use as it is not compatible with the new visual composer.
I hope they update their users manual or just completely leave out these innovations that are frustrating to implement. Any of you out there who can help? Thank you!~
Hey neilgalang,
There’s no Nectar Slider on that page. There’s a row set to a mouse based parallax – if you can supply your ticket ID i’d be glad to take a look 
Cheers
Will you please tell me how to change the size or more specifically, the height of the contact form boxes? Thank you so much!
Hey bryvntxiii,
Add this into the custom css box located in your 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"], body input[type="search"], body input[type="date"] {
line-height: 16px!importanr;
padding: 7px !important;
}
Cheers
Love you guys and the theme! Quick question…can i add the arrow graphic from the nectar slider into a text box?
Hey mrindubitably1,
Not yet without some custom development, but when one page scrolling comes in the nect update it’ll be easier
Cheers
Hi there First of all, I love this theme, you have done at great job!
I have used it on my hp www.underdogmedia.dk The theme is placed in a subfolder called wordpress and I have directed the index to that folder. After I redirected it (done it inside wordpress) all the lovely icons are gone missing. The social icons, and the navigation icons as well.
Do you by any chance have an idear of what im doing wrong?
Hey Underdogmedia,
browsers will block cross domain font assests from loading for security reasons – you should ensure that the loading domain matches the one being accessed.
Cheers
Can you try to explain it another way, do not think I quite understand what you mean
Here’s the message being shown in the console -
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://underdogmedia.dk/wordpress/wp-content/themes/salient/css/fonts/icomoon.ttf. This can be fixed by moving the resource to the same domain or enabling CORS.If you let your hosting company see that they should be able to assist
Hi,
I am having issues getting HTML to stick in the template text blocks. For example, I’m trying to manually add schema to one of my page’s text blocks, but when I click save and publish it gets stripped. Here’s a screenshot:
http://www.screencast.com/t/PKqqUn9wmuIs this a known issue? Your feedback would be greatly appreciated. Thanks much!
Hey clixgroup,
make sure you stay in the text tab of the editor when adding html – have you also confirmed that the html only gets stripped when Salient is active?
Cheers
Hi, I’m trying to put a link on the banners (sliders from home) but the only option is the button. Is to apply to the whole banner become a link?
Hey ricardoccnp,
You could use the Nectar Slider for that – there’s an option for linking entire slides 
Cheers
Hello, Love this theme. I had the map icon working by turning the location on and then it stopped showing up. I’ve updated the theme and the plugin but still no luck? Any suggestions? Thanks
Hey, could you share your URL so I can take a look?
When displaying audio posts, how can I move the audio player under the post title, but above the excerpt?
Hey, This would require modding the includes/post-templates/entry-audio.php file
Hi. I have been advised to place the Google Tag Manager script inside the Body. But I am unsure which file I should place the code in, in order to make sure I get it placed right…
Cheers
Peter
Hey,
You can please it in the header.php file 
Cheers
Hi ThemeNectar,
I can’t seem to respond on your reply’s, so i will do it this way.
1: Thanks for the font name! 2: On nectar slider on the home page in the demo it says ‘THIS IS SALIENT’ in Lovelo and it’s really big. If i go to ‘typografy’ in the Salient setup i can’t set my font size bigger dan 27 px. Can you explain to me how i get this done? 3: I looked all over the theme but i can’t find how i get the blackline on the portfolio page, how can i get this done?
Greets, Sjors
Hey Sjors!
Why can’t you set the font size larger than 27px? Could you share your URL so I can take a look? Also, could you explain a little more as to what you mean with the “backline”?
Cheers
Hi ThemeNectar, i found the sollution to getting a larger font size. I didn’t scroll down yet…;) As for the blackline, in the features for update 4.5.22 it says that it has a ‘Fixed black line from appearing in portfolio title in mobile view ’. I’m still trying to get this black line on my portfolio page, but i can’t seem to manage it.
Greets
Hey! Could you kindly share the URL so I can check on the black line for you?
Sure i can, www.studiosteijn.nl
You just need to select the full width layout for your portfolio element and it will appear 
Hi
I have just installed the latest version of visual composer and once updated the site and backend are no longer visible. See error below.
Just wondering if the latest Salient theme is compatible with the latest version of VC?
Fatal error: Class ‘WPBakeryShortCode_VC_Row’ not found in /home/astarhmv/public_html/wp-content/themes/salient/nectar/nectar-vc-addons/nectar-addons.php on line 399
Thanks. Best wordpress theme on the net in my opinion. 
Thanks DNDS!
Pleas ensure that you don’t have the raw VC plugin active prior to updating and that it was clean update in which you deleted the old version of the theme first.
Cheers
Hi,
strange thing happened today on my site – I’m now using v4.0.3 with Lovelo font for navigation and heading tags and it loads font also with all central european characters with no problem (check http://www.bizplan.cz/). After updating to 4.5.22, the font suddenly refuses to work properly. Typography options remain the same.
What can cause this? Thanks.
Hey Alexcech,
I can actually still see those characters loading in on my end – so far checked on Firefox/Chrome. Are you still experiencing this?
Cheers
You see them because I’m back on 4.0.3…
Since that’s not a known issue of the current release please open a ticket in regards with your admin credentials so I can take a look at what’s going on
themenectar.ticksy.com/ticket
Hi,
Is there a way to change the icon color to a custom color for the icon with text in the Nector Short Code?
This is what Im trying and it doesn’t seem to work:
.iwithtext .iwt-icon { color: #dd2121; }
Hey tylerdeangelo, use this:
body .iwt-icon .icon-default-style[class^="icon-"] {
color: #000 !important;
}
Cheers
Thanks!
You’re welcome 
My Google map icon is not working either.
Hey jsebastianpaezq, v4.5.22 fixed that issue. If you’re on that release and it’s still not working please allow me to see your URL so I can check it out 
Hi, I was wondering if it is possible that menu bar (fixed or Resize On Scroll) doesn’t overlap on the upper part of the image, which I put below menu bar? When I am changing the size of browser (make it smaller), the menu bar changes its height and everything fits. But on full screen mode menu bar cover the upper part of foto.
http://test.firma-sys.pl/Cheers
Hey,
Add this into the custom css box located in your Salient Options panel:
.wpb_row {
margin-top: 0!important;
}
.container-wrap {
margin-top: 0!important;
padding-top: 0!important;
}
Hi There,
I got another question: i got Salient version 4.1.1 at the moment and i’m trying to set my portfilio columns to 4 instead of 3 that i have now. But it won’t change. Beside this, allot of options i enable are not working. Is this because i don’t have the latest version of Salient?
Greets, Sjors
Hey Sjors,
There was no know issues with portfolio columns in that version, could you share your URL so I can take a look?
Cheers
Hi ThemeNectar,
Can you please tell me the name of the font that you are using in the live preview? It’s really nice!
Greets, Sjors
Hey Sjors! It’s called “lovelo”