38437 comments found.
Hi, is it possible to add the author profile picture, social media links,and description to the author page?
Thanks in advance!
Hey!
As of now this would require some modding or the use of a plugin
Cheers
Hello! Is there an option in your theme to make modal pop ups like here: http://uplift.swiftideas.com/elements/modals-and-lists/
If not can we hope to get some sort of function in future. Very interested with theme. Thank you.
Hey,
as of now that would take some custom development but i’ve noted your +1 for the idea 
Cheers
Hola equipo de Salient les escribo desde Argentina! quisiera poder cambiar el texto del buscador que por defecto dice : Start typing… cómo puede hacerlo? Muchas gracias…
Hey, that string should be in the .po file to translate. If you’re not translating through the .po file you can edit the file directly at includes/header-search.php
Does this theme have the Houzz social icon included?
Hey,
It should be in the font awesome icon library available in the nectar icon shortcode
Cheers
Hi I have uploaded your theme to my site and I HAVE installed AND activated Visual Composer but it’s not working. I still have the warning saying I need to install, and when I go to a page it’s not showing up, so it appears to not be working; however, it definitely is installed and activated. Any thoughts?
Hi, I inserted a gallery into this page at the bottom http://www.laflammephoto.com/ when you click on an image they’re nice and clear, but for some reason they’re low res or blurry here. What did I do wrong?
Hey,
What do you have the image size set as in the gallery element?
Cheers
It doesn’t matter any more because it’s working with the nectar plug in. Thanks anyway!
Hey, glad you got it sorted 
Is there an any way to pop up different image(Don’t want to move single portfolio page) when I click my portfolio thumbnail image as can be seen in http://www.nenechicken.com.au/menu/?
Hey, set the portfolio element to lightbox only and then set the large image you desire as the featured image on the project and the thumbnail in the custom thumbnail upload field
Hi, I have a row with two columns: image (left) and text (right), second row with two columns too: text (left) image (right).
How can I do for mobile that the order of elements will be image – text, image – text.
Thanks.
Hey,
As of now this wouldn’t be possible without some custom development unfortunately
Hi, how can I hide the category link (shopping, fashion, etc) on each of the blog thumbnail in the blog grid ? Thanks
Victor
and also hide the date?
Hey,
1. Add this into the custom css box in the Salient options panel:
.meta-category {
display: none!important;
}
2. Which post style are you using? Could you kindly share your url in regards?
Cheers
Hi thanks for the answer. I’ve figured out for the second one.
However your support system is pretty slow, I have to wait for 3 days for each question to be answered. Could you please have a look at Support Ticket #760271 asap cos it’s a bit urgent. Thanks.
Victor
Hey, just looked back into it
So I bought your theme, really love it. Question. I’m trying to set up a portfolio item to include a gallery and I’ve followed your youtube instructions but the last step, where I click the button that enables the images to become slides, this option isn’t there…?
Hey,
That option was removed since it is now obsolete – the image gallery element in the page builder offers the same display as that plus a ton of other options and the flexibility to move it where you need in the page rather than being forced to keep it at the top.
Cheers
?Hello, I’ve searched the discussion area and have not found a resolution to 2 issues:
1. How can I change the blog columns on the homepage from 4 to 3? I’m using the Home-blog styling. 2. How can I remove the Call-To-Action feature from the Blog page? I’ve added that page to the Option Panel to remove, but it is still showing up.
Thanks!!!
Hey,
1. If you use the visual composer recent posts element instead of the home page template you’ll be able to control the number of columns
2. Add this into the custom css box in the Salient options panel:
.blog #call-to-action {
display: none!important;
}
Cheers
Neither one of those options worked.
1. When I do this, I lose the masonry style. How do I style it so that it looks just like masonry, with the white background around each individual post?
2. I added this to the custom css box in the options panel and it still appears.
Thanks in advance.
Please share your URL in regards so I can see why the css isn’t working for you and so that I can provide the other css to change your blog columns
www.patricekcokley.com
Hey,
add this into the custom css box in the Salient options panel:
@media only screen and (max-width: 2000px) and (min-width: 1300px) {
#post-area.full-width-content .masonry-blog-item, .full-width-content #post-area .masonry-blog-item {
width: 31.1%!important;
}
}
2. Remove the pre tags you’ve pasted into the custom css box with the previous snippet by mistake
Cheers
demo content not in the salient zip file can you please provide me the information for the demo content for the Agency demo content thank you!
Hey,
You can import any of the demo setups from the demo importer tab in the Salient options panel
Cheers
Visual Composer seems to not be working correctly. Elements can be added using the tool but they do not appear on the front page. Any thoughts?
Disregard, it’s working now.
Hey, glad to hear you sorted it 
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 purchased salient and want to duplicate my current site, and add a new purchase code to the new site. How do I go about adding the purchase code?
Hey,
Where are you trying to add the purchase code? Salient doesn’t require you enter a purchase code into the theme itself
Cheers
Visual Composer is not working. Could you check please let us all know what’s happening?
Hey,
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.
Hey there! 1. On a page there is a white space between the the header image and the first single image on page. I double checked that there’s no padding top in the row settings neither a margin top in the column settings of the single image, also the row is full width content. So how can I delete that white space?
2. And also I would like to change the color of the off-canvas menu font when it inherit the color of the row that is dark and the menu can barely be seeing because has almost the same color of the background. How can change that? Thanks in advance!
site: http://arianna-gd.com/
The white space; http://arianna-gd.com/leaving-fear-to-take-the-first-step/
Hey,
1. Add this into the custom css box in the Salient options panel:
html body.single-post[data-bg-header="true"].ascend .container-wrap {
padding-top: 0!important;
}
2. Do you have the dark row set to use light for the text color option?
Cheers
hey there. trying to get things going and noticing that I only have one dummy file that is a .txt file. wondering what I might be doing wrong. thanks much in advance.
scratch that, found it in options. how do i activate the imported data?
Hey,
Once you import the desired demo from the demo importer tab of the Salient options panel, all of the options should be in the options panel and the pages available from that demo. If it’s not working for you please open a ticket in regards with your admin credentials https://themenectar.ticksy.com/
Cheers
Hi,
I want two wide portfolio items to be shown side by side. How is this possible?
Right now I can only figure out how to show one.
http://www.foodistic.dk/wp-content/uploads/2016/05/Skærmbillede-2016-05-10-kl.-17.20.26.pngwww.foodistic.dk
Hey,
If you set the portfolio element to constrain columns to 4 this should allow two wide elements to sit next to each other. Do you have them each project set to the wide size though?
Cheers
Hey,
I have now set the portfolio element to 4 columns and both portfolio items to wide and middle positioning. But it looks like this: http://imgur.com/bitKcpnHi, Considering purchasing this theme, however, one feature I’ve found missing on your web site is the built in ability to have users create accounts using twitter, Facebook or linked in. As I’m not a developer or particularity tech savvy, it’s a feature I’ve seen elsewhere that greatly appeals to me. Is there a (relatively) simple way of implementing this on this theme? Do you plan on offering this in the near future?
Also, I’ve noticed that some of the pages from some of your demo sites have slight alignment errors when viewed on my Nexus 7, are you aware of these problems? Is this typical when viewed on a phone?
Thanks
Hey,
1. As of now this would require the use of a plugin – unfortunately there’s no item for this on the wishlist
2. Please let me know which pages/demos you’re referring to so I can take a look at this for you
Cheers
Hello ThemeNectar,
Brilliant theme, the reviews are amazing! Before I decide about purchasing, I have two questions:
1. With the Agency demo, can the initial slide 3D animation be disabled?
2. Can the navigation bar be minimised for all screen sizes? i.e. three horizontal bars
Thanks! David
Hey!
1. Yes – it’s completely optional
2. If you use the off canvas menu location only (like the agency demo does)
Thanks!
You’re welcome 