38361 comments found.
Hey, I would like to ask if there is any option of inner row in column. I tried to insert Row element inside column and it doesnt work. Thanks for response
Hey RichardJand, Inner row are allowed inside of columns – many of the Salient studio templates use that setup http://themenectar.com/docs/salient/salient-studio/ – could you please open a ticket in regards with your URL/credentials so we can take a further look at your setup? https://themenectar.ticksy.com/
Hi, for some reason the comments box is not visible on article pages? It seems it is only visible when I’m logged as admin. I have no plugins installed.
I would like to have a register link or form when visitors are not logged in?
Thanks
Hey vidal, that’s strange – could you share a URL in regards so I can take a look?
Thanks in advance
I don’t know what went wrong but it seems the comment boxes are working again. Thanks anyways 
Glad to hear vidal, let me know if the issue arises again 
Hi, I have a problem with responsive design in mobile like that:
https://drive.google.com/file/d/1JvZlcBBjGNpq-MlzW2exXuu932xNWE23/view?usp=sharing https://drive.google.com/open?id=1LlTntYDEKog7Cd2zkiQPGeIGvM-iEq3GHey kblyglr, could you temporarily disable the css minfication you have active so I can take a closer look?
Thanks in advance
Hi, I have deactivated. I am waiting your answer. Thanks.
Hey kblyglr, i’m still seeing it activated on my end – is there anyway you could open a ticket in regards via the support forum with your admin credentials so we can take a further look into this?
https://themenectar.ticksy.comI am trying to submit a ticket but my support has expired. I have 2 different licence in this theme but they expired. What can we do?
By the way, the css min. plugin is disable now but maybe there is an option in Yoast Seo or Total Cache plugin.
Hey kblyglr, please reach out in regards via the contact form on my author page https://themeforest.net/user/themenectar
How come in my Themes, it doesn’t say that there’s an update for Salient. I’m still on 9.0. How do I update to 9.0.1?
Hey mikelaha, you need to install the Envato market plugin if you wan to have update notifications within your WP admin dashboard: http://themenectar.com/docs/salient/updating-salient/
Are you able to have a logo on the left-hand side and directly across from that another small logo on the right hand side, with the menu running below both in the header?
Hey Covalime,
There’s no header layout for that as of now. It would require modding via the use of a child theme
Dear TN,
I was fooling around with some demo’s. Now I imported the Ultimate Blog demo and all the social media icons now have a circle around them (in the footer).
How do I get the icons back to normal (i.e. without circle around the icons)?
Hey hookieoalo,
That style is only use when you have the “Footer Columns” to to “1 column centered” in the Salient options panel > footer tab
Okay, thanks!
You’re welcome hookieoalo 
How do you change the order of the social icons?
Hey ahbennington,
Which location in the theme are you referring to e.g. the header/off canvas nav/footer etc.
hi there, I am using your salient theme and I need to know where is this css file located? cb82cs.css as I can’t seem to find it.
Hey jacobian64,
That looks like a minified stylesheet that would be generated by a plugin – if you could share the actual URL in regards I’d be glad to point you to what’s creating it
Cheers
well suddenly it’s gone now. but before it’s there. will contact you again if it’s shows up. https://spotworks.com.sg/min/cb82c.css
Sounds good jacobian64
Hi, is there any css to make the search overlay fullsize, not with the header on top?
Hey Shenjai,
If you use the “Ascend” theme skin in the Salient options panel > general settings tab, the search overlay will become fullscreen as shown in this demo: http://themenectar.com/demo/salient-ascend/
Cheers
i use “Ascend”, but i mean really fullscreen not with the top navigation
Hey Shenjai,
unfortunately there’s no option for that as of now, it would require some custom JS development
Hi, is it possible to hide the sidebar on blog archives? I want to keep the sidebar on single posts but show a masonry layout on archives without a sidebar.
Thanks
Hey vidal,
Yes – in the Salient options panel > blog tab, you can choose a non sidebar based layout for the “blog type” and still keep the option off to “Hide Sidebar on Single Post”
Cheers
Thanks, found it! 
You’re welcome vidal 
I keep getting a box at the top of my mobile menu that says “Free Shipping + Free Exchanges On All Items!” It is so incredibly frustrating that I can’t edit or remove this. I have tired. It’s really annoying some of these settings this theme has.
You commented back to someone: Hey ruimdenker,
You can edit that in the Salient options panel > header navigation > layout related tab
Cheers
THIS DOES NOT WORK! Please provide actual support that works with the settings of your current editor.
For anyone else having issues adding custom fonts, I’ve figured it out. The tutorial below didn’t work for me because it left the ”!important” tag out.
https://premium.wpmudev.org/blog/custom-fonts-css/After I uploaded my font file to my server, I added this code in the Salient>General Settings>CSS/Script Related area:
@font-face { font-family: HastyRegular; src: url(http://yourwebsite.com/wp-content/themes/salient-child/HastyRegular.ttf); font-weight: normal; }
h6 { font-family: HastyRegular !important; }
Hope it helps someone!
Hey SiteTonight, i’m glad to hear you’ve sorted the issue. Thanks for posting to help out others
Cheers
Hey Nicko_217,
1. You can use the Salient options panel > typography > responsive settings tab to set a custom responsive size for all headings
2. I haven’t been able to see that occurring yet when checking on an iPhone 8/GS7 – what device are you using?
iphone 5 & 6Plus
Hey Nicko_217, can you also see the same occurring on the demo located here when using those devices? http://themenectar.com/demo/salient-blog-ultimate
2 small questions which i just cannot figure out:
1. how do i change the small dots color for owl carousel or flickity carousel? (or alternatively how do i add navigation arrows on the side of the carousel?)
2. how do i delete the gap between footer area 2 and 3 on mobile? i tried pushing area 3 up but then my links from footer area 2 get affected..
any help is greatly appreciated 
Hey whuupwhuup,
1. Add this following into the custom css box in the Salient options panel:
html body .span_12 .owl-theme .owl-dots .owl-dot.active span,
html body .span_12 .owl-theme .owl-dots .owl-dot:hover span {
background-color: #000!important;
}
.flickity-page-dots .dot:before {
background-color: #ff2121!important;
}
.nectar-flickity[data-controls="material_pagination"] .flickity-page-dots .dot.is-selected:before,
.nectar-woo-flickity .flickity-page-dots .dot.is-selected:before,
body.material [data-bullet_style="see_through"] .slider-pagination .swiper-pagination-switch.swiper-active-switch:before {
box-shadow: inset 0 0 0 1px #ff2121!important;
background-color: transparent!important;
}
2. Could you kindly share your page URL in regards so I can take a look?
Thanks in advance
sorry for the late reply! worked like a charm! thank you so much!
No worries whuupwhuup, glad to hear it worked 
Hi – I installed the latest version update but now most of the switches in the option panel is invisible. I have to play with the padding in inspector to get them to show. what can be causing this issue? Also the full width content option is not full width.
Hey 7atrick, if you’ve already cleared your browser cache, please reach out in regards via the contact form on my author page with your URL/temporary admin access so I can see what’s causing that: https://themeforest.net/user/themenectar
Thanks in advance
Hi there,
On my mobile menu is see the text (Free shipping + free exchanges on all items!) It is from the demo. But where can i change this? Can not find this anywhere in the menu of widgets.
Hey ruimdenker,
You can edit that in the Salient options panel > header navigation > layout related tab
Cheers
Sorry, can not find it. Watch this. It’s not in the menu.
https://www.useloom.com/share/d67d8ff3a152469a8bc7cce2cf21f646Hey ruimdenker, Make sure you have the header with secondary navigation layout active in order to reveal the text tab. Here’s a screenshot in regards https://ibb.co/gQuJX9 We’ve noted to change the in the next update to make it visible even when the layout is not active
Quick question, at least I think. How do I get the button on the page that say “View our Reel” to link to a video lightbox? Here is a link to the page: http://www.tenthunder.com/home-practice/
Currently it links to the correct vimeo link. I would just like to find a way for it to open in a video lightbox.
Thanks
Hey pvictor4, add the following into the “Extra Class Name” field without the quotes “magnific-popup nectar_video_lightbox”
Cheers
loving the theme so far, I’d just like to ask if you could add an option for https://www.artstation.com/ in the social media supported links (for the entertaiment industry it’s as important as behance for designers), I’m trying to figure out a workaround for this, but I would super grateful if it could be added in a future update 
Hey DarkSek, I’m glad to hear you’re enjoying the theme 
I’ve noted the idea on the wishlist – however it appears that FontAwesome does not currently offer an icon for that brand
I’ll cross my fingers that they’ll add it in the future then, thank you anyway for keeping it in mind 
You’re welcome DarkSek 
Hey vidal, are you aware of any issues between that plugin and the Salient WPBakery page builder? If you do, kindly share more information/a page URL if possible so I can take a look
Thanks in advance
hi, this theme won’t upload to GoDaddy WordPress, they tell me the files may be corrupt and it’s your problem. Can you please advise?
does the theme work with PHP 7.2 or if there are PHP server settings that are required?
Hey sefwalter, Salient is compatible with PHP 7.2 – there are many users that use GoDaddy so there is no general incompatibility. What is the exact error you’re receiving when uploading and could you let me know what method you’re using to upload the theme i.e. FTP, Uploading from WordPress Dashboard etc
Thanks in advance