38353 comments found.
On a few of my sites, I noticed that the YouTube embed is now misaligned with the content in the column next to it (1/3 + 2/3). Please have a look at one of my sites and you’ll see what I’m talking about. No matter what I try, it won’t align. I searched the code for empty space, tried padding, etc., nothing works. http://bit.ly/1McNR3X
Hey – add this into the custom css box in the Salient options panel:
.wpb_video_heading {
margin-bottom: 0!important;
}
Hi, i have set my menu bar to semi transparent, however the nectar slider doesnt sit flush with the top of the page, any help here? I am developing locally. image here: https://dl.dropboxusercontent.com/u/325593625/Screen%20Shot%202015-10-07%20at%2016.29.20.png
Hey – you’d need to also turn the transparent header option on to remove that space
how to create this button
https://www.dropbox.com/s/9v5gawyee55x0ev/Screen%20Shot%202015-10-07%20at%207.53.39%20AM.png?dl=0Hey – that link doesn’t seem to be working for me at the moment, could you verify it’s live?
Hi there. I was using the VC Page Builder in the description field of a WooCommerce product and it was working fine previously. After the most recent update I see it no longer works and just outputs the VC shortcodes to the page. I will change the product to a normal page and embed the WC product inside using the relevant VC Product item but I would like to be able to use the VC in other product pages in future. Is this a bug or is the VC not supported in the WooCommerce product descriptions?
Hey – are you sure that you still have “product” selected in your content types for VC in the general settings tab for it in your admin panel?
Yes I do. I also updated to the latest version of VC from the plugin folder inside the theme.
Ok, found the problem. I am using a plugin called WooCommerce Events. If you enable the product to be an ‘Event’ the VC no longer works.
Hey, glad you sorted it – i’ve noted to look into it
Cheers
Hi Guy’s,
Is it possible to stop the background images blowing up and just display them at their normal size?
Please have a look: http://www.51waysdemos.co.uk/dac/
The background image of the cat should be far smaller than it is but when I increase the padding, it increases the image size. I don’t want this to happen.
Thanks
I should say that it looks good on ipad and mobile. Just looks crap on computer!
Thanks
Hey – it seems you’ve swapped it out to just be a image element, is it behaving the way you desire now?
Yeah I swapped it out but I’ve lost the parallax effect I wanted.
Hello,
I am having an issue where content does not load properly in the visual composer. It looks like this has only affected a page where we’ve made use of raw HTML blocks.
Two questions: 1) Do you know how we can resolve this issue? 2) I see a comment below with someone mentioning a similar issue and said they fixed it by updating the integrated visual composer. How can we go about fixing this?
Thanks!
I’ve looked in the plugins tab and it does not look at though the visual composer is installed as a plugin.
Hey,
You need to install it by going to your appearance > Install plugins tab of the admin panel – also ensure you’re on a recent release of Salient, in versions prior to 5.5 it was built it and not included as a plugin
Cheers
Hi, I’m still waiting for some help with my full width masonry portfolio.
It works great on 1600px resolution monitor but on 1920px monitor it creates a hollow space on the right side, and it seems like 1600px is maximum.
My Site Url is: http://goo.gl/4h0rNd
I’ve read that you have solved this issue one year ago, but there is no explanation on how it was solved.
Hey – you need to change the portfolio element to use the constrain max columns to 4 option because you’re only using the wide/tall size in your projects
Cheers
Thanks a lot for your help!
You’re welcome 
Hi there!
I’m having trouble customizing link colors in a particular text block on the home page. I’ve scrolled through the comments/support and found this:
body a {
color: #e9e9e9!important;
}
body a:hover {
color: #ed1c24!important;
}
...it works, BUT it’s changing the link colour throughout the site. Is there a way to change the link color and hover color in a particular text block?
Thanks in advance!
Hey,
You’d need to give that row a class name such as “custom-row-class-name” and then change the snippet to
body .custom-row-class-name a {
color: #e9e9e9!important;
}
body .custom-row-class-name a:hover {
color: #ed1c24!important;
}
Cheers
This did the trick! Amazing, THANK YOU!
You’re welcome 
I’m interested in purchasing this theme, I was just curious how robust the typography settings are in the theme? Are they class changes only? Or is there ability to set size/settings on singular instances of type? Thanks for the help!
Hey, see this in regards: http://i.imgur.com/JKPhlzv.jpg
Cheers!
Hi, I’m having a problem that no matter what I try I can’t seem to solve. I have a plugin called “popup maker” & I’m trying to display a Youtube Video popup. It displays fine in Explorer, but in Chrome it does not. I’m guessing it’s an issue with Z-index. What can i do to make sure the Youtube video stays on top. Thanks
Hey – please share the URL where the problem can be seen so I can take a look
Hey there,
I am interested in purchasing the salient theme to build my architecture practice website. Do i need to know code to maneuver around it or is it possible to use and adapt without any coding history or knowledge.
Please advise
Hey! You don’t need to code, I’d recommend you check out this page builder tutorial to get an idea of the workflow https://www.youtube.com/watch?v=N4mt0lOJ888
Cheers
Dear,
How can I change the mobile logo size ??, it’s to small now. my website is: badaldesign.nl
Thanks
Update: Problem solved with this code:
@media only screen and (max-width: 1000px) and (min-width: 1px) { body header#top #logo img, #header-outer[data-permanent-transparent=”false”] #logo .dark-version { height: 54px!important; margin-top: -08px!important; } }
Hey, glad you got it sorted 
ThemeNectar,
I have edited the menu with my own colors (different text color, active color and hover color) ... Now I am trying to do this too with the filter links on portfolio page but it doesnt work for me. Can you help me with this? 
I am using this code now for the menu:
body header#top nav ul li a:hover, body header#top nav .sf-menu li.sfHover > a { color: #37a446!important; }
html body header#top nav ul a { color: #16103e !important; font-weight: bold }
There seems to be a header problem on portfolio page too. Header on this page its to large compare to the other pages. i think its has to do something with not having a scrolbar on the right
another bug I want to report is that “meta from bottom on hover ” doesnt work on mobile
.. Is there a fix for this now ? For now I am using meta from below thumb… (first portfolio style option)
Thanks
Hey,
1. Add this into the custom css box in the Salient options panel:
body .portfolio-filters-inline .container > ul a, .portfolio-filters-inline .container > ul li#sort-label {
color: #000!important;
}
body .portfolio-filters-inline .container ul li a.active {
color: #37a446!important;
}
body .portfolio-filters-inline .container > ul a:hover {
color: #37a446!important;
}
2. Could you kindly share a screenshot of this as I currently don’t see it as of now
3. I’ve noted to show that meta on mobile is the next release
Thanks again for helping me out!!, I dont have a screenshot of the bug that I mentioned before but I have another bug for you ( https://www.dropbox.com/s/k4wfz61l5q22x0p/Screenshot_2015-10-13-15-45-19.png?dl=0 ) As you can see on the desktop site this picture doesnt belong there 
Btw sorry for my late response, was busy with other things
Hey – change your setup in VC to be the text picture in a separate row (possibly two 1/2 cols) and place the recent posts element below it
I’m having problems on pages where I make us of Raw HTML blocks. Sometimes the content in the Dashboard don’t load correctly, so I can’t work on them with the integrated VC. Is this normal?
Update: Problem solved. Just needed to update the integrated Visual Composer. Thanks!
Hey, glad you sorted it 
Cheers
I there. I moved my website to another server and the basic template lost its configurations. I can’t understand what happened? What can I do? Could you please help me? Thank you Silvia
Hey,
Did you import the database from your old server? You can also export the theme options panel within the import/export tab which would move those over when changing locations
Cheers
Hi. Now I see… thank you
A related question is as follow: when I export my theme options is it also included the Custom CSS Code? Thank you
Hey – yes it includes any css code entered into the salient options panel 
When using portfolio or recent projects elements, I’m trying to change 3 things and can’t figure it out.
1 – Remove the spacing in between each portfolio item (no cell padding is on, and the spacing exists whether I’ve uploaded featured images or not) 2 – Remove the titles below each item 3 – Remove the “like” button below each item
Hey, use the secondary project style and then add this into the custom css box in the Salient options panel:
.portfolio-items .work-info-bg, .portfolio-items .work-info {
display: none!important;
}
Is there any way to use conditional logic on a page? I want to hide the registration button if the user is logged in.
Hey, you’d need a plugin such as https://wordpress.org/plugins/insert-php/
Hi,
Is it posible to remove author and category on masonry blog list ?
Hey,
add this into the custom css box in the Salient options panel:
.meta-author, .meta-category {
display: none!important;
}
Cheers
I would like to imitate the way the portfolio tile looks like, but linking to regular pages. How could I go about that? Thanks
Also, how to do I add the parallax effect to a column or single image. Essencially I am trying to imitate the portfolio tile design and link it to regular pages.
Also the nav is kind of buggy for some reason
1) Nav on Desktop and Mobile shows really low and the last items don’t show due to that sometimes
https://www.dropbox.com/s/51fq32edugvn4q4/Screenshot%202015-10-06%2013.07.33.png?dl=02) White of the mobile nav also is really big and I don’t see an option on making it shorther
https://www.dropbox.com/s/ds8nhzwl0f702tq/Screenshot%202015-10-06%2013.09.40.png?dl=0Hey,
1.You can use the external url option available in your project configuration box
2. You can’t – only the image gallery and portfolio elements can use that but both can link to a custom URL if desired
3/4. Please share your actual URL so I can take a look
Cheers
Hey, add this into the custom css box in the Salient options panel:
1.
#slide-out-widget-area.fullscreen .inner {
top: 100px!important;
transform: none!important;
}
2.
header#top .col.span_3 {
margin-bottom: 0!important;
}
Thank you. Another question. I have some pages that need the header content to be white, such as logo, burger menu, and search. How can I do that to only a few specific pages?
Hi I’ve got my background color changed in CSS on all pages except my home page. Can’t figure out why that page is not affected.
http://damianicus.com/The fact that so many people have asked how to do this and so many other themes simply have that options in settings makes me wonder why you haven’t added this in an update.
So I’m assuming special pages like home slider and portfolio aren’t affected by css container wrap background color.
Global fix please?
.home-wrap, .page-header-no-bg, .page-template-template-portfolio-php .portfolio-items .col.span_3, .page-template-template-portfolio-php .portfolio-items .col.span_4 {
background-color: #ffffff!important;
}
Cheers
Thank you! Dumb question I’m assuming I’m replacing ”#ffffff!important” with my own color right?
Oh and I did have one other question if you don’t mind, how do you remove the Heart Ratings on the portfolio items?
Hey again!
.portfolio-items .nectar-love {
display: none!important;
}
Cheers
Thank you soooo much. I’m under a tight deadline to finish a site, and I’m grateful for your replies. You are why everyone should buy this theme!
You’re very welcome 
Hi,
I just bought the theme 
I want to load the agency demo particles slider? coz I love love love it! how can I do that? I imported the demo file itself but it is empty without the diamond, salient exploding particles!
thanks
Hey! Please see this tutorial in regards https://www.youtube.com/watch?v=SrIlw4-brCg
that’s perfect! thanks a lot 
You’re welcome 