38352 comments found.
# BEGIN WordPress
AddType video/mp4 mp4
AddType video/mp4 m4v
AddType video/ogg ogv
AddType video/webm webm
AddType video/webm webmv
# END WordPress"
If you can help me with that, it will be great Thanks =D
Hey sckuze, glad to hear you sorted it! 
I just want to say what an AMAZING theme this is!!! I love it, no problems and my site gets a lot of compliments and seen an increase in business! Thank you guys!!
Thanks so much artiium21! I’m glad to hear about the positive feedback you’ve gotten 
Cheers
How would you suggest creating a frontend login?
Hey danielaronson, the easiest way would be through the use of a plugin – otherwise you’d need to edit it directly into the header.php file
Can you provide me with the proper CSS to overwrite the browser width that causes the text to shrink. My client has a smaller laptop, and once we break that threshold (1280px) it shrinks it all down.
I researched this questions first, and there seem to be a lot of varying solutions that suggest you do something like:
@media only screen and (min-width: 1300px) {
.container {
max-width: 1200px;
}
}
But that hasn’t seemed to make any difference. Using a screen ruler I can still see at the moment my browser gets smaller than 1300 across, all the text (in particular H2’s) get tiny.
FYI, there is some other code that your team provided to modify a portfolio feature, and that code is currently wrapped in the tag
@media only screen and (min-width: 1000px) { ... }
But this is related specifically to the body .portfolio-items classes.
Thanks!!
Hey sbarrante! Add this into the custom css box in the Salient options panel:
@media only screen and (max-width: 1300px) {
.col h3, body h3 {
font-size: 20px!important;
}
.col h2, body h2 {
font-size: 26px!important;
}
}
Thanks, I appreciate the response. This, unfortunately is causing the text to stay that fixed size regardless of screen size, so on Mobile the headers are quite large.
I’d love to just adjust the limit so it’s not 1300px, it’s reduced to 1200. Same behavior, just a bit more tolerance. As my client’s laptop is at 1280, and all the headers jump down to the next smallest size.
Thanks!!
Sorry, I assumed that’s what you wanted – just change the snippet to this 
@media only screen and (max-width: 1300px) and (min-width: 1000px) {
.col h3, body h3 {
font-size: 20px!important;
}
.col h2, body h2 {
font-size: 26px!important;
}
}
Hi there, I made a logo carousel on my homepage, but it only loads about 50% of the time. Thoughts? www.soapbrand.com
Hey danielaronson, are you on v4.5.2+? This was an issue that was sorted in that version.
My Google map icon is not working either.
Hey trajan90, this was sorted in todays update 
I just do a fresh install of Salient 4.5.2 on WordPress 3.9.2 (The latest version) all the theme options are not working. When I hover over each menu options I can see a javascript:void(0):
Hey bizhoop, if you’ve ensured it’s not a plugin conflict please open a ticket with your admin credentials so I can see what the issue is
http://themenectar.ticksy.com/
Just a head’s up, there is an issue on the google maps feature, not allowing the icons to show.
Hey clixgroup!
There was a change in the Google Map api which caused this to stop working approximately sometime yesterday – I just pushed an update to sort it which is available for download on ThemeForest now though 
Cheers
Thank you, Where is this fix available?
nvm. got it 
Glad to hear 
Just finished building a beautiful website with your amazing theme, so many thanks!! one question though: is there a simple way of removing the sidebar from the single post page type without messing around with the template php files? Best Regards, Ofer
Hey fafchook!
Yes – Salient v4.5+ offers an option in the blog options tab of the Salient options panel to do this 
Cheers
Thanks.
You’re welcome 
I want to customize the search field in the menu to instead be an email form field, how would I do that?
Hey freshlesh3,
You’d need to modify the header-search.php file located inside of the includes directory to get at the markup for that 
Cheers
Just a heads up, it looks like the map icons are not working… They stopped on my site and checking your demo it looks like they are broken there too…
Just to clarify I am talking about Google Maps and the icons that display at the lat, long that you set.
Hey Knux0r!
There was a change in the Google Map api which caused this to stop working approximately sometime yesterday – I just pushed an update to sort it which is available for download on ThemeForest now though 
Cheers
I purchased this theme in June. I activated infinite scroll on the blog page in that version but it does not work. Does it only work for certain blog layouts?
Hey Radishwrangler,
It should work on all layouts – anyway you can share your URL so I can take a look?
Cheers
It is turned on in the Salient > Blog > Pagination Type option on the Dashboard but there is only an arrow at the bottom of the page (regardless of whether “Display Pagination Numbers” is on or off): http://www.blackdoghospitality.com/black-dog-blog/
Those settings are for the “posts page” that you would define in settings > reading in your admin panel – if you’re using the blog visual composer element you’d need to configured the pagination settings in the element itself: http://i.imgur.com/sKd2uqd.jpg
Thank you, it worked. I was not using the visual composer for the main blog page but once I switched and updated the visual composer to version 3.5(?), I saw the settings you shared above and made the appropriate change.
Hey Radishwrangler,
Good to hear 
Cheers
I would also like to know how I can go about setting up my “about me” page to look just like the “creative” about me page shown here.
http://themenectar.com/demo/salient-frostwave/about/about-me-example/Hey again!
If you don’t want to import the dummy data, here’s the code you can paste directly into your editor on that page and then switch into Visual Composer to see all the elements
http://pastebin.com/EcknUx28
Cheers
Hi there,
I was wonder if you can tell me the name of the font being use for the navigation on the top of the website.
Thank you!
Daniel
Hey Daniel! It’s called “Lovelo”
Hi, I have question about alt tag for images in Salient. How add alt description to “Nectar Shortcode Image With Animation”? I need it to make some improvement on my seo.
[image_with_animation image_url=”930” animation=”Fade In From Left” img_link_target=”_self” delay=”500” alignment=”center”]
vs
<Qimg src=”http://www.hemorex.pl/wp-content/uploads/2014/02/women-Hemorex_shape_haemorrhoids.png” alt=”salient image on my site” />
Hey Schimmelmotion! If you’re using the raw shortcode outside of Visual Composer you can add an alt tag onto the shortcode itself – and if you’re editing the VC element you can add it when editing your image in the media library. Make sure you’re on the latest release though 
adding an alt tag onto the shortcode itself works very well but when I’m using VC and images from media library they appear without alt description that was made earlier. Thanks for your answer! Salient is a great theme!
The Visual Composer alt tag fix was added in the last release, are you on 4.5.2+?
Cheers 
Can you send me a screenshot showing where exactly alt tag option is? I have the newest version of Salient on my site. I’m sure that I became blind after hours working with websites 
Hey again – here you go
http://i.imgur.com/Z7LuZ0H.jpg
If I download here on Theme Forest the same licence I have bought, will it be updated to newest theme version, or I will be downloading the same version I have bought then?
In case I am downloading same version, how can I update to newest one? Only buying a new one?
Thanks
Hey educkf!
You can update by downloading a fresh copy from ThemeForest, deleting the current version you have on your server and uploading the new. I recommend using FTP, but you can use the WP dashboard if you prefer. You won’t lose any of your content or theme settings so don’t worry about that if you were – the version downloaded will indeed be the latest release 
Cheers
Ah, it is strange then, because I dont have style similar to that link! Is it the same version?
That project style still exists – here’s what it’s called: http://i.imgur.com/flkQspn.png 
Hello,
I’m thinking on buying your theme. I need 2 pages showing different portfolio categories each. As for architecture and construction. One page will show the architecture portfolio and the other one will show the construction one.
Is that possible to do it with your theme?
This question might sound “not-smart” but i’ve seen some portfolio themes around that can only showcase all the portfolio elements in one page.
Thanks in advance,
Hey seisefes!
Yes, you can separate what categories will display on specific pages but if you’re having sets of categories displaying on the same page once you’re on the single project page (if you’re not using a lightbox only setup) the next and prev buttons will still lead through all projects
Cheers
Hi Team – Can you please advise how to center the navigation menu? And reduce the padding above and below the navigation menu?
Thx!
Hey otherwoman!
Are you trying to center it under the logo on its own row or just center it within the current space in the header?
I am trying to center the nav menu on it’s own row below the centered logo 
Add this into the Custom CSS box located in your Salient Options panel 
header#top nav {
text-align: center!important;
}
header#top nav > ul {
float: none!important;
display: inline-block!important;
}
body #header-outer .span_9, body #header-outer .span_3 {
display: block!important;
float: none!important;
margin: 0!Important;
width: 100%!important;
}
header#top #logo img {
margin: 0 auto 20px auto!important;
}
Unfortunately this didn’t do the trick
Is there anything else you think I may be able to try?
Thank you so much for your help!
Jessica
Could you kindly share your URL so I can see why it’s not applying on the front?
Cheers 
Hi Team – Thank you in advance, www.otherwoman.com.au
Add this into your custom css box located in your Salient Options panel as well 
nav {
text-align: center!important;
}
Still no luck!
Anything else you think I can try? www.otherwoman.com.au
Hey
make sure you remove all the pre tags in your custom css box
<pre> </pre>
YOU GUYS ARE THE BEST – All Fixed!!! Thanks Team 

Hi Team – Can you please advise how to center the navigation menu? And reduce the padding above and below the navigation menu?
Thx!
Hey otherwoman!
Are you trying to center it under the logo on its own row or just center it within the current space in the header?
Hello,
I’m looking for a woocommerce fields calculator. Instead of what I have in this page: http://moramart.ro/product/woocomerce-monument-1/ (Dimensiuni Stilovat, Dimensiuni Baza) I want that computer. I want to be like that in the ESTIMAE PRET – CALCULATOR (it’s under the INFORMATII ADITIONALE). And after the client puts his own values e.g. 100, 20, 30 = 150 … I want Add to cart button. What should I use ?
Thank you very much !
Hey sabinnitu!
Unfortunately since this isn’t a Salient or theme specific specific question it would be better suited for the WooCommerce forums
Cheers
Ok, thanks.
You’re welcome 