38435 comments found.
nevermind
Hey robertexs, I’m glad to hear you were able to sort it out.
Cheers
Hi there!
I really like the Blog Dark demo.
1. Can the menu be changed though? I want to be able to have multiple pages be able to be selected like a traditional menu, not the “Wow Look At This! This is an optional, highly customizable off canvas area.” Can that be up there in addition to a traditional menu? Like right now, it just has the Salient logo in the header/menu area and nothing more.
2. Can any or all of these details be removed from blog posts? (By Phil Martinez April 21, 2013 No Comments)
3. Can this be used for more than a blog? I’d like to have more on the site than a blog, but I love this style for the blog aspects.
Thank you!
Also:
4. For the Portfolio, for example this style, can they all be set to square and can the dates be removed so it’s only the titles? http://themenectar.com/demo/salient-minimal-portfolio/
5. Can we control the spacing between the images?
6. Can they link to any page we want, or only specific portfolio pages? (And do those pages have to load like this with a full screen feature image? http://themenectar.com/demo/salient-minimal-portfolio/portfolio/nectar-motors/ Or can we style the page any way we want?
Hey ccgmodels 
1. Yes, any demo in Salient can be altered to use a different header setup and optionally use the off canvas menu etc.
2. Yes, there are options to remove the meta data from displaying within the Salient options panel > blog tab
3. Yes, you can add as many additional pages and elements on those pages as desired.
4. You can set each project to be a square and there is an option for in the Salient options > Portfolio > functionality tab to “Display Dates on Projects” which can be turned off
5. Yes, there is an option for that.
6. You can have each project link to a custom URL if desired.
Cheers
I wrote a message about things not loading on my test after the import…I figured it out. I needed to load the “Blog Dark Landing” as the home page. Please ignore the message you might have gotten a preview alert for a few minutes ago haha.
Hi there!
I have “Remove Single Post Author” and “Remove Post Author” turned on for the http://themenectar.com/demo/salient-blog-dark/ but the top area of “Doing A Cross Country Road Trip” on the home page is still showing “By Author Name In Fashion”
Is there somewhere else that I need to select?
I think I figured out most and I think it’s going to work for what I need. One more thing though:
Where is the template to import a page like this? http://themenectar.com/demo/salient-minimal-portfolio/
I can’t seem to find a way to quickly import that portfolio style. Or do I need to import the whole demo to do it? I just want that style for portfolios that I’ll create myself, and I don’t want to override the Blog Dark demo that I already imported.
Thank you for your help!
Hey ccgmodels!
Here’s a screenshot of the settings for that portfolio style: https://ibb.co/BLx6qCn – you don’t need to import the demo if you’re only interested in getting the element settings
Cheers
Hi people, Im working on a site with this theme, but we have a problem in the mobile version.
The site dont load on any mobile, i cant find the solution. Please check:
costaricaresidencycard .com
Hey eportugues,
I just tested that URL on an iPhone X and was able to view it successfully. Could you let me know what is happening on your end when you try and access it?
Thanks in advance
Hi, now I dont have the mode responsive active, in responsive the site doesnt appear, If I do, it would appear only the pre load icon
Hey eportugues, can you confirm that the option titled “Enable Responsive Design” is on in the Salient options panel > general settings > functionality tab?
Cheers
Friend, theres the problem, if I activate that option, my site is not going to be seen on mobile devices; only the preload will appear but the site will not be displayed.
Hey eportugues,
In order to assist with that I’ll need to take a look at the error when it occurs, so the option will need to be turned on. Please open a ticket on our support forum in regards with temporary admin credentials so we can take a closer look into this: https://themenectar.ticksy.com
Thanks in advance
Hi – my company purchased Salient theme for our corporate site and it is working out great for us. I have a question about the top menu on our site (https://www.cognia.org). When you are on a top-level page, you will see a red underline below the title of that page. I am wondering if it is possible to keep that red underline showing in the nav when you are on a page below that page? We will be adding a new page under Professional Learning but I would like for Professional Learning to still display that red line. Is that possible? Thanks again for such a great theme!
Hey acomtois,
The parent level page will stay highlighted when visiting a subpage. If that’s not working for you, kindly share the link to the subpage so I can take a look and assist 
Cheers
Thanks for the quick reply, I appreciate it!! Here is a link to that page on our staging server: https://cogniaprod.staging.wpengine.com/professional-learning-consulting/professional-learning/
Thanks acomtois 
The page would need to be assigned in the menu as a subpage of Professional learning and consulting. If you do not wish for it to appear in the menu itself, CSS can be used to hide it.
Oh ok. Yeah, I don’t want the subpages to appear in the menu at this time. Would you be able to help me out with the CSS that I would need to add? Thanks for such great and quick support!
Hey acomtois,
add this into the custom css box located in the Salient options panel > general settings > css/script related tab:
.sf-menu > li > ul {
display: none!important;
}
Cheers
Humm, I added that to the CSS and then added the subpage to the menu. The link to that subpage is still appearing in the menu at the top along with a little arrow on the right indicating the subpage. I’m sorry but is there anything else I can try. Thanks so much! -Angela
Hey acomtois,
I’m currently not seeing that CSS being applied to the page – can you please open a ticket on our support forum in regards with temporary admin credentials so we can take a closer look into this: https://themenectar.ticksy.com
Thanks in advance
Love the theme – been working with it for a long time – But I can’t for the life of me, find out where you enqueue the child-themes stylesheet. I wan’t to add the filemtime function for cachebusting, but I have been searching all over now. simply can’t find it. All i can find is the : `wp_enqueue_style( ‘parent-style’, get_template_directory_uri() . ’/style.css’, array(‘font-awesome’), $nectar_theme_version);` line.
Is there a reason, that the child-themes stylesheet follows the number on the parent themes version?
Hey online-marketsquare,
The Salient child style.css is also getting enqueued from the parent under the handle ”salient-child-style” If you would like to remove that, you can dequeue it from the child though. This is a temporary change that started as of v10.5 and was necessary to assist with updating since the parent theme structure completely changed. If you’re enqueuing it from the child theme, it will override it so you don’t need to explicitly remove the parent enqueue
hi there,
On this website: http://advoconsult.nl/
I’ve my nav bar given a blue background-color. Is it possible to get this full width? But only the nav bar and this height. My logo on top I would like to be with a white background?
Thanks.
Hey Abbenhues,
Use the following CSS instead of the current snippet you have:
@media only screen and (min-width: 1000px) {
#header-outer:not([data-format="left-header"]) #top nav:before {
background-color: #22689f !important;
position: absolute;
left: 0;
top: -14px;
content: '';
margin-left: -50vw;
left: 50%;
width: 100vw;
display: block;
height: 55px;
z-index: -1;
}
}
Cheers
Hello, I’m looking for a great theme for a online shop. On product page, is it possible to add another info in the section where are “description”, “additionnal info” and “review”? Is it possible to add a Youtube video in the description ? Then, is the theme fully translatable ? For example, the info in the blog “next post”, “leave a reply”... Thanks. Laura
Hey Laura,
1. Adding a new tab in that section would require modding or the use of a plugin such as https://wordpress.org/plugins/yikes-inc-easy-custom-woocommerce-product-tabs/
2. The bottom description area can contain any content since the page builder can be used
3. Salient is translateable, but we do not include pre-translated .po files
Cheers
hello, I was editing a page with wp bakery, i update my changes and suddenly appeared wp bakery and fusion builder at the same time as an editing interface and the page of my site was damaged, is there any way to recover my page?
Hey robRazor,
Fusion builder is not apart of Salient, and should be deactivated. Once that’s not active you should be able to simply recover your previous page state using the WordPress page revision feature
Cheers
Thank you!
You’re welcome robRazor 
Hi guys,
Is it easily possible to remove the hover reveal for the social share buttons on product pages? My client just want to display the social buttons upfront.
Cheers,
Sam
Hey Sam, it would be possible with some CSS. Which sharing style are you using? If you could also just share your URL, that would work too.
Cheers
Crikey I’ve no idea which style, but you can take a look here: https://jb2.thedrummeragency.com/product/jemima-black/
Cheers,
Sam
Hey Sam,
add this into the custom css box located in the Salient options panel > general settings > css/script related tab:
.nectar-social.hover .nectar-social-inner a {
opacity: 1;
transform: none;
}
.nectar-social.hover .nectar-social-inner {
pointer-events: all;
}
.nectar-social.hover .share-btn {
display: none;
}
Cheers
Hey there. Can you see, when next update will arrive…? Cheers, BD.
Hey born-design,
not much longer now
if you’d like access to the beta release, please reach out via the contact form on my author page https://themeforest.net/user/themenectar
Cheers
Hi there, I want to style the blog archives page. it has to be the same as the main blog page. I get small columns and a sidebar. I cant find any option to style this but in your demo those pages look the same. Can you help me out?
Hey ponchovogel,
You can change the design of the blog archives in the Salient options panel > blog > styling tab. If the options you have set there are not reflecting what they should, please reach out via the contact form on my author page https://themeforest.net/user/themenectar
Cheers
Hi there, last week I have send the details @ https://themeforest.net/user/themenectar. Did you have any change to take a look at it?
Hey ponchovogel, I responded earlier today in regards. Thanks for your patience 
Yes thank you again. Indeed, index.php @ child theme was causing trouble.
Glad I could help ponchovogel 
Hi Theme Nectar,
The Salient Theme has been my go to theme for some time now, love the functionality, style, and customization of it.
I am in the middle of creating a new website and I am curious to know if the layout within the link below is something that can be done with the Nectar Slider or another component of Salient.
Example layout: https://demos.hogash.com/dannys/home-oblique/
Any thoughts or suggestions would be greatly appreciated. Many thanks.
Best, Alan
Hey Alan,
Unfortunately, there’s no element that can offer that kind of interaction in Salient just yet. However, I’ve noted the idea on the
wishlist 
Cheers
Hi ! How can I enable the author info as is showed in this example? http://themenectar.com/demo/salient-blog-ultimate/doing-a-cross-country-road-trip/
Hey niuradio,
In the Salient options panel > blog > styling tab, select “variable height minimal” for the “Blog Header Type” . And in the blog > functionality tab, make sure that the “Author’s Bio” option is enabled.
Cheers
That the configuration I have, but looks like this: https://www.cynersis.cl/blog/la-inteligencia-de-mercado-como-conocer-a-tus-clientes/
I just discovered it, Theme Skin in General Settings should be “Material”
Hey niuradio, I’m glad to hear you were able to sort it 
Cheers
Hi.
Desperately need your help…
Please take a look at the following salient built site (in development)…
http://mw.createanddeploy.co.ukWe are pulling our hair out as cannot seem to remove the whitespace at the top of the header (behind the menu), so we can have the image behind it – what can be causing this and can you please send us a fix (this is happening on all pages FYI) – thanks?
Dave.
Hey ADH,
when using the option for the transparent header, there is logic in place that will remove that. I would need to take a closer look at your setup from the back-end to determine why it’s not working normally. In the mean time, you can add this into the custom css box located in the Salient options panel > general settings > css/script related tab to correct it:
.home #header-space { display: none; }
Hi. Thanks for the swift reply… I have added the css, but it has not affected the issue… can I PM you the logins / ftp?
Hey ADH,
Weirdly enough I’m not seeing the snippet active on your site – could you please reach out via the contact form on my author page with a temporary login so I can take a look? https://themeforest.net/user/themenectar
Thanks in advance
Hi – I sent the logins – if you could take a look for us please I would appreciate it… Its when in responsive mode the issue still lies…
Thanks ADH, I responded earlier today to your email in regards.
Cheers
Hi,
My blog sidebar seems to be going underneath our content rather than on the side, any idea how I can fix this?
Our blog: https://www.creativevideoproduction.co.uk/videoproductionblog/
Thanks,
Ben
Hey AletalkProductions, there seems to be an extra closing div tag being inserted somewhere in the post content, which is prematurely closing the “post-area” div. Once that’s removed, it should function normally. In order to help you locate what’s adding that in,please open a ticket on our support forum in regards with temporary admin credentials so we can take a closer look into this: https://themenectar.ticksy.com
Thanks in advance
I have added an apple pay button to my site on product pages but would like the add to cart button to display first next to the quantity selector and then the word “OR” underneath with the apple pay button below that.
Is this possible? (will need to view on safari) https://www.foodieflavours.com/shop/flavours/natural-flavouring/cookies-and-cream-natural-flavouring/Thanks
Something like this – https://ibb.co/kxLtB7G
Hey MarcGarner,
Please open a ticket on our support forum in regards with temporary admin credentials so we can take a closer look into this: https://themenectar.ticksy.com
Thanks in advance
Hi I click sign in with envato to verify on the ticket but nothing happens.
Hi, love your theme. How do I get hide the post title in portfolio item?
Hey djb19,
add this into the custom css box located in the Salient options panel > general settings > css/script related tab:
.project-title, .single-portfolio #page-header-wrap {
display: none;
}
Thanks! Perhaps have this as an option to turn off in a future update. Also, how do we change the slug based o the category of a portfolio item? for example, if the portfolio category is ‘kitchen’ have it as mydomain.com/kitchen/post
Hey djb19, that would require some custom modding or the use of a plugin such as this: https://wordpress.org/plugins/custom-post-type-permalinks/
Hi, is it possible to change the way ‘Single Project Page Navigation’ works? Now it’s navigating through my posts in alphabetical mode, but I want it by date cause that’s how I got them on the grid. Can’t find where to change this. Thank you in advance.
Hey produccionpc,
The default pagination should be ordered by date. Could you please open a ticket on our support forum in regards with temporary admin credentials so we can take a closer look into this: https://themenectar.ticksy.com
Thanks in advance
My support has expired, can i write a message to you through the author’s page?
Hey produccionpc, sure – I just responded to your email in regards.
Cheers
Sorry to bother again, I don’t have any email from you
Hey produccionpc, sorry about that! It appears the original response never sent out – I just sent it again.
Is it possible for the secondary menu to be a dropdown for mobile device?
Hey calhempla, as of now there’s no built-in option for that. However, the items from the secondary header navigation will end up in the main off canvas menu by default.
I have used a element / page sub menu which works as a dropdown menu, from your theme. However the problem now, is that on the mobile view the dropdown has a space that looks a bit off.
Can you advise on how to create a concept like so by having the page sub menu STICKIED at all times. ?
Here is a screenshare: https://www.loom.com/share/e4817afa475f4aaba317e0e89fcd1697
Hey calhempla, could you kindly share the actual page URL where you’re using that page submenu so I can take a closer look at what’s causing the space for you?
Thanks in advance
I also tried an option going with megamenu,
this is the screenshare: https://www.loom.com/share/aa21357b40f5413cbf94cae9d9841f83Hey calhempla, 1. To remove the space that’s appearing on mobile, you just need to edit the parent row which is holding the page submenu element and change the “type” to “full width background”.
2. The secondary menu items should be ending up in the off canvas menu. Please open a ticket on our support forum in regards with temporary admin credentials so we can take a closer look into the megamenu scenario: https://themenectar.ticksy.com
Lovely them Im considering buying it, hope you can answer my presale question. May I know if it has a shoppable image pin? as well as having a capability to create a shop widget tab on side bar or bottom bar of my articles and homepage? Thanks.
Thanks a lot FayeHannigan,
1. Salient offers a social sharing plugin which can share the main product image to pinterest
2. All of the default WooCommerce widgets will work with Salient