38442 comments found.
Hi,
I bought this awesome theme from my owner’s account and having some problem adding icons to it. I want to add our company’s icon set into the theme so that we can use the fancy box as our service boxes.
I already made one SVG icon and using icomoon I first imported theme’s “iconsmind” SVG then my icon SVG, select all, I exported using same preferences as iconsmind (I compared it with the original “iconsmind.css” that comes with the theme, I also minified the CSS) so that my icon gets attached to the iconsmind icon set. Then I replaced my generated CSS file with the original and changed its name to iconsmind.css and in the fonts folder, I replaced all the other 4 file formats I generated through icomoon (eot,woff,svg and ttf).
Now when I am selecting iconsmind as an icon set in the fancy box settings I am getting all the icons of iconsmind set but not my added icon. Can you please help me out on this?
Hey raman1792,
The icon sets still need to be defined in the VC to show up as options within the VC, check the nectar/nectar-vc-addons/nectar-addons.php file at the “vc_iconpicker_type_iconsmind” function
Cheers
Thank you, guys. I just bought this theme for my personal project. Your excellent support and awesome theme is a killer combination.
I want to know one thing. The theme has 2 gradient options in the settings panel, can I add some lines of code to make it 3. Actually, I want to show 3 service boxes and I like the color hover box and the colors I have has gradient effect in PSD. I am making two boxes using 2 different gradient options but for the third box, I have to use gradient-color-1 or 2.
I tried to add gradient code by looking other codes in nectar-addon.php at line no. 139 in $nectar-color-css. Then I added extra-colo-4 line code in nectar_select_color_styles() function but it didn’t work.
Can you please guide me? I have no problem if it takes time.
Thank you once again!
Hey, it would be much easier to just target the fancy box with CSS than to add a new color option into the theme itself as that would require modding multiple files where as the css route will just be a snippet that stays with you through future updates. If you can share the URL where you’re trying to accomplish this, I’d be glad to provide an example 
Yes, it will be easy for me. I am making the site on my laptop using wamp so I can’t give you the live URL. I asked to add a new gradient because I am not able to find the correct CSS for the fancy box. I want full control over it like before hovering on the box, I can see the gradient in the icon and on hover, the icon becomes white and the box shows the gradient.
If I can target this combo effect with Custom CSS then it would be great!
Thank you in advance.
Hey, could you just let me know what style of the fancy box you’re using?
Cheers
I am using color box hover effect.
Hey,
You’d need to add the class “third-gradient-color” into the extra class name for the column that holds the fancy box and then use this css
.third-gradient-color .nectar-fancy-box[data-style="color_box_hover"][data-color="extra-color-gradient-1"] .box-bg:after,
.third-gradient-color .nectar-fancy-box[data-style="color_box_hover"][data-color="extra-color-gradient-2"] .box-bg:after {
background: linear-gradient(to bottom right,#3452ff,#ff1053)!important;
}
Cheers
After upgrading to Wordpress 4.9, the visual composer isn`t working anymore. Nothing will save. I see that you don`t use the latest version of this plugin. When will you update this to be compatible with WP 4.9?
Hey dagfrogner,
The current version of the Salient VC (5.2.4) has the latest VC fixes for WP 4.9 – are you on that version? If so, please open a ticket in regards with your admin credentials so that we can take a look to assist https://themenectar.ticksy.com
Cheers
I am at 5.2.2. But since I am on latest Salient 8.5.0 I thought the VC would also be latest version? How do I update only the VC? There is no update avaliable for the VC when I refresh the list of plugins/themes.
The latest version of Salient is 8.5.3, you can update the theme via any of the regular methods themenectar.com/docs/salient/updating-salient/ once that’s current, the update for VC will show in the plugins section
Hey ! How i can get more colomn per row on my gallery photo ( because there are 3 colomns, 4colomns, fullwidht or constrainerfullwidht that all)? Sorry i ask you a lot of question … Thank you so much your theme is very good!
Hey canaplex,
It would require custom css as of now – could you please share your URL in regards so I can see your current setup?
Cheers
Hey ! How i can get more colomn per row on my gallery photo ( because there are 3 colomns, 4colomns, fullwidht or constrainerfullwidht that all)? Sorry i ask you a lot of question … Thank you so much your theme is very good!
Hey canaplex,
It would require custom css as of now – could you please share your URL in regards so I can see your current setup?
Cheers
Yes you can der my page here : http://www.alexandrameric.com/beauty-make-up-artist-paris/ and it is possible on a mobile to have not 1 picture by 1 but 2 by 2? Thank you
Hey, add this into the custom css box in your Salient options panel:
@media only screen and (min-width: 1000px) {
body .portfolio-items .col.elastic-portfolio-item {
width: 14.2%!important;
}
}
@media only screen and (max-width: 690px) {
body .portfolio-items .col.elastic-portfolio-item {
width: 49.1%!important;
}
}
Cheers
Thank you!
You’re welcome 
Hey ThemeNectar!
Just curious how to prevent google maps script from being blocked. My webpage is https://cantedpictures.com/video-production-services-toronto/
I’ve checked web master tools and when I render the URL, it says that the “Authentication Service” and “quota service” were blocked. Do you have any idea what could be occurring? I’ve included my API Maps key in Salient, but nothing has worked 
Hey,
I’m currently seeing the map display on that URL – have you managed to sort this?
Cheers
Hi, I’m planing to purchase your theme to use it in Blog Magazine variation but before that I’d like to ask:
1. Is it possible to add call to action “sign up to newsletter” to main page and to article pages?
2. Are there available different styles of headers for articles content?
3. Is it possible to add info about date, comments and social sharing option to articles tiles on a main page?
4. Is your template working well with Yoast SEO and WPMP (WordPress Multilingual Plugin) plugins?
Thank you a lot in advance!
Hey!
1. Yes, through the Salient VC
2. Yes, http://themenectar.com/demo/salient-blog-magazine/2017/03/be-my-guest-concert/ http://themenectar.com/demo/salient-ascend/be-my-guest/ http://themenectar.com/demo/salient-frostwave/amazing-post-with-all-the-goodies/
3. Yes, some of the blog headers include all of those
4. It’s been tested with Yoast, WPML and Loco Translate
Ceers
I have a newbie question regarding the child theme modification for this theme. I installed the parent version of this theme first and made some customizations to the theme itself, but no serious CSS involved coding.
I’m now aware of how the child theme thing works and installed it secondary. My question now is, how do I update to the latest theme without losing my modifications?
The child theme has already synced the parent theme’s settings, I just need to update to the most recent version of the theme itself.
Hey wu_tone,
Have you moved your theme mods into the child theme fully yet?
Cheers
Hey, sorry for late reply – but no! This is what I did not do. Because when I installed the child theme and tried previewing it, everything seemed like it was already in place. But I did notice some of the back-end stuff acting rather weird. Please if you can, give me more info. on what I should do going forward pertaining to what you suggested. And thank you for your reply.
Hello, any word on when you will get back to me?
Hey, the child theme should not be effecting the back end of your website. Can you open a ticket in regards with more details as to what’s wrong so we can take a closer look?
Cheers
Thanks for your response. A ticket has been submitted.
Hi Guys,
My comment is way back, so I am hoping putting it here speeds along the response… sorry, we are just in a little panic to get this site launched this weekend.
So I am trying to have the Colorful Blocks style on our homepage with some white space between the images. You guys suggested deleting the dividers so we keep the rows at the same height. We did that but we seem to lose most of our background images on the columns when there is no other content in them.
Please see our screenshots illustrating our issue and what we are trying to achieve.
https://imgur.com/a/Z4Zi5 https://imgur.com/iOP8KMkMany thanks guys, we appreciate the instructions you provide.
Jen
Hey Jen,
Could you please reach out via email or in the support forum with your admin credentials so I can take a further look into the setup to assist?
Cheers
For the Pricing Tables element, is there a way to add greed checkmarks and red crosses to the text. Like in this screenshot here: https://www.screencast.com/t/rr2G2rW4eoe
Hey page702, if you don’t use the actual pricing table element but rather create the pricing tables just using columns you can achieve this via the fancy unordered list element. Please check out the pricing section of the Salient studio for some examples of custom pricing table designs http://themenectar.com/docs/salient/salient-studio/
I see that now Apple and Google decided to allow autoplay movies (muted) in lastest browsers/system releases in html5… and its would be awesome to have video backgrounds autoplayed in mobile in this theme. have you guys any ideia when this feature could came up?
2 – how to setup the menu mobile breakpoint to 370px?
Hey derbouwer,
1. It’s still on the wishlist – unfortunately it’s not as easy to allow it as it seems because custom JS development still needs to be done to correctly determine when it’s not available to show the static image 2
2. Are you trying to alter the content width for portrait mobile? I’m unclear what you’re trying to change to 370px – please specify a bit more
Cheers
Just updated to the latest version and I’m getting these error message in the system status page. How can I fix? Thanks.
salient/woocommerce/cart/shipping-calculator.php version 2.0.8 is out of date. The core version is 3.2.0,
salient/woocommerce/cart/cart-shipping.php version 3.1.0 is out of date. The core version is 3.2.0
Hey ehong33234,
The current version of Salient doesn’t include those files anymore – did you delete your old copy of Salient before uploading the new?
Cheers
No, I usually just do an OVERWRITE with the new files. Is it safe for me to just delete those php files from the theme folder?
Yes 
Hi there, Is there a way to put a secondary image logo on the right side of the header navigation. Thank you for your support
Hey manosmores,
Not without modifying the header.php file as of now – this could be accomplished via a child theme as well
Cheers
Hi there,
Is there a way to put the social media icon on the right side of the secondary header rather than being on the left? See website:
http://www.arcadiapittwater.com.au/Will wait for your response.
Thanks so much!
Hey carlashi07!
add this into the custom css box in your Salient options panel:
body #header-secondary-outer #social {
float: right;
}
Cheers
Hi,
somehow all symbols like “sf-sub-indicator” are missing (also the icon in the nectar slider). I can’t see any css errors in the console. Theme skin is “original”. Can you help me please?
Hey asevims, could you please share your URL in regards if you’ve already verified that no third party plugins are causing this?
Cheers
Hi, is it possible to use anchor links in horizontal tabs?
Hey nacaodesign,
Unfortunately not as of now, however i’ve noted the idea for the wishlist 
Cheers
Ok, thanks!
You’re welcome 
Material mobile menu is not supporting one page scroll. Are you planning on fixing this soon? Thanks, Mauro
Hey BulmaStudio, as of now the default “slide out from right” off canvas menu style can’t work with that but any of the other styles will allow for it (still with the Material skin)
Oh ok, thanks!
You’re welcome 
Hi,
Is there anyway to reduce the opacity of the tint on the Team Member Meta Overlaid style?
Thanks.
Hey cwayneboss,
add this into the custom css box in your Salient options panel:
body .team-member[data-style="meta_overlaid"] .team-member-overlay, body .team-member[data-style="bio_fullscreen"] .team-member-overlay {
opacity: 0.25;
}
Cheers
I am trying to enter a support ticket. I just bought support but it says my license is not supported. Also the verify integration to Envato is not working. I am trying to use visual composer. It shows up and seems to work ok. However, when i hit the add row button or try and add a specific element nothing happens. Also, if i add a shortcode or content in the classic editor and then switch to visual composer it stays frozen on “Loading, please wait…”.
Hey kjdoyle1, are you using the latest version of the Salient VC (5.2.4)? Earlier versions will not work correctly with WP 4.9+ If you’re not, please update your version of Salient to the latest and then you’ll have access to the Salient VC update in the plugins section of your admin panel.
Cheers
Hello!
Unfortunately, it’s not possible to load and preview your theme on mobile phone. It’s just not loading. Any other template landing fast and easy or comments section etc. But any demo or even main promo pages just frozen with white screen. Is there are any issue with mobile version?
Thanks!
Hey SiamNinja!
I can’t replicate this on an iPhone 6/7 or GS7 – please list the specifics of what device you’re seeing this on. Also, have you tried to access the demo directly out of the themeforest iframe? i.e. http://themenectar.com/demo/salient-promo
Cheers
Hi! I am using iPhone 7. Yes, with direct link I was able to load quite fast demo content but inside ThemeForest preview somehow cannot get it. Thanks
Strange, but thanks for letting me know!
I just renewed support to open a ticket but the item purchase code I was given doesn’t work. I still see the same error message that I need to renew it. Visual Composer you use in your theme is not compatible with the latest WordPress. It doesn’t add/remove any elements in Page Builder. Can you update it please? Thank you.
Hey csaenvato,
What version of the Salient VC are you using? The only version compatible with WP 4.9 is 5.2.4, anything earlier than that would yield issues with the latest Firefox and Chrome.
Cheers
I use VC that came with your latest version of Salient theme which is 5.2.2. It does work in IE but I can’t do anything in Firefox.
Hey, the Salient VC is on 5.2.4 – are you sure you’re using Salient 8.5.3? If so, please open a ticket in regards so we can look further into why the update is not available for you https://themenectar.ticksy.com
Yes, I’m positive. I downloaded your latest Salient version a few days ago. Then I updated Salient VC in the Wordpress and it shows 5.2.2. I’m still unable to open a ticket, even though I have extended the support for another 6 months.
Also, VC doesn’t work well in IE either as windows are stretched and Salient Studio is not showing anything in IE.
Kindly send an email in regards with your admin credentials via the contact form on my author page https://themeforest.net/user/themenectar