38438 comments found.
is there a way to center the secondary nav? The only way I can see is to float it right then move it left. Doesn’t work well responsibly. Not sure it was ever made to do what I am thinking (use as a top banner), but figured I would ask.
Cheers!
Hey BradyHawk!
It could be achieved with css – could you kindly share your URL in regards so I can assist? 
Cheers
My wonky try is at the top of the page using the secondary nav.
Hey, remove the custom css you’ve added for it and use this 
#header-secondary-outer ul {
height: 32px;
position: relative;
right: auto;
left: 50%!important;
transform: translateX(-50%);
float: none!important;
width: auto!importan;
display: inline-block;
}
HI! Is there a way i can stop the local fonts loading? I use opensans, everything is set to a version of open sans, but for some reason this font awesome is loading: http://prntscr.com/cco4x0 and http://prntscr.com/cco51g and http://prntscr.com/cco54r ? Perhaps this is normal, but it seems a bit annoying as to why these are loading when i shouldnt be using them
Hey HostASpace,
those are for the nectar icons, if you remove them you won’t be able to use any throughout your site. If that’s okay you can delete this line in the functions.php file
wp_enqueue_style('font-awesome');
and these from salient/nectar/tinymce/tinymce-class.php:
wp_enqueue_style('font-awesome',get_template_directory_uri() . '/css/font-awesome.min.css');
wp_enqueue_style('steadysets', get_template_directory_uri() . '/css/steadysets.css');
Cheers
I’ve two small customization questions:
1) I’ve looked everywhere, but could not find a working solution. How do I change the color of the mobile menu icon. The one with the three lines. Sometimes it’s called a hamburger icon.
To be clear, I’m not using the hamburger menu, just the normal mobile menu.
2) I would like to center a ‘text with icon’ section (just in mobile view) , but when I try to do that, only the text is centered.
Thanks in advance!
a third question;
since a few updates the overlay on portfolio items has disappeared on mobile view, how do I add this again so the text on top of it is visible again?
Hey ecdj!
1. Add this into the custom css box in the Salient options panel:
.slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:before, .slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:after, .slide-out-widget-area-toggle[data-icon-animation="simple-transform"].mobile-icon .lines-button:after, header#top .slide-out-widget-area-toggle[data-icon-animation="spin-and-transform"].mobile-icon .lines-button.x2 .lines {
background-color: #000!important;
}
2/3. Could you kindly share your URL in regards so I can view your settings?
Cheers
Great, that works! 
Of course, for 2: the URL is: www.ernstdejong.nl/contact (in mobile view) for 3: the URL is: www.ernstdejong.nl/projecten (in mobile view)
Thanks in advance!
Hey!
Add this into the css box as well
@media only screen and (max-width: 690px) {
.iwithtext .iwt-text {
display: inline-block!important;
padding-left: 20px;
}
.iwithtext .iwt-icon {
position: relative!important;
display: inline-block!important;
}
.iwithtext { text-align: center; }
}
@media only screen and (max-width: 1000px) {
.work-item:not([data-custom-content="on"]) .work-info-bg {
display: block!important;
}
}
Thanks! The portfolio page is perfect now.
The ‘text with icon’ elements are centered (and in the middle of the page) now, but actually the only thing I want is that the icons and text are aligned underneath eachother, (like it is before the added css) but then in the middle/center of the page, is that possible?
Also I see that it is affecting the other ‘text with icon’ elements on my website, therefore I gave the ones I want to change the css class: contactinfo could you add that in the needed css code? Thanks so much in advance!
I don’t know if i’m the only one with this problem but the content of you website doesn’t show up on MAC > Chrome Version 52.0.2743.116 (64-bit).
I have the same problem with my theme version i just update. The problem even occur on your website and all your demos
http://themenectar.com/demo/salient-promo/ https://www.dropbox.com/s/uslow4wpha0kuv7/Capture%20d%E2%80%99%C3%A9cran%202016-08-31%20%C3%A0%2014.55.34%20%282%29.png?dl=0 https://www.dropbox.com/s/ji5vlinllxh44mm/Capture%20d%E2%80%99%C3%A9cran%202016-08-31%20%C3%A0%2014.56.03%20%282%29.png?dl=0Hey robmim,
Checking on the same version I can not replicate this – are you seeing any errors being reported in your browser console?
Cheers
Let’s say you have 2 column layout and in there you have 2 rows, how do you control the width of the rows? Making one bigger then the other?
Hey seseskiz,
The row width will always be 100% of the column width which its inside of, changing this would require custom css
Cheers
Is possible in visual composer blog structure or similar , filtering by tags, i only see filter by categories
Thxs
Hey trisquelmedia,
As of now you can only sort by categories – the idea for multiple filter types is indeed on the wishlist though 
Cheers
I am looking for a theme very EASY to be customized to be used to create a website to RENT RC MODELS (similar to rent cars). I already have bought the various woocomerce plugins. But my question is: is it possible with this theme to create a renting website just using the visual composer? For example adding the box to rent, or the chart page and so on. Thanks Fabio
Hey Fabio,
the Salient VC will help in designing this, but you’d still need to use your various WooCommerce plugins to get the functionality you need most likely – can you let me know more specifically what functionality you need for the setup you currently have?
Cheers
Hello! First of all congratulations for your theme, I love it!
I have a question for you that I would like to solve. Seeing your examples of use of the theme, I have seen that according to the background that had the header, the menu and the logo could change to white, black or a custom color. My question is, where can I activate that option? In my web use multiple headers and then see that in your examples can be change, I would like to learn how to do so.
Thank you! ♥
Thanks so much sofiskita! 
The actual page header metabox will always show white when the header is set to transparent. However if you don’t use the page header and just use page builder rows you have more options. You could either use the transparent > permanent transparent or transparent > header inherit row color http://imgur.com/a/AyzJa
These options can be seen in use in the Agency demo (permanent transparent) http://themenectar.com/demo/salient-agency Or the One page demo (inherit row color) http://themenectar.com/demo/salient-one-page/
Cheers
The post share count dont update, show 0. If I make share the count stays 0. The count store in database or will be read from social source?
Hey BalticSeaLeague,
They pull from each of the respective social APIs, it seems there may have been a change to one of them which is preventing the number from showing. I’ll be releasing an update tomorrow to sort this
Cheers
Hi, I’d like to know if there is a known incompatibility issue between WordPress 4.6 and Salient Visual Composer 4.3.5. After updating to WordPress 4.6, I can’t get the Salient Visual Composer to work. Nothing happens when I attempted to insert the visual composer elements and even the text block to a new post. The visual composer was unable to show my contents of old posts. When I switch it to classic mode display, it does show my contents (just that it included those shortcodes and whatnot).
Hey PIRR, you need to be on the current Salient VC (4.12) to have compatibility with WordPress 4.5+ – once you update your Salient to the current version you’ll have access to update to that
Hi Salient Team
As we can do to make the contact form showing the name, address and question each other and not side one above the other fields,
thank you very much in advance…
<div class="row"> <div class="col span_4"> FORM INPUT HERE </div> <div class="col span_4"> FORM INPUT HERE </div> <div class="col span_4 col_last"> FORM INPUT HERE </div> </div>
Cheers
the design shown in the end is not the same, you can help, look it that http://textilweb.veradesign.es/contacto/
Hey, could you please open a ticket in regards so I can take a further look at the setup to see why that’s the case? https://themenectar.ticksy.com
Hello ThemeNectar,
I’m trying to create a full-width portfolio with custom links underneath my Nectar Sliders at static page like this link.
http://preview.themeforest.net/item/salient-responsive-multipurpose-theme/full_screen_preview/4363266?_ga=1.130610703.1693069908.1440025697I’ve tried setting up by putting a ‘portfolio’ element underneath ‘Nectar Slider’ element at page—> home (static page), but when refreshing nothing happens at static page.
Do you know what have I done wrong here?
Thanks heaps!
Hey fishan1908!
Could you screenshot the backend of the page so I could take a further look at the settings?
Cheers
After I updated the template 7.5.02 , everything disappeared and it is not working
Hey moonstar22, have you ensured that you’ve clearing any caching plugins, updated your Salient VC to the current version (4.12) and verified that no third party plugins are causing the issue?
I updated to the newest version of Salient VC and Wordpress. Where can I live my link so it is private?
In the visual composer, it is telling me that I have no content. I am unable to add rows or content at all. In another word, my previous content disappeared and I am not able to edit them
Also, backend is not working. I can’t create or add any elements
Hey, please send an email via the contact form on my author page here: https://themeforest.net/user/themenectar with your admin credentials so I can log in and take a look at what’s causing that issue for you
Cheers
Dear Support team,
Previously I asked how to make a whole slide in Nectar Slider clickable so that upon clicking it initiates a phone call. You gave me this code below:
You can choose the full slide link option in the slide edit screen for the link type – however then you would need to edit the functions.php file at this section:
if($link_type == 'full_slide_link' && !empty($full_slide_link)) {
$slider .= '<a href="'. $full_slide_link.'" class="entire-slide-link"> <span class="ie-fix" /> </a>'; }
to be:
if($link_type == 'full_slide_link' && !empty($full_slide_link)) {
$slider .= '<a href="tel:'. $full_slide_link.'" class="entire-slide-link"> <span class="ie-fix" /> </a>'; }
However you did not mention where to add the phone number itself and HOW. Am I adding it in the functions.php or under slide edit options when you select the option of Full Slide Link? Please be precise, I tried so many ways but it did not work.
Thank you so much for your help.
Hey Skybirdtravel,
After that mod the number would still need to be added into the nectar slide input field for full slide link http://imgur.com/a/mFIte if that’s not working for you please open a ticket in regards
https://themenectar.ticksy.com
Cheers
It is possible to hide a row and displaying a button on the same page ? For example to show details of a specific room in a hotel website .
Hey JohelP,
If you’re talking about revealing hidden content on a click event, the toggle element would be ideal for this. You can see examples of it here: http://themenectar.com/demo/salient-service/faq/
Cheers
I was not referring to that type of item. I wonder if you can show and hide rows in the fullscreen row mode. for example to show more photos of a particular room.
Hey,
there’s no option as of now to dynamically hide/display rows in the fullscreen setup, but i’ve noted this for the wishlist 
Cheers
Hello,
I would like to remove the link from the drop down navigation because it really is not a link, It is used as a description of the drop down. I went to menu options and built a custom link (#) to group the navigation. However, I want it to be in a
tag not an tag so it does not look like a link.
I thought I could hide the link in css with this code.
.sf-with-ul { cursor: none; }
But that gave other strange side-effects.
So could you please send me an html code that replaces the tag with a
and a css rule that makes the
tag an orange color just like you see in the image. And would you please tell me which file controls the html so I can edit it.
If you have alternative way to do this with only css please help!
I also want to put an arrow down icon on the top level drop down menu called, Resources as you can see in the image. In this demo you have a sample of it http://themenectar.com/demo/salient-frostwave/ but I could not find a way to do this in the settings.
Here is the screenshot of my navigation: http://imgur.com/a/QuKoVHey seseskiz,
1. Please share the actual URL so I can see your dropdown nav to assist
2. Dropdown arrows are added by using the original skin in the Salient options panel (instead of ascend) http://imgur.com/a/PPPOd
Cheers
HI, I am working locally so the site is not online, so i need to group the drop down navigation and put a title for each group. It should not look like a link. For example here http://imgur.com/a/QuKoV the “Locations” is a link but I want to remove the link and just show the text only.
Hey,
Add this into the custom css box:
header#top nav > ul > li.megamenu > ul > li > a {
pointer-events: none;
}
Cheers
Awesome theme! On portfolio pages, when you add a sortable drop-down, how do you keep the categories to only those that actuality appear on the page? For example, on the portfolio page below only contains “arthropod” portfolios, but the dropdown lists every category on my website, including reptiles and amphibians.
http://www.macrophotobug.com/insect-macro-photography/Thanks cophoto!
That occurs by default for parent level categories – if you changed your setup to only be parent level this wouldn’t take any extra modding
Cheers
Sorry I don’t quite understand enough to know what changes to make, can you give a bit more detail?
Sure thing! http://imgur.com/a/Fzpqi when editing your categories you can choose the parent
Hello,
Can you please tell me what custom CSS I need to put in to add text shadows to the all of the interior pages? Thanks!
Hey Adamantum!
I could assist with this – could you share your URL so I can see your current setup?
Cheers
How come the there is not padding or margin left or right in the Row/Column settings? There is only top and bottom. There is also no option to make a box look like it has rounded corners.
Hey seseskiz,
1. There’s a padding option which can be assigned to the column on any side http://imgur.com/a/7dBOe
2. Border radius would require custom css
Cheers
Love the theme but cannot get the pagebuilder tab function to add the text. The text is in but isn’t showing on this sample page: http://poconowellandpump.1stsmallbizweb.com/builder-page/
Hey SarahRaley,
could you please open a ticket in regards with your admin credentials so I can take a further look into this? https://themenectar.ticksy.com
Cheers